@font-face {
    font-family: 'nunito';
    src: url(/../assets/fonts/Nunito/static/Nunito-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunito';
    src: url(/../assets/fonts/Nunito/static/Nunito-Black.ttf);
    font-weight: 800;
}

@font-face {
    font-family: 'nunito';
    src: url(/../assets/fonts/Nunito/static/Nunito-SemiBold.ttf);
    font-weight: 400;
}


@font-face {
    font-family: 'nunito';
    src: url(/../assets/fonts/Nunito/static/Nunito-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: 'nunito';
    src: url(/../assets/fonts/Nunito/Nunito-Italic-VariableFont_wght.ttf);
    font-weight: normal;
    font-style: italic;
}

/*seection nav*/
html, body {
  margin: 0;
  padding: 0;
  overscroll-behavior: none; 
  overflow-x: hidden;
  font-family: 'nunito', sans-serif;
}
* {
  box-sizing: border-box;
}

.nav-link{
    color: #243D38!important;
}

#navbar{
    z-index: 999;
}

#navbar .navbar-toggler{
    background-color: #03C49F;
}

#navbarSupportedContent .nav-item{
    font-weight: 600;
    padding: 0 15px;
}


.btn-square-white:hover, .btn-square-white:focus{
    text-decoration: none;
    color: #689ACC;
    box-shadow: 0px 0px 10px #689ACC;

}

.btn-rounded-green:hover, .btn-rounded-green:focus{
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0px 0px 10px #6C47FF;

}

.btn-rounded-white:hover, .btn-rounded-white:focus{
    text-decoration: none;
    color: #03C49F;
    box-shadow: 0px 0px 10px #03C49F;
}

.btn-square-white{
    text-decoration: none;
    color: #689ACC;
    white-space: nowrap;
    text-align: center;
    padding: 5px 20px;
    background: white;
}

.btn-rounded-white{
    background-color: white;
    color: #03C49F;
    border: 2px solid #03C49F;
    white-space: nowrap;
    padding: 5px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
}

.btn-rounded-green{
    background-color: #6C47FF;
    color: white;
    border: 2px solid #6C47FF;
    white-space: nowrap;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
}

/*seection banner*/

#section-banner p{
    font-weight: 400;
    font-size: 1.2rem;
    padding-right: 10%;
    color: #616368;
    line-height: 32px;
    margin-bottom: 48px;
}

#section-banner{
    padding: 7% 0;
}

.title-h1{
    font-family: 'nunito', sans-serif;
    font-weight: 800;
    font-size: 3.5rem;
}

.title-h2{
    font-family: 'nunito', sans-serif;
    font-weight: 800;
    color: #243D38;
}

.video{
      text-align: right;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
      height: 700px;
      width: 600px;
      object-fit: cover;

      /* Máscara */
      -webkit-mask-image: url('../img/mascaraIma.png');
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-size: 100% 100%;
      -webkit-mask-position: center;

      mask-image: url('../img/mascaraIma.png');
      mask-repeat: no-repeat;
      mask-size: 100% 100%;
      mask-position: center;

}

/*section beneficios*/
#section-beneficios{
    margin-top: 250px;
    font-family: 'nunito', sans-serif;
    color: #616368;
    margin-bottom: 64px;
}

.beneficios-cont-titulo{
    padding-left: 35px;
}

.img-left-beneficios{
    width: 100%;
}

.blue-beneficio h4 {
    color: #689ACC;
}

.red-beneficio h4 {
    color: #F87175;
}

.purple-beneficio h4 {
    color: #B47DC1;
}

.blue-beneficio .beneficios-circle {
    background: #EAF5FF;
}

.red-beneficio .beneficios-circle{
    background: #FFEAEA;
}

.purple-beneficio .beneficios-circle{
    background: #F6EAFF;
}

.beneficios-circle{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.beneficios-circle > img{
    width: 50px;
    height: 50px;
}

/*section notas*/

#section-notas .btn-rounded-green{
    max-width: 250px;
}

#section-notas{
    position: relative;
    margin-bottom: 64px;
}

.ribbon-green{
    background: #ECFFFB;
    width: 100%;
    min-height: 200px;
    position: absolute;
    z-index: -1;
    margin-top: 100px;

}

#section-notas .left-notas{
    padding: 40px 140px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#section-notas .cont-img{
    position: relative;
}

#section-notas img{
    position: absolute;
}

/*section directorio*/

#section-directorio img{
    width: 100%;
}

#section-directorio{
font-family: 'nunito', sans-serif;
    text-align: center;
    background: #F8F8F8;
    padding-bottom: 20px;
    padding-top: 120px;
    margin-top: -170px;
}

#section-directorio p{
    color: #616368;
    max-width: 650px;
    margin: 0 auto;
}

/*section precios*/
#section-price{
    padding: 50px 0px;
    text-align: center;
    font-family: 'nunito', sans-serif;

}

#section-price .title-h2{
    font-size: 2.3rem;
    padding: 50px 0;
    max-width: 600px;
    margin: 0 auto;
}
.price-card{
  max-width: 390px;
  border-radius: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.price-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.price-card:hover {
  box-shadow: 0 12px 24px #6C47FF66 !important;
  transform: translateY(-10px);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.price-card h4{
    font-weight: 700;
    color: #17152B;
}

.ul-price > li{
    justify-content: center;
}

.price-beneficio-ul{
    margin-top: 20px;
}
.price-beneficio-ul > li{
    justify-content: start;
}

.ul-price > li,
.price-beneficio-ul > li{
    list-style: none;
    color: #616368;
    padding: 5px 5px;
    display: flex;

}



.ul-price > .price {
    align-items: baseline;
}

.ul-price > .price > span{
    font-size: 34px;
    color: #17152B;
    margin-right: 5px;
}

#section-price .btn-rounded-green{
    padding: 5px 70px;
    min-width: 90%;
    text-transform: uppercase;
}

.ul-price li{
    font-size: 14px;
}

.price-beneficio-ul li {
    text-align: justify;
}
.price-beneficio-ul .price-icon {
    color: #689ACC;
    margin-right: 10px;
}
.price-beneficio-ul .price-beneficio{
    color: #616368;
    font-weight: bold;
    justify-content: flex-start;
    text-transform: uppercase;
    margin-top: 10px;
}

.btn-price{
    margin: 30px 0px;
}

#section-price ul{
    padding-left: 10px;
    padding-right: 10px;
}

.cont-card{
    display: flex;
    justify-content: center;
}


/*recomendaciones*/
#recomendaciones{
    background: #ECFFFB;
    width: 100%;
    padding-top: 40px;
}
.cont-recomendaciones{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0px;
}

.con-item-recomendacion{
    background: white;
    text-align: center;
}

#recomendaciones .carousel-inner{
    width: 80%;
    margin: 0 auto;
}

.con-item-recomendacion .medico{
    display: flex;
    justify-content: center;
}

.con-item-recomendacion .info > .nombre{
    font-weight: bold;
}

.con-item-recomendacion .info > .nombre,

.con-item-recomendacion .info > .cargo{
    text-align: left;
}

.con-item-recomendacion .medico > .foto{
    margin-right: 10px;
}

.con-item-recomendacion .medico > .foto > img{
    max-width: 60px;
    max-height: 60px;
    border-radius: 50%;
}

.con-item-recomendacion .titulo{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
}

.con-item-recomendacion .reseña{
    ext-align: justify;
    padding-bottom: 20px;
    color: #616368;
}

.con-item-recomendacion .calificacion{
    padding: 20px 0;
}

.con-item-recomendacion{
    padding: 40px;
    font-family: 'nunito', sans-serif;
}

.btn-recomendacion{
    fill: white;
    background: aquamarine;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
}

#recomendaciones-carosel{
    margin-top: 40px;
}

#section-question .text-center{
    margin-top: 40px;
    max-width: 80%;
    margin-bottom: 40px;
}

#section-question{
    font-family: 'nunito', sans-serif;
    padding-top: 40px;
    background: #F8F8F8;
}


/*.accordion-item{*/
/*    margin-bottom: 40px;*/
/*}*/

#accordion-questions .accordion-button{
    background: white;
}

.acordeon{
    width: 100%;
}

.accordion-header .accordion-button{
    font-family: 'nunito', sans-serif;
    font-weight: bold;
    color: #243D38;
}

.accordion-button:not(.collapsed){
    color: #243D38 !important;
}

footer .cont-logo{
    display: flex;
    align-items: center;
}
footer .cont-logo img{
    margin-right: 20px;
}


footer{
    background: #243D38;
    color: #707070;
    padding-bottom: 10px;
}

nav {
    position: relative;
}

nav.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 0 5%;
}



/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    #section-banner{
        text-align: center;
    }

    #section-banner p{
        padding-right: 0%;
    }

    #section-beneficios{
        margin-top: 20px;
    }

    #section-notas{
       text-align: center;
    }

    #section-notas .left-notas{
        padding: 40px 30px;
    }

    #section-notas .btn-rounded-green{
        margin: 0 auto;
    }

    .price-card{
        overflow: hidden;
        margin-left: 20px;
        margin-right: 20px;
    }

    /* Este fragmento elimina que se vea la columna 3  */
    .col-3 {
        display: none;
    }
    /* alinear el contenedor del texto parrafo */
    .col-9 {
        justify-content: center;
        align-items: center;
        text-align: justify;
        margin-bottom: 1rem;
    
    }
    /* Este fragmento centra horizontalmente el contenedor de los texto */
    .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .beneficios-cont-titulo{
        justify-content: center;
        align-items: center;
        text-align: justify;
        margin-right: 35px;
    }
    
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 768px)  {
    #section-banner{
        text-align: center;
    }

    #section-banner p{
        padding-right: 0%;
    }

    #section-beneficios{
        margin-top: 40px;
    }

    #section-notas{
        text-align: center;
        z-index: 1;
    }

    #section-notas .left-notas{
        padding: 40px 30px;
    }

    #section-notas .btn-rounded-green{
        margin: 0 auto;
    }

    #section-directorio{
        margin-top: -200px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px)  {


    #section-beneficios{
        margin-top: 100px;
    }

    #section-notas{
        text-align: center;
    }

    #section-notas .left-notas{
        padding: 40px 30px;
    }

    #section-notas .btn-rounded-green{
        margin: 0 auto;
    }

    #section-directorio{
        margin-top: 500px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {
    .video{
       height: 700px;
        width: 600px;
    }

    #section-notas img{
        top: 60px;
    }
}

