﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?bd82xs');
  src:  url('../fonts/icomoon.eot?bd82xs#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?bd82xs') format('truetype'),
    url('../fonts/icomoon.woff?bd82xs') format('woff'),
    url('../fonts/icomoon.svg?bd82xs#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: #F7f7f7;
	font-family: 'Open Sans', sans-serif;
}



#cintillo{
	background: #ddd;
	width: 100%;
	float: left;
}

#cintillo-conten{
	width: 1150px;
	margin: 0 auto;
}

#cintillo-conten span{
	color: #0a5092;
	font-size: 18px;
	float: left;
	margin: 0 50px 0 0;
	padding: 9px 0;
}

#cintillo-conten img{
	width: 20px;
	float: right;
}

#cintillo-conten a{
	color: #0a5092;
}

.right{
	float: right !important;
	margin: 0 !important;
}



#cabecera{
	border: 0px solid red;
	width: 100%;
	float: left;
}

#cabecera-conten{
	width: 1150px;
	margin: 0 auto;
}

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

#logotipo img{
	width: 100%;
}


#leyenda{
	border: 0px solid red;
	width: 50%;
	font-weight: bold;
	font-size: 37px;
	line-height: 42px;
	float: left;
	margin: 25px 0 0 30px;

	background: #000000;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: 0px 3px 3px rgba(255,255,255,0.5),0px -1px 1px rgba(0,0,0,.3);
}

#cabe{
	height: 132px;
	float: right;
}



#menu{
	background: #0a5092;
	width: 100%;
	float: left;
}

#menu-conten{
	width: 1150px;
	margin: 0 auto;
}

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

#menu a{
	color: white;
}

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

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

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

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

#redes{
	background: white;
	width: 10%;
	text-align: center;
	float: left;
	padding: 2px 0;
	margin: 2px 0 0 0;
}
#redes img{
	width: 30px;
	margin: 0 5px;
}


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

#efecto-conten{
	width: 1150px;
	margin: 0 auto;
}



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

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


.titulo{
	width: 100%;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #0a5092;
	padding: 24px 0 12px 0;
	float: left;

	text-shadow: 2px 2px 2px white;
}


#banner{
	position: relative;

	background: #b4b4b4;
	background: -moz-linear-gradient(top, #b4b4b4 0%, #b4b4b4 44%, #b4b4b4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4b4b4), color-stop(44%,#b4b4b4), color-stop(100%,#b4b4b4));
	background: -webkit-linear-gradient(top, #ddd 0%,#b4b4b4 44%,#ddd 100%);
	background: -o-linear-gradient(top, #b4b4b4 0%,#b4b4b4 44%,#b4b4b4 100%);
	background: -ms-linear-gradient(top, #b4b4b4 0%,#b4b4b4 44%,#b4b4b4 100%);
	background: linear-gradient(top, #b4b4b4 0%,#b4b4b4 44%,#b4b4b4 100%);

	width: 100%;
	float: left;
}

.texto-banner{
	width: 75%;
	text-align: center;
	color: #0a5092;
	font-size: 19px;
	line-height: 28px;
	float: left;
	padding: 20px 60px;

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

#banner img{
	position: absolute;
	right: 0;
	top: -100px;
	z-index: 100;
	width: 20%;
}



#contenido{
	background: url(../images/fondo-contenido.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 30px 0;
}

.texto-contenido{
	background: rgba(10,80,146, 0.8);
	width: 55%;
	color: white;
	font-size: 20px;
	line-height: 28px;
	float: right;
	padding: 20px;

	text-shadow: 2px 2px 2px black;

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

.texto-contenido strong{
	font-size: 22px;
}



.parte{
	width: 100%;
	float: left;
	margin: 25px 0;
}

.seccion{
	background: white;
	width: 61%;
	font-size: 18px;
	line-height: 23px;
	float: left;
	padding: 20px;

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

.seccion strong{
	font-size: 20px;
}

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

.imagen-seccion img{
	width: 100%;
}





.trabajo{
	border: 1px solid #ddd;
	background: white;
	width: 31.33%;
	line-height: 19px;
	text-align: justify;
	min-height: 245px;
	max-height: 245px;
	float: left;
	padding: 20px;
	margin: 25px 0;

	overflow-x:scroll;

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

.trabajo strong{
	color: #0a5092;
}



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





.producto{
	border: 1px solid #ddd;
	width: 19%;
	float: left;
	margin: 15px 0.5% 20px;

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

.texto-producto{
	border: 0px solid red;
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	min-height: 84px;
	font-size: 13px;
	line-height: 17px;
	float: left;
	padding: 10px 0;

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

.imagen-producto{
	background: white;
	width: 100%;
	min-height: 265px;
	max-height: 265px;
	float: left;
}
.imagen-producto img{
	width: 100%;
}



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

	#logotipo{
		width: 22%;
	}
	#leyenda{
		width: 70%;
		margin: 10px 0 20px 20px;
	}
	#cabe{
		display: none;
	}
}

@media screen and (max-width: 1100px){
	.trabajo{
		width: 48%;
		margin: 25px 1% !important;
	}
}

@media screen and (max-width: 950px){
	.producto{
		width: 32.33%;
		margin: 15px 0.5% 20px !important;
	}
}

@media screen and (max-width: 800px){
	.bx-pager-item{
		display: none !important;
	}
}

@media screen and (max-width: 700px){
	#cintillo-conten span{
		width: 100%;
		text-align: center;
		float: left;
	}
	.right{
		display: none;
	}

	.texto-banner{
		width: 100%;
		padding: 20px 10px;
	}
	#banner img{
		display: none;
	}

	.trabajo{
		width: 98%;
	}
}

@media screen and (max-width: 650px){
	.producto{
		width: 49%;
	}
}

@media screen and (max-width: 600px){
	#logotipo{
		width: 100%;
		text-align: center;
	}
	#logotipo img{
		width: 70%;
	}
	#leyenda{
		width: 100%;
		font-size: 34px;
		text-align: center;
		margin: 20px 0;
		padding:0 10px;

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

	.texto-contenido{
		width: 100%;
	}

	.seccion{
		width: 100%;
	}
	.imagen-seccion{
		width: 100%;
		text-align: center;
		margin: 30px 0 0 0 !important;
	}
	.imagen-seccion img{
		width: 80%;
	}
}

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

@media screen and (max-width: 450px){
	.producto{
		width: 90%;
		margin: 20px 5% 0 !important;
	}
	.imagen-producto{
		text-align: center;
	}
	.imagen-producto img{
		width: 70%;
	}
}













