﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ynzbns');
  src:  url('../fonts/icomoon.eot?ynzbns#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ynzbns') format('truetype'),
    url('../fonts/icomoon.woff?ynzbns') format('woff'),
    url('../fonts/icomoon.svg?ynzbns#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-palomita:before {
  content: "\e906";
}
.icon-email:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-web:before {
  content: "\e904";
}
.icon-ubicacion:before {
  content: "\e900";
}
.icon-celular:before {
  content: "\e901";
}
.icon-telefono:before {
  content: "\e902";
}





body{
	background: #14bfd7;
	font-family:'century gothic', sans-serif;
}


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

#pagina{
	background: url(../images/fondo-pagina.jpg) no-repeat center center fixed;
	background-size: cover; 
	-moz-background-size: cover; 
	-webkit-background-size: cover; 
	-o-background-size: cover; 
	width: 100%;
	float: left;
	padding:10px;

	box-shadow:0 0 10px #000;
}

#cabecera{
	border-bottom: 3px solid #f27f06;
	width: 100%;
	float: left;
	padding: 10px 0;
	margin-bottom: 20px;
}

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

#logotipo img{
	width: 100%;
}


#leyenda{
	border: 0px solid red;
	width: 35%;
	font-size: 32px;
	line-height: 42px;
	color: #d91315;
	font-weight: bold;
	float: left;
	margin: 25px 0 0 30px;
}


#datos{
	border: 0px solid red;
	background: transparent;
	width: 40%;
	float: right;
	padding: 10px;
}

#datos p{
	width: 100%;
	font-size: 20px;
	text-align: right;
	float: left;
	margin-bottom: 10px;
}

#datos strong{
	font-size: 22px;
	color: #d91315;
}




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

#efectoi{
	width: 62%;
	float: left;
}

#efectod{
	width: 35%;
	float: left;
	margin-left: 20px;
}

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

	box-shadow: 3px 3px 3px #000;

	border-radius: 5px;

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

#formulario strong{
	color: red;
	font-size: 22px;
}



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

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

.seccion{
	background: #f27f06;
	width: 62%;
	font-size: 28px;
	line-height: 38px;
	color: white;
	float: left;
	padding: 30px;

	border-radius: 5px;

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

.seccion strong{
	color: WHITE;
}

.imagen-seccion{
	width: 35%;
	text-align: center;
	float: left;
	margin-left: 20px;
}

.imagen-seccion img{
	width: 80%;
	border-radius: 5px;
}



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

.titulo-pestana div{
	background: #13bfd7;
	color: white;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
	display: inline-block;

	text-shadow:2px 2px 2px #000;

	border-radius: 4px;
}




#servicios{
	width: 100%;
	float: left;
	margin: 30px 0;
}

.servicio{
	border: 0px solid red;
	width: 25%;
	height: 250px;
	float: left;
	margin: 0 4.16% 20px;

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

.titulo-servicio{
	background: rgba(0,0,0,0.7);
	width: 100%;
	line-height: 20px;
	color: white;
	font-weight: bold;
	padding: 10px;

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

.fondo1{
	background: url(../images/fondo1.jpg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.fondo2{
	background: url(../images/fondo2.jpg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.fondo3{
	background: url(../images/fondo3.jpg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.fondo4{
	background: url(../images/fondo4.jpg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.fondo5{
	background: url(../images/fondo5.jpg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

.fondo6{
	background: url(../images/fondo6.jpg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}



.texto{
	background: white;
	width: 100%;
	font-size: 20px;
	line-height: 27px;
	float: left;
	padding: 10px;

	border-radius: 4px;

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




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

	border-radius: 4px;
}

.seccion-footer{
	color: white;
	padding: 10px;
	float: left;

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

.seccion-footer strong{
	font-size: 22px;
}






