@import url('https://fonts.googleapis.com/css?family=Bree+Serif|Libre+Franklin&display=swap');


*{
    box-sizing: border-box;
}

body{
        
    font-family: 'Libre Franklin', sans-serif;
    margin: 0;
    
    
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 2px;
    
    
    /*background: white;*/
}

/*---------------Estilos basicos-----------------*/

img{
    /*display: block;*/
    width: 100%;
    max-height: 100%;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.column__title{
    font-size: 1.3em;
}

/*--------------CONTAINER-----------*/

.container{
    
    width: 100%;
    margin: auto;
    
}


.container--flex{
    
    display: flex;
    
    flex-wrap: wrap;
    
    justify-content: space-between;
    
    align-items: center;
    
    margin:auto auto auto auto;
    
}



.column{
    width: 100%;
}

.column--30{
    width: 28%;
    margin: 1%;
}

.column--33{
    width: 31%;
    margin: 1%;
}

.column--25{
    width: 23%;
    margin: 1%;
}

.column--50{
    width: 48%;
    margin: 1%;
}

.column--60{
    width: 58%;
    margin: 1%;
}
    
.column--75{
    width: 73%;
    margin:1%;
}




/*---------------Estilos de header---------------*/


.main-header{
    width: 100%;
    height: 24vh;
    padding: 2vh;
    
    position: absolute;
    
}

.header-background{
    content: '';
    background: white;

    width: 100%;
    height: 18vh;
    
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.header-container{
    
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

/*
.main-header__contactInfo{
    
    vertical-align: middle;    
    align-content: right;
    color: white;
    margin: 0;
    padding: 10px;
    
    
}

.main.header__contactIndo__address{
    
    padding: 10px;
    margin: 0;
    
}

.main-header [class*="icon-"]:before {
    
    position: relative;
    top: 2px;
    right: 5px;
    
}
*/





.logo-container{
    
    margin: 0;
    padding: 10px;
    
    display: inline-flex;
    flex-flow: nowrap;  /*No baja*/
    
    align-items:flex-start;
    vertical-align: top;   
    
    
}

.logo-container::after{
    
    content: "";
    clear:both;
    
}


.logo--img{
    width: unset;
    max-height: unset;
    height: 20vh;
    
    float: left;
    
}
 

.logo{
  
    vertical-align: middle;
    margin: 1vh 0.9vh 0vh 0.9vh;
    padding: 0px;
    
    display:inline;
    flex-wrap: nowrap;
    float: left;
    
    
}

.logo__text{

    font-size: 3.5vh;/*1.2em*/
    color: #0D69D4;
    font-family: 'Bree Serif', serif;
    font-weight: 100;
    
    display: block;
    
}






/*---------------Estilos de banner---------------*/


.banner{
    
    height: 90vh;
    
    position: relative;
    
    z-index: -1000;
    
    
    
}


.banner__img{

    width: 100%;
    height: 74vh;
    object-fit: cover;
    
    transform-origin: right;
    
    position: relative;
    top: 18vh;
    

    
}


.banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.0);    /*cuarta variable es transparencia*/
    z-index: 1000;
    top: 100;
    float: none;
}


.banner__content{
    
    width: 90%;
    color: white;
    text-align: center;
    position: absolute;
    z-index: 1500;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 1.5em;
    font-weight: bold;
    
    visibility: hidden;
    
}

.baner::after{
    content: '';
    clear: both;
}


/*---------------Estilos del menu---------------*/

.main-nav{

    width: 100%;
    position: relative;
    z-index: 2000;
    padding: 10px;
    /*background: #0D69D4;*/
    
    font-family: 'Bree Serif', serif;
    font-weight: 100;
    
    
}

.icon-menu{
    
    display: block;

    width: 40px;
    height: 40px;
    
    color: white;
    border: 1px solid white;
    border-radius: 3px;
    
    
    line-height: 42px;
    
    text-align: center;
    cursor: pointer;
    font-style: 1.5em;
    
}



.social-icon{
    display: flex;
    justify-content: space-between;
}

.socal-icon[class*="icon-"]{
    
    color:white;/*black*/
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    width: 35px;
    height: 35px;   
    background: white;
    border-radius:50%;
    
}

.social-icon__link{
    text-decoration: none;
}



.menu{
    
    width: 100%;
    height: 0;
    
    position: absolute;
    top: 50px;
    left: 0;
    
    margin: 0;
    padding: 0;
    
    list-style: none;
    background: rgba(16,100,255,0.85);
    text-align: center;
    
    overflow: hidden;
    transition: height .2s linear;
}

.menu__link{
    
    display: block;
    
    height: 50px;
    
    padding: 13px;
    color: white;
    text-decoration: none;
    
}

.menu__link:hover{ /* hover: cada vez que pase el mouse por encima cambia de color*/
    background: dodgerblue;
}

.menu__link__select{
    background: dodgerblue;
    
}



.mostrar{
    height: 205px; /* 49px * cada opcion. Total de pxl del largo del menu. heigh:auto no funciona por que no tiene ningun valor */
    
}





/*---------------Estilos del cuerpo---------------*/

.Lobby{
    min-height: 253px;
    width: 100%;
    
    position: relative;
    top:-60px;
    
    margin: 0;
    padding: 50px 10vw;
    
    background: dodgerblue;
    background: linear-gradient(dodgerblue, blue);
    color: white;
}

.Lobby::after{
    content: '';
    clear: both;
}

.Lobby-container{
    
    width: 100%;
    margin: 0;
    
    align-items: center;
    align-content: center;
    text-align: center;
        
}

.Lobby-container::after{
    
    content: '';
    clear: both;
    
}

.Lobby__title{
    
    margin: 1.5vh auto 1.5vh auto;
    
    font-size: 1.8em;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 100;
}

.Lobby--text{
    
    
    
}

.btn-Turno-Container{
    text-align: center;
    align-content: center;
    align-items: center;
}

.btn-Turno{
    
    display: block;
    
    width: 300px;
    
    margin: 5vh auto auto auto;
    
    color: white;
    border: 1px solid white;
    border-radius: 3px;
    
    
    background: green;
    background:linear-gradient(chartreuse, green,green);
    
    text-decoration: none;
    
    line-height: 45px;
    
    text-align: center;
    cursor: pointer;
    font-style: 1.5em;
    
}






.bubble--img{
    border-radius: 50%;
}

.explore-link{
    
    margin: 2vh auto auto auto;
    
}




.Especialista{
    min-height: 45vh;
    width: 100%;
    
    margin: 1vh auto auto auto;
    
    position: relative;
    
    z-index: -2;
    
    background: white;
}

.Especialista::after{
    content: '';
    clear: both;
}

.Especialista-container{

    height: 45vh;
    
    width: 90%;
    max-width: 1000px;
    
    margin: auto 2vh auto 2vh;
    
    position: absolute;
    top: 15vh;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
        
}

.Especialista-container::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    
    background: white;  
    background: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,0.5),rgba(0,0,0,0));
    
    z-index: -1000;
    top: 100;
    float: none;

}



.Especialista--img--container{
    min-height: 45vh;
    
    
}

.Especialista--imgbkg{
    height: 45vh;
    max-width: 1000px;

    object-fit: contain;
    
    position:relative;
    z-index: -10000;
    
    margin: auto;
        
}


.Especialista-text{
    
    margin: 10px;
    
    font-size: 1em;
    text-align: center;
    
    position: absolute;
    top: 20%;
    
}







.parallax{
    
    content: '';
    
    width: 100%;
    height: 30vh;
    
    object-fit:cover;
    
    
    
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.parallax::before{
    content: '';
    
    width: 100%;
    height: 30vh;
    
    position: absolute;
    
    background: rgba(60,145,255,0.70);
}

.bg1{
    background-image: url(../img/1080/_MG_9114.jpg);
}

.bg2{
    background-image: url(../img/1080/_MG_9157.jpg)
}





.Tratamientos{
    
    width: 100%;
    
    margin: 0;
    
    padding: 2vh 2vh 4vh 2vh ;
    
    position: relative;
    
}


.Tratamientos::after{
    content: '';
    clear: both;
}

.Tratamiento-wrapper{
    
    display: flex;
    flex-wrap: wrap;
    
    margin: auto auto auto auto;
    
    align-content: center;
    text-align: center;
    align-items: center;
        
}


.tratamiento-main-img{
    
    width: 27vh;
    height: 27vh;
    
    margin: 1vh auto auto auto;
}

.tratamiento-text{
    
    max-width: 400px;
    
    margin: 1vh auto 1vh auto;
    
    
    text-align: center;
    align-content: center;
    align-items: center;
    
}





.Infraestructura{
    width: 100%;
    
    margin:0;
    padding: 2vh 2vh 6vh 2vh ;
    
    position: relative;
}

.Infraestructura::after{
    content: '';
    clear: both;
}

.Infraestructura--wrapper{
    display: flex;
    flex-wrap: wrap;
    
    margin: auto auto auto auto;
    
    align-content: center;
    text-align: center;
    align-items: center;
}


.Infraestructura-main-img{
    width: 27vh;
    height: 27vh;
    
    margin: 1vh auto auto auto;
}

.Infraestructura-text{
    
    max-width: 400px;
    
    margin: 2vh auto 2vh auto;
    
    
    text-align: center;
    align-content: center;
    align-items: center;
}




.main__about__description .column:nth-child(1){
    padding: 10px;
}



.group__title{
    font-family: 'Libre Franklin', sans-serif;
    text-align: center;
    font-weight: 100;
    font-size: 1.8em;
    
    margin: 0.5vh auto 0.5vh auto;
}




/*---------------Estilos del Personal ------------------*/


.Avatar1{
    
    width: 27vh;
    height: 27vh;
    
    margin: 1vh auto 1vh auto;
}

.Avatar2{
    
    width: 20vh;
    height: 20vh;
    
    margin: 1vh auto 1vh auto; 
}

.Nombre{
    font-weight: bold;
}



.Directivos{
    
    width: 100%;
    
    margin:0;
    padding: 2vh 4vh 6vh 4vh ;
    
    position: relative;
    
}

.Directivos::after{
    content: '';
    clear: both;
}

.Directivos__wrapper{
    display: flex;
    flex-wrap: wrap;
    
    margin: auto auto auto auto;
    
    align-content: center;
    text-align: center;
    align-items: center;   
}


.Grupo--Personal{
    display: flex;
}

.Personal{
    max-width: 400px;
    
    margin: 2vh auto 6vh auto;
    
    
    text-align: center;
    align-content: center;
    align-items: center;
}

.Personal-text{
        max-width: 400px;
    
    margin: 2vh auto 2vh auto;
    
    
    text-align: center;
    align-content: center;
    align-items: center;
}

.Personal--title-container{
    width: 100%;
    font-size: 2.5em;
    margin: 5vh auto 6vh auto;
}


.bg3{
     background-image: url(../img/600/_MG_9139.jpg);
}




.Neurologia{
    width: 100%;
    
    margin:0;
    padding: 2vh 4vh 6vh 4vh ;
    
    position: relative; 
}

.Neurologia::after{
    content: '';
    clear: both;
}



/*--------------Estilos de TERAPIAS-------------------*/



.Terapias{
    width: 100%;
    
    margin:0;
    padding: 2vh 4vh 6vh 4vh ;
    
    position: relative;
}

.Terapia--wrapper{
    display: flex;
    flex-wrap: wrap;
        
    
    margin: auto auto auto auto;
    
    align-content: center;
    text-align: center;
    align-items: center; 
}



.Terapia--main--img{
    height: 40vh;
    width: 40vh;
    
}

.Terapia--main--img-container{
    position: absolute;
    top:18vh;
    right: 10vw;
    z-index: -1000;
    
    margin: auto;
}

.Terapia--main--img-container::before{
    content: '';
    width: 40vh;
    height: 40vh;
    
    background: linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,0.5),rgba(0,0,0,0));
    
    position: absolute;
    right: 10vw;
    
}


.TER-item--container{
    width: 100%;
    
    margin: 5vh 3vh 4vh 3vh;
}

.TER-item{
        
    display: flex;
    margin: 0vh auto auto auto;
}

.TER-img{
    height: 10vh;
    width: 10vh;
    margin: 0 0 0 0;
}

.TER-title{
    font-size: 1.3em;
    margin: auto 2vh;
    
    text-shadow: 1px 1px 5px white;
}





.Tecnologia{
    width: 100%;
    
    position: relative;
    
    margin: 1vh auto 1vh auto;
    
}

.Tecnologia::after{
    content: '';
    clear: both;
}



.Tecnolog_img_container{
    height: 35vh;
    width: 60%;
    
    position: absolute;
    right: 0;
    z-index: -1000;
    
    margin: 2vh auto;
    

    
}

.Tecnolog_img_container::before{
    content: '';
    width: 100%;
    height: 100%;
    
    background: linear-gradient(to right,rgba(255,255,255,1),rgba(60,145,255,0.5),rgba(60,80,255,0.70),rgba(60,60,255,0.70));
    
    margin: 0vh auto;
    
    position: absolute;
    right: 0;
    
}

.Tecnolog_img{
    
    height: 35vh;
    
    object-fit: cover
    
}

.Tecnolog--list{
    list-style-type: disc;
    font-size: 1.3em;
    text-align: left;
    
    margin: auto 1vh;
    text-shadow: 1px 1px 5px white;
    
}


.Tecnolog_container{
    width: 100%;
    
    padding: auto 2vh auto 2vh;
    margin: 5vh auto auto auto;
}

.Tecnolog_txt{
    
    max-width: 500px;
    
    margin: 5vh auto 4vh auto;
    
    text-align: center;
    
    text-shadow: 1px 1px 5px white;
    
}







.Neurolog{
    width: 100%;
    
    margin:0;
    padding: 2vh 0vh 6vh 0vh ;
    
    position: relative;
}

.Neurolog::after{
    content: '';
    clear: both;
}

.Neurolog--container{
    
    margin: 3vh auto auto auto;
    
}

.Neurolog--wrapper{
    margin: auto;
}

.Neurolog--list{
    list-style-type: disc;
    font-size: 1.3em;
    text-align: left;
    
    margin: auto 1vh;
    
}

.Neurolog-img{
    height: 20vh;
    width: 20vh;
    
    margin: auto 2vh;
    
}

.Neurolog--info{
    min-width: 300px;
    max-width: 400px;
    
    padding: 1vh 2vh;
    margin: 3vh auto;
    
    background: Bisque;
    
    font-weight: 900;
    
}





/*---------------Estilos de INFRAESTRUCTURA------------*/

.Fisioterapia{
    min-height: 30vh;
    width: 100%;
    
    position: relative;
    
}

.Fisioterapia::after{
    content: '';
    clear: both;
}



.Fisio_img_container{
    height: 30vh;
    width: 60%;
    
    position: absolute;
    left: 0;
    z-index: -1000;
    
}

.Fisio_img_container::before{
    content: '';
    width: 100%;
    height: 100%;
    
    background: linear-gradient(to left,rgba(255,255,255,1),rgba(60,145,255,0.5),rgba(60,145,255,0.70),rgba(60,145,255,0.70));
    
    position: absolute;
    left: 0;
    
}

.Fisio_img{
    
    height: 30vh;
    
    object-fit: cover
    
}


.Fisio_container{
    width: 100%;
    
    padding: auto 2vh auto 4vh;
}

.Fisio_txt{
    
    max-width: 500px;
    
    margin: 5vh 1vh auto auto;
    
    text-align: center;
}




.Gimnasio{
    height: 30vh;
    width: 100%;
    
    position: relative;
    
    margin: 5vh auto auto auto;
    
}

.Gimnasio::after{
    content: '';
    clear: both;
}



.Gimnasio_img_container{
    height: 30vh;
    width: 60%;
    
    position: absolute;
    right: 0;
    z-index: -1000;
    
}

.Gimnasio_img_container::before{
    content: '';
    width: 100%;
    height: 100%;
    
    background: linear-gradient(to right,rgba(255,255,255,1),rgba(60,145,255,0.5),rgba(60,145,255,0.70),rgba(60,145,255,0.70));
    
    position: absolute;
    right: 0;
    
}

.Gimnasio_img{
    
    height: 30vh;
    
    object-fit: cover
    
}


.Gimnasio_container{
    width: 100%;
    
    padding: auto 2vh auto 2vh;
    margin: auto;
}

.Gimnasio_txt{
    
    max-width: 500px;
    
    margin: 5vh auto auto auto;
    
    text-align: center;
    
    text-shadow: 1px 1px 5px white;
    
    background: rgba(255,255,255,0.25);
}






.Hidroterapia{
    height: 30vh;
    width: 100%;
    
    position: relative;
    
    margin: 5vh auto auto auto;
    
}

.Hidroterapia::after{
    content: '';
    clear: both;
}



.Hidroterapia_img_container{
    height: 30vh;
    width: 100%;
    
    position: absolute;
    right: 0;
    z-index: -1000;
    
}

.Hidroterapia_img_container::before{
    content: '';
    width: 100%;
    height: 100%;
    
    background: linear-gradient(to bottom,rgba(60,145,255,0.5),rgba(60,145,255,0.5),rgba(60,120,255,0.75),rgba(0,100,255,1));
    
    position: absolute;
    right: 0;
    
}

.Hidroterapia_img{
    
    height: 30vh;
    
    object-fit: cover
    
}


.Hidroterapia_container{
    display: flex;
    
    height: 30vh;
    width: 100%;
    
    padding: auto 2vh auto 2vh;
    margin: auto;
}

.Hidroterapia_txt{
    
    max-width: 500px;
    
    margin: auto auto 2vh auto;
    
    text-align: center;
    
    color: white;
    text-shadow: 1px 1px 5px white;
}



.Consultorio{
    
    width: 100%;
    
    margin: 4vh auto 4vh auto;
    
    position: relative;
    
}

.Consultorio::after{
    content: '';
    clear: both;
}



.Consultorio_img_container{
    
    height: 30vh;
    width: 30vh;
    
    position: relative;
    
    margin: auto;
    
    z-index: -1000;
    
}



.Consultorio_img{
    width: 28vh;
    height: 28vh;
    
    object-fit: cover;
    
    margin: 1vh auto 1vh auto;
    
}


.Consultorio_container{
    max-width: 700px;
    
    margin: auto auto auto auto;
}

.Consultorio_txt{
    min-width: 400px;
    max-width: 500px;
    
    margin: 9vh auto auto auto;
    
    text-align: center;
}



/*---------------Estilos de footer---------------*/

.main-footer{
    
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    
    position: relative;
    
    background: #222;
    color: white;
    
    font-size: .8em;
}

.footer-logo{
    width: unset;
    max-height: unset;
    height: 15vh;
    
}

.copy {
    text-align: center;
    margin: auto;
    margin-top: 15px;
    
}


.main-footer [class*="icon-"]{
    color: white;
    text-decoration: none;
    
}


.main-footer [class*="icon-"]:before{
    position: relative;
    top: 3px;
    right: 5px;
    
}


/*---------------Estilos de responsive---------------*/



@media screen and (max-width:999px){
    .column--60{
        width: 100%;
    } 
    
}


/*---------------WIDE------------*/
@media screen and (min-width:1000px){

    .Terapia--wrapper{
        
        min-height: 30vh;
        
    }
    
    .TER-item--container{
        width: 60%;
    }
}


@media screen and (min-width:1000px){
    

    
    
}






