/*///////////////////////// GENERALES /////////////////////////*/

body {
    font-family: 'Nunito', sans-serif;
    color: #595959;
    background: #fff;
}

* {
    scroll-behavior: smooth;
}

section {
    overflow: hidden !important;
}

h1 {
    font-size: 64px;
    line-height: 1;
}

h2 {
    font-size: 40px;
    line-height: 1;
}

h3 {
    font-size: 28px;
    line-height: 1;
}

p {
    line-height: 1.4;
}

.lh-100 {
    line-height: 1;
}

.lh-125 {
    line-height: 1.2 !important;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

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

.ls-25 {
    letter-spacing: 2px;
}

.ls-75 {
    letter-spacing: 7px;
}

.z-5 {
    z-index: 5;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.orange {
    color: #DA6748;
}

.btn {
    border-radius: 100px;
    font-size: 16px;
    padding: 8px 35px;
}

.color-btn {
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(270.09deg, #26ADA2 1.73%, #DF8626 35.95%, #DA6748 68.67%, #D44B95 98.36%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: none;
    color: #fff;
    font-weight: 700;
    border: solid 3px transparent;
}

.color-btn:hover,
.color-btn:focus {
    color: #DA6748;
    box-shadow: 2px 1000px 1px #fff inset;
}

.outline-color-btn {
    border: solid 3px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(270.09deg, #26ADA2 1.73%, #DF8626 35.95%, #DA6748 68.67%, #D44B95 98.36%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    text-transform: uppercase;
    font-weight: 800;
    color: #DA6748;
    font-family: 'Montserrat', sans-serif;
}

.outline-color-btn:hover,
.outline-color-btn:focus {
    color: #fff;
    box-shadow: none;
}

.color-pink-btn {
    font-weight: 600;
    box-shadow: none;
    color: #fff;
    border: solid 3px white;
    background: linear-gradient(133.36deg, #D44B95 41.5%, #37B1A7 96.06%);
}

.color-pink-btn:hover,
.color-pink-btn:focus {
    border: solid 3px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(133.36deg, #D44B95 41.5%, #37B1A7 96.06%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 3px 1000px 1px #fff inset;
    color: #D44B95;
}

.color-orange-btn {
    font-weight: 600;
    box-shadow: none;
    color: #fff;
    border: solid 3px white;
    background: linear-gradient(133.36deg, #DA6748 41.5%, #D44B95 96.06%);
}

.color-orange-btn:hover,
.color-orange-btn:focus {
    border: solid 3px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(133.36deg, #DA6748 41.5%, #D44B95 96.06%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #fff inset;
    color: #DA6748;
}


.color-green-btn {
    font-weight: 600;
    box-shadow: none;
    color: white;
    border: solid 3px #fff;
    background: linear-gradient(331.11deg, #DF8400 -22.82%, #37B1A7 103.3%);
}

.color-green-btn:hover,
.color-green-btn:focus {
    border: solid 3px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(331.11deg, #DF8400 -22.82%, #37B1A7 103.3%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 3px 1000px 1px #fff inset;
    color: #37b170;
}

.slider-btn-padding {
    padding: 8px 60px;
    border: solid 3px #F1F1F1;
}

.modal .btn {
    padding: 3px 45px;
}

.modal-header .close {
    position: absolute;
    right: 15px;
    top: 8px;
    z-index: 50;
}

.modal .form-check {
    padding-left: 1.6rem;
}

.modal .form-check-input {
    width: 16px;
    height: 16px;
    margin-left: -1.6rem;
}

.blue {
    color: #1F609C;
}

.aqua {
    color: #26ADA2;
}

.gray {
    color: #595959 !important;
}

.w-fit {
    width: fit-content;
}

.color-text {
    background: linear-gradient(270.09deg, #26ADA2 1.73%, #DF8626 35.95%, #DA6748 68.67%, #D44B95 98.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.color-text-sm {
    background: linear-gradient(270.07deg, #D44B95 34.68%, #DA6748 46.21%, #DF8626 55.77%, #26ADA2 66.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.color-orange-text {
    background: linear-gradient(133.36deg, #DA6748 41.5%, #D44B95 96.06%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


/* HEADER  */
.menu {
    background-color: transparent;
    -webkit-transition: background 0.3s 0s linear;
    -moz-transition: background 0.3s 0s linear;
    -o-transition: background 0.3s 0s linear;
    transition: background 0.3s 0s linear;
    top: 0;
    width: 100%;
}

.navbar {
    z-index: 5;
    width: 100%;
    padding: 1.4rem 0rem;
}

.navbar-nav {
    align-items: center;
}

.nav-link {
    font-size: 18px;
    font-weight: 400;
    color: #595959 !important;
    padding-bottom: 0px;
    position: relative;
    transition: linear 0.2s;
    padding: 0px 20px !important;
    position: relative;
}

.nav-link:hover {
    color: #1F609C !important;
}

.nav-link::before {
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    background-color: #1F609C;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .5s;
    opacity: 0;
}

.nav-link:hover::before {
    content: "";
    opacity: 1;
}


/* Bs nav para el menú mobile -- EN DESUSO - No borrar*/
.navbar-toggler-icon,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    background-color: #1F609C !important;
    transition: .3s;
}

.bsnav-mobile .navbar {
    width: 270px;
}

.bsnav-mobile .navbar {
    left: 0 !important;
    transform: translate3d(-300px, 0, 0) !important;
    box-shadow: 3px 3px 5px -3px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 3px 3px 5px -3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 3px 5px -3px rgba(0, 0, 0, 0.35);
}

.bsnav-mobile .navbar {
    padding: 20px 0 15px;
    background-color: #fff !important;
}

.bsnav-mobile .navbar .nav-link {
    color: #5B5B5B !important;
    font-weight: 600;
    font-size: 15px;
}

.bsnav-mobile .navbar-nav {
    align-items: flex-start;
    padding: 0;
}

.bsnav-mobile .navbar-nav .nav-item {
    width: 100%;
    border-top: 0.5px solid #D3D3D3;
}

.bsnav-mobile .navbar-nav .nav-item:last-child {
    border-bottom: 0.5px solid #D3D3D3;
}

.bsnav-mobile .navbar-nav .nav-item .nav-link {
    padding: 10px 30px !important;
}

.bsnav-mobile.in .navbar {
    transform: translate3d(0px, 0, 0) !important;
}


.nav-shadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* //////////////////// MAIN  ////////////////////*/
.btn-whatsapp-pulse {
    background: #26ADA2;
    color: white;
    position: fixed;
    bottom: 35px;
    right: 30px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    z-index: 10000;
}

.btn-whatsapp-pulse:hover {
    text-decoration: none;
    color: white;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #26ADA2;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.main-section {
    min-height: 80vh;
    background: url("../img/main-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    display: flex;
    align-items: center;
}

/* //////////////////// DIAGNOSTICOS ////////////////////*/

.diagnoses {
    padding: 60px 0px;
}

.d-way {
    position: relative;
    min-height: 420px;
}

.d-line {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.marker-text {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    opacity: 0;
    transition: .3s;
    font-size: 18px;
    margin-bottom: 5rem;
    line-height: 1.2;
}

.marker-text.aqua {
    color: #0CA396
}

.marker-text.orange {
    color: #DF8626;
}

.marker-text.dark-orange {
    color: #DA6748;
}

.marker-text.pink {
    color: #D44B95;

}

.marker-container {
    cursor: pointer;
    position: relative;
    z-index: 5;
}

.marker-container.marker1 {
    margin-top: 10%;
}

.marker-container.marker2 {
    margin-top: 35%;
}

.marker-container.marker3 {
    margin-top: -15%;
}

.marker-container.marker4 {
    margin-top: 10%;
}

.marker-container:hover .marker-text {
    opacity: 1;
}

.marker-icon {
    display: flex;
    margin: 0 auto;
    transition: .3s;
}

.marker-container:hover .marker-icon {
    transform: scale(1.8);
    transform-origin: bottom center;
}

.diagnoses-text {
    background: #FAFAFA;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: inset 6px 6px 15px rgba(0, 0, 0, 0.15);
}

.diagnoses-text p {
    margin-bottom: 0;
}

.encuestas-deco {
    height: 35px;
    width: 100%;
    border: #000 1px solid;
    border-top: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-top: 2px;
}

.encuestas-deco::before {
    content: "";
    width: 1px;
    height: 30px;
    background-color: #000;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*//////////// Organizaciones ////////////////*/
.organizations {
    background: #F1F1F1;
    padding: 60px 0px;
}

.border-right {
    border-right: 2px solid #a8a8a896 !important;
}

.organizations-logos {
    display: flex;
    margin: 0 auto;
    height: 70px;
    width: 100%;
    max-width: 150px;
    object-fit: contain;
    transition: .3s;
    filter: grayscale(1);
}

.organizations-logos:hover,
.organizations-member img:hover {
    filter: grayscale(0);
}

.organizations-member img {
    transition: .3s;
    filter: grayscale(1);
}

/*//////////// BANNER CALIDAD ////////////////*/
.quality-banner {
    background: linear-gradient(151.99deg, #1F609C 7.76%, #37B1A7 104.96%);
    border-radius: 90px;
    padding: .4rem 2rem;
    color: white;
}

.quality-banner p {
    font-size: 18px;
    color: white !important;
    text-decoration: none !important;
}

.quality-banner img {
    width: 70%;
    display: flex;
    margin: 0 auto;
}

/*//////////// BANNER ////////////////*/
.banner {
    background: url("../img/banner-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 40px 0px;
}

.banner h5 {
    text-shadow: 0px 1.88476px 1.88476px rgba(0, 0, 0, 0.35);
}

/*//////////// MODAL EXITO ////////////*/
.modal.successModal .modal-body {
    padding: 7rem 3rem 7rem 3rem;
}

.modal.successModal h1 {
    background: linear-gradient(270.07deg, #D44B95 34.68%, #DA6748 46.21%, #DF8626 55.77%, #26ADA2 66.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    margin-bottom: 1rem;
}

.modal.successModal h5 {
    font-size: 20px;
}

/*//////////// FOOTER ////////////*/
footer {
    background: #2E4675;
    padding: 35px 0px;
    color: white;
}

footer p {
    font-weight: 800;
}

footer a {
    color: white;
}

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

footer .footer-contact {
    text-align: center;
    transition: .3s;
}

footer .footer-contact:hover p {
    text-decoration: underline;
}

footer .footer-contact.mail p::before {
    content: url(../img/envelope.svg);
    margin-right: 5px;
}

footer .footer-contact.phone p::before {
    content: url(../img/phone.svg);
    margin-right: 5px;
}

footer .footer-contact.call p::before {
    content: url(../img/call.svg);
    margin-right: 5px;
}

footer .social-media a {
    font-size: 32px;
    margin: 0 0 0 20px;
    transition: .3s;
}

footer .social-media .facebook:hover {
    color: #ADCBE7;
}

footer .social-media .instagram:hover {
    color: #EDD0F1;
}

footer .social-media .linkedin:hover {
    color: #B0E3DF;
}

/* Form del modal */
.modal .modal-content {
    border: 0;
    border-radius: 10px;
}

.modal-form label:not(.for-sm-input-file) {
    color: #1F609C;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}

.modal-form .form-group {
    margin-bottom: .5rem;
}

.modal-form .form-control {
    border: 1px solid #666666;
}

.modal-form .form-control:focus {
    border-color: #1F609C;
    box-shadow: none;
}

/* RESPONSIVE */
@media (max-width: 1440px) {
    .d-way {
        position: relative;
        min-height: 340px;
    }

    .marker-container.marker1 {
        margin-top: -15%;
    }

    .marker-container.marker2 {
        margin-top: 25%;
    }

    .marker-container.marker3 {
        margin-top: -15%;
    }

    .marker-container.marker4 {
        margin-top: 20%;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    h1 {
        font-size: 46px;
        line-height: 1;
    }

    h2 {
        font-size: 34px;
        line-height: 1;
    }

    .d-way {
        position: relative;
        min-height: 320px;
    }

    .marker-container.marker1 {
        margin-top: -5%;
    }

    .marker-container.marker2 {
        margin-top: 45%;
    }

    .marker-container.marker3 {
        margin-top: -15%;
    }

    .marker-container.marker4 {
        margin-top: 30%;
    }

    .organizations-logos {
        width: 100%;
        max-width: 130px;
    }

    .quality-banner img {
        width: 100%;
    }

    .organizations .border-right {
        border: none !important;
    }

    footer .social-media .d-flex {
        flex-direction: column;
    }


}

@media (max-width: 525px) {
    .modal-dialog {
        margin: 1.6rem;
    }

    h1,
    .h1 {
        font-size: 34px;
        line-height: 1;
    }

    h2 {
        font-size: 28px;
        line-height: 1;
    }

    .main-section {
        min-height: 60vh;
        background: url(../img/main-bg-mobile.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .d-line {
        display: none;
    }

    .marker-icon {
        margin: initial;
        margin-right: 10px;
    }

    .marker-text {
        opacity: 1;
        margin-bottom: 0;
        text-align: left;
        width: min-content;
        font-size: 16px;
    }

    .marker-container {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
        margin: 1.8rem 0rem !important;
    }

    .marker-container.marker1,
    .marker-container.marker2,
    .marker-container.marker3,
    .marker-container.marker4 {
        margin-top: 0;
    }

    .quality-banner {
        border-radius: 40px;
    }

    .quality-banner img {
        width: auto;
    }

    .newsletter {
        text-align: center;
    }

    footer .footer-contact {
        text-align: left;
    }
    .modal.successModal h1 {
        font-size: 18px;
    }
    
    .modal.successModal h5 {
        font-size: 16px;
    }
    .modal.successModal .modal-body {
        padding: 7rem 1.5rem 7rem 1.5rem;
    }

    .modal label,
    .modal p,
    .modal .form-control {
        font-size: 12px !important;
    }

    .modal-form .form-group {
        margin-bottom: 0.2rem;
    }
}


@media (max-width: 320px) {

    h1,
    .h1 {
        font-size: 28px;
        line-height: 1;
    }

    h2,
    .h2 {
        font-size: 24px;
        line-height: 1;
    }
}
