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

:root {
    --color-primario: #456AAC;
    /* Color primario */
    --color-secundario: #46B585;
    /* Color secundario */
    --color-fondo: #FFFFFF;
    /* Color de fondo */
    --color-texto: #333;
    /* Color de texto principal */
}


body,
html {
    color: var(--color-texto);
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

.text-white {
    color: white !important;
}

.text-blue {
    color: #135DDE !important;
}

h1 {
    font-weight: 700;
    font-size: 54px;
}

h2 {
    font-size: 24px;
    font-weight: 500;
}

h3 {
    font-size: 40px;
    font-weight: 700;
}

h4 {
    font-size: 25px;
    font-style: italic;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
}

h6 {
    font-size: 13px;
}

.navbar-container {
    background-color: white;
    position: fixed;
    width: 100%;
    box-shadow: 0px 3px 6px #0000000D;
    z-index: 1000;
}

.btn-primary {
    background-color: var(--color-secundario);
    border: none;
    border-radius: 15px;
    padding: 22px 42px;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--color-primario);
}

.btn-secundary {
    background-color: white;
    color: var(--color-primario);
    border: none;
    border-radius: 15px;
    padding: 22px 52px;
    font-weight: 600;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-secundary:hover {
    background-color: var(--color-secundario);
    color: white;
}

.btn-whatsapp {
    background-color: var(--color-secundario);
    color: white;
    padding: 20px;
    border-radius: 15px;
    transition: 0.3s ease;
}

.btn-whatsapp:hover {
    color: white;
    background-color: #328662;
}

.nav-link {
    font-weight: 600;
    padding: 0px 31px !important;
}

.navbar-container {
    transition: top 0.3s ease-in-out;
    /* Ajusta la duración y el efecto según tu preferencia */
}

.hero {
    position: relative;
    height: 100vh;
    min-height: 1080px;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: var(--color-primario);
    mix-blend-mode: multiply;
    z-index: 10;
}

.z-index-1000 {
    z-index: 900;
}

.image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.image-grayscale {
    filter: grayscale(100%);
}

.hero-image {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5;
}

section {
    padding: 200px 0px 100px;
}

.after-image:after {
    content: "";
    width: 100px;
    height: 5px;
    background: transparent linear-gradient(90deg, #44BAE9 0%, #46B585 100%) 0% 0% no-repeat padding-box;
    display: block;
    margin: 40px 0;
}

.cut-image {
    border-radius: 0 100px 0 100px;
    box-shadow: 20px 20px 30px #135DDE17;
    width: 90%;
}

.p-relative {
    position: relative;
}

.logo-decoration {
    position: absolute;
    background-image: url(../img/logo-decoration.png);
    background-size: 100% !important;
    right: -72px;
    top: -3px;
    width: 390px;
    height: 358px;
    z-index: -1;
}

.dot-green {
    position: absolute;
    background-image: url(../img/dot-green.svg);
    background-size: 100% !important;
    top: 55px;
    right: 40px;
    width: 52px;
    height: 52px;
    z-index: -1;
}

.dot-blue {
    position: absolute;
    background-image: url(../img/dot-blue.svg);
    background-size: 100% !important;
    left: -36px;
    width: 112px;
    height: 112px;
    bottom: -12px;
    z-index: -1;
}

.dot-gray {
    position: absolute;
    background-image: url(../img/dot-gray.svg);
    background-size: 100% !important;
    left: -36px;
    width: 28px;
    height: 28px;
    bottom: 106px;
    z-index: -1;
}

.text-center .after-image:after {
    margin: 40px auto !important;
}

.cards-specialities .col-12 {
    padding: 40px 20px;
}

.cards-specialities .col-12 img {
    margin-bottom: 40px;
}

.blue-section {
    background-color: #396cc6;
    background-image: url(../img/logo-blue.svg);
    background-size: 70% !important;
}

.cut-image-2 {
    border-radius: 15px;
    width: 100%;
}

.padding-testimonials {
    padding: 100px 0;
}

.testimonial-box {
    height: 240px;
    padding: 0 10px;
}

.stars {
    background-image: url(../img/stars.svg);
    width: 100%;
    height: 30px;
    background-size: 50%;
}

.video-testimonials {
    position: relative;
    height: 400px;
    cursor: pointer;
}

.play {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/play.svg);
    background-size: 20%;
    transition: 0.3s ease;
    opacity: 0;
}

.overlay-videos {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}

.play:hover {
    background-color: rgb(245 245 245 / 80%);
    opacity: 1;
}

.bg-gray {
    background-color: #F9F9F9;
}

.bg-blue {
    background-color: var(--color-primario);
}

footer {
    padding-top: 100px;
    padding-bottom: 60px;
}

footer a {
    text-decoration: none;
    color: var(--color-texto);
    transition: 0.3s ease;

}

footer a:hover {
    text-decoration: none;
    color: var(--color-primario);
}

.icon {
    background-repeat: no-repeat;
    background-position: left;
    background-size: 65%;
    height: 43px;
    cursor: pointer;
}

input,
textarea {
    border: .5px solid var(--color-texto);
    padding: 15px;
}

video {
    width: 100%;
}

.modal-testimonies {
    width: 400px;
}

.modal-header {
    border-bottom: 0px;
}

.modal-content {
    border-radius: 0px;
    min-height: 600px;
}

.container-services {
    padding-top: 100px !important;
}

.equipo-cards {
    cursor: pointer;
}

.text-cards-equipo {
    padding: 40px 60px 60px 90px !important;
    font-size: 18px;
}

.text-cards-equipo .modal-header {
    padding: 20px 0;
}

.aviso a {
    color: white;
    text-decoration: none;
}


.aviso a:hover {
    color: white;
    text-decoration: none;
}

@media (min-width: 200px) and (max-width: 767.98px) {

    .modal-content {
        min-height: 0px;
    }
    

    .hero {
        position: relative;
        height: 100vh;
        min-height: 800px;
    }

    .text-cards-equipo {
        padding: 1.5rem !important;
        font-size: 18px;
    }

    .logo-decoration,
    .dot-green,
    .dot-blue,
    .dot-gray {
        display: none;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 22px;
    }

    .nav-link {
        padding: 25px 0px !important;
        text-align: center;
    }

    .navbar-collapse .btn-primary {
        width: 100%;
    }

    .cut-image {
        border-radius: 0 33px 0 33px;
        box-shadow: none;
        width: 100%;
    }

    .cut-image-2 {
        border-radius: 15px;
        width: 100%;
    }

    section {
        padding: 120px 0px 60px;
    }

    .blue-section {
        padding-bottom: 200px !important;
    }

    .bg-gray .btn {
        width: 100%;
    }

    .testimonial-box {
        height: 351px;
        padding: 0 10px;
    }

    video {
        width: 100%;
    }

    .modal-testimonies {
        width: auto;
    }

    .btn-whatsapp {
        padding: 15px 10px;
        font-size: 18px;
    }

}
