﻿@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.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
}


#chat{
	position: fixed;
	top: 400px;
	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;
}

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

#chat img{
	width: 40px;
}


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

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

#cabecera{
	background: white;
	width: 100%;
	float: left;
	padding: 12px 20px;

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

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

#logotipo img{
	width: 100%;
}


#leyenda{
	border: 0px solid red;
	width: 51%;
	color: green;
	font-family: 'Russo One', sans-serif;
	font-size: 40px;
	font-weight: bold;
	float: left;
	margin: 25px 0 0 0;
}


#datos{
	border: 0px solid red;
	background: #f7f7f7;
	width: 30%;
	text-align: center;
	font-size: 27px;
	line-height: 37px;
	float: right;
}

#datos strong{
	width: 100%;
	color: blue;
	float: left;
}

#datos img{
	width: 25px;
}


#menu{
	background: #1a3c98;
	width: 100%;
	float: left;
}

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

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

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

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

.menu:hover, #menu-r:hover{
	background: black;
}


#anuncio{
	background: black;
	width: 100%;
	text-align: center;
	text-shadow: 2px 2px 2px black;
	color: white;
	font-size: 30px;
	font-weight: bold;
	float: left;
	padding: 30px 0;
}

#anuncio a{
	color: white;
}


#anuncio2{
	width: 100%;
	text-align: center;
	font-size: 30px;
	float: left;
	padding:20px 0;
}

#anuncio2 div{
	border: 0px solid white;
	width: 20%;
	text-align: right;
	float: left;
}

#anuncio2 div img{
	width: 100px;
}

#anuncio2 span{
	width: 80%;
	text-align: left;
	color: white;
	font-size: 30px;
	text-shadow: 2px 2px 2px #f7931d;
	font-weight: bold;
	float: right;
	padding-left: 20px;
	padding-top: 24px;

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

#anuncio3{
	width: 100%;
	text-align: center;
	font-size: 30px;
	padding: 30px 0;
	float: left;
}


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


#contenido{
	background: white;
	width: 100%;
	float: left;
	padding:20px 10px;

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

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

.mitad{
	width: 50%;
	font-size: 20px;
	line-height: 25px;
	float: left;
	padding:0 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mitad p{
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.mitad p strong{
	width: 100%;
	font-size: 24px;
	float: left;
	margin: 0 0 10px 0;
}


#formulario{
	background: #f7f7f7;
	width: 33%;
	text-align: center;
	float: right;
	padding: 0 10px;

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

#formulario strong{
	width: 100%;
	color: blue;
	text-shadow: 2px 2px 2px white;
	font-size: 30px;
	line-height: 40px;
	margin: 40px 0 0 0;
	float: left;
}

#formulario p{
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	float:left;
	margin: 54px 0;
}


.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;
}


.cuadrito{
	background: black;
	width: 31.33%;
	text-align: center;
	color: white;
	font-size: 22px;
	font-weight: bold;
	float: left;
	margin: 0 1% 20px;
	padding: 12px 0;
}


.imagenes{
	width: 100%;
	text-align: center;
}

.texto{
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	float: left;
	padding: 0 50px;
	margin: 0 0 30px 0;

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


@media screen and (max-width: 1200px){
	#wrapP{
		width: 100%;
	}
}
@media screen and (max-width: 900px){
	#logotipo{
		width: 20%;
	}
	#leyenda{
		width: 80%;
	}
	#datos{
		width: 100%;
	}
	.cuadrito{
		width: 45%;
		margin: 0 2.5% 20px;
	}
}
@media screen and (max-width: 800px){
	#logotipo{
		width: 30%;
	}
	#leyenda{
		width: 70%;
		font-size: 35px;
	}
	#efecto{
		width: 100%;
	}
	#formulario{
		width: 100%;
	}
}
@media screen and (max-width: 700px){
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
	}
}
@media screen and (max-width: 600px){
	#cabecera{
		padding: 20px;
	}
	#logotipo{
		width: 30%;
		margin: 0 0 20px 0;
	}
	#leyenda{
		width: 70%;
		margin: 0 0 20px 0;
	}
	#anuncio2 div{
		width: 20%;
	}
	#anuncio2 span{
		width: 80%;
		padding: 10px 0 0 0;
	}
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
	.mitad{
		width: 96%;
		margin: 0 2% 20px;
	}
	.cuadrito{
		width: 90%;
		margin: 0 5% 20px;
	}
}
















