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

  font-size: 50px;
}
.icon-practico:before {
  content: "\e900";

  font-size: 50px;
}
.icon-economico:before {
  content: "\e901";

  font-size: 50px;
}





body{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	font-family:'century gothic', sans-serif;
}



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

#pagina{
	border: 3px solid #ffcc00;
	width: 100%;
	float: left;

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

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

#cabecera img{
	width: 100%;
}



#menu{
	background: url(../images/fondo-menu.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;
}

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

#logotipo img{
	width: 100%;
}

#menu-conten{
	width: 75%;
	float: left;
}

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

#menu-r{
	border: 0px solid red;
	width: 96%;
	color: white;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	text-shadow:2px 2px 1px #000;
	padding: 8px 0;
	margin: 10px 0 10px 1%;
	cursor: pointer;
	display: none;

	border-radius: 10px;

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

#menu-conten ul{
	width: 100%;
}

#menu-conten ul li{
	width: 23%;
	float: left;
	margin: 0 1%;
}

.menu{
	border: 0px solid red;
	width: 100%;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	text-shadow:2px 2px 1px #000;
	padding: 20px 0;
	margin: 10px 0;

	border-radius: 10px;

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

.inicio-menu{
	background: #1482b7;
	background: -moz-linear-gradient(top, #1482b7 0%, #0f6792 44%, #06425f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1482b7), color-stop(44%,#0f6792), color-stop(100%,#06425f));
	background: -webkit-linear-gradient(top, #1482b7 0%,#0f6792 44%,#06425f 100%);
	background: -o-linear-gradient(top, #1482b7 0%,#0f6792 44%,#06425f 100%);
	background: -ms-linear-gradient(top, #1482b7 0%,#0f6792 44%,#06425f 100%);
	background: linear-gradient(top, #1482b7 0%,#0f6792 44%,#06425f 100%);
}
.inicio-menu:hover{
	background: #1482b7;
	background: -moz-linear-gradient(top, #1482b7 0%, #1482b7 44%, #1482b7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1482b7), color-stop(44%,#1482b7), color-stop(100%,#1482b7));
	background: -webkit-linear-gradient(top, #1482b7 0%,#1482b7 44%,#1482b7 100%);
	background: -o-linear-gradient(top, #1482b7 0%,#1482b7 44%,#1482b7 100%);
	background: -ms-linear-gradient(top, #1482b7 0%,#1482b7 44%,#1482b7 100%);
	background: linear-gradient(top, #1482b7 0%,#1482b7 44%,#1482b7 100%);
}

.nosotros-menu{
	background: #d81630;
	background: -moz-linear-gradient(top, #d81630 0%, #af152a 44%, #7a1220 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d81630), color-stop(44%,#af152a), color-stop(100%,#7a1220));
	background: -webkit-linear-gradient(top, #d81630 0%,#af152a 44%,#7a1220 100%);
	background: -o-linear-gradient(top, #d81630 0%,#af152a 44%,#7a1220 100%);
	background: -ms-linear-gradient(top, #d81630 0%,#af152a 44%,#7a1220 100%);
	background: linear-gradient(top, #d81630 0%,#af152a 44%,#7a1220 100%);
}
.nosotros-menu:hover{
	background: #d81630;
	background: -moz-linear-gradient(top, #d81630 0%, #d81630 44%, #d81630 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d81630), color-stop(44%,#d81630), color-stop(100%,#d81630));
	background: -webkit-linear-gradient(top, #d81630 0%,#d81630 44%,#d81630 100%);
	background: -o-linear-gradient(top, #d81630 0%,#d81630 44%,#d81630 100%);
	background: -ms-linear-gradient(top, #d81630 0%,#d81630 44%,#d81630 100%);
	background: linear-gradient(top, #d81630 0%,#d81630 44%,#d81630 100%);
}

.servicios-menu{
	background: #ffcc00;
	background: -moz-linear-gradient(top, #ffcc00 0%, #dab00a 44%, #b19115 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc00), color-stop(44%,#dab00a), color-stop(100%,#b19115));
	background: -webkit-linear-gradient(top, #ffcc00 0%,#dab00a 44%,#b19115 100%);
	background: -o-linear-gradient(top, #ffcc00 0%,#dab00a 44%,#b19115 100%);
	background: -ms-linear-gradient(top, #ffcc00 0%,#dab00a 44%,#b19115 100%);
	background: linear-gradient(top, #ffcc00 0%,#dab00a 44%,#b19115 100%);
}
.servicios-menu:hover{
	background: #ffcc00;
	background: -moz-linear-gradient(top, #ffcc00 0%, #ffcc00 44%, #ffcc00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc00), color-stop(44%,#ffcc00), color-stop(100%,#ffcc00));
	background: -webkit-linear-gradient(top, #ffcc00 0%,#ffcc00 44%,#ffcc00 100%);
	background: -o-linear-gradient(top, #ffcc00 0%,#ffcc00 44%,#ffcc00 100%);
	background: -ms-linear-gradient(top, #ffcc00 0%,#ffcc00 44%,#ffcc00 100%);
	background: linear-gradient(top, #ffcc00 0%,#ffcc00 44%,#ffcc00 100%);
}

.contacto-menu{
	background: #79ba3c;
	background: -moz-linear-gradient(top, #79ba3c 0%, #5fa022 44%, #49880f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#79ba3c), color-stop(44%,#5fa022), color-stop(100%,#49880f));
	background: -webkit-linear-gradient(top, #79ba3c 0%,#5fa022 44%,#49880f 100%);
	background: -o-linear-gradient(top, #79ba3c 0%,#5fa022 44%,#49880f 100%);
	background: -ms-linear-gradient(top, #79ba3c 0%,#5fa022 44%,#49880f 100%);
	background: linear-gradient(top, #79ba3c 0%,#5fa022 44%,#49880f 100%);
}
.contacto-menu:hover{
	background: #79ba3c;
	background: -moz-linear-gradient(top, #79ba3c 0%, #79ba3c 44%, #79ba3c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#79ba3c), color-stop(44%,#79ba3c), color-stop(100%,#79ba3c));
	background: -webkit-linear-gradient(top, #79ba3c 0%,#79ba3c 44%,#79ba3c 100%);
	background: -o-linear-gradient(top, #79ba3c 0%,#79ba3c 44%,#79ba3c 100%);
	background: -ms-linear-gradient(top, #79ba3c 0%,#79ba3c 44%,#79ba3c 100%);
	background: linear-gradient(top, #79ba3c 0%,#79ba3c 44%,#79ba3c 100%);
}


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



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

.elemento{
	width: 33.33%;
	color: white;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	padding: 40px 0;
	float: left;

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



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

.titulo-cuadro{
	background: black;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	padding: 10px 0;
}

.cuadro{
	background: #e4e11a;
	background: #ffcc00;
	width: 33.33%;
	font-size: 21px;
	text-align: center;
	float: left;
	padding: 20px 0px;

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

.numero{
	border: 0px solid red;
	width: 30%;
	font-weight: bold;
	font-size: 30px;
	float: left;
	padding: 17px 0;
}

.texto-cuadro{
	border: 0px solid red;
	width: 68%;
	text-align: center;
	float: left;
}



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

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



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



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

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

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

.seccion-footer a{
	color: #0083c3;
}

.titulo-seccion-footer{
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
}

.desarrollo-seccion-footer{
	line-height: 22px;
}

.desarrollo-seccion-footer strong{
	color: #0083c3;
	font-weight: bold;
}


#contacto-mujer{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 180px;
}


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

#pie-conten{
	width: 1150px;
	text-align: right;
	margin: 0 auto;
	padding: 12px 10px;

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

#pie-conten a{
	color: white;
}

@media screen and (max-width: 1150px){
	#wrapP, #pie-conten{
		width: 100%;
	}

	#contacto-mujer{
		display: none;
	}
}

@media screen and (max-width: 800px){
	.seccion-footer{
		width: 100% !important;
	}
}

@media screen and (max-width: 700px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 70%;
	}

	#menu-conten{
		width: 100%;
	}
}
@media screen and (max-width: 500px){
	#menu-r{
		display: block;
	}
	#menu-conten ul{
		display: none;
	}
	#menu-conten ul li{
		width: 100%;
		margin: 5px 0;
	}
	.menu{
		margin: 0;
		padding: 5px 0;
	}
}