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

[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-click:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e900";
}
.icon-menu:before {
  content: "\e901";
}
.icon-home:before {
  content: "\e905";
}
.icon-shop:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-horario:before {
  content: "\e94e";
}
.icon-celular:before {
  content: "\e958";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}




body{
	background: #7f0430;
	font-family: 'Open Sans', sans-serif;
}


#chat{
	position: fixed;
	top: 400px;
	right: 60px;
	z-index: 10000;
	border: 2px solid #43c22e;
	background: white;
	width: 85px;
	text-align: center;
	padding: 18px 0px 0;

	border-radius: 50%;

	box-shadow: 5px 5px 5px #43c22e;

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

#chat strong{
	width: 100%;
	float: left;
}

#chat img{
	width: 40px;
}

#cabecera-ayuda{
	position: relative;
	width: 100%;
	height: 50px;
	float: left;
}


#datos{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	border: 0px solid white;
	background: black;
	width: 100%;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	color: white;
	float: right;
}

#datos p{
	width: 100%;
	font-size: 28px;
	text-align: center;
	float: left;
	padding: 10px 0;
}

#datos span{
	width: 33.33%;
	font-size: 24px;
	text-align: center;
	float: left;
	padding: 12px 0;
}






#cabecera{
	background: #7f0430;
	width: 100%;
	float: left;
}

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

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

#logotipo img{
	width: 100%;
}


#leyenda{
	width: 64%;
	font-family: 'Alfa Slab One', cursive;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 28px;
	line-height: 27px;
	color: white;
	text-shadow: 2px 2px 2px black;
	float: right;
	margin: 10px 0 0 0;
}


#menu{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: black;
	width: 100%;
	float: left;
}

#menu a{
	color: white;
}

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

#menu-r{
	width: 100%;
	color: white;
	text-align: center;
	font-size: 22px;
	padding: 12px 0;
	float: left;
	cursor: pointer;
	display: none;
}

#menu-conten ul{
	width: 100%;
	float: left;
}

#menu-conten ul li{
	position: relative;
	width: 33.33%;
	float: left;
}

.menu{
	width: 100%;
	text-align: center;
	font-size: 22px;
	padding: 12px 0;
	float: left;
}
.menu:hover, .menu-secundario:hover, #menu-r:hover{
	background: #7f0430;
	font-weight: bold;
}

#menu-conten ul li:hover #menu-secundario{
	display: block;
}

#menu-secundario{
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 1000;
	border: 2px solid #7f0430;
	display: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menu-secundario ul{
	background: black;
	width: 100%;
	float: left;
}
#menu-secundario ul li{
	width: 100%;
	float: left;
}
.menu-secundario{
	width: 100%;
	font-size: 22px;
	padding: 6px 0 6px 20px;

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



#efecto{
	position: relative;
	background: url(../images/fondo-efecto.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 500px;
	float: left;
}

#fondo-oscuro{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
}

#efecto-conten{
	position: relative;
	z-index: 101;
	width: 1300px;
	color: white;
	margin: 0 auto;
}

#efecto-conten strong{
	width: 100%;
	font-size: 40px;
	
	margin: 100px 0 20px 0;
	float: left;
}

#efecto-conten p{
	color: white;
	font-size: 30px;
	line-height: 40px;
}


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

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

.titulo{
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #ffea05;
	float: left;
	margin: 0 0 30px 0;
}

.subtitulo{
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: white;
	float: left;
	margin: 0 0 30px 0;
}

.video{
	width: 60%;
	margin: 0 20% 30px;
}
.video video{
	width: 100%;
}

.cuadro{
	position: relative;
	width: 31.33%;
	float: left;
	margin: 0 0 30px 0;
}
.enmedio{
	margin: 0 3% 30px;
}

.imagen-cuadro{
	width: 100%;
	float: left;
}

.imagen-cuadro img{
	width: 100%;
}

.titulo-cuadro{
	position: absolute;
	top: 60px;
	background: rgb(255,234,5,0.5);
	width: 100%;
	text-align: center;
	color: white;
	font-size: 22px;
	line-height: 32px;
	text-shadow: 2px 2px 2px black;
	padding: 10px 0;
}


#contacto{
	background: white;
	width: 100%;
	float: left;
	padding: 40px 0;
}

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


.c{
	width: 27.33%;
	float: left;
	margin: 0 3% 30px;
}
.imagen-c{
	width: 100%;
	float: left;
}
.imagen-c img{
	width: 100%;
}
.titulo-c{
	background: black;
	width: 100%;
	height: 100px;
	color: white;
	font-size: 19px;
	font-weight: lighter;
	float: left;
	padding: 10px;

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


#coloniai{
	width: 50%;
	color: white;
	font-size: 20px;
	line-height: 30px;
	float: left;
}
#coloniad{
	width: 50%;
	float: right;
}
#coloniad img{
	width: 100%;
}


#footer{
	background: #7f0430;
	width: 100%;
	float: left;
}

#footer a{
	color: white;
}

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

.seccion-footer{
	color: white;
	font-size: 19px;
	float: left;
	padding: 20px 12px;

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

.seccion-footer strong{
	color: rgb(255,234,5);
	text-shadow: 2px 2px 2px black;
	font-size: 23px;
}


@media screen and (max-width: 1300px){
	#cabecera-conten{
		width: 100%;
	}
	#efecto-conten{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 1200px){
	#contenido, #contacto-conten, #footer-conten, #menu-conten{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 1000px){
	#logotipo{
		width: 100%;
	}
	#logotipo img{
		width: 60%;
	}
	#leyenda{
		width: 100%;
		text-align: center;
	}
	#datos{
		width: 100%;
	}
	.c{
		width: 45%;
		margin: 0 2.5% 20px;
	}
}
@media screen and (max-width: 900px){
	.cuadro{
		width: 45%;
		margin: 0 2.5% 20px !important;
	}
	.video{
		width: 80%;
		margin: 0 10% 30px;
	}
}
@media screen and (max-width: 700px){
	.d700{
		display: none;
	}
	#logotipo img{
		width: 100%;
	}
	#leyenda{
		padding: 12px 0;
	}
	#datos span{
		width: 50%;
	}
	.cuadro{
		width: 95%;
		margin: 0 2.5% 20px !important;
	}
	.c{
		width: 90%;
		margin: 0 5% 20px;
	}
}
@media screen and (max-width: 600px){
	.campo{
		width: 95% !important;
		margin: 0 2.5% 20px !important;
	}
	.seccion-footer{
		width: 100% !important;
	}
	#coloniai{
		width: 100%;
	}
	#coloniad{
		width: 100%;
	}
	#menu-r{
		display: block;
	}
	#menu-conten ul{
		display: none;
	}
	#menu-conten ul li{
		width: 100%;
	}
	#menu-secundario{
		position: relative;
		top: 0;
		left: 0;
	}
	.video{
		width: 100%;
		margin: 0 0 30px;
	}
	.menu-secundario{
		padding-top: 12px;
		padding-bottom: 12px;
	}
}














