@charset "utf-8";
/* CSS Document */
.display-celulares{ display:inherit !important;}
body{ margin:0px; background-color: #e85940;}
/*********************************** MENU PRINCIPAL  ****************************************/
.logo{  width:52%; height:auto; float:left; padding:3% 0% 2% 0%; margin-right: 3%;}
.datos_y_menu{  width:5%; height:auto; float:left; margin: 3% 5% 0% 0%;}
.btonAgendar{ width:35%; height:auto; float:left; margin: 2% 0%;}
#menu_botones{ width:100%; height:auto; float:left;}
#botones{ width:100%; height:auto; float:left;}	
nav{ right:0; background:#e85940;  width:180px; top:0;  z-index:0;  position:absolute; position:fixed; }
#boton{  cursor:pointer; padding:1%;}
.menu_tablet_girar {
	font-family: normal;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	margin-right:15px;
} 
/****************************************************************/
#botonesAgendar{ width:100%; height:auto; float:left; margin:0px; padding:0px; max-width:1400px;}
#botonesAgendar li { display:inline; }
#botonesAgendar li a {  
	font-family: normal;
	font-size: 14px;
	color: #fff;
	text-decoration: none;	
	width:100%;
	padding:5% 0%;
	float:left;
	-webkit-transition: background 1s, color 1s, text-shadow 1s, border-left 1s ;
	-webkit-transition-delay: 0.3s; 
	-moz-transition: background 1s, color 1s, text-shadow 1s;
	-moz-transition-delay: 0.2s;
	-ms-transition: background 1s, color 1s, text-shadow 1s;
	-ms-transition-delay: 0.2s; background: #0055ff; border-radius: 10px;
	}
#botonesAgendar li a:hover{
	font-family: normal;
	font-size: 14px;
	color: #fff;
	text-decoration: none;	
	width:100%;
	padding:5% 0%;
	float:left; background: #122e45; border-radius: 10px;
	 }	
.cinoredes{ width:auto; height:auto; float:right; margin:0% 0.5%}
/*********************************** BARRA FLOTANTE  **************************************/
.barra_flotante{ width:100%; height:auto; float:left; position: fixed; z-index: 10000000; padding:0%; bottom:0%;}
.ico_llamar{ width:8%; height:auto; float:left; background:#01d59c; padding:1% 10%;}
.ico_whatsapp{ width:8%; height:auto; float:left; background:#40e15d; padding:1% 2%;}
.ico_facebook{ width:8%; height:auto; float:left; background:#3d548e; padding:1% 2%;}
.ico_mail{ width:8%; height:auto; float:left; background:#0f7dee; padding:1% 2%;}
.ico_ubicacion{ width:8%; height:auto; float:left; background:#f6f6f6; padding:1% 2%;}
.ico_youtube{ width:8%; height:auto; float:left; background:#de1a2a; padding:1% 2%;}
.ico_instagram{ width:8%; height:auto; float:left; background:#cb2a5f; padding:1% 2%;}
/*********************************** CONOCENOS  **************************************************/
.banTEx{ width:100%; height:auto; float:left;}
.banIMG{ width:80%; height:auto; float:left; margin: 10% 10% 0% 10%;}
.banICO{ width:25%; height:auto; float:left; background:#fff; padding: 2%; border-radius: 10px; margin-top: 5%; margin-right: 2%;}

.nosImg{ width:100%; height:auto; float:left; margin-bottom:10%; }
.nosTexto{ width:100%; height:auto; float:left;}
.nos3{ width:100%; height:auto; float:left; margin:2% 0%;}
/*********************************** SERVICIOS  ********************************************/
.CajaServicios{ width:100%; height:auto; float:left; }
.SerCaja{ width:90%; height:auto; float:left; padding:5%; background:#fff; margin:2% 0% 2% 0%; border-radius: 10px;}
/***********************************/
#botonesAgendar2{ width:100%; height:auto; float:left; margin:0px; padding:0px; max-width:1400px;}
#botonesAgendar2 li { display:inline; }
#botonesAgendar2 li a {  
	font-family: normal;
	font-size: 16px;
	color: #fff;
	text-decoration: none;	
	width:60%;
	padding:2% 0%;
	float:left;
	-webkit-transition: background 1s, color 1s, text-shadow 1s, border-left 1s ;
	-webkit-transition-delay: 0.3s; 
	-moz-transition: background 1s, color 1s, text-shadow 1s;
	-moz-transition-delay: 0.2s;
	-ms-transition: background 1s, color 1s, text-shadow 1s;
	-ms-transition-delay: 0.2s; 
	background: #0055ff; 
	border-radius: 10px;
	margin-top: 5%;
	}
#botonesAgendar2 li a:hover{
	font-family: normal;
	font-size: 16px;
	color: #fff;
	text-decoration: none;	
	width:60%;
	padding:2% 0%;
	float:left; 
	background: #122e45; 
	border-radius: 10px; 
	margin-top: 5%;
	 }	
/*********************************RECURSOS************************/
.recurCja50{ width:90%; height:auto; float:left; margin: 2% 0%; padding: 5%; background: #FFFFFF; border-radius: 20px;}
/*********************************** PIE  **********************************************************************/
.pie_9{ width:100%; height:auto; float:left; margin-bottom: 3%;}
.pie_10{ width:100%; height:auto; float:left; margin-bottom: 3%;}
.pie_11{ width:100%; height:auto; float:left; margin-bottom: 3%;}
.pie_12{ width:100%; height:auto; float:left; margin-bottom: 10%;}
/*********************************** TIPOGRAFIAS  *****************************************/
.TituloBlanco {
	font-family: titulo;
	font-size: 30px;
	color: #fff;
	text-decoration: none;
}
.TituloNaranja {
	font-family: titulo;
	font-size: 23px;
	color: #e85940;
	text-decoration: none;
	line-height: 30px;
}
.Texto {
	font-family: cursiva;
	font-size: 15px;
	color: #122e45;
	text-decoration: none;
	line-height: 23px;
}
.Titulo {
	font-family: titulo;
	font-size: 30px;
	color: #122e45;
	text-decoration: none;
}
.Sub_Titulo {
	font-family: titulo;
	font-size: 20px;
	color: #122e45;
	text-decoration: none;
}
.Titulo_pie {
	font-family: titulo;
	font-size: 20px;
	color: #ff5d42;
}	
.Texto_pie {
	font-family: cursiva;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	line-height: 25px;
}