@import url(../fuentes/fuentes.css);
/*
azul ozcuro #1E478E
azul claro #369FD8
*/

body{
	margin: 0;
	padding: 0;
}

header{
	background: #FFFFFF;
		-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.8);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.8);
}
header .cuerpo-header{
	background: #FFFFFF;
	position: relative;
	z-index: 10;
}
header .logo{
	max-width: 100%;
	max-height: 110px;
	margin-top: 10px;
	margin-bottom: 10px;
}
header .info-header{
	font-family: 'maven_pro';
	margin-top: 30px;
	font-size: 15px;
	text-align: right;
}
header .info-header span{
	padding-left: 20px;
}

header nav{
	background:#369FD8;
}

header nav.botonera-fija{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.8);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.8);
}
header nav ul{
	display: flex;
	list-style: none;
    flex-direction: row;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 768px) {
      header nav ul{
        flex-direction: column;
    }
}

header nav ul li{
	margin: 0;
	padding: 0;
	border-left: 1px solid rgba(255,255,255,0.6);
	overflow: hidden;
}

header nav ul li a{
	font-family: 'oswald';
	padding: 8px;
	padding-left: 30px;
	padding-right: 30px;
	height: 40px;
	font-size: 18px;
	color: #FFFFFF;
	display: inline-block;
	text-shadow: 0 40px 1px #FFFFFF;
	width:100%;

}
header nav ul li a:hover, header nav ul li a.activo{
	background: #1E478E;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0 0px 1px #FFFFFF;
}
header nav .redes{
	text-align: right;
}

@media only screen and (max-width: 320px) {
    header nav .redes{
    	text-align: left;
    }
}
header nav .redes a{
	display: inline-block;
	height: 40px;
	padding: 4px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
header nav .redes a:hover{
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	border-radius: 5em;
}
header nav.botonera-fija a{
	height: 62px;
	padding-top: 20px;
}

header nav.botonera-fija .redes a{
	padding-top: 15px;
}

footer{
	background: #1E478E;
	padding-top: 20px;
	color: #FFFFFF;
	font-family: 'maven_pro';
	font-size: 14px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.8);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.8);
}

footer h4{
	height: 30px;
	font-size: 17px;
	text-align: left;
	margin: 0;
	padding: 0;
	display: block;
	font-weight: 700;
}

footer  .logo{
	max-width: 100%;
}

footer .mg-top-footer{
	margin-top: 25px;
}
footer .enlaces a{
	display: block;
	text-align: left;
	color:#FFFFFF;
}

footer .derechos{
	background: #FFFFFF;
	padding: 10px;
	color: #1E478E;
	text-align: center;
}

.main-content{
	min-height: 150px;
}

.slider-home{
	overflow: hidden;
}
.servicios-home{
    align-items: center;
    display: flex;
    justify-content: center;
	font-family: 'maven_pro';
	font-weight: 700;
	font-size: 45px;
	color: #FFFFFF;
	text-shadow: 0 0px 1px #FFFFFF;
	background: #1E478E;
	margin: 0;
	padding: 20px;
	text-align: center;
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.8);
	box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.8);
	vertical-align:baseline;
	position: relative;
	border-bottom: 5px #1E478E solid;
}

@media only screen and (max-width: 320px) {
    .servicios-home{
    	font-size: 20px;
    }
}

@media screen and (max-width: 768px) and (min-width: 321px) {
    .servicios-home{
    	font-size: 35px;
    }
}
.servicios-home img{
	vertical-align: bottom;

}
.servicios-home:before{
	content: "";
	position: absolute;
	top:100%;
	left:50%;
	width: 0;
	height: 0;
	background: #1E478E;
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.8);
	box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.8);
	border: 5px #1E478E solid;
	border-top: transparent;
	border-left: transparent;
	width: 50px;
	height: 50px;
	z-index: 4;
	margin-left:-25px;
	margin-top: -22px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 5em 0 0 0;
}
.servicios-home:after{
	content: "";
	position: absolute;
	top:100%;
	left:50%;
	width: 0;
	height: 0;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-top: 35px solid #1E478E;
	z-index: 4;
	margin-left:-35px;
	margin-top: -12px;
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.8);
	box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.8);
}

.franja-gris-home{
	background: #eeeeee url(/skins/page/images/fondo-puntos.png) center center;
	padding-top: 70px;
	padding-bottom: 40px;
	font-family: 'oswald';
	color: #1E478E;
	font-size: 20px;
	text-align: center;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.8);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.8);
}

.padding-content{
	padding-top: 40px;
	padding-bottom: 40px;
}
#carousel_servicios{
	position: relative;
	overflow: hidden;
}
#carousel_servicios .carousel_inner ul li{
	vertical-align: top;
	padding: 10px;
}


#carousel_servicios  #left_scroll, #carousel_servicios #right_scroll{
	position: absolute;
	top: 50%;
	opacity: 0;
	font-size: 40px;
	padding: 10px;
	background:#FFFFFF;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	color: #1E478E;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	z-index: 2;
}
#carousel_servicios:hover  #left_scroll, #carousel_servicios:hover #right_scroll{
	opacity: 1;
}
#carousel_servicios #left_scroll{
	border-radius: 0 5em 5em 0;
	left: 0;
}
 #carousel_servicios #right_scroll{
	right: 0;
	border-radius:  5em 0 0 5em ;
 }

#carousel_servicios #left_scroll:hover, #carousel_servicios #right_scroll:hover{
	background: #1E478E;
	color: #FFFFFF;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.caja-servicio{
	font-family: 'maven_pro';
	text-align: center;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	margin-top: 30px;
	margin-bottom: 30px;
}
.caja-servicio:hover{
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.4);
	box-shadow: inset 0 0 5px 0 rgba(0,0,0,0.4);
}
.caja-servicio .image-servicio{
	display: block;
	position: relative;
	height: 200px;
	background: #EEEEEE center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;

}
.caja-servicio .image-servicio .caption{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5) url(/skins/page/images/lupa.png) no-repeat center center;
	top: 0;
	left: 0;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	opacity: 0;
}


.caja-servicio:hover .image-servicio .caption{
	opacity: 1;
}

.caja-servicio h2{
	font-weight: 700;
	color: #1E478E;
	text-transform: uppercase;
	margin: 0;
	padding: 10px;
	font-size: 20px;
	min-height: 60px;
}

.description-servicios{
	min-height: 80px;
}


.vermas{
	margin-top: 20px;
	font-family: 'oswald';
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	border-bottom: 2px #CCCCCC solid;
}

.info-servicio{
	padding: 10px;
}

.logos-clientes {
	background: #EEEEEE;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}
.logos-clientes img{
	max-height: 60px;
	max-width: 80%;
}

.header-content{
	background: url(/skins/page/images/fondo-agua.jpg) center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	padding-top: 50px;
  	padding-bottom: 20px;
  		-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.8);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.8);
}

.header-content h1{
	position: relative;
	font-family: 'oswald';
	font-size: 70px;
	color: #FFFFFF;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.9);
	text-align: right;
}
.titulo-principal{
	position: relative;
	font-family: 'oswald';
	font-size: 70px;
	color: #369FD8;
	margin: 0;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-left: 20px;
	border-bottom:1px #CCCCCC solid;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.3);

}

.box-content{
	padding: 20px;
	font-family: 'maven_pro';
	font-size: 14px;
	margin: 10px;
	margin-top: 20px;
	margin-bottom:20px;
	background: #ffffff;
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;


}

.box-content h2{
	font-family: 'oswald';
	color: #337ab7;
	text-align: center;
	font-size: 40px;
	border-bottom: 1px #CCCCCC solid;
}

.description{
	font-family: 'maven_pro';
	font-size: 16px;
}
.title-producto{
	padding: 10px;
	display: block;
	background: #369FD8;
	margin-top: 1px;
	font-family: 'oswald';
	border-bottom: 1px #1E478E solid;
	font-size: 25px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: 700;
}
.title-producto:hover{
	text-decoration:none;
	color:#1E478E;
}

.title-producto[aria-expanded="true"]{
	color:#FFFFFF;
	background: #1E478E ;
}

.title-producto:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #FFFFFF;         /* adjust as needed */
}
.title-producto[aria-expanded="true"]:after {
    /* symbol for "collapsed" panels */
    content: "\e113";    /* adjust as needed, taken from bootstrap.css */
}
.box-categorias .panel-body{
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	background: #EEEEEE;
}
.box-producto{
	text-align: left;
	margin: 20px;
	margin-bottom: 40px;
}
.box-producto h2{
	font-family: 'oswald';
	text-align: left;
	border-bottom: 1px #369FD8 solid;
	padding: 10px;
	margin: 0;
	margin-bottom: 20px;
}
.box-producto .imagen{
	float: left;
	max-width: 50%;
}
.box-producto .description{
	font-size: 14px;
}
.mapa-contacto{
	width: 100%;
	height: 250px;
}
.texto-form-contacto{
		font-family: 'oswald';
		color:#1E478E;
		font-size: 20px;
		text-align: center;
		padding: 10px;
}

.texto-contacto{
	font-family: 'maven_pro';
	margin-top: 10px;
}

#mensaje-contacto{
	text-align: center;
	font-family: 'oswald';
	color: #FF0000;
	font-size: 20px;
}

.mapa-footer{
	height: 150px;
	border-radius: 0.5em;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 10px;
	background: #EEEEEE;
}

.padding-content{
	padding-top:40px;
	padding-bottom: 40px; 
}

.caja-categoria{
	display: block;
	text-align: center;	
	color: #337ab7;
	margin-bottom: 20px;
	padding:5px;
}
.caja-categoria:hover{
	text-decoration: none;
	color:#000000;
}
.caja-categoria h2{
	text-align: center;
	font-family: 'oswald';
	font-size: 25px;
	display: inline-block;

	font-weight: 700;
}
.caja-categoria h2 span{
	height: 55px; 
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.caja-categoria .imagen-categoria{
	width: 100%;
	height: 200px;
	border: 1px #CCCCCC solid;
	background: center center no-repeat ;
		-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
  	overflow: hidden;
}
.caja-categoria .imagen-categoria .caption{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5) url(/skins/page/images/lupa1.png) center center no-repeat;
	z-index: 2;
	top:100%;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.caja-categoria:hover .imagen-categoria .caption{
	top :0;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.caja-categoria .ver-productos{
	text-align: left;
	padding: 4px;
	position: relative;
}

.caja-categoria .ver-productos i{
	float: right;
	font-size: 18px;
}
.caja-categoria .ver-productos:after{
	content:"";
	position: absolute;
	width: 50%;
	width: calc(100% - 130px);
	height: 1px;
	background: #CCCCCC;
	left: 100px;
	top: 50%;


}