@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --color-primary: #0064B7;
    --color-buttons: #2978D7;
    --color-font-gray1: #333333;
    --color-font-gray3: #828282;
    --color-planbg: #1b3b6f;
    --color-formbg: #4f4f4f;
    --color-formtext: #bdbdbd;
    --color-aboutbg: #6ba9dd;
    --color-font-white : #f2f2f2;
    --color-aboutfont-white: #fff;
}



body {
    font-family: 'Inter', sans-serif;
    background-color: #f5f5f5;
}

html, body {
    max-width: 100%;
    overflow-x: unset;
}

.btn {
    background-color: var(--color-buttons);
}

section > p {
    font-weight: 400;
    font-size: 20px;
    color: var(--color-font-gray1);
    margin-bottom: 22px;
    line-height: 24.2px;
}





.nav-link {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--color-font-gray1);
    padding: 0 1.5rem;
}

.nav-link.active {
    color: var(--color-buttons) !important;
    font-weight: 700;
}

.navbar-toggler {
    border: 0;
}



.carrusel {
    padding-top: 5rem;
}   

.carousel-indicators button{
    width: 0.5rem !important; 
    height: 0.5rem !important;
    border-radius: 50%;
}

.carousel-caption {
    position: absolute;
    top: 18%;
    right:45.8%;
    text-align: left;
} 

.carousel-item img {
    filter: brightness(68%);

}

.carousel-caption h2 {
    font-weight: 600;
    font-size: 1.875rem;
    margin-bottom: 16px;
}

.carousel-caption p {
    font-weight: 500;
    margin-right: 10px;
}

.carousel-caption button {
    margin-top: 1rem;
    background-color: var(--color-buttons);
    padding: 1rem 2.5rem;
    font-weight: 600;
}

.carousel-btn-text {
    text-decoration: none;
    color: var(--color-aboutfont-white);
}





.card-title {
    font-weight: 500;
    color: var(--color-font-gray1);
    margin-left: 0.5rem;
}

.card-text {
    font-weight: 400;
    color: var(--color-font-gray3);
    text-align: left;
    margin: 0.125rem 0.5rem 0;
}

.card-text:last-child {
    margin-bottom: 0.5rem;
}



.servicios {
    padding-top: 5rem;
}

.owl-carousel {
    min-height: 350px;
}

.owl-stage-outer {
    min-height: 350px;
}

.owl-stage {
    min-height: 350px;
    padding-left: 0 !important;
}

.card-carousel {
    width: 234.75px;
}


.card-carousel-item {
    height: 330px;
    width: 234.75px;
}

.card-icon-1 {
    width: 26.67px;
    height: 26.67px;
    margin: 1.6rem 0 0 1.6rem;
}

.card-icon-2 {
    width: 29.33px;
    height: 29.33px;
    margin: 1.6rem 0 0 1.6rem;
}

.card-icon-3 {
    width: 29.33px;
    height: 26.67px;
    margin: 1.6rem 0 0 1.6rem;
}

.card-title {
    color: var(--color-planbg);
    font-weight: 600;
}

.card-text {
    color: var(--color-font-gray3);
}

.card-link {
    margin: 0 0 0 0.6rem;
}






.fondo {
    background-color: var(--color-planbg);
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
}

.fondo img {

    width: 50%;
    
}

.plan-text {
    color: var(--color-font-gray3);
}

.col-1 {
    flex: 1 0 auto;
}


.nosotros {
    padding-top: 5rem;
}

.acercade {
    background-color: var(--color-aboutbg);
    border-radius: 0.5rem;
}

.nosotros-text {
    color: var(--color-aboutfont-white);
    width: 45%;
    padding: 2rem;
}

.nosotros-text h5 {
    font-weight: 600;
}

.nosotros-text p {
    font-size: 14px;
}

.img-container{
    width: 50%;
}

.nosotros-img {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    height: -webkit-fill-available;
}



footer {
    padding:5rem 0 3.75rem 0;
}

footer p {
    color: var(--color-font-white);
    text-align: center;
    margin: 0 1.563rem;
    
}
.form-control {
    background-color: var(--color-formbg);
    
    font-weight: 400;
    border: none;
    border-radius: 0.25rem;
    line-height: 1rem;
    padding: 0.646rem 0.75rem;
}

.form-control::placeholder {
    color: var(--color-formtext);
}

.form-btn {
    border-radius: 0.375rem;
    padding: 0.625rem 2.438rem;
    
}

.form-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-lg {
    width: 70%;
}

.footer-info {
    display: inline-flex;
}

.footer-items{
    display: inline-flex;
}

.footer-items-text {
    text-decoration: none;
    color: var(--color-formtext);
    font-weight: 400;
    font-size: 14px;
}

.icon-container {
    width: 13.33px;
    height: 13.33px;
}

.footer-logo {
    width: 50%;
}




@media screen and (max-width: 576px) {
    
    body {
        overflow-x: hidden;
    }

    .carousel-item img {
        height: 32rem;
    }

    .carousel-caption {
        position: absolute;
        top: 25%;
        right:10%;
        text-align: center;
        margin: -3rem 0 0 0;
    }

    .carousel-caption button {
        margin-top: 0;
    }


    /* nosotros */

    .nosotros-text {
        width: 93%;
    }

    .img-container {
        width: 100%;
        height: 300px;
    }

    .nosotros-img {
        object-fit: cover;
        height: inherit;
    }

 

    .form-control {
        margin: 0 0.813rem;
        width: 93%;
    }

    textarea {
        padding-bottom: 2rem !important;
    }

    .form-btn {
        margin: 0 7rem;
    }

    .footer {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 5rem 0;
        
    }

    

    .footer-items {
        display: inline-block;
        margin-right: 5rem;
    }

    .footer-logo {
        width: 25%;
    }

}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .nosotros-img {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0.5rem;
    }
}

@media (min-width: 577px) and (max-width : 1400px) {
    .carousel-item img {
        height: 32rem;
    }

    .carousel-caption {
        position: absolute;
        top: 14%;
        right: 32.8%;
        text-align: left;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1245px;
    }
}

@media (min-width: 577px) and (max-width : 992px) {
    .nosotros-text {
        width: 93%;
    }
    
    .img-container{
        width: 100%;
    }
    .footer {
        text-align: center;
    }

    .footer-logo {
        width: 25%;
    }
}