﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?1994vj');
  src:  url('../fonts/icomoon.eot?1994vj#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?1994vj') format('truetype'),
    url('../fonts/icomoon.woff?1994vj') format('woff'),
    url('../fonts/icomoon.svg?1994vj#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-shop:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-reloj:before {
  content: "\e94e";
}
.icon-celular:before {
  content: "\e958";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-check:before {
  content: "\ea10";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}




body{
	font-family: 'Montserrat', sans-serif;
}


#arriba{
	position: fixed;
	bottom: 100px;
	right: 100px;
	z-index: 10000;
	width: 60px;
	display: none;
	cursor: pointer;
}
#arriba img{
	width: 100%;
}

.arr{
	display: block !important;
}


#cabecera-ayuda{
	border:0px solid red;
	position: relative;
	width: 100%;
	height: 110px;
}

.blanco{
	background: rgba(256,256,256,0.9);
}
.blanco #logotipo{
	width: 14%;
}
.blanco #menu{
	width: 80%;
	margin: 15px 0 0 0;
}
.blanco .menu{
	padding: 6px 0;
}
.blanco .dosM{
	padding: 3px 0;
}

#cabecera{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	border:0px solid red;
	width: 100%;
	float: left;

	transition: all 0.2s;
}

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

#logotipo{
	width: 20%;
	float: left;

	transition: all 0.2s;
}

#logotipo img{
	width: 100%;
}


#menu{
	border: 0px solid red;
	width: 75%;
	float: right;
	margin: 30px 0 0 0;

	transition: all 0.2s;
}

#menu a{
	color: black;
	text-decoration: none;
}

#menu-r{
	background: rgb(41,28,19, 0.1);
	width: 100%;
	text-align: center;
	font-size: 19px;
	line-height: 32px;
	padding: 10px 0;
	cursor: pointer;
	display: none;
}

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

#menu ul li{
	position: relative;
	width: 19%;
	float: left;
	margin: 0 0.5%;
}

.menu{
	background: rgb(41,28,19, 0.1);
	width: 100%;
	text-align: center;
	font-size: 19px;
	line-height: 32px;
	padding: 10px 0;
}

.menu:hover, .activo, .menu-secundario:hover, #menu-r:hover{
	background: #291c13;
	font-weight: bold;
	color: white;
}

.dosM{
	line-height: 19px;
	padding: 8px 0 7px;
}


#menu ul li:hover #menu-secundario, #menu ul li:hover .menuS{
	display: block;
}

#menu-secundario, .menuS{
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 1000;
	width: 100%;
	float: left;
	display: none;
}

#menu-secundario ul, .menuS ul{
	width: 100% !important;
	float: left !important;
}

#menu-secundario ul li, .menuS ul li{
	width: 100% !important;
	float: left !important;
}

.menu-secundario{
	background: #e9e8e7;
	width: 100%;
	text-align: center;
	font-size: 19px;
	padding: 12px 0;
}


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

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

#efecto-conten{
	position: absolute;
	top: 0;
	z-index: 10;
	border:0px solid red;
	width: 100%;
	float: left;
	padding: 100px 0;
}

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

.texto-efecto{
	background: rgba(256,256,256,0.8);
	width: 100%;
	font-size: 22px;
	line-height: 33px;
	float: left;
	padding: 40px 30px;

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


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

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

.titulo{
	width: 100%;
	text-align: center;
	font-size: 37px;
	color: white;
	font-weight: bold;
	float: left;
	margin: 0 0 30px 0;
}
.titulo div{
	background: #291c13;
	display: inline-block;
	padding: 0 10px;
}

.subtitulo{
	width: 100%;
	text-align: center;
	font-size: 27px;
	font-weight: lighter;
	float: left;
	margin: 0 0 30px 0;
}

.cuadro{
	position: relative;
	width: 31.33%;
	float: left;
	margin: 0 1%;
}

.cuadro:hover .titulo-cuadro{
	background: rgb(41,28,19, 0.9);
	font-weight: bold;
	font-size: 23px;
	padding: 82px 0;
}

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

.titulo-cuadro{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgb(41,28,19, 0.7);
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: lighter;
	color: white;
	float: left;
	padding: 12px 0;

	transition: all 0.2s;
}


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

.fondo-uno{
	background: url(../images/fondo-uno.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
.fondo-dos{
	background: url(../images/fondo-dos.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
.fondo-tres{
	background: url(../images/fondo-tres.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

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

.texto-nosotros{
	width: 80%;
	float: right;
	margin: 0 10%;

	-webkit-box-shadow: border-box;
	box-shadow: border-box;
}
.s{
	width: 65%;
	font-weight: lighter;
	color: white;
	font-size: 20px;
	line-height: 30px;
	float: left;
}
.s strong{
	width: 100%;
	text-align: center;
	font-size: 24px;
	float: left;
}
.fondo-cafe{
	background: rgb(63,19,3,0.8);
	color: white;
	padding: 12px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.i{
	width: 35%;
}
.i img{
	width: 100%;
}


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

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

.tres{
	width: 32.33%;
	font-size: 21px;
	line-height: 31px;
	float: left;
}

.tres span{
	font-size: 17px;
	font-weight: lighter;
}


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

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

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

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


#fondo, #fondo1, #fondo2{
	position: relative;
	border:0px solid red;
	width: 100%;
	float: left;
	padding: 200px 0;
}


.fondo-blanco{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: rgba(256,256,256,0.3);
	width: 100%;
	height: 100%;
}


.fondo-cuatro{
	background: url(../images/fondo-cuatro.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
.fondo-cinco{
	background: url(../images/fondo-cinco.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
.fondo-seis{
	background: url(../images/fondo-seis.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
}


#fondo-conten{
	position: relative;
	z-index: 11;
	width: 1000px;
	margin: 0 auto;
}

.texto-fondo{
	background: rgba(0,0,0,0.7);
	width: 62%;
	font-size: 20px;
	line-height: 30px;
	color: white;
	float: right;
	padding: 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.texto-fondo strong{
	background: black;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	padding: 0 10px;
}

.imagen-fondo{
	width: 37%;
	float: left;
}
.imagen-fondo img{
	width: 100%;
	float: left;
	margin: 0 0 70px 0;
}


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

.cuadrito{
	position: relative;
	width: 70%;
	color: white;
	float: left;
	padding: 100px 0;
	margin: 0 15% 40px;

	transition: all 0.6s;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fondo-negro{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;

	transition: all 0.2s;
}
.cFondo1{
	background: url(../images/line1.jpg) no-repeat center center !important;
	-webkit-background-size: cover;
	background-size: cover;
}
.cFondo2{
	background: url(../images/line2.jpg) no-repeat center center !important;
	-webkit-background-size: cover;
	background-size: cover;
}
.cFondo3{
	background: url(../images/line3.jpg) no-repeat center center !important;
	-webkit-background-size: cover;
	background-size: cover;
}
.cFondo4{
	background: url(../images/line4.jpg) no-repeat center center !important;
	-webkit-background-size: cover;
	background-size: cover;
}
.cFondo5{
	background: url(../images/line5.jpg) no-repeat center center !important;
	-webkit-background-size: cover;
	background-size: cover;
}

.cuadrito:hover{
	width: 100% !important;
	margin:0 0 40px 0 !important;
	padding: 200px 0;

	border-radius: 20px;
}
.cuadrito:hover .fondo-negro{
	background: rgba(0,0,0,0.1);
}
.cuadrito:hover p{
	background: rgba(0,0,0,0.6);
}

.cuadrito p{
	position: relative;
	z-index: 2;
	padding: 3px;

	transition: all 0.2s;

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

.line {
	position: relative;
	top: 150%;
	width: 16em;
	margin: 0 auto;
	border-right: 2px solid rgba(255, 255, 255, 0.75);
	font-size: 180%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	transform: translateY(-50%);
}

/*Animation*/
.anim-typewriter {
	animation: typewriter 4s steps(32) 1s 1 normal both,
	blinkTextCursor 500ms steps(32) infinite normal;
}


@keyframes typewriter {
	from {
		width: 0;
	}
	to {
		width: 12em;
	}
}
@keyframes blinkTextCursor {
	from {
		border-right-color: rgba(255, 255, 255, 0.75);
	}
	to {
		border-right-color: transparent;
	}
}


.imagenes{
	text-align: center;
}
.imagenes img{
	height: 100px;
}


.fr1{
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
}
.fr2{
	width: 100%;
	float: left;
}

.frase1, .frase2{
	border:0px solid red;
	background: rgba(256,256,256,0.7);
	width: 100%;
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	line-height: 33px;
	text-shadow: 4px 4px 10px white;
	color: black;
	display: inline;
	margin: 20px 0 40px 0;
}
.frase1{
	color: #e83f32;
}

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


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

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

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

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

.importante{
	text-align: center;
	font-size: 27px;
	line-height: 37px;
}

.seccion-footer a{
	color: white;
}

.seccion-footer strong{
	width: 100%;
	font-size: 23px;
	text-shadow: 2px 2px 2px black;
	text-align: center;
	float: left;
}

#thumbnails .subtitulo{
	color: black !important;
}


.bx-next, .bx-prev{
	display: none;
}


@media screen and (max-width: 1200px){
	#cabecera-ayuda{
		display: none;
	}
	#cabecera{
		position: relative;
	}
	#cabecera-conten, #efecto-conten-conten, #contenido-conten, #nosotros-conten, #clientes, #fondo-conten{
		width: 100% !important;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer-conten{
		width: 100%;
	}
	.texto-efecto{
		width: 100%;
		margin: 0 !important;
	}
}
@media screen and (max-width: 1100px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 30%;
	}
	#menu{
		width: 100%;
	}
}
@media screen and (max-width: 900px){
	#efecto-conten{
		position: relative;
		padding: 0;
	}
}
@media screen and (max-width: 800px){
	#logotipo img{
		width: 50%;
	}
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
		margin: 0;
	}
	#menu-secundario{
		position: relative;
		top: 0;
	}
}

@media screen and (max-width: 700px){
	.cuadro{
		width: 90%;
		margin: 0 5% 30px;
	}
	.i{
		width: 100% !important;
	}
	.i img{
		width: 100% !important;
	}
	.s{
		width: 100% !important;
	}
	.seccion-footer{
		width: 100% !important;
	}
	.cuadrito{
		width: 90%;
		margin: 0 5% 30px;
	}

	.imagen-fondo{
		width: 100%;
	}
	.texto-fondo{
		width: 100%;
	}

	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
	}
}

@media screen and (max-width: 600px){
	#logotipo img{
		width: 70%;
	}
	.thumbnails ul li{
		width: 100%;
		text-align: center;
	}
	.thumbnails ul li img{
		width: 80% !important;
		margin: 0 10% !important;
	}
}

















