﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?hjxj8a');
  src:  url('../fonts/icomoon.eot?hjxj8a#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?hjxj8a') format('truetype'),
    url('../fonts/icomoon.woff?hjxj8a') format('woff'),
    url('../fonts/icomoon.svg?hjxj8a#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-menu:before {
  content: "\e901";
}
.icon-email:before {
  content: "\e900";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-horario:before {
  content: "\e94e";
}
.icon-celular:before {
  content: "\e958";
}



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: 1200px;
	margin: 0 auto;
}

#pagina{
	border: 0px solid red;
	background: white;
	width: 100%;
	float: left;
	padding: 0 10px;

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


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

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

#logotipo img{
	width: 100%;
}

#cabe{
	height: 200px;
	float: left;
	margin: 0 0 0 40px;
}


#datos{
	background:#f7f7f7;
	width: 25%;
	float: right;
	margin: 20px 0 0 0;
	padding: 10px 0 10px 0;
}

#datos span{
	width: 100%;
	text-align: right;
	font-size: 18px;
	float: left;
	padding: 4px 20px;
	margin: 0 100px 0 0;

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

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


#menu{
	background: #006633;
	background: -moz-linear-gradient(top, #00c663 0%, #008c46 44%, #006633 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00c663), color-stop(44%,#008c46), color-stop(100%,#006633));
	background: -webkit-linear-gradient(top, #000 0%,#303030 44%,#000 100%);
	background: -o-linear-gradient(top, #00c663 0%,#008c46 44%,#006633 100%);
	background: -ms-linear-gradient(top, #00c663 0%,#008c46 44%,#006633 100%);
	background: linear-gradient(top, #00c663 0%,#008c46 44%,#006633 100%);

	width: 100%;
	float: left;
}

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

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

#menu ul li{
	width: 25%;
	float: left;
}

.menu{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 17px;
	font-weight: lighter;
	float: left;
	padding: 14px 0;
}

.menu:hover, #menu-r:hover{
	font-weight: normal;
}

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


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

.titulo{
	width: 100%;
	text-align: center;
	float: left;
	margin: 0 0 30px 0;
}

.titulo div{
	background:#ddd;
	color: rgb(101,58,42,1);
	font-size: 22px;
	font-weight: lighter;
	padding: 10px;
	display: inline-block;

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

.cuadro{
	position: relative;
	z-index: 1;
	width: 31.33%;
	float: left;
}

.cuadro:hover .titulo-cuadro{
	background: rgb(101,58,42,1);
	font-weight: bold;
	padding: 20px 0;
}

.enmedio{
	margin: 0 3%;
}

.imagen-cuadro{
	position: relative;
	z-index: 1;
	width: 100%;
	float: left;
}
.imagen-cuadro img{
	width: 100%;

	border-radius: 10px;
}

.titulo-cuadro{
	position: absolute;
	top:110px;
	left: 0;
	z-index: 2;
	background: rgb(101,58,42,0.6);
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: white;
	padding: 8px 0;

	transition: all 0.4s;
}


.texto{
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: rgb(101,58,42,1);
	float: left;
	margin: 0 0 30px 0;
	padding: 0 100px;

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


.parte{
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

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

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


.contacto{
	background: #653a2a;
	width: 60%;
	color: white;
	margin: 0 20%;
	padding: 12px;

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



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

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

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

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

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

.seccion-footer img{
	width: 30px;
}

.seccion-footer a{
	color: white;
}


@media screen and (max-width: 1250px){
	#wrapP{
		width: 100%;
	}
}
@media screen and (max-width: 1000px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 40%;
	}
	#cabe{
		display: none;
	}
	.moneda{
		width: 45% !important;
	}
	#datos{
		width: 50%;
	}
}
@media screen and (max-width: 700px){
	.moneda{
		width: 100% !important;
		margin: 0 !important;
	}
	#logotipo img{
		width: 60%;
	}
	#datos{
		width: 100%;
		margin: 0;
	}
	#datos span{
		text-align: center;
	}

	.cuadro{
		width: 80%;
		margin: 0 10% 30px;
	}

	.texto{
		padding: 0 10px;
	}
}
@media screen and (max-width: 600px){
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	.seccion-footer{
		width: 100% !important;
	}
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 30px 0 0 0;
	}
	.imagen-seccion img{
		width: 80%;
	}
	.contacto{
		margin: 0;
	}
}














