body{

	font-family:'Quicksand', sans-serif ;
   overflow-x: hidden;
	
}

.responsive-img{
    margin: 0 auto;
}

#lista {

display: flex;
justify-content: right;
margin-right: 5%;

}

nav,#ind {
    position: fixed;
    background: rgba(0, 0, 0, 0);
    padding:0px 0px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); 
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.bg-inverse{
    background-color: #fff;
    height: 130%;
}

#log {
	padding-left: 15%;
}


#logo {
	padding-top: 4px;
	width: 100px;
}

@media only screen and (max-width: 1000px){
	#logo {
	padding-top: 4px;
	width: 90px;
	display: flex;
	align-content: center;
}
}

#slider {
     height: 10%;
}

.preNav{
    padding-left: 1rem;
    padding-right: 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    width: 100vw;
    display:  flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.linea{
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.preNav span{
    padding: 4px 10px 4px 0px;
}

.preNav .redes{
    padding-left: 2rem;
}

.preNav .redes a{
    color: white;
    font-size: 23px;
}

.clara{
    background-color: #3695EB;
}

.obscura{
    background-color: #003957;
}

#services{
    padding-top: 8%;
    padding-bottom: 10%;
}

.clara .titulo{
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.clara .resume{
    font-size: 14px;
    color: #000;
}

.obscura .titulo{
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.obscura .resume{
    font-size: 14px;
    color: #fff;
}

.especialista{
    background-color: #F0F0F0;
}

.letters{
    padding-top: 10rem;
    text-align: left;
    padding-left: 5rem;
    padding-bottom: 5rem;
}

#get{
    height: 60px;
    background-color: #003957;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.doctor{
    position: relative;
    margin-top: -6rem;
    width: 70%;
    margin-bottom: -.4rem;
}

.letrasPara{
    font-family: 'Quicksand', sans-serif; 
    font-weight: bold;
    font-size: 35px;
    color: white;
}

.letrasParas{
    font-family: 'Quicksand', sans-serif; 
    margin-top: -2rem;
    font-weight: bold;
    font-size: 35px;
    color: white;
}

#letr{
    font-family: 'Quicksand', sans-serif; 
    font-size: 28px;
    color: white;
}

.circle{
    max-width: 80%;
}

#logocolor{
    padding-top: 4px;
	width: 85px;
}

#opciones{
    padding-top: .7rem;
}

#foot{
    background-color: #343A40;
}

.divicion{
    height: 1px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.6);
}

.especialidades{
    margin-top: 5rem;
}

.especialidades .head{
    color: #3695EB;
    font-size: 20px;
    font-weight: bold;
    margin-top: -.3rem;
}

.especialidades .content{
    font-size: 14px;
    color: #888888;
}

.resumen{
    margin-top: 10rem;
}

.blogTitle{
    color: #3695EB;
    font-weight: bold;
    font-size: 18px;
}

.res{
    text-align: left;
    font-size: 14px;
    color: #818b92;
}

.date{
    font-size: 16px;
    color: #818b92;
}

.puesto{
    text-align: center;
    font-size: 14px;
    color: #818b92;
}

.servTitAlt{
    text-align: center;
    color: #3695EB;
    font-weight: bold;
}

.servTitlr{
    color: #fff;
    font-size: 30px;
    margin: 0px;
    text-align: center;
}

[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
    background-color: #135796;
    padding: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}

.preNavc{
    padding-left: 10rem;
    color: gray;
    font-size: 20px;
    width: 100%;
}

.preNavc i{
    color: #3695EB;
}

.preNavc span{
    padding: 4px 10px 4px 0px;
}

.preNavc .redes{
    padding-left: 50vh;
}

.preNavc .redes a{
    color: #3695EB;
    font-size: 23px;
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    border: 1px solid #9e9e9e;
    padding-left: 4px;
    border-radius: 5px;
}

.input-field.col label{
    left: 1rem;
}

.input-field label:not(.label-icon).active {
    -webkit-transform: translateY(-18px) scale(0.8);
            transform: translateY(-18px) scale(0.8);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }

.icon{
    font-size: 50px;
    color: #3695EB;
    margin-top: 1rem;
    padding: 0px;
}

.icon i{
    padding-left: 1rem;
}

.barCon{
    margin-left: 3rem;
}

.nameTop{
    margin: 0px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 24px;
    color: #3695EB;
    padding-left: 2rem;
}

.barcontent{
    font-size: 14px;
    margin: 0px;
    padding-left: 2rem;
}

.greca{
    width: 10%; 
    margin: 0 auto; 
    margin-top: -1rem;
    min-height: 3px;
    background-color: #0799EC; 
}

.logofoot{
    width: 50%;
}

#textFoot{
    width: 90%;
}

#mapa{
    height: 500;
}

.academica{
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 20px;
  }

@media only screen and (max-width: 900px){
	.preNav, .preNavc{
        display: none;
    }
    #log {
        padding-left: 10%;
    }
    .letters{
        padding-top: 2rem;
        padding-left: 0px;
        padding-bottom: 10rem;
    }
    .letrasPara{
        font-size: 25px;
        color: white;
    }
    
    .letrasParas{
        font-size: 25px;
        color: white;
    }
    
    #letr{
        font-family: 'Quicksand', sans-serif; 
        font-size: 28px;
        color: white;
    }

    .greca{
        width: 40%;
    }

    .logofoot{
        width: 80%;
        text-align: center;
    }

    #foot{
        align-items: center;
        align-content: center;
        text-align: center;
    }

    #textFoot{
        width: 100%;
    }

    #mapa{
        height: 500;
    }

    .academica{
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 0px;
      }

    .todoContent{
        height: 100%;
    }

}

#sidenav-overlay{
    z-index: 996;
}

.drag-target {
    z-index: 996;
}

.weText{
    text-align: center;
    font-size: 2rem;
    color: gray;
}

.cv{
    color: #003957;
}

.elem{
    font-size: 12px;
}


.barra{
    padding-top: 10px !important;
    background-color: #3d4749;
    margin: 0;
    margin-left: 0;
    bottom: 0;
  }
  
  .contenido{
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }

.personal{
    aspect-ratio: 1/1.5;
}

.servicio-img{
    width: 70% !important;
    border-radius: 50%;
    aspect-ratio: 1/1;
    border: 1px solid #000;
}

.title{
    color: #0184e6; 
    text-transform: capitalize;
}

.modal {
    width: 70%;
    height: 75%;
}

.modal .modal-content {
    padding: 0;
}

.modal.modal-fixed-footer {
    height: 80%;
}

.modal.modal-fixed-footer .modal-content {
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow: hidden;
  /* Evita el scroll en el contenedor principal del contenido */
}

.modal-content .row {
  display: flex;
  height: 100%;
}

.barra {
  overflow-y: clip;
  /* Permitirá scroll si el contenido de la barra es muy alto */
}

.todoContent {
  height: 100%;
  overflow-y: auto;
  /* Habilita el scroll solo para esta columna */
}