
/* SECCION HERO */

.jumbotron 
{
  
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 3, 0, 0.78)), url("../img/hero.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  color:white;

}

.navbar
{ 
margin-top:-30px;
}

.nav-link 
{ 
font-family: 'Montserrat', sans-serif;  
font-size: 12px;
font-weight: 500;
color:white !important;

}


.nav-link:hover 
{
color:white !important;
background-color: #003399;
border-radius: 10px;
}

#titulo
{
font-family: 'Georgia', sans-serif;  
font-size: 38px !important;
font-weight:700 ;
font-style: italic;
margin-top:55px;
}

#titulo h1 {
  font-size: 38px !important;
}


h4
{
font-family: 'Montserrat', sans-serif;  
font-size: 15px;
font-weight: 700;
color:white;
margin-top:-50px;
}

p
{
  font-family: 'Roboto', sans-serif;  
  font-size: 16px;
  font-weight: 200;
}

#gestiononline
{
  margin-top:20px;
  margin-bottom: 15px;
 font-weight:600; 
}

.boton
{
color:white;
background-color: #003399;
padding-left: 30px;
padding-right: 30px;
padding-top: 8px;
padding-bottom: 8px;
margin-top: 5px;
border:solid 1px white;

}

.boton:hover
{
color:white;
background-color: #232D3D;
padding-left: 30px;
padding-right: 30px;
padding-top: 8px;
padding-bottom: 8px;
margin-top: 10px;
border:solid 1px white;
transform: scale(0.9, 0.9);
}


.botonhero
{
color:white;
background-color: #003399;
padding-left: 30px;
padding-right: 30px;
padding-top: 8px;
padding-bottom: 8px;
margin-top: 5px;
border:solid 1px white;
margin-bottom:100px;
}

.botonhero:hover
{
color:white;
background-color: #232D3D;
padding-left: 30px;
padding-right: 30px;
padding-top: 8px;
padding-bottom: 8px;
margin-top: 10px;
border:solid 1px white;
transform: scale(0.9, 0.9);
}















/* SECCION HERO - Responsive 

*/

@media screen and (min-width: 994px) { 

#titulo
{
font-size: 38px;
margin-top: 30px;
}
}

@media screen and (max-width: 992px) {
  

#titulo
{
font-family: 'Georgia', sans-serif;  
font-size: 30px;
font-weight:700 ;
font-style: italic;
margin-top: 30px;
}

.navbar
{ 
margin-bottom:50px;
}


h4
{
font-size: 14px;

}

p
{
  font-size: 14px;
  
}

.boton
{
  font-size: 13px;

}


#gestiononline
{
  margin-top: 35px;
  
}


.jumbotron 
{
  
  height: 750px;
  
}

.navbar-collapse 
{
  margin-top: 15px;
}


.nav-link:hover 
{
max-width: 180px;
padding-left: 8px;
}

}


/* SECCION QUIENES SOMOS */


.tituloseccion
{
 font-family: 'Montserrat', sans-serif;  
 font-size: 24px;
 font-weight: 600;
 color:#003399;
 margin-bottom: 70px;
}


.espaciador1 
{
  margin-bottom: 70px;
}


.parrafoquienessomos
{
  padding-right: 50px;
  padding-bottom: 20px;
}

.parrafo1
{
  font-weight:500;
  font-size: 17px;
  font-family: 'Roboto', sans-serif; 
}


@media screen and (max-width: 992px) {

.parrafo1
{
  font-size: 16px;
}


.tituloseccion
{
 font-family: 'Montserrat', sans-serif;  
 font-size: 18px;
 font-weight: 600;
 color:#003399;
 margin-bottom: 70px;
}




} 



/* SECCION AREAS DE DIAGNOSTICO  */

#areas
{
  background-color: #212224;
  color: #F9FAFC;
}

#diagnostico
{
  padding-bottom: 100px;
}

.tituloseccion1
{
 font-family: 'Montserrat', sans-serif;  
 font-size: 24px;
 color:#F3EFEF;
 margin-bottom: 70px;
}

.fotosareas
{
  padding: 25px;
}

.textoarea
{
  
  margin-bottom: 60px;
  margin-top: 20px;
}






/* SECCION AREAS DE DIAGNOSTICO - Responsive */

@media screen and (max-width: 992px) {
.fotosareas
{
  padding-left: 55px;
  padding-right: 55px;
}

.tituloseccion1
{
 font-family: 'Montserrat', sans-serif;  
 font-size: 18px;
 color:#F3EFEF;
 margin-bottom: 70px;
}

.textoarea
{
  
  font-size: 13px;
}


#tablaareas1 th , #tablaareas2 th , #tablaareas3 th , #tablaareas4 th , #tablaareas5 th , #tablaareas6 th , #tablaareas7 th , #tablaareas8 th , #tablaareas9 th 
{
  font-size: 14px;
}

#tablaareas1 td , #tablaareas2 td , #tablaareas3 td , #tablaareas4 td , #tablaareas5 td , #tablaareas6 td , #tablaareas7 td , #tablaareas8 td , #tablaareas9 td

{
  font-size: 13px;
}


 













}







/* SERVICIOS */ 

#iconservicios
{
 margin-bottom:100px;
}

#resumenservicios
{
  padding-bottom: 100px;
}


.textoarea1
{
  
  margin-bottom: 20px;
  margin-top: 20px;
  color: black;
  font-weight: 600;
  font-size: 12px;
  min-height: 40px;
}

.dimensiones 
{
max-width: 90px;
max-height: 90px;
}


/* SERVICIOS - Modal */ 
.modal-title
{
 color:black;
 font-weight: 600;
}

.button
{
color:white;
background-color: #003399;
padding-left: 30px;
padding-right: 30px;
padding-top: 8px;
padding-bottom: 8px;
margin-top: 10px;

}

.button:hover
{
color:white;
background-color:black;
transform: scale(0.9, 0.9);

}


/* SERVICIOS - Responsive*/ 

@media screen and (max-width: 992px) {

.espaciocolumnas
{
  margin-bottom: 50px;
}

.textoarea1
{
  min-height: 25px;
}

#iconservicios
{
 margin-bottom:30px;
}



}



/* SECCION PREGUNTAS FRECUENTES */

#preguntasfrecuentes
{
  padding-bottom: 80px;
}

.estilopregunta
{
 font-family: 'Montserrat', sans-serif;  
 font-size: 17px;
 color:#01080B;
 font-weight: 600;
 padding-top: 50px;
}

.estilorespuesta
{
 font-family: 'Roboto', sans-serif;  
 font-size: 15px;
 color:black;
 font-weight: 600;
 padding-top: 30px;
 padding-bottom: 30px;
 padding-left:40px;
 line-height: 35px;
}

.card-header 
{
  padding-top: 25px;
  padding-bottom: 25px; 
}

/* SECCION PREGUNTAS FRECUENTES - Responsive */

@media screen and (max-width: 992px) {

.estilopregunta
{
  font-size: 15px;
}

#preguntasfrecuentes
{
  margin-top: -80px;
}


}  

/* SECCION HORARIOS */

#horarios
{
  padding-bottom: 80px;
}

.atencion
{
  text-align: center;
}

#horariosvarios
{
  background-color: #202C65;
}

.mensajeextraccion
{
  text-align: center;
  background-color: #E2E4EB;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 5px;
  font-weight: bold;
  border: solid 2px black;
  font-size: 17px;
}

.estilohorario
{
 font-family: 'Montserrat', sans-serif;  
 font-size: 18px;
 color:#white;
 font-weight: 700;
 padding-bottom: 25px;
}

.textohorario
{
font-family: 'Roboto', sans-serif;  
 font-size: 17px;
 color:white;
 font-weight: 500;
 
 line-height: 30px;
}

@media screen and (max-width: 992px) {

.mensajeextraccion
{
 font-size: 15px;
 padding-left: 5px;
 padding-right: 5px; 
}

.estilohorario
{
 font-size: 14px;
 text-align: center;
}

.textohorario
{

 font-size: 15px;
 font-weight: 500;
 text-align: center;
 line-height: 30px;
}

}


/* CONTACTO */

#contacto
{
  padding-bottom: 80px;
}

.iconos
{
  color:#003399;
  margin-right: 18px;
  font-size: 22px;
}

.iconos1
{
  color:#25D366;
  margin-right: 18px;
  font-size: 23px;
}



.datoscontacto
{
  font-size: 15px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;  
  margin-bottom: 30px;
  margin-left: 50px;
}


@media screen and (max-width: 992px) {

.datoscontacto
{
  margin-left: 20px;
}

}


/* FOOTER */

.footer
{
  background-color:#332C2C;
  color:white; 

}

.logo
{
 font-family: 'Georgia', sans-serif;  
font-size: 27px ;
font-weight:600 ;
font-style: italic;
margin-top: 30px;
line-height: 35px;
}

.motto
{
  font-size: 24px;
  
text-align: center;
}

.motto1
{
  line-height: 30px;
  text-align: center;
}  


.navvert
{
  padding-left:10px!important;
}


@media screen and (max-width: 992px) {
.logo
{
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 25px 
}

.motto
{
  font-size: 22px;
  
}




.motto1
{
  margin-bottom: 40px;
}  

.centrar
{
  text-align: justify-all;
}

}  




 