﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?pcoh3h');
  src:  url('../fonts/icomoon.eot?pcoh3h#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?pcoh3h') format('truetype'),
    url('../fonts/icomoon.woff?pcoh3h') format('woff'),
    url('../fonts/icomoon.svg?pcoh3h#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[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-email:before {
  content: "\e900";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-celular:before {
  content: "\e958";
}



body{
	background: url(../images/fondo.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
}


#cintillo{
	background: #dbedf5;
	width: 100%;
	float: left;
}

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

#cintillo-conten span{
	font-size: 19px;
	float: left;
	padding: 12px 0;
	margin: 0 100px 0 0;
}

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


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

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

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

#logotipo img{
	width: 100%;
}

#menu{
	border: 0px solid red;
	width: 60%;
	float: right;
	margin: 20px 0 0 0;
}

#buenfin{
	height: 120px;
	margin: 10px 0 0 20px;
}

.promo{
	border:0px solid red;
	width: 100%;
	font-size: 32px;
	font-weight: bold;
	color: blue;
	float: left;
	margin: 0 0 10px 0;
}

.promo img{
	
}

#menu-r{
	background: red;
	width: 100%;
	color: white;
	text-align: center;
	text-shadow: 2px 2px 2px black;
	font-weight: bold;
	font-size: 22px;
	padding: 11px 0;
	cursor: pointer;
	display: none;
	float: left;
}

#menu ul{
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}

#menu ul li{
	width: 23%;
	float: left;
	margin: 0 0 0 2%;
}

.menu{
	background: red;
	width: 100%;
	font-size: 22px;
	text-shadow: 2px 2px 2px black;
	font-weight: bold;
	text-align: center;
	color: white;
	float: left;
	padding: 11px 0;
}
.menu:hover, .activo, #menu-r:hover{
	text-decoration: underline;
}


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


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

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

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

.cuadro{
	width: 31.33%;
	float: left;
	margin-bottom: 30px;
}

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

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

.titulo-cuadro{
	background: red;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	float: left;
	padding: 12px 0;
}


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

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

.seccion center{
	width: 100%;
	font-weight: bold;
}

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

.seccion span{
	width: 100%;
	text-align: center;
	font-weight: lighter;
	float: left;
}

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

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

.mitad{
	width: 50%;
	float: left;
}


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


.texto{
	width: 100%;
	text-align: center;
	font-size: 23px;
	line-height: 28px;
	color: gray;
	float: left;
	margin: 0 0 30px 0;
}



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

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

.seccion-footer{
	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: 22px;
	color: blue;
}

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

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer-conten{
		width: 100%;
	}
}
@media screen and (max-width: 900px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 50%;
	}
	#menu{
		width: 100%;
		margin: 10px 0 0 0;
	}
}
@media screen and (max-width: 700px){
	.cuadro{
		width: 90%;
		margin: 0 5% 30px !important;
	}
}
@media screen and (max-width: 600px){
	.seccion-footer{
		width: 100% !important;
	}
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0;
	}
	.imagen-seccion img{
		width: 90%;
	}
	.mitad{
		width: 100%;
	}
}
@media screen and (max-width: 500px){
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
		margin: 0;
	}
	#menu ul li{
		width: 100%;
		margin: 0;
	}
}














