* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
}

.portada {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}

.titulo {
    font-family: 'Gotham Black', sans-serif;
    font-weight: 900;
}

.hero {
    background-size: cover;
    background-position: center;
    height: 100vh;
    color: white;
    position: relative;
}
.hero img{
    align-self: flex-start;
    height: 50px; 
    margin-left: 2rem; 
    margin-bottom: 6rem;
}

.hero .rs {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hero .contenido-portada {
    margin-top: 60px;
    margin-right: 150px;
}

.hero header {
    position: absolute;
    top: 30px;
    left: 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.column {
    flex: 1;
    padding: 12px;
}

.bg-white {
    background-color: white;
}

.text-dark {
    color: #333;
}

.text-white {
    color: white;
}

.rounded-4 {
    border-radius: 16px;
}


.lead {
    font-size: 1.25rem;
}

.btn-dark {
    display: block;
    width: 100%;
    background-color: black;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    margin-top: 16px;
}

ul.list-unstyled {
    list-style: none;
    padding: 0;
}

.centered-menu {
    background-color: #FE5000;
    color: white;
}

.centered-menu .js {
    padding: 20px 24px;

}

.centered-menu .ps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.centered-menu .ps small {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    cursor: default;
}

.offset-right {
    margin-left: 200px;
}


img {
    max-width: 100%;
}

.exchange-card {
    background-color: white;
    color: #333;
    border-radius: 16px;
    padding: 50px;
    max-width: 400px;
    width: 100%;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
}

.exchange-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.exchange-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    color: #888;
}

.exchange-list li.active {
    color: #000;
}

.exchange-list .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 6px;
}

.dot.red {
    background-color: #fe5000;
}

.dot.gray {
    background-color: #bbb;
}

.exchange-footer {
    display: flex;
    justify-content: space-between;
    color: #181717;
    padding: 3px 24px;
}

.fm {
    padding: 20px 0px;
    font-weight: normal;
}

.fst-italic {
    font-style: italic;
}

.text-gray {
    color: rgb(95, 99, 104);
}

.titulo-mobile {
    max-width: 500px;
    padding-left: 130px;
}

.tipo-comision {
    flex-wrap: wrap;

}

.tipo-comision p {
    text-align: justify;
}


@media (max-width: 768px) and (min-width: 760px) {
    .hero {
        height: auto;
    }

    .hero .rs {
        flex-direction: row;
        justify-content: flex-end;
        text-align: right;
    }

    .hero .contenido-portada {
        margin-right: 40px;
        text-align: right;
    }

    .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .column {
        width: 100% !important;
        max-width: 100% !important;
        padding: 16px;
    }

    .offset-right {
        margin-left: 0 !important;
    }

    .exchange-card {
        margin: 20px auto;
        padding: 20px;
        max-width: 100%;
    }

    .titulo-mobile {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }

    .titulo-mobile h1,
    .titulo-mobile p {
        text-align: center;
    }

    .centered-menu .ps {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .centered-menu .js {
        padding: 10px;
    }

    .fm {
        padding: 10px;
    }

    img.rounded-4 {
        max-width: 100%;
        height: auto;
    }

    .tipo-comision {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .tipo-comision .column {
        max-width: 100% !important;
        padding: 12px;
    }
    .hero img{
    height: 40px; 
    margin-left: 1rem; 
    margin-bottom: 6rem;
}

}

@media (max-width: 992px) {
    
    
    .row {
        flex-direction: column;
        align-items: center;
    }

    .hero .contenido-portada {
        margin-right: 0;
        padding: 20px;
    }

.hero img{
    height: 40px; 
    margin-left: 1rem; 
    margin-bottom: 6rem;
}
    .exchange-card {
        max-width: 600px;
        margin: 0 auto;
    }


    .titulo-mobile {
        text-align: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .tipo-comision {
        justify-content: center;
        gap: 20px;
    }

    .column {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center;
        padding: 16px !important;
    }

    .offset-right {
        margin-left: 0 !important;
    }


    .exchange-footer {
        padding: 12px 20px;
    }


    .tipo-comision {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .tipo-comision .column {
        max-width: 100% !important;
    }

    .tipo-comision .column div {
        text-align: center !important;
    }

    .contenido-comision {
        max-width: 240px;
        margin: 0 auto;
        text-align: center;
    }

    .contenido-comision h4,
    .contenido-comision p {
        text-align: center !important;
    }
}

@media (max-width: 576px) {
    .hero h1.titulo {
        font-size: 2rem;
    }

    .lead {
        font-size: 1rem;
    }

    .exchange-card {
        padding: 16px;
    }

    .btn-dark {
        font-size: 0.9rem;
        padding: 8px;
    }

    .fm {
        font-size: 1rem;
    }

    .centered-menu .ps {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .centered-menu .ps small {
        font-size: 0.8rem;
        margin-right: 0 !important;
        margin-bottom: 6px;
        display: block;
        text-align: center;
        line-height: 2;

    }


    .titulo {
        font-size: 1.8rem;
    }

    .titulo-mobile {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .exchange-footer {
        padding: 16px;
    }
}

@media (max-width: 600px) {

    .hero img{
    height: 40px; 
    margin-left: 1rem; 
    margin-bottom: 6rem;
}
    .centered-menu .js small {
        line-height: 2;
    }
}

@media (max-width: 300px) {
    

    .exchange-card {
        padding: 16px !important;
        font-size: 0.85rem;
    }

    .exchange-list li {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .exchange-footer {
        flex-direction: column;
        gap: 4px;
        text-align: left;
        padding: 12px;
    }

    .btn-dark {
        font-size: 0.85rem;
        padding: 8px;
    }

    .centered-menu .js small {
        line-height: 2;
    }
}