#aviso-cookies {
    display: none;
    width: 100%;
    min-height: 100px;
    height: auto;
    font-size: 0.9rem;
    background-color: #FFF;
    border-top: 2px solid #d4e4ea;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}

:root {
    
    --color-azul: #082b39;
}

.cont-100 {
    width: 100vw;
    height: calc(100vh - 60px);
}

.w-max {
    max-width: 1300px !important;
}

h1 {
    color: var(--color-azul);
    font-weight: 700;
    font-size: 2.5rem;
}

h2 {
    color: var(--color-azul);
    font-weight: 700;
    font-size: 1.7rem;
}

.encabezado-mockup {
    background-image: url('/images/mockup-back.png?v=2');
    background-size: auto 750px;
    background-position: 100% -50px;
    background-repeat: no-repeat;
    height: 700px;
}

.btn-landing {
    display: block;
    height: 45px;
    background-color: var(--color-main);
    color: #FFF;
    border-radius: 20px;
    padding: 0rem 1rem;
    line-height: 45px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .btn-landing {
        width: 200px;
        padding: 0rem 0.5rem;
    }
}

.cta {
    width: 100%;
    height: 350px;
    background-image: url('/images/cta.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.cta > div {
    font-size: 1.7rem;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .cta {
        height: 250px;
        margin-top: 2rem;
        margin-bottom: 0rem;
    }

    .cta > div {
        font-size: 1.2rem;
        padding: 0rem 2rem;
        margin-bottom: 2rem;
        text-align: center;
    }
}

.cuadro {
    background-color: var(--color-gris);
    padding: 2rem;
    border-radius: 20px;
    color: var(--color-azul);
    width: 23%;
    height: 240px;
    margin-bottom: 2rem;
}

.cuadro img {
    width: 40px;
}

@media screen and (max-width: 1100px) {
    .cuadro {
        width: 48%;
        height: auto;
        min-height: 282px;
        padding: 1.5rem;
    }
}

footer {
    padding: 3rem 0rem;
    background-color: var(--color-gris);
    color: #222;
}

.accordion {
    background-color: var(--color-gris);
    padding: 1.2rem 2rem;
    width: 100%;
    border: 0px;
    border-radius: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-azul);
    text-align: left;
    transition: border-radius 0.5s ease-out;
    cursor: pointer;
}

.active {
    border-radius: 15px 15px 0px 0px;
}

.accordion:after {
    content: url('/iconos/chevron-down-azul.svg'); /* Unicode character for "plus" sign (+) */
    width: 20px;
    height: 20px;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: url('/iconos/chevron-up-azul.svg'); /* Unicode character for "minus" sign (-) */
}

.panel {
    padding: 0rem;
    background-color: #f8fbfd;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, border-radius 0.5s ease-out;
    border-radius: 0px 0px 15px 15px;
    margin-bottom: 1rem;
}

.encabezado-desk {
    height: 700px;
}

.encabezado-h1-cont {
    margin-top: 100px;
}

@media screen and (max-width: 1300px) and (min-width: 1000px) {
    .encabezado-desk {
        height: auto;
    }
    
    .encabezado-h1-cont {
        margin-top: 3.5rem;
    }

    .encabezado-desk-izq {
        width: 57%;
    }

    .encabezado-mockup {
        background-image: url('/images/mockup-back.png');
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        height: 430px;
        width: 40%;
    }

    h1 {
        font-size: 1.7rem;
        margin-block-end: 0rem;
    }

    .encabezado-texto-cont {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 999px) and (min-width: 768px) {
    .encabezado-desk {
        height: auto;
    }
    
    .encabezado-h1-cont {
        margin-top: 3.5rem;
    }

    .encabezado-desk-izq {
        width: 50%;
    }

    .encabezado-mockup {
        background-image: url('/images/mockup-back.png');
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        height: 430px;
        width: 50%;
    }

    h1 {
        font-size: 1.5rem;
        margin-block-end: 0rem;
    }

    h2 {
        font-size: 1.3rem;
    }

    .encabezado-texto-cont {
        margin-top: 1rem;
    }
}

.iconos-seguridad div {
    display: flex;
    justify-content: center;
    align-self: center;
    flex-direction: column;
}

.iconos-seguridad img {
    height: 70px;
    object-fit: contain;
}

.iconos-seguridad span {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #3e484b;
    margin-top: 1rem;
    width: 100%;
    padding: 0rem 1rem;
}

#idiomas-cont {
    width: 150px;
    position: fixed;
    bottom: 1rem;
    right: 0rem;
}

#idiomas {
    position: absolute;
    bottom: 45px;
    left: 0px;
    width: 130px;
    max-width: 300px;
    background-color: #FFF;
    border: 1px solid #d4e4ea;
    display: none;
}

#idiomas a {
    display: block;
    padding: 0.7rem 0.5rem;
    color: #222;
    font-size: 0.9rem;
    text-decoration: none;
    border-bottom: 1px solid #d4e4ea;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#idiomas a:hover {
    background-color: #f8fbfd;
}

@media screen and (max-width: 767px) {
    #idiomas-cont {
        width: 120px;
        position: absolute;
        top: 65px;
        right: 1rem;
       display: flex;
       justify-content: flex-end;
       margin-right: 0px;
       margin-top: 0px;
       max-height: 200px;
    }

    #idiomas-cont button {
        height: 35px;
    }

    #idiomas {
        position: absolute;
        top: 45px;
        bottom: auto;
        left: auto;
        right: 0px;
        width: 130px;
        max-width: 300px;
        background-color: #FFF;
        border: 1px solid #d4e4ea;
        display: none;
    }
}