﻿@font-face {
  font-family: 'icomoon';
  src:  url('..//icomoon.eot?pcoh3h');
  src:  url('../fonts/icomoon.eot?pcoh3h#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?pcoh3h') format('truetype'),
    url('../fonts/icomoon.woff?pcoh3h') format('woff'),
    url('../fonts/icomoon.svg?pcoh3h#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e900";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-celular:before {
  content: "\e958";
}



body{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
}


#cintillo-ayuda{
	position: relative;
	width: 100%;
	height: 40px;
}

#cintillo{
	position: fixed;
	top: 0;
	left: 0;
	z-index:999;
	background: #b70423;
	background: -moz-linear-gradient(top, #b70423 0%, #df0b31 44%, #e50c33 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b70423), color-stop(44%,#df0b31), color-stop(100%,#e50c33));
	background: -webkit-linear-gradient(top, #b70423 0%,#df0b31 44%,#e50c33 100%);
	background: -o-linear-gradient(top, #b70423 0%,#df0b31 44%,#e50c33 100%);
	background: -ms-linear-gradient(top, #b70423 0%,#df0b31 44%,#e50c33 100%);
	background: linear-gradient(top, #b70423 0%,#df0b31 44%,#e50c33 100%);

	width: 100%;
	float: left;
}

#cintillo-conten{
	width: 1200px;
	margin: 0 auto;
}

#cintillo-conten span{
	color: white;
	font-size: 18px;
	float: left;
	padding: 10px 0;
	margin: 0 100px 0 0;
}

#cintillo-conten span strong{
	text-shadow: 2px 2px 2px black;
}

#cintillo-conten span a{
	color: white;
}

.right{
	float: right !important;
	margin: 0 !important;
}

#cabecera{
	width: 100%;
	float: left;
	padding: 10px 0;
}

#cabecera-conten{
	width: 1200px;
	margin: 0 auto;
}

#logotipo{
	width: 100%;
	text-align: center;
	float: left;
}

#logotipo img{
	position: relative;
	z-index: 1000;
	width: 70%;
}

#menu{
	border: 0px solid red;
	width: 100%;
	float: right;
	margin:20px 0 0 0;
}

#menu-r{
	background: #b70423;
	background: -moz-linear-gradient(top, #b70423 0%, #df0b31 44%, #e50c33 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b70423), color-stop(44%,#df0b31), color-stop(100%,#e50c33));
	background: -webkit-linear-gradient(top, #b70423 0%,#df0b31 44%,#e50c33 100%);
	background: -o-linear-gradient(top, #b70423 0%,#df0b31 44%,#e50c33 100%);
	background: -ms-linear-gradient(top, #b70423 0%,#df0b31 44%,#e50c33 100%);
	background: linear-gradient(top, #b70423 0%,#df0b31 44%,#e50c33 100%);

	width: 100%;
	text-align: center;
	color: white;
	font-size: 20px;
	padding: 10px 0;
	cursor: pointer;
	display: none;
}

#menu ul{
	width: 90%;
	float: left;
}

#menu ul li{
	border-right: 1px solid black;
	width: 25%;
	float: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu{
	border-bottom: 2px solid #fdf98b;
	background: #b70423;
	background: -moz-linear-gradient(top, #b70423 0%, #df0b31 44%, #e50c33 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b70423), color-stop(44%,#df0b31), color-stop(100%,#e50c33));
	background: -webkit-linear-gradient(top, #b70423 0%,#df0b31 44%,#e50c33 100%);
	background: -o-linear-gradient(top, #b70423 0%,#df0b31 44%,#e50c33 100%);
	background: -ms-linear-gradient(top, #b70423 0%,#df0b31 44%,#e50c33 100%);
	background: linear-gradient(top, #b70423 0%,#df0b31 44%,#e50c33 100%);
	width: 100%;
	color: white;
	text-align: center;
	font-size: 20px;
	float: left;
	padding: 10px 0;
}
.menu:hover, #menu-r:hover{
	background: black;
}


#redes{
	width: 10%;
	text-align: center;
	float: left;
}

#redes img{
	width: 40px;
}


#efecto{
	width: 100%;
	float: left;
}


#contenido{
	width: 1200px;
	margin: 0 auto;
}

#contenido-conten{
	width: 100%;
	float: left;
	padding: 30px 0;
}

.titulo{
	width: 100%;
	text-shadow: 2px 2px 2px red;
	color: white;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px 0;
}

.parte{
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

.seccion{
	width: 62%;
	color: white;
	font-size: 23px;
	line-height: 33px;
	float: left;
}

.imagen-seccion{
	width: 37%;
	font-size: 20px;
	line-height: 30px;
	color: white;
	float: right;
}
.imagen-seccion img{
	width: 100%;
}

.derecha .seccion{
	float: right;
}
.derecha .imagen-seccion{
	float: left;
}

#banner{
	background: url(../images/banner.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 20px;
	margin: 0 0 30px 0;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.texto-banner{
	background: rgba(0,0,0,0.7);
	width: 65%;
	color: white;
	font-size: 22px;
	line-height: 32px;
	float: left;
	padding: 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#anuncio{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 31px;
	font-weight: bold;
	text-shadow: 2px 2px 2px red;
	float: left;
	padding: 12px 0;
}


#videos{
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

.video{
	width: 47%;
	float: left;
}

.video iframe{
	width: 100%;
}


.preguntas{
	width: 100%;
	float: left;
	margin-top: 30px;
}


.section{
	width: 48%;
	float: left;
	margin: 0 1%;
}

.pregunta{
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	font-weight: lighter;
	color: white;
	margin: 0 0 30px 0;
}



#footer{
	background: #860d19;

	width: 100%;
	float: left;
}

#footer-conten{
	width: 1200px;
	margin: 0 auto;
}

.seccion-footer{
	color: white;
	font-size: 22px;
	line-height: 32px;
	float: left;
	padding: 20px 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.seccion-footer strong{
	font-size: 25px;
	text-shadow: 2px 2px 2px black;
}

.seccion-footer a{
	color: white;
}

@media screen and (max-width: 1200px){
	.d1200, #cintillo-ayuda{display: none;}

	#cintillo{
		position: relative;
	}
	#cintillo-conten, #contenido{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#cabecera-conten, #footer-conten{
		width: 100%;
	}
	#logotipo img{
		margin: 0;
	}
}
@media screen and (max-width: 800px){
	#logotipo img{
		width: 100%;
	}
}
@media screen and (max-width: 700px){
	.seccion-footer{
		width: 100% !important;
	}
}
@media screen and (max-width: 600px){
	#menu-r{
		display: block;
	}
	#menu ul{
		width: 100%;
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	#redes{
		width: 100%;
	}
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0;
	}
	.imagen-seccion img{
		width: 70%;
	}
	.texto-banner{
		width: 100%;
	}
	.thumbnails ul li{
		border: 0px solid red !important;
		width: 60% !important;
		margin: 0 20% !important;
	}
	.thumbnails ul li img{
		width: 100%;
		height: auto !important;
	}
	.video{
		width: 80% !important;
		margin: 0 10% 30px !important;
	}
	.imagenes img{
		width:80%;
		height: auto !important;
		margin: 0 10% 20px;
	}
	.section{
		width: 100%;
	}
}
@media screen and (max-width: 500px){
	#cintillo-conten span{
		width: 50%;
		text-align: center;
		margin: 0;
	}
	.right{
		width: 100% !important;
	}
}


















 .gallery {
	max-width: 1200px;
	margin: 24px auto;
	padding: 12px;
}
.gallery::after { content: ""; display: table; clear: both; }

.thumb {
	float: left;
	width: 200px;
	height: 280px;
	margin: 8px;
	border-radius: 8px;
	overflow: hidden;
	display: block;
	border: 1px solid #e5e5e5;
	background: black;
	transition: transform .15s ease, box-shadow .15s ease;
}
.thumb:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.8);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	padding: 24px;
}
.lightbox.is-open { display: flex; }

.lightbox__stage {
	position: relative;
	max-width: 92vw;
	max-height: 88vh;
}
.lightbox__img {
	max-width: 100%;
	max-height: 88vh;
	display: block;
	border-radius: 10px;
	background: #111;
}

.lightbox__close,
.lightbox__prev,
.lightbox__next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	background: rgba(0,0,0,.45);
	color: #fff;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	cursor: pointer;
	font-size: 20px;
	line-height: 44px;
	text-align: center;
}
.lightbox__close {
	top: -14px;
	right: -14px;
	transform: none;
	background: rgba(0,0,0,.6);
	font-size: 22px;
}
.lightbox__prev { left: -56px; }
.lightbox__next { right: -56px; }

.lightbox__caption {
	margin-top: 10px;
	color: #f0f0f0;
	font-size: 14px;
	text-align: center;
}

@media (max-width: 768px) {
	.gallery { padding: 16px; }
	.thumb { width: calc(48% - 16px); }
	.lightbox__prev { left: 8px; }
	.lightbox__next { right: 8px; }
}
@media (max-width: 480px) {
	.gallery { padding: 18px; }
	.thumb { width: calc(50% - 16px); }
}