﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?d8t7mv');
  src:  url('../fonts/icomoon.eot?d8t7mv#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?d8t7mv') format('truetype'),
    url('../fonts/icomoon.woff?d8t7mv') format('woff'),
    url('../fonts/icomoon.svg?d8t7mv#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: "\e902";
}
.icon-telefono:before {
  content: "\e900";
}
.icon-estrella:before {
  content: "\e901";
}






body{
	background: #182d7d;
	background: #0e3d51;
	font-family:'century gothic', sans-serif;
}


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

#pagina{
	border-top: 5px solid #182d7d;
	border-bottom: 5px solid #182d7d;
	background: white;
	width: 100%;
	float: left;
	padding: 5px 10px 20px;

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

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

#cabecera{
	position: relative;
	border: 0px solid blue;
	width: 100%;
	float: left;
	padding: 7px 0;
}

#logotipo{
	border: 0px solid red;
	width: 62%;
	line-height: 45px;
	text-align: center;
	color: rgba(76, 57, 0, 0.5);
    text-shadow: 1px 1px 2px #dbd3bc, 0 0 0 #000, 1px 1px 2px #dbd3bc;
    float: left;

	font-size: 40px;
	font-weight: bold;
	float: left;
}

#logotipo img{
	width: 100%;
	float: left;
}

#menu{
	border: 0px solid red;
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
}

#menu a{
	color: white;
}

#menu-r{
	background: #016237;
	width: 100%;
	text-shadow: 0 0 0 transparent;
	text-align: center;
	font-size: 17px;
	line-height: 22px;
	color: white;
	padding: 12px 0;
	cursor: pointer;
	display: none;
}
#menu-r:hover{

}

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

#menu ul li{
	width: 31.33%;
	float: left;
	margin: 0 1%;
}

.menu{
	background: #016237;
	width: 100%;
	text-shadow: 0 0 0 transparent;
	text-align: center;
	font-size: 17px;
	line-height: 22px;
	float: left;
	padding: 12px 0;
}


#pemex{
	height: 65%;
	float: left;
	margin-left: 50px;
}

#datos{
	border: 1px solid #ddd;
	background: #f7f7f7;
	width: 36%;
	float: right;
	padding: 10px;

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

#datos p{
	border: 0px solid blue;
	width: 100%;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	float: left;
	margin-bottom: 5px;
}

#datos a{
	font-size: 20px;
}

#datos strong{
	font-size: 24px;
	color: #182d7d;
}



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

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

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

#efectod a{
	color: white;
	text-decoration: none;
}

#factura{
	background: #016237;
	width: 98%;
	font-size: 19px;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 5px;
	margin-bottom: 20px;

	border-radius: 3px;

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

#factura:hover{
	background: #bd2944;
}

#servicios{
	background: #016237;
	width: 100%;
	font-size: 21px;
	line-height: 32px;
	color: white;
	float: left;
	padding: 15px;

	border-radius: 5px;

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

#servicios strong{
	font-size: 22px;

	text-shadow:1px 1px 1px #000;
}



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

.seccion{
	border: 0px solid red;
	width: 61%;
	line-height: 33px;
	font-size: 21px;
	float: left;
	padding-right: 5px;

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

.seccion strong{
	color: #182d7d;
}

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

.imagen-seccion img{
	width: 100%;

	border-radius: 5px;
}



#mapa{
	border: 0px solid red;
	width: 61%;
	float: left;
	padding-right: 15px;

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


#formulario{
	border: 1px solid #ddd;
	background: #f7f7f7;
	width: 35%;
	float: left;
	padding: 10px;
	margin-left: 20px;

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


#mapa strong, #formulario strong{
	color: #182d7d;
	font-size: 22px;
}

@media screen and (max-width: 1150px){
	#wrapP{
		width: 100%;
	}
	#logotipo{
		width: 100%;
	}
	#datos{
		width: 100%;
		margin: 20px 0 0 0;
	}
}
@media screen and (max-width: 800px){
	#efectoi{
		width: 100%;
	}
	#efectod{
		width: 100%;
		margin: 20px 0 0 0;
	}
}
@media screen and (max-width: 600px){
	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 80%;
		text-align: center;
		margin: 20px 10% 0;
	}
	#mapa{
		width: 100%;
	}
	#formulario{
		width: 100%;
		margin: 20px 0 0 0;
	}
}
@media screen and (max-width: 500px){
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
		margin: 0;
	}
}














