@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lexend:wght@100..900&display=swap');

:root {
    --main-color: #00d29b;
    --segundary-color: #00bedc;
    --tertiary-color: #E7F4F8;
}

/*
    font-family: "Lexend", serif;
    font-family: "Inter", serif;
*/

body {
    font-family: "Lexend", serif;
    font-weight: normal;
    background: #FFF;
}

img {
    max-width: 100%;
}

.btn-white {
    font-family: "Lexend", serif;
    display: inline-block;
    background: #fff;
    padding: 10px;
    padding-left: 50px;
    padding-right: 20px;
    border-radius: 5em;
    font-size: 18px;
    line-height: 19px;
    color: #000;
    text-decoration: none;
    position: relative;
    height: 40px;
    font-weight: 300;
    border:0;
}

.btnblack {
    font-family: "Lexend", serif;
    display: inline-block;
    background: #000;
    padding: 10px;
    padding-left: 50px;
    padding-right: 20px;
    border-radius: 5em;
    font-size: 18px;
    line-height: 19px;
    color:#fff ;
    text-decoration: none;
    position: relative;
    height: 40px;
    font-weight: 300;
    border:0;
}

.btn-black{
    font-family: "Lexend", serif;
    display: inline-block;
    background: #000;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5em;
    font-size: 18px;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
    position: relative;
    height: 40px;
    font-weight: 300;
    border:0;
}

.btn-white::after {
    content: "";
    background: #000;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 5em;
    left: 5px;
    top: 5px;
}

.btnblack::after {
    content: "";
    background: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 5em;
    left: 5px;
    top: 5px;
}


.btn-white:hover {
    background: #000;
    color: #FFF;
}

.btn-white:hover::after {
    background: #FFF;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
header .logo{
    max-height: 40px;
}
header .main-header {
    padding: 20px;
    border-radius: 1em;
    margin-top: 10px;
}

header.header-scroll .main-header  , header.background-header .main-header{
    background: rgba(0, 0, 0, 0.8);

}

header ul {
    list-style: none;
    display: block;
    text-align: right;
    margin: 0;
    padding: 0;
}

header ul li {
    display: inline-block;
    padding-left: 10px;
    margin: 0;
    padding: 0;
    position: relative;
}

header ul li a {
    display: inline-block;
    background: #FFF;
    padding: 5px;
    border-radius: 5em;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    text-decoration: none;
}

header ul li a.active {
    background: var(--main-color);
}

header ul li ul{
    position: absolute;
    top:100%;
    left: 0;
    background: #FFF;
    border-radius: 0.5em;
    padding: 10px;
    width: 100px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;

}
header ul li:hover ul{
    display: block;
}
header ul li ul li{
    display: block;
}
header ul li ul li a{
    display: block;
    text-align: left;
}
header ul li.language a {
    background: none;
    line-height: 10px;
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0;
    border-left: 1px solid #FFF;
    color: #FFF;
    border-radius: 0;
    cursor: pointer;
}

header ul li.language a.activate{
    color: var(--main-color);
    cursor: default;
}


header ul li.language a:first-child {
    border: 0;
}

header .menu-responsive {
    display: block;
    text-align: right;
    color: #FFF;
    font-size: 40px;
}

header nav .menu-responsive {
    background: none;
}

.space-header{
    margin-top: 90px;
}
footer{
 background: #000;
 padding-top: 30px;
 color: #FFF;
}
footer .logo{
    max-width: 350px;
}
footer h2{
    font-size: 25px;
    font-weight: 300;
    line-height: 25px;
}

footer  .social-networks{
    margin-top: 20px;
}
footer  .social-networks a{
    color: #FFF; 
    padding-right:10px;
    font-size: 30px;
    display: inline-block;
    text-decoration: none;
}

footer  .social-networks a.full{
    font-size: 16px;
    display: block;
}
footer nav{
    padding-left: 100px;
    position: relative;
}
footer nav::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 150px;
    top: 50%;
    margin-top: -75px;
    left: 0;
    background: #999;
}
footer nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer nav ul li a{
    display: block;
    font-weight: 200;
    color: var(--main-color) !important;
    text-decoration: none;
    font-size: 15px;
}   
footer nav ul li ul{
    padding-left: 30px;
}
footer nav ul li ul a{
    color: #FFF!important;
    font-size: 12px;
}

footer .copy{
    text-align: center;
    margin-top: 40px;
    padding: 5px;
    font-size: 13px;
    font-weight: 200;
}
.box-home {
    margin-top: 10px;
    border-radius: 1em;
    background: url(../images/fondo-home.png) no-repeat center top; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px;
    padding-top: 150px;
    font-family: "Inter", serif;
    color: #FFF;
    font-size: 21px;
    font-weight: 300;
}

.box-home h2 {
    font-family: "Inter", serif;
    color: #FFF;
    font-size: 43px;
    font-weight: 600;
}

.box-home label {
    display: block;
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 5px;
    font-family: "Lexend", serif;
}

.box-home .social-networks {
    padding-top: 30px;
    text-align: left;
    color: #FFF;
    font-size: 18px;
}

.box-home .social-networks a {
    display: inline-block;
    color: #FFF;
    font-weight: 300;
    text-decoration: none;
    font-family: "Lexend", serif;
}

.box-home .social-networks a i {
    padding: 10px;
    font-size: 30px;
}


.box-gradient {
    background: linear-gradient(to right, var(--segundary-color) 0%, var(--main-color) 100%);
    padding: 20px;
    border-radius: 1em;
    margin-top: 30px;
}

.content-gradient{
    display: block;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.content-gradient img{
    height: 100px;
}

.box-gradient.box-gradient-sm .content-gradient
{
    padding: 10px;
}
.content-gradient h2{
    color: #FFF;
    font-weight: 300;
    font-size: 20px;

}
.box-gradient.box-gradient-sm  .content-gradient h2{
    font-weight:600;
    margin-top: 10px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.box-gradient.box-gradient-sm  .content-gradient h2::before{
    content: "";
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FFF;
}
.box-gradient.box-gradient-sm  .content-gradient .description{
    color: #FFF;
    font-size: 13px;
}

.intro{
    padding-top: 60px;
    padding-bottom: 60px;
}

.intro .image{
    width: 60%;
    height: 450px;
    border-radius: 2em;
    display: inline-block;
    background:  no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.intro h2{
    margin-top: 30px;
    font-family: "Lexend", serif;
    font-weight: 800;
}
.padding-content{
    padding-top: 60px;
    padding-bottom: 60px;
}

.main-title{
    font-family: "Inter", serif;
    font-weight: 700;
    font-size: 55px;
}
.subtitle{
    font-family: "Inter", serif;
    font-weight: 700;
    font-size: 40px;
}

.main-image{
    margin-left: 10%;
    width: 90%;
    height: 350px;
    display: inline-block;
    background:  no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 2em;
}
.line{
    display: block;
    background: #666;
    height: 1px;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select{
    border:1px solid #666!important;

    padding: 5px!important; 
    padding-top: 15px!important;
    border-radius: 2em!important;
    padding-left: 30px!important;
    padding-right: 30px!important;
   height: 50px!important;
   min-height: 50px!important;
    
}
.form-floating>label{
    padding-top: 10px;
    padding-left: 30px!important;
    background: none;
    font-size:18px;
    font-weight: 300;
    color: #333;
    opacity: 0.7;
}
.form-floating>label::after{
    display: none!important;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
    background: transparent;
}

.box-job.doctors h2{
    color: var(--segundary-color);
    font-weight: 700;
    font-size: 40px;
}
.box-job.nurses h2{
    color: var(--main-color);
    font-weight: 700;
    font-size: 40px;
}
.box-job h4{
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 400;
}
.box-job h3{
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 400;
}

.image-job{
    border-radius: 2em;
    max-height: 400px;
    
}
.description{
    font-weight: 200;
    color: #333;
}
.description strong{
    font-weight: 500;
    color: #000;
}

.box-job.doctors .btn-white{
    background: var(--segundary-color);
    color: #FFF;
}
.box-job.nurses .btn-white{
    background:var(--main-color);
    color: #FFF;
}



.box-job .btn-white:hover{
    background: #000;
}
.box-job .info-box-job, .box-main-info{
    padding-left: 40px;
}

.box-discover{
    margin-top: 50px;
    margin-bottom: 50px;
}
.box-discover img{
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 2em;
}


.box-why-choose{
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
}
.box-why-choose .image{
    height: 70px;
    text-align: center;
    margin-bottom: 15px;
}
.box-why-choose .image img{
    max-height: 100%;
}

.box-why-choose h3,.box-why-choose .highlighted-text{
    background: linear-gradient(to right, var(--segundary-color) 0%, var(--main-color) 100%);
    color: #FFF;
    border-radius: 10px;
    padding: 15px;
}

.box-why-choose h3{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.box-why-choose .description{
    padding-left: 30px;
    padding-right: 30px;
}

.box-why-choose .highlighted-text{
    font-size: 22px;
    padding-right: 30px;
}

.color-doctor .box-why-choose h3,.color-doctor .box-why-choose .highlighted-text{
    background: var(--segundary-color);
}

.color-nurses .box-why-choose h3,.color-nurses .box-why-choose .highlighted-text{
    background: var(--main-color);
}

.box-company{
    margin-top: 40px;
}
.box-company .data{
    padding: 20px;
    background: linear-gradient(to right, var(--segundary-color) 0%, var(--main-color) 100%);
    color: #FFF;
    border-radius: 20px;
}
.box-company .data h3{
    font-size: 28px;
    line-height: 28px;
    max-width: 190px;
}
.box-company .data h3.full{
    max-width: 100%;
}

.box-company .data .description{
    font-size: 16px;
    color: #FFF;
}
.box-company .data .description strong{
    color: #FFF;
}
.box-company  .image{
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 20px;
}

.box-whypartner{
    background: var(--tertiary-color) ;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 50px;
    height: calc(100% - 50px);
}

.box-whypartner h3{
    color: #6CA6B0;
    font-size: 24px;
}

.box-process{
    background: var(--tertiary-color);
    padding: 30px;
    border-radius: 20px;
    margin-top: 100px;
    margin-bottom: 30px;
    height: calc(100% - 130px);
  
}

.box-process .image{
    width: 180px;
    height: 180px;
    border-radius: 20px;
    display: flex;
    justify-content:left;
    align-items: end;
    padding: 20px;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -130px;
    color: #FFF;
    font-weight: 600;
    font-size: 30px;
}

.box-process h3{
    margin-top: 20px;
    color: #6CA6B0;
    font-size: 25px;
    margin-bottom: 10px;
}

.box-our-core{
    display: block;
    margin-top: 50px;
}
.box-our-core h2{
    font-size: 40px;
}
form{
    position: relative;

    overflow: hidden;
    z-index: 1;
}

.box-contact{
    background: linear-gradient(to right, var(--segundary-color) 0%, var(--main-color) 100%);
    padding: 30px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 30px;
    color: #FFF;
    font-weight: 200;
    font-size: 20px;
}
.box-contact form{
    -moz-transform: scale(0.8);
-webkit-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.box-contact h2{
    text-align: center;
    font-family: "Inter", serif;
    font-weight: 700;
    font-size: 65px;
    color: #FFF;
    margin-bottom: 0;
}

.box-contact h4{
    font-family: "Inter", serif;
    font-weight: 300;
    font-size: 40px;
    color: #FFF;
    margin-bottom: 10px;
}

.box-contact .social-networks{
    margin-top: 20px;
}
.box-contact .social-networks a{
    color: #FFF; 
    padding-right:10px;
    font-size: 30px;
    display: inline-block;
    text-decoration: none;
}

.box-contact .social-networks a.full{
    font-size: 16px;
    display: block;


}

@media (max-width: 992px) { 
    header nav{
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 400px;
        overflow: auto;
    }

    header nav::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, var(--segundary-color) 0%, var(--main-color) 100%);
        opacity: 0.8;
        z-index: -1;
      }

    header nav ul,header nav ul li{
        display: block;
        text-align: left;
        border-radius: 0;
       
    }
    header nav ul li{
        border-radius: 0 30px 30px 0;
        margin-top: 20px;
        background: #FFF;
        padding-left: 30px;
        width: 250px;
    }
    header nav ul li.not-bg{
        background: none;
        width: 100%;
        margin-top: 0;
    }
    header nav ul li a{
        display: block;
        border-radius: 0 5em 5em 0;
        background: none;
        padding: 10px;
        font-size: 20px;
        font-weight: 800;
        
    }
    header nav ul li ul{
        display: block;
        position: relative;
        width: auto;
        border-top: 1px #333 solid;
        border-radius: 0;
        background: none;
    }
    header nav ul li ul a{
        padding: 5px;
        font-size: 16px;
        font-weight: 200;
        display: block;
    }
    header nav ul li ul li{
        padding: 0;
        margin-top:0;
        padding-left:20px;
        display: block;
        background: none;
        width: auto;
    }
    header ul li.language a{
        display: inline-block;
        font-weight: 300;
    }
    header ul li.language a.activate{
        color: #000;
    }

    header ul li.language-no-res{
        display: none;
    }

    .content-gradient{
        text-align: center;
    }
    .intro .image{
        width: 100%;
    }

    .box-main-info{
        padding: 0;
    }

    .box-company .image{
        height: 300px;
        width: 50%;
    }

    .box-whypartner{
        text-align: center;
    }
    .box-our-core{
        text-align: center;
    }

    .main-image{
        margin-left: 0;
        width: 100%;
    }
}
@media (max-width: 768px) {
    footer{
        text-align: center;
    }
    footer a{
        display: block;
    }
    footer h2 br{
        display: none;
    }
    footer nav::after {
        display: none;
    }
    footer nav{
        padding: 0;
        margin-top: 20px;
    }
    footer nav ul li ul{
        padding: 0;
    }

    .box-job .info-box-job, .box-main-info{
        padding: 0;
    }
    .image-job{
        max-height:100%;
        width: 100%;
    }

    .box-why-choose{
        margin:0;
        margin-bottom: 20px;
    }

    .box-why-choose .image{
        display: none;
    }
    
}

@media (max-width: 576px) {
    .intro .description{
        padding:  0 20px 0 20px ;
    }

    header nav{
        width: 100%;
    }

    footer .logo{
        max-width: 90%;
    }

    .content-gradient{
        padding: 10px;
    }
    .box-home h2{
        font-size: 28px
    }

    .box-home{
        font-size: 18px;
    }
    .btn-white{
        margin-bottom: 10px;
    }

    .box-home{
        background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/fondo-homer.png);
    }
    .content-gradient h2{
        font-size: 14px;
    }

    .padding-content{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .main-title{
        text-align: center;
        font-size: 40px;
        margin-top: 15px;

    }
    .box-company .image{
        width: 100%;
    }
    .intro h2{
        margin-top: 10px;
    }

    .box-contact{
        padding: 20px;
        margin-top: 20px;
    }
    .box-contact form{
        margin-top: 15px;
        -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    }

    .box-contact h2{
        font-size: 35px;
    }

}
