/* 
 *	Estilos varios 
 */
body {
    /* el tamaño por defecto es 14px */
    font-size: 16px;
	overflow-x: hidden;
}
.fakeimg {
	height: 200px;
	background: #f9f9f9;
}
.fondoBlanco {
	background-color: #ffffff;
}
.grisClaro{
	background-color: #fafafa;
}
.gris {
	background-color: #f2f2f2;
}
.amarillo {
	background-color: #ffffea;
}
.colorCorporativo {
	color: #ffff00;
}
.textoCorporativo {
	font-family: Cursive, "Courier New", monospace;
	font-weight: bold;
}
.piePagina {	 
	font-size: 0.8rem;	
}
.avisos {	 
	font-size: 0.7rem;	
}
.textoNegrita {
	font-weight: bold;	
}



/* 
 *	...estilos para los menús 
 */	
.nav-link:hover {
	text-decoration: underline solid #afafaf 40%;
}
.nav-link.active {
	text-decoration: underline solid #fdfd00 40%;
}
.containerMenu {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}



/* 
 *	...estilos para el mapa 
 */
.map-responsive {
    overflow: hidden;
    padding: 15%;
    position: relative;
    height: 0;
}
.map-responsive iframe {
    left: 0;
    top: 0;
    height: 95%;
    width: 100%;
    position: absolute;
}



/* 
 *	...estilos para el slide de fotos. Página index.html
 */
.carousel {
	margin: 25px 0 50px;
    background: #fff;
	position: relative;
	padding: 8px;
	box-shadow: 0 0 1px rgba(0,0,0,0.3);
}
.carousel:before, .carousel:after {
	z-index: -1; 
	position: absolute; 
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%; 
	top: 80%;
	max-width: 400px;
	background: rgba(0, 0, 0, 0.7); 
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	transform: rotate(-3deg);
}
.carousel:after {
	transform: rotate(3deg);
  	right: 10px;
  	left: auto;
}
.carousel .carousel-item {	
    text-align: center;
	min-height: 200px;
}
.carousel .carousel-item img {
	max-width: 100%;
    margin: 0 auto; /* Align slide image horizontally center in Bootstrap v3 */
}
.carousel-control-prev, .carousel-control-next {
	width: 27px;
	height: 54px;
	overflow: hidden;
	opacity: 1;
	margin: auto 0;
	background: none;
	text-shadow: none;
}
.carousel-control-prev span, .carousel-control-next span {
	width: 54px;
    height: 54px;
	display: inline-block;
    background: #4a4a4a;    
    border-radius: 50%;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
}
.carousel-control-prev span {
	margin-right: -27px;
}
.carousel-control-next span {
	margin-left: -27px;
}
.carousel-control-prev:hover span, .carousel-control-next:hover span {
	background: #3b3b3b;
}
.carousel-control-prev i, .carousel-control-next i {
    font-size: 24px;
    margin-top: 13px;
}
.carousel-control-prev {
	margin-left: -0px;
}
.carousel-control-next {
	margin-right: -0px;
}
.carousel-control-prev i {
	margin-left: -24px;
}
.carousel-control-next i {
	margin-right: -24px;
}
.carousel-indicators {
	bottom: -42px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	margin: 1px 4px;
}
.carousel-indicators li {
	border: 1px solid #a2a4a6;
}
.carousel-indicators li.active {
	background: #20b0b9;
	border-color: #20b0b9;
}



/*
 *	...estilos para la misión. Página index.html
 */
.mision {
	border-left: 5px solid red;
	font-size: 18px;
	background: #f2f2f2;
}

img.efectosIconos:hover {
	filter: grayscale(40%);
}



/*
 *	...estilos para Servicios
 */
.servicios .listaOpciones li {
	font-weight: bold;		
}
.servicios .listaOpciones div {
	padding-left: 20px;	
	padding-right: 10px;
	font-weight: normal;
}
.servicios .listaOpciones .dirFlecha.collapsed:after {
	font-family: 'Font Awesome\ 5 Free';
	content: "\f107";
	font-weight: 900;
	float: left;
	margin-right: 10px;
}
.servicios .listaOpciones .dirFlecha:after {
	font-family: 'Font Awesome\ 5 Free';
	content: "\f106";
	font-weight: 900;
	float: left;
	margin-right: 10px;
}



/*
 *	...estilos para Contacto
 */
.contacto .info i {
	font-size: 20px;
	color: #47b377;
	float: left;
	width: 44px;
	height: 44px;
	background: #d9f5ee;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}
.contacto .info h5 {
	padding: 0 0 0 60px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #000000;
}
.contacto .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	color: #000000;
}
.contacto .info .email { 
	margin-top: 40px;
	margin-bottom: 40px;
}
.contacto .info .email:hover i, 
.contacto .info .address:hover i, 
.contacto .info .phone:hover i {
	background: #598669;
	color: #fff;
}



/*
 * ... estilos formulario contacto
 */
.contacto .php-email-form .errorMessage {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
  }
  .contacto .php-email-form .errorMessage br + br {
	margin-top: 25px;
  }
  .contacto .php-email-form .sentMessage {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
  }
  .contacto .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
  }
  .contacto .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
  }


  
/*============================================================================
 *	... RANGOS pantallas definidos por BOOSTRAP
 *============================================================================
 * 
 *		Pantallas extra pequeñas (móviles) < 576px
 *		Pantallas pequeñas (_sm, tablets _en vertical) ≥ 576px    
 *		Pantallas medianas (md, para tablets en horizontal)  ≥ 768px
 *		Pantallas grandes (lg, tamaño escritorio) ≥ 992px
 *		Pantallas extra grandes (xl, escritorio grande) ≥ 1200px
 *
 *============================================================================
 */
@media (max-width: 768px) {
	.index .margenInferior {
		padding-bottom: 40px;
	}
}