﻿@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: url(../images/fondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	font-family:'open sans', sans-serif;
}

#wrapP{
	width: 1150px;
	margin: 0 auto;
}

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

#cintillo{
	background: gray;
	width: 100%;
	color: white;
	float: left;
	padding: 10px;

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

#cintillo span{
	font-size: 23px;
	float: left;
	margin: 0 50px 0 0;
}

#cintillo span img{
	width: 25px;
	float: right;
	margin: -3px 0 0 10px;
}

#cintillo span a{
	color: white;
}

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

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

#logotipo{
	width: 100%;
	font-family: 'Baskervville', serif;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: white;
	text-shadow: 2px 2px 2px red;
	padding: 30px 0 10px;
}

#cabecera strong{
	width: 100%;
	text-align: center;
	color: red;
	font-size: 30px;
	float: left;
	padding: 0 0 30px 0;
}


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

#efectoi{
	width: 62%;
	float: left;
}
#efectoi img{
	width: 100%;
}

#efectod{
	background: rgba(0,0,0,0.7);
	width: 37%;
	float: right;
	padding: 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#efectod strong{
	width: 100%;
	color: white;
	font-size: 30px;
	float: left;
	margin: 0 0 30px 0;
}


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

.video{
	width: 55%;
	float: left;
}
.video video{
	width: 100%;
}

.texto{
	width: 44%;
	color: white;
	font-size: 21px;
	line-height: 25px;
	float: right;
}
.texto strong{
	font-size: 23px;
	text-shadow: 2px 2px 2px red;
}



.parte{
	width: 100%;
	float: left;
}

.imagen-seccion{
	width: 35%;
	text-align: center;
	float: left;
}
.imagen-seccion iframe{
	width: 50%;
}

.seccion{
	width: 65%;
	color: white:;
	font-size: 18px;
	line-height: 23px;
	float: right;
	padding: 0 0 0 30px;

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

.seccion strong{
	background: black;
	color: white;
	padding: 5px;

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

table{
	background: black;
	width: 49%;
	color: white;
	float: left;
}
table tr td{
	border: 2px solid red;
	text-align: center;
	padding: 3px;
}

#tarjetas{
	background: white;
	width: 100%;
	text-align: center;
	float: left;
	padding: 12px 0;
}

#tarjetas strong{
	width: 70%;
	text-align: center;
	font-size: 30px;
	float: left;
	margin: 35px 0 0 0;
}
#tarjetas img{
	width: 30%;
}


.videos{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.videos video{
	width: 40%;
	margin: 0 5% 30px;
	float: left;
}


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

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

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

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

.seccion-footer a{
	color: white;
}

.seccion-footer strong{
	font-size: 23px;
	text-shadow: 2px 2px 2px red;
}

@media screen and (max-width: 1150px){
	#wrapP, #footer-conten{
		width: 100%;
	}
	#contenido{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 900px){
	.seccion-footer{
		width: 50% !important;
	}
	#tarjetas strong{
		margin: 10px 0 0 0;
	}
}
@media screen and (max-width: 700px){
	#efectoi{
		width: 100%;
	}
	#efectod{
		width: 100%;
	}
	.video{
		width: 100%;
	}
	.texto{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
	}
	.imagen-seccion iframe{
		width: 100%;
	}
	.seccion{
		width: 100%;
		padding: 0;
		margin: 0 0 30px 0;
	}
	.seccion-footer{
		width: 100% !important;
	}
}
@media screen and (max-width: 600px){
	#cintillo span{
		width: 50%;
		text-align: center;
		margin: 0;
	}
	.right{
		width: 100% !important;
	}
	table{
		width: 100%;
		margin: 0 0 30px 0;
	}
	#tarjetas strong{
		width: 100%;
		margin: 0 0 30px 0;
	}
	#tarjetas img{
		width: 60%;
	}

	.videos video{
		width: 90%;
	}
}













