/********** Template CSS **********/

body {
    overflow-x: hidden;
}

.back-to-top-wsp {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 165px;
    z-index: 99;
}

img.animated.pulse {
    animation-duration: 5s;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
    background: #222144;
    border-bottom: 10px solid #08cafc;
}

.sticky-top.bg-primary.shadow-sm {
    background: #222144 !important;
}

.navbar {
    padding: 11px 0 !important;
    height: 85px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 45px;
    padding: 0;
    color: #ffffff;
    font-weight: 500;
    transition: .5s;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .hide-desktop {
    display: none !important;
}

.nav-item.nav-link.contacto-btn {
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 100px;
}

.navbar-brand img {
    max-width: 110px;
}

/*** Hero Header ***/
.hero-header {
    position: relative;
    margin-top: -85px;
    padding-top: 12rem;
    padding-bottom: 8rem;
    background: #22326E;
}

.hero-header .container {
    position: relative;
    z-index: 1;
}

.hero-header .hola-slider {
    margin: 0 auto;
    display: block;
    /*max-width: 180px;*/
}

.hero-header .hola-amazon {
    margin: 0 auto;
    display: block;
    max-width:250px;
}

.hero-header .text-slider {
    text-align: center;
    max-width: 835px;
    margin: 0 auto;
    font-size: 50px;
    font-family: Montserrat;
}

.hero-header .text-slider b {
    font-weight: 600;
}

.btn-cotiza-amarillo {
    background: #FAB81D;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    bottom: -128px;
    font-size: 30px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 100px;
    font-weight: 900;
    border-color: #FAB81D;
    color: #11103E;
    font-family: Montserrat;
    border: none;
    box-shadow: 0px 14px 47px -15px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0px 14px 47px -15px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 14px 47px -15px rgba(0, 0, 0, 0.45);
}


.hero-header .btn-cotiza-amarillo {
    background: #FAB81D;
    margin: 0 auto;
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 100px;
    font-weight: 900;
    border-color: #FAB81D;
    color: #11103E;
    font-family: Montserrat;
    border: none;
    box-shadow: 0px 14px 47px -15px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0px 14px 47px -15px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 14px 47px -15px rgba(0, 0, 0, 0.45);
    display: block;
    left: initial;
    right: initial;
    bottom: initial;
}


/*** Celeste ***/
/*.feature-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}*/

.feature-item .border {
    position: relative;
    border-color: rgba(255, 255, 255, .2) !important;
    z-index: 1;
}

.celeste .feature-item .imagen-left img {
    position: absolute;
    left: -40px;
    top: -47rem;
}

.celeste .feature-item .imagen-right img {
    position: absolute;
    right: -40px;
    top: -47rem;
}

.feature-item .imagen-center {
    margin: 70px 0 150px;
}

.celeste {
    background: #08cafc;
    min-height: 500px;
}

.celeste .cajas-ab {
    position: relative;
}

.celeste .cajas-ab .img-fluid {
    position: absolute;
    top: -130px;
}

/*** Roberta ***/

.roberta {
    background: #22326E;
}

.imagen-roberta img {
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: -11rem;
}

.texto-roberta p strong {
    font-weight: 600;
}

.texto-roberta p {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-family: Montserrat;
    max-width: 80%;
    margin: 50px auto 30px;
}

/*** Como Funciona ***/

.como-funciona {
    background: #08cafc;
}

.como-funciona .contenedor-rosa {
    background: #22326E;
    color: #ffffff;
    font-weight: 300;
    min-height: 270px;
    border-radius: 20px;
}

.como-funciona .bloque-rosa p {
    font-size: 16px;
    margin-top: 30px;
    font-weight: 600;
    font-family: Montserrat;
    max-width: 320px;
}

.titulo-comofunciona {
    text-align: center;
    color: #fff;
    font-family: Montserrat;
    font-weight: 600;
    margin-bottom: 50px;
}

.como-funciona .container-fluid {
    margin: 80px auto;
    max-width: 90%;
}

/*** Cotiza Amarillo ***/

.cotiza-amarillo {
    background: #FAB81D;
}

.btn-cotiza-blanco {
    background: #ffffff;
    margin: 0 auto;
    font-size: 30px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 100px;
    font-weight: 900;
    color: #11103E;
    font-family: Montserrat;
    border: none;
    box-shadow: 0px 14px 47px -15px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0px 14px 47px -15px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 14px 47px -15px rgba(0, 0, 0, 0.45);
}

.titulo-cotiza {
    font-size: 60px;
    font-family: Montserrat;
    font-weight: 600;
    text-align: center;
    max-width: 1000px;
    color: #fff;
    margin: 50px auto;
}

.cotiza-amarillo .feature-item .imagen-left img {
    position: absolute;
    left: -40px;
    bottom: -130px;
}

.cotiza-amarillo .feature-item .imagen-right img {
    position: absolute;
    right: -40px;
    bottom: -130px;
}

/*** Ventajas de Elegirnos ***/

.ventajas-celeste {
    background: #08cafc;
}

.ventajas-celeste .cajas-conjunto {
    margin: 0 auto;
    display: block;
}

.titulo-ventajas {
    text-align: center;
    color: #fff;
    font-family: Montserrat;
    font-weight: 600;
    margin: 50px auto;
}

.titulo-ventajas-chico {
    font-size: 24px;
    color: #22326E;
    font-family: Montserrat;
    font-weight: 600;
}

.texto-ventajas {
    max-width: 600px;
    color: #22326E;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
}

.ventajas {
    padding-left: 50px;
    position: relative;
}

.ventajas::before {
    content: " ";
    position: absolute;
    left: 0;
    background: url("../img/check.png");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    top: 5px;
}

.ventajas-celeste .flotante-amarillo {
    max-width: 80%;
    margin: 100px auto;
    background: #FAB81D;
    border-radius: 20px;
    align-items: center;
}

.ventajas-celeste .flotante-amarillo .img-flotante1 {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

.ventajas-celeste .flotante-amarillo .img-flotante2 {
    max-width: 257px;
    margin: 0 auto;
    display: block;
}

.ventajas-celeste .flotante-amarillo .col-boton-flotante .btn-cotiza-blanco {
    margin: 20px auto;
    display: block;
}

.ventajas-celeste .flotante-amarillo .col-boton-flotante p {
    font-size: 40px;
    font-family: Montserrat;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 48px;
}


/*** Footer ***/

.container-fluid.footer {
    background: #222144;
}

.footer .navbar-nav a {
    color: #fff;
    border-color: #fff;
    border-width: 2px;
    margin-right: 25px !important;
}

.footer .navbar-nav.ms-auto {
    float: right;
}

.footer .nav-item.nav-link.contacto-btn {
    padding: 6px 20px;
}

.footer a {
    color: #fff;
}

.footer .tyc {
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
}

.footer .faq {
    margin-right: 40px;
}


.footer .row {
    align-items: end;
}

.footer .navbar-nav a:hover {
    background: rgba(0, 0, 0, 0);
}

.footer img {
    max-width: 120px;
}

.copyright {
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    padding-top: 10px;
    color: #f1f1f1;
}

.copyright a {
    color: #10ABB6;
}

/*** Back to top ***/

.back-to-top-wsp img {
    max-width: 80px;
}

.no-desktop {
    display: none;
}

/*** Responsive ***/

@media (max-width:1680px) {
    .celeste {
        min-height: 500px;
    }
}

@media (max-width:1600px) {

    .btn-cotiza-blanco {
        font-size: 28px;
        display: block;
        max-width: 450px;
    }

    .ventajas-celeste .flotante-amarillo .col-boton-flotante .btn-cotiza-blanco {
        font-size: 20px;
    }
}

@media (max-width:1550px) {

    .ventajas-celeste .flotante-amarillo .col-boton-flotante p {
        font-size: 38px;
    }

    .btn-cotiza-blanco {
        font-size: 22px;
        max-width: 450px;
        margin-top: 13px
    }

}

@media (max-width:1280px) {
    .celeste {
        min-height: 400px;
    }
}

@media (max-width:1024px) {

    .celeste .feature-item .imagen-left img {
        top: -35rem;
    }

    .celeste .feature-item .imagen-right img {
        top: -35rem;
    }

    .como-funciona .container-fluid {
        margin: 40px auto;
        max-width: 100%;
    }

    .cotiza-amarillo .feature-item .imagen-left img {
        bottom: -106px;
    }

    .cotiza-amarillo .feature-item .imagen-right img {
        bottom: -106px;
    }

    .cotiza-amarillo .btn-cotiza-blanco {
        font-size: 15px;
    }

    .ventajas-celeste .flotante-amarillo .img-flotante1 {
        max-width: 200px;
    }

    .ventajas-celeste .flotante-amarillo .img-flotante2 {
        max-width: 155px;
    }

    .ventajas-celeste .flotante-amarillo .col-boton-flotante p {
        font-size: 30px;
        line-height: 33px;
    }

    .ventajas-celeste .flotante-amarillo .col-boton-flotante .btn-cotiza-blanco {
        font-size: 16px;
    }

}

@media (max-width: 991px) {

    .celeste .cajas-ab .img-fluid {
        position: absolute;
        top: 40px;
    }

    .navbar-brand img {
        max-width: 100px;
    }

    .navbar-toggler {
        display: none;
    }

    .no-mobile {
        display: none;
    }

    .hero-header .text-slider {
        font-size: 30px;
    }

    .btn-cotiza-amarillo {
        font-size: 16px;
        bottom: -120px;
    }

    .no-desktop {
        display: block;
    }

    .hola-amazon {
        max-width: 250px;
    }

    .imagen-roberta img {
        margin: 50px auto 0;
        left: inherit;
        right: inherit;
        position: relative;
        top: inherit;
        display: block;
    }

    .texto-roberta p {
        font-size: 18px;
        max-width: 100%;
        margin: 20px auto 30px;
        word-wrap: break-word;
    }

    .cajas-ab .img-fluid {
        position: absolute;
        max-width: 330px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .cajas-ab .feature-item .imagen-center {
        margin: 30px 0 100px;
    }

    .como-funciona .container-fluid {
        margin: 40px auto;
        max-width: 100%;
    }

    .celeste .no-desktop .imagen-center {
        margin: 0;
    }

    .celeste .no-desktop img {
        margin: 0 auto;
        display: block;
    }

    .titulo-cotiza {
        font-size: 30px;
        margin: 30px auto 0;
    }

    .btn-cotiza-blanco {
        margin: 0 auto;
        font-size: 16px;
        display: block;
    }

    .cotiza-amarillo .no-desktop img {
        bottom: -64px !important;
        width: 420px;
        right: -45px;
        margin: 0 auto;
        max-width: 420px;
    }

    /*
    .ventajas::before {
        display: none;
    }

    .ventajas {
        padding-left: 0;
    }*/

    .ventajas-celeste .cajas-conjunto {
        margin: 0 auto 40px;
    }

    .ventajas-celeste .flotante-amarillo.no-desktop {
        max-width: 100%;
        margin: 50px auto;
        padding: 20px;
    }

    .ventajas-celeste .flotante-amarillo.no-desktop .col-boton-flotante p {
        font-size: 24px;
        line-height: 30px;
    }

    ventajas-celeste .flotante-amarillo.no-desktop .img-flotante1 {
        max-width: 250px;
    }

    .footer.no-desktop .row {
        align-items: center;
        text-align: center;
    }

    .footer.no-desktop .navbar-nav.ms-auto {
        float: inherit;
        align-items: center;
    }

    .footer.no-desktop .navbar-nav a:last-child {
        margin-right: 0 !important;
    }

    .back-to-top-wsp {
        right: 25px;
        bottom: 85px;
    }

    .back-to-top-wsp img {
        max-width: 60px;
    }

}


@media (max-width:420px) {

    .cotiza-amarillo .no-desktop img {
        bottom: -64px !important;
        width: 420px;
        right: -45px;
        margin: 0 auto;
        max-width: 420px;
    }

    .hero-header .btn-cotiza-amarillo {
        font-size: 16px;
    }

    .hero-header {
        padding-bottom: 2rem;
    }

    .hero-header .btn-cotiza-amarillo {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -55px;
        max-width: 300px;
        padding: 15px 10px;
    }

    .titulo-comofunciona {
        color: #22326E;
    }

    .footer .tyc {
        display: block;
    }

    .ventajas-celeste .flotante-amarillo .col-boton-flotante .btn-cotiza-blanco {
        font-size: 14px;
    }

}

@media (max-width:390px) {
    .como-funciona .container-fluid {
        margin: 0px auto;
        max-width: 100%;
    }

    .ventajas-celeste .flotante-amarillo .col-boton-flotante .btn-cotiza-blanco {
        font-size: 14px;
    }
}