@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,700;0,900;1,100;1,200;1,400;1,700;1,900&family=PT+Sans:ital@0;1&family=Playfair+Display:ital,wght@0,400;0,800;1,400;1,800&family=Quicksand:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100;0,400;0,700;0,900;1,100;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Lato', sans-serif;
*/

body{
   /* font-family: 'Roboto',sans-serif; */
    font-family: 'Lato', sans-serif;
    color: #53575A
}

.rosa{
    color: #f5acB8
}

.celeste{
    color: #74c3d5
}

.grey{
    color: #54575a !important
}

.white{
    color: #fff
}


.back_rosa{
    background-color: #f5acB8
}

.back_celeste{
    background-color: #74c3d5
}

.back_trans{
    background: linear-gradient(to right, #f5acB8, #74c3d5);;
}

.back_dark{
    background-color: #54575a
}

.back_darker{
    background-color: #53575A
}

.back_light{
    background-color: #ccc
}

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

.menu_option{
    /*font-family: 'Quicksand', sans-serif;*/
    font-weight: 400;
    font-size: 16px; 
}
.menu_option:hover{
    font-weight: 700;
}


.tit{
    /*font-family: 'Quicksand', sans-serif;*/
    font-weight: 400;
    font-size: 36px; 
}

.tit2{
    /*font-family: 'Quicksand', sans-serif;*/
    font-weight: 400;
    font-size: 28px; 
}

.tit3{
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 900;
    font-size: 60px; 
    text-transform: uppercase;
    line-height: 55px;
}

.tit3::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 60px;
    border-top: 10px solid #53575A;
    /*margin-left: 10px;*/
}

.carousel-caption{
    bottom: 5rem;
    left: 10%;
    right: 35%;
}

.carousel-caption h5{
    /*font-family: 'roboto', sans-serif;*/
    margin-bottom: 30px;
    font-weight: 900;
    font-size:60px;
    letter-spacing: -1px;
    line-height: 50px;
}

.carousel-caption p{
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
    font-weight: 400;
    font-size:16px;
}

.fancy-title::after,
.fancy-title::before {
    content: '';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 0;
    border-top: 3px solid #e5e5e5;
}

.fancy-title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}

.fancy-title-w::after,
.fancy-title-2::before {
    content: '';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    height: 0;
    border-top: 3px solid #fff;
}

.fancy-title-w {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
    color: #fff;
}

.etiquetas{
    /*font-family: 'Quicksand', sans-serif;*/
    font-weight: 400;
    font-size: 20px; 
    color: #fff;
    text-align: start;
}

.tuneado,
.tuneado:focus {
    background-color: #54575a;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #fff;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 0;
    padding:0px;
    box-shadow:none !important;
    outline:0px !important;
}

.tuneado_text,
.tuneado_text:focus {
    background-color: #54575a;
    border: 0;
    outline: 0;
    border: 1px solid #fff;
    font-size: 1.2rem;
    color: #fff;
    border-radius: 0
}
.btn-outline-light,
.btn-outline-light:focus,
.btn-outline-light:active{
    box-shadow:none !important;
    outline:0px !important;
    border-radius: 0px;
}

.titulo-block {
    margin-bottom: 50px;
    text-align: left;
  }

.titulo-block::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 10px solid #ffff;
    margin: 30px 0 0;
}

.titulo-block h4 {
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 900;
    font-size: 60px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}


.titulo-block-celeste,.titulo-block-rosa,.titulo-block-trans,.titulo-block-medico {
    margin-bottom: 50px;
  }

  .titulo-block-medico::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 60px;
    border-top: 10px solid #54575a;
}

.titulo-block-medico h4 {
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #54575a;
}

.titulo-block-medico h2 {
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 900;
    font-size: 60px;
    margin-top: 0px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 50px;
    color: #54575a;
}

.titulo-block-celeste::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 60px;
    border-top: 10px solid #fff;
}

.titulo-block-celeste h4 {
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.titulo-block-celeste h2 {
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 900;
    font-size: 60px;
    margin-top: 0px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 50px;
    color: #fff;
}



.titulo-block-rosa::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 60px;
    border-top: 10px solid #fff;
}

.titulo-block-rosa h4 {
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.titulo-block-rosa h2 {
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 900;
    font-size: 60px;
    margin-top: 0px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 50px;
    color: #fff;
}

.titulo-block-trans::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 60px;
    border-top: 10px solid #fff;
    /*height:10px;
    background-image: linear-gradient(to right, #f5acB8, #74c3d5);*/
}

.titulo-block-trans h4 {
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    /*-webkit-text-fill-color: transparent;
    background: linear-gradient(to right, #f5acB8, #74c3d5);;
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}

.titulo-block-trans h2 {
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 900;
    font-size: 60px;
    margin-top: 0px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 50px;
    color: #fff;
}



.parrafo{
    font-family: 'Lato', sans-serif;

    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
}

.parrafo_2{
    font-family: 'Lato', sans-serif;

    font-weight: 400;
    line-height: 1.6em;
    font-size: 18px;
}

.parrafo_3{
    font-family: 'Lato', sans-serif;

    font-weight: 400;
    line-height: 2em;
    font-size: 20px;
    color: #666;
}

.parrafo_4{
    font-family: 'Lato', sans-serif;

    font-weight: 400;
    line-height: 2.5em;
    font-size: 16px;
    color: #666;
}

.mod_tratamiento{
height: 100%;
}

.mod_tratamiento h5{
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 900;
    font-size: 20px;
    min-height: 80px;
    /*letter-spacing:-1px*/
}
.mod_tratamiento p::before{
    content: '';
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 40px;
    border-bottom: 6px solid #53575A;
}

.mod_tratamiento p{
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
}

.nuestro_equipo_tit{
    text-align: center;
    margin-bottom: 50px;
    /*font-family: 'Playfair Display', serif;*/
    font-weight: 400;
    font-size: 42px; 
    color:  #666;
}

.nuestro_equipo_tit::after{
    margin: 30px auto 0;
    text-align: center;
    content: '';
    display: block;
    margin-top: 30px;
    width: 60px;
    border-top: 4px solid #74c3d5;
}

.espacio_arriba{
    padding-top: 150px !important;
}
.espacio_abajo{
    padding-bottom: 150px !important;
}

.titulo-noticia {
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 900;
    font-size: 40px;
    margin-top: -10px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #53575A;
    line-height: 40px;
}
/*
.titulo-noticia::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 60px;
    border-top: 10px solid #53575A;
    height:10px;
    background-image: linear-gradient(to right, #f5acB8, #74c3d5);
}
*/



@media (max-width: 575.98px) {
    .tit3{
       /* font-family: 'Roboto', sans-serif;*/
        font-size: 50px; 
        line-height: 40px;
        margin-top: 5px;
    }
    .titulo-block-celeste h2,.titulo-block-rosa h2,.titulo-block-trans h2,.titulo-noticia{
        margin-top: 5px;
    }

    .carousel-caption{
        bottom: 1rem;
        left: 50px;
        right: 50px;
    }
    
    .carousel-caption h5{
        /*font-family: 'roboto', sans-serif;*/
        margin-bottom: 30px;
        font-weight: 900;
        font-size:40px;
        letter-spacing: -1px;
        line-height: 35px;
    }
    
    .carousel-caption p{
        line-height: 30px;      
        /*font-family: 'Lato', sans-serif;*/ 
        margin-bottom: 30px;
        font-weight: 400;
        font-size:16px;
    }

    .carousel-caption p{
        line-height: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .tit3{
        font-size: 50px; 
        line-height: 40px;
        margin-top: 5px;
    }
    .titulo-block-celeste h2,.titulo-block-rosa h2,.titulo-block-trans h2,.titulo-noticia{
        margin-top: 5px;
    }
    .carousel-caption p{
        line-height: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
   
}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) and (max-width: 1399.98px) {}