﻿/*-------------------------------------------------------------------------------------------------------------------------
    BANNER PRINCIPAL
-------------------------------------------------------------------------------------------------------------------------*/

.main-banner-container {
    background-color: #000000;
    height: 46vw;
    position: relative;
}

.main-banner-img {
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    width: 100%;
}

.main-banner-title {
    color: #FFFFFF;
    font-size: 3.2vw;
    font-weight: 700;
    left: 6%;
    line-height: 3.8vw;
    position: absolute;
    text-align: left;
    top: 16%;
}

.main-banner-subtitle {
    color: #FFFFFF;
    font-size: 1.5vw;
    font-weight: 700;
    left: 6%;
    letter-spacing: 0.1vw;
    line-height: 2.5vw;
    position: absolute;
    text-align: left;
    top: 47%;
}

.main-banner-btn {
    background-color: #9EBEE2;
    border: none;
    border-radius: 0.5vw;
    bottom: 17%;
    box-shadow: -0.1vw 0.4vw 1vw 0vw rgba(0,0,0,0.3);
    -webkit-box-shadow: -0.1vw 0.4vw 1vw 0vw rgba(0,0,0,0.3);
    -moz-box-shadow: -0.1vw 0.4vw 1vw 0vw rgba(0,0,0,0.3);
    color: #FFFFFF;
    font-size: 1.1vw;
    font-weight: 700;
    left: 6%;
    padding: 0.6vw 2vw;
    position: absolute;
}

.main-banner-btn:hover, .main-banner-btn:focus {
    background-color: #547396 !important;
    color: #FFFFFF !important;
}

/*-------------------------------------------------------------------------------------------------------------------------
    KIT BANNER
-------------------------------------------------------------------------------------------------------------------------*/

.kit-banner-container {
    background: linear-gradient(90deg, rgba(128,166,200,1) 0%, rgba(69,99,132,1) 68%, rgba(14,38,69,1) 100%);
    height: 36vw;
    position: relative;
}

.kit-banner-img {
    height: 100%;
    margin-left: 50%;
    object-fit: cover;
    object-position: bottom;
    width: 50%;
}

.kit-banner-message {
    color: #0A2240;
    font-size: 2.6vw;
    font-weight: 500;
    left: 6%;
    line-height: 3.8vw;
    position: absolute;
    text-align: center;
    top: 16.5%;
}

.kit-amertha-message {
    color: #FFFFFF;
    font-family: 'Amertha', sans-serif;
    font-size: 6.2vw;
    font-weight: normal;
    line-height: 9vw;
}

.kit-money-message {
    font-weight: 700;
    font-size: 3.8vw;
    line-height: 6.8vw;
}

/*-------------------------------------------------------------------------------------------------------------------------
    COMIENZA A GANAR
-------------------------------------------------------------------------------------------------------------------------*/

.program-container {
    margin: 5.7vw 0 3vw 0;
}

.program-title {
    color: #0A2240;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.program-title-amertha {
    color: #8CB8DA;
    font-family: 'Amertha', sans-serif;
    font-size: 5.6vw;
    font-weight: normal;
    line-height: 4vw;
    padding-left: 0.2vw;
    padding-right: 0.2vw;
}

.program-subtitle {
    color: #0A2240;
    font-size: 1.15vw;
    padding-bottom: 2.4vw;
    padding-top: 2vw;
    text-align: center;
}

.program-img-container {
    height: 35.4vw;
    padding: 0vw 7.1vw;
    text-align: center;
    width: 50%;
}

.color-soft-blue {
    color: #8CB8DA;
}

.steps-circles-container {
    margin-top: 1.5vw;
    width: 100%;
}

.steps-circle-side {
    height: 10vw;
    width: 28%;
}

.steps-circle-center {
    height: 10vw;
    width: 44%;
}

.steps-horizontal-line {
    background-color: #0A2240;
    height: 0.2vw;
}

.steps-outer-circle {
    background-color: #FFFFFF;
    border: 0.4vw solid #0A2240;
    border-radius: 50rem;
    height: 5.6vw;
    margin: 0;
    width: 5.6vw;
}

.steps-inner-circle {
    background-color: #8CB8DA;
    border-radius: 50rem;
    height: 4vw;
    margin: 0;
    width: 4vw;
}

.steps-descriptions-container {
    width: 100%;
}

.steps-description-side {
    height: 7.6vw;
    width: 28%;
}

.steps-description-center {
    height: 7.6vw;
    width: 44%;
}

.steps-description {
    font-size: 1.4vw;
    font-weight: 700;
    height: 7.6vw;
    text-align: center;
}

.steps-description-title {
    color: #0A2240;
    padding-top: 0.1vw;
}

.steps-description-subtitle {
    color: #8CB8DA;
    padding-top: 1.7vw;
}

.steps-bottom-line {
    border: 0.15vw solid #0A2240;
    border-radius: 50rem;
    margin: 0 40%;
    opacity: 1;
}

.steps-btn-area {
    margin-bottom: 3vw;
    text-align: center;
}

.steps-btn {
    background-color: #9EBEE2;
    border: none;
    border-radius: 0.5vw;
    color: #FFFFFF;
    font-size: 1.1vw;
    font-weight: 700;
    padding: 0.6vw 2vw;
}

.steps-btn:hover, .steps-btn:focus {
    background-color: #547396 !important;
    color: #FFFFFF !important;
}

/*-------------------------------------------------------------------------------------------------------------------------
    VENTAJAS NICE
-------------------------------------------------------------------------------------------------------------------------*/

.advantages-img-desktop {
    height: 100%;
    object-fit: cover;
    object-position: 30% 100%;
    width: 100%;
}

.margin-advantages {
    margin-bottom: 3.6vw;
}

.list-advantages-container {
    margin-left: -2.8vw;
    width: 52%;
}

.list-advantages {
    color: #8CB8DA;
    font-size: 1.35vw;
    font-weight: 500;
    text-align: left;
}

.list-advantages li::marker {
    color: #0A2240;
    font-size: 2vw;
}

.padding-list-element {
    padding-bottom: 0.7vw;
}

/*-------------------------------------------------------------------------------------------------------------------------
    CARRUSEL TESTIMONIOS
-------------------------------------------------------------------------------------------------------------------------*/

.testimonials-carousel-item {
    padding: 1.8vw;
    width: 100%;
}

.item-content-container {
    border: 0.3vw solid #8CB8DA;
    border-radius: 2vw;
    color: #0A2240;
    font-size: 1.2vw;
    font-weight: normal;
    height: 100%;
    text-align: center;
    width: 100%;
}

.item-content-padding {
    padding: 0vw 4vw;
}

.testimonial-text {
    
}

.testimonials-customer-container {
    margin-top: 2.5vw;
}

.customer-img-container {
    width: 30%;
}

.customer-img-circle {
    border: 0.4vw solid #0A2240;
    border-radius: 50rem;
    height: 6.9vw;
    margin: 0 auto;
    padding: 0.2vw;
    width: 6.9vw;
}

.customer-img {
    border-radius: 50rem;
    height: 100%;
    width: 100%;
}

.customer-name-container {
    font-weight: 700;
    text-align: left;
    width: 70%;
}

.bg-soft-blue {
    background-color: #8CB8DA;
}


/* Carrusel */
.owl-carousel {
    padding: 0 5%;
    margin: auto;
}

.owl-nav {
    position: absolute;
    width: 100%;
    top: 20% !important;
    left: 0;
    margin-top: 0 !important;
}

.owl-nav button span {
    font-size: 10vw;
    color: #0a2240;
}

.owl-carousel .owl-nav button {
    position: absolute;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
}
/*-------------------------------------------------------------------------------------------------------------------------
    MEDIAS PARA RESPONSIVIDAD
-------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 991px) {
    /*-------------------------------------------------------------------------------------------------------------------------
        BANNER PRINCIPAL
    -------------------------------------------------------------------------------------------------------------------------*/

    .main-banner-container {
        height: auto;
    }

    .main-banner-container::after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .main-banner-img {
        position: absolute;
    }

    .main-banner-title {
        font-size: 6.4vw;
        left: 9%;
        line-height: 7.5vw;
        top: 6%;
    }

    .main-banner-subtitle {
        font-size: 2.9vw;
        left: 9%;
        letter-spacing: 0.2vw;
        line-height: 4.4vw;
        top: 66%;
    }

    .main-banner-btn {
        border-radius: 2vw;
        bottom: 6%;
        box-shadow: -0.1vw 0.4vw 2vw 0vw rgba(0,0,0,0.3);
        -webkit-box-shadow: -0.1vw 0.4vw 2vw 0vw rgba(0,0,0,0.3);
        -moz-box-shadow: -0.1vw 0.4vw 2vw 0vw rgba(0,0,0,0.3);
        font-size: 4vw;
        left: 50%;
        padding: 2vw 4vw;
        transform: translateX(-50%);
    }

    /*-------------------------------------------------------------------------------------------------------------------------
        ÚNETE AL PROGRAMA
    -------------------------------------------------------------------------------------------------------------------------*/

    .program-container {
        margin: 8vw 0 5vw 0;
    }

    .program-title {
        font-size: 6.2vw;
        line-height: 7vw;
        padding: 0 8vw;
    }

    .program-title-amertha {
        font-size: 9.5vw;
        line-height: 7vw;
    }

    .program-subtitle {
        font-size: 3.3vw;
        padding-bottom: 8vw;
        padding-left: 3vw;
        padding-right: 3vw;
        padding-top: 6vw;
    }

    .program-img-container {
        height: 138vw;
        padding: 0vw 9vw;
        width: 100%;
    }

    .form-input-width {
        width: 100%;
        margin-bottom: 3.5vw;
    }

    .contact-form-input {
        border: 0.5vw solid #8CB8DA;
        border-radius: 2.5vw;
        font-size: 5vw;
        padding: 1.4vw 2vw;
    }

    .contact-form-label {
        font-size: 3.8vw;
        margin-top: 1vw;
    }

    .contact-form-line {
        border: 0.4vw solid #0A2240;
        margin: 4vw 8vw 7vw 8vw;
    }

    .contact-check-width {
        margin: 0 -7%;
        padding-top: 1.8vw;
        width: auto;
    }

    .check-container {
        position: relative;
        width: 10%;
    }

    .check-text-container {
        padding-right: 2vw;
        width: 90%;
    }

    .form-check-input {
        border: 0.5vw solid #0A2240;
        border-radius: 1.5vw !important;
        height: 5vw;
        width: 5vw;
    }

    .form-check-label {
        font-size: 3.5vw;
        text-align: left;
    }

    .btn-form {
        border-radius: 2vw;
        font-size: 4vw;
        letter-spacing: 0.1vw;
        padding: 2vw 0;
        width: 60%;
    }

    /*-------------------------------------------------------------------------------------------------------------------------
        KIT BANNER
    -------------------------------------------------------------------------------------------------------------------------*/

    .kit-banner-container {
        height: auto;
    }

    .kit-banner-container::after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .kit-banner-img {
        height: 50%;
        margin-left: 0;
        object-position: center;
        position: absolute;
        top: 50%;
        width: 100%;
    }

    .kit-banner-message {
        font-size: 5.2vw;
        left: 50%;
        line-height: 3.8vw;
        top: 4%;
        transform: translateX(-50%);
        white-space: nowrap;
    }

    .kit-amertha-message {
        font-size: 13vw;
        line-height: 23vw;
    }

    .kit-money-message {
        font-size: 8vw;
        line-height: 17.5vw;
    }

    /*-------------------------------------------------------------------------------------------------------------------------
        COMIENZA A GANAR
    -------------------------------------------------------------------------------------------------------------------------*/

    .padding-extra-money {
        margin-top: 1.2vw;
    }

    .steps-container {
        display: flex;
    }

    .steps-circles-container {
        margin-left: 6%;
        margin-top: 4.5vw;
        width: 20%;
    }

    .steps-circle-side {
        height: 24.5vw;
        width: 100%;
    }

    .steps-circle-center {
        height: 24.5vw;
        width: 100%;
    }

    .steps-vertical-line {
        background-color: #0A2240;
        opacity: 1;
        width: 0.8vw;
    }

    .steps-outer-circle {
        border: 0.8vw solid #0A2240;
        height: 13.8vw;
        width: 13.8vw;
    }

    .steps-inner-circle {
        height: 10vw;
        width: 10vw;
    }

    .steps-descriptions-container {
        margin-left: 2%;
        margin-top: 4.5vw;
        width: 72%;
    }

    .steps-description-side {
        height: 24.5vw;
        width: 100%;
    }

    .steps-description-center {
        height: 24.5vw;
        width: 100%;
    }

    .steps-description {
        font-size: 4vw;
        height: 18vw;
        text-align: left;
    }

    .steps-description-title {
        padding-top: 0vw;
        padding-right: 18vw;
    }

    .steps-description-subtitle {
        font-size: 3.4vw;
        padding-top: 1.7vw;
    }

    .steps-bottom-line {
        border: 0.4vw solid #0A2240;
        margin: 0 17%;
    }

    .steps-btn-area {
        margin-bottom: 11vw;
    }

    .steps-btn {
        border-radius: 2vw;
        font-size: 4vw;
        padding: 2.5vw 8vw;
    }

    /*-------------------------------------------------------------------------------------------------------------------------
        VENTAJAS NICE
    -------------------------------------------------------------------------------------------------------------------------*/

    .margin-advantages {
        margin-bottom: 5vw;
    }

    .advantages-img {
        height: 50vw;
        padding: 0;
        text-align: start;
    }

    .advantages-img-desktop {
        height: 100%;
        object-fit: cover;
        object-position: top center;
        width: 100%;
    }

    .list-advantages-container {
        height: 112vw;
        margin-left: 0vw;
        padding: 0 2.8vw !important;
        text-transform: uppercase;
        width: 100%;
    }

    .list-advantages {
        font-size: 3.2vw;
        font-weight: 700;
        margin-top: 7vw;
    }

    .list-advantages li::marker {
        color: #0A2240;
        font-size: 4.8vw;
    }

    .padding-list-element {
        padding-bottom: 1.5vw;
    }

    /*-------------------------------------------------------------------------------------------------------------------------
        CARRUSEL TESTIMONIOS
    -------------------------------------------------------------------------------------------------------------------------*/

    .testimonials-carousel-item {
        padding: 8vw 6vw;
        width: 100%;
    }

    .item-content-container {
        border: 0.6vw solid #8CB8DA;
        border-radius: 3vw;
        font-size: 3vw;
    }

    .item-content-padding {
        padding: 0vw 5vw;
    }

    .testimonial-text {
        font-size: 2.8vw;
    }

    .testimonials-customer-container {
        margin-top: 6vw;
    }

    .customer-img-container {
        width: 30%;
    }

    .customer-img-circle {
        border: 1vw solid #0A2240;
        height: 15vw;
        padding: 0.5vw;
        width: 15vw;
    }
}
