﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?uly9do');
  src:  url('../fonts/icomoon.eot?uly9do#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?uly9do') format('truetype'),
    url('../fonts/icomoon.woff?uly9do') format('woff'),
    url('../fonts/icomoon.svg?uly9do#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;
  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";
}




body{
	font-family: 'Jomolhari', serif;
}


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

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

#logotipo{
	border: 0px solid red;
	width: 40%;
	background: linear-gradient(black,#b78523);
	-webkit-background-clip: text;
	color: transparent;
	font-family: 'Dancing Script', cursive;
	font-size: 70px;
	float: left;
}

#datos{
	border: 0px solid red;
	background: #f7f7f7;
	width: 58%;
	text-align: right;
	float: right;
	padding: 12px 0;
	margin: 5px 0 0 0;
}

#datos p{
	border: 0px solid red;
	font-size: 24px;
	float: left;
	padding: 0 10px;
}

#datos p b{
	color: #b78523;
	font-weight: bold;
}


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

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

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

#efectod{
	background: #b785234d;
	width: 37%;
	text-align: center;
	font-size: 32px;
	float: right;
	padding: 18px 12px;

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

#efectod strong{
	width: 100%;
	margin: 0 0 20px 0;
}

#efectod img{
	width: 50px;
}


#uno{
	background: rgb(183,133,35,0.3);
	width: 100%;
	float: left;
	padding: 20px 0;
	margin: 30px 0 0;
}

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

.titulo, .titulo-tres{
	width: 100%;
	background: linear-gradient(black,#b78523);
	-webkit-background-clip: text;
	color: transparent;
	text-align: center;
	font-size: 50px;
	font-family: 'Dancing Script', cursive;
	float: left;
	margin: 0 0 30px 0;
}

.subtitulo{
	width: 100%;
	text-align: center;
	color: gray;
	font-size: 18px;
	font-weight: lighter;
	float: left;
}

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

.seccion{
	width: 62%;
	font-size: 22px;
	line-height: 32px;
	float: left;
}

.imagen-seccion{
	width: 37%;
	float: right;
}
.imagen-seccion img{
	width: 100%;
	margin: -40px 0 0 0;
}


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

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

.lista{
	width: 100%;
	text-align: center;
	float: left;
}

.lista span{
	background: #eeeeee;
	font-size: 27px;
	margin: 0 30px 30px;
	display: inline-block;
	padding: 4px 10px;
}

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

.video{
	width: 31.33%;
	float: left;
	margin: 0 1% 30px;
}
.video iframe{
	width: 100%;
}



#tres{
	background: rgb(183,133,35,0.3);
	width: 100%;
	float: left;
	padding: 35px 0;
}

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

.cuadro{
	width: 23%;
	float: left;
	margin: 0 1%;
}
.imagen-cuadro{
	width: 100%;
	float: left;
}
.imagen-cuadro img{
	width: 100%;
}

.titulo-cuadro{
	width: 100%;
	text-align: center;
	font-size: 20px;
	float: left;
	padding: 12px 0;
}


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

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


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

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

.seccion-footer{
	color: white;
	font-size: 22px;
	line-height: 38px;
	float: left;
	padding: 12px 0;
}

.seccion-footer a{
	color: white;
}

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

.mitad{
	float: left;
}


@media screen and (max-width: 1200px){
	#cabecera-conten, #efecto, #uno-conten, #dos-conten, #tres-conten, #cuatro, #footer-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: 800px){
	#efectoi, #efectod{
		width: 100%;
	}
	.seccion-footer{
		width: 100% !important;
	}
}
@media screen and (max-width: 700px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#datos{
		width: 100%;
		text-align: center;
	}
	#datos p{
		width: 50%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
	}
	.imagen-seccion img{
		margin: 0;
	}
	.video{
		width: 90%;
		margin: 0 5% 30px;
	}
}
@media screen and (max-width: 600px){
	.cuadro{
		width: 80%;
		margin: 0 10% 30px;
	}
	.mitad{
		width: 100% !important;
	}
}














