﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ziiitv');
  src:  url('../fonts/icomoon.eot?ziiitv#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ziiitv') format('truetype'),
    url('../fonts/icomoon.woff?ziiitv') format('woff'),
    url('../fonts/icomoon.svg?ziiitv#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-check:before {
  content: "\e904";
}
.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";
}
.icon-linkedin:before {
  content: "\eaca";
}




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


#chat{
	position: fixed;
	bottom: 180px;
	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;
}
.chat2{
	bottom: 100px !important;
}

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

#chat img{
	width: 40px;
}


#cintillo{
	background: #7b3802;
	width: 100%;
	height: 25px;
	float: left;
}


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

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

#logotipo{
	width: 23%;
	float: left;
}

#logotipo img{
	width: 100%;
}

#logotipo2{
	width: 45%;
	float: left;
}
#logotipo2 img{
	width: 100%;
}


#leyenda{
	border: 0px solid red;
	width: 32%;
	text-align: center;
	color: #7b3802;
	font-size: 27px;
	line-height: 46px;
	float: right;
}


#datos{
	background: black;
	width: 100%;
	float: right;
	padding: 18px 0 0 0;
}

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

#datos p{
	border: 0px solid white;
	width: 50%;
	text-align: center;
	color: white;
	font-size: 22px;
	padding: 0 0 18px 0;
	float: left;

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

#datos p a{
	color: white;
}

#datos p strong{
	font-size: 22px;
	text-shadow: 2px 2px 2px red;
}

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


.importante{
	font-size: 32px;
	color: blue;
	text-shadow: 2px 2px 2px transparent;
}


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

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

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

.rayita{
	background: black;
	width: 200px;
	height: 5px;
	margin:0 0 30px 0;
}

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

.seccion{
	width: 62%;
	text-shadow: 1px 1px 10px black;
	color: white;
	font-size: 22px;
	line-height: 33px;
	float: left;
}

.formulario{
	background: black;
	width: 37%;
	color: white;
	float: left;
	padding: 12px;

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

.formulario strong{
	font-size: 23px;
}


#imagenes, #imagenes2{
	width: 100%;
	float: left;
}

#imagenes img{
	width: 16.66%;
	float: left;
}

#imagenes2{
	text-align: center;
}


.imagen-seccion{
	width: 30%;
	text-align: center;
	float: left;
}
.imagen-seccion img{
	width: 100%;
}


#fondo{
	position: relative;
	background: url(../images/fondo-fondo.jpg);
	width: 100%;
	float: left;
	padding: 40px 0;
}

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

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

.titulo-blanco{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: white;
	font-weight: bold;
	float: left;
	margin:0 0 30px 0;
}

.cuadro{
	background: black;
	width: 31.33%;
	color: white;
	font-size: 19px;
	line-height: 32px;
	margin: 0 1% 30px;
	float: left;
	padding: 10px 20px;

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


#precios{
	width: 100%;
	float: left;
	padding: 50px 0;
}

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


/* table{
	width: 100% !important;
	margin: 0 20% 40px;
}

table tr td{
	border: 1px dotted black;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 12px;
} */



.blanco{
	background: white;
	font-weight: bold;
}

.principales td{
	background:black;
	color: white;
	text-shadow: 2px 2px 2px black;
}

.blanco td{
	background: white;
	font-weight: lighter;
}


.area{
	width: 100%;
	padding: 20px;
	float: left;

	box-sizing: border-box;
}
.area p{
	border: 0px solid red;
	width: 25%;
	color: white;
	text-shadow: 2px 2px 2px black;
	font-size: 20px;
	float: left;
	padding: 5px 0;

	box-sizing: border-box;
}

.area-conten{
	width: 1200px;
	margin: 0 auto;
}

#pie{
	background: black;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 19px;
	padding: 12px 0;
	float: left;
}
#pie a{
	color: white;
}


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



.precios{
	margin-bottom: 30px;
}
.precios table{
	width: 100%;
	font-weight: bold;
}
.precios thead tr th{
	background: #306A16;
	color: white;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}
.precios tr{
	background: #E5EFDB;
}
.precios td{
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
.color2{
	background: #B2CF93 !important;
}


@media screen and (max-width: 1200px){
	#cabecera-conten, #datos-conten, #contenido, #fondo-conten, .area-conten{
		width: 100%;
		padding: 0 10px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#precios-conten{
		width: 100%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.precios table{
		margin: 0 0 30px 0;
	}
}
@media screen and (max-width: 1000px){
	#logotipo{
		width: 40%;
	}
	#logotipo2{
		width: 60%;
	}
	#leyenda{
		width: 100%;
	}
}
@media screen and (max-width: 800px){
	#datos p{
		width: 100%;
	}
	#imagenes img{
		width: 33.33%;
	}
	.cuadro{
		width: 45%;
		margin: 0 2.5% 30px;
	}
	table{
		width: 95%;
		margin: 0 2.5%;
	}
	.area p{
		width: 50%;
	}
	.video{
		width: 48%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 700px){
	#logotipo{
		width: 70%;
		margin: 0 15%;
	}
	#logotipo2{
		width: 70%;
		margin: 0 15%;
	}
	.seccion{
		width: 100%;
	}
	.formulario{
		width: 100%;
		margin: 30px 0 0 0;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
	}
	.imagen-seccion img{
		width: 50%;
	}
}
@media screen and (max-width: 600px){
	.cuadro{
		width: 95%;
		margin: 0 2.5% 30px;
	}
	.otra{
		width: 60% !important;
		height: auto !important;
		margin: 0 20% 20px;
	}
	.area p{
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 500px){
	#logotipo{
		width: 90%;
		margin: 0 5%;
	}
	#logotipo2{
		width: 90%;
		margin: 0 5%;
	}
	#imagenes img{
		width: 50%;
	}
}

















