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


#cintillo{
	background: #ddd;
	background: #1072bd;
	background: -moz-linear-gradient(top, #1072bd 0%, #2c8eda 44%, #1072bd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1072bd), color-stop(44%,#2c8eda), color-stop(100%,#1072bd));
	background: -webkit-linear-gradient(top, #1072bd 0%,#2c8eda 44%,#1072bd 100%);
	background: -o-linear-gradient(top, #1072bd 0%,#2c8eda 44%,#1072bd 100%);
	background: -ms-linear-gradient(top, #1072bd 0%,#2c8eda 44%,#1072bd 100%);
	background: linear-gradient(top, #1072bd 0%,#2c8eda 44%,#1072bd 100%);
	width: 100%;
	float: left;
}

#cintillo-conten{
	width: 1200px;
	margin: 0 auto;
	padding: 0 10px;

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

#cintillo-conten span{
	font-size: 18px;
	text-shadow: 1px 2px 2px black;
	font-weight: bold;
	color: white;
	float: left;
	padding: 12px 0;
	margin: 0 100px 0 0;
}

#cintillo-conten span a{
	color: white;
}

#cintillo-conten span strong{
}

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



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

#cabecera-conten{
	width: 1200px;
	margin: 0 auto;
	padding: 0 10px;

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

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

#logotipo img{
	width: 100%;
}


#menu{
	border: 0px solid red;
	width: 48%;
	float: left;
	margin: 50px 0 0 30px;
}

#menu-r{
	background: #1072bd;
	background: -moz-linear-gradient(top, #1072bd 0%, #2c8eda 44%, #1072bd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1072bd), color-stop(44%,#2c8eda), color-stop(100%,#1072bd));
	background: -webkit-linear-gradient(top, #1072bd 0%,#2c8eda 44%,#1072bd 100%);
	background: -o-linear-gradient(top, #1072bd 0%,#2c8eda 44%,#1072bd 100%);
	background: -ms-linear-gradient(top, #1072bd 0%,#2c8eda 44%,#1072bd 100%);
	background: linear-gradient(top, #1072bd 0%,#2c8eda 44%,#1072bd 100%);

	width: 100%;
	text-align: center;
	font-size: 18px;
	color: white;
	float: left;
	padding: 12px 0;
	cursor: pointer;
	display: none;

	border-radius: 4px;
}

#menu-r:hover{
	text-shadow: 2px 2px 2px black;
	font-weight: bold;
}

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

#menu ul li{
	width: 24%;
	float: left;
	margin: 0 0.5%;
}

.menu{
	background: #1072bd;
	background: -moz-linear-gradient(top, #1072bd 0%, #2c8eda 44%, #1072bd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1072bd), color-stop(44%,#2c8eda), color-stop(100%,#1072bd));
	background: -webkit-linear-gradient(top, #1072bd 0%,#2c8eda 44%,#1072bd 100%);
	background: -o-linear-gradient(top, #1072bd 0%,#2c8eda 44%,#1072bd 100%);
	background: -ms-linear-gradient(top, #1072bd 0%,#2c8eda 44%,#1072bd 100%);
	background: linear-gradient(top, #1072bd 0%,#2c8eda 44%,#1072bd 100%);

	width: 100%;
	font-size: 18px;
	color: white;
	text-align: center;
	float: left;
	padding: 12px 0;

	border-radius: 4px;
}

.menu:hover, .activo{
	background: #1072bd;
	background: -moz-linear-gradient(top, #1072bd 0%, #1072bd 44%, #1072bd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1072bd), color-stop(44%,#1072bd), color-stop(100%,#1072bd));
	background: -webkit-linear-gradient(top, #1072bd 0%,#1072bd 44%,#1072bd 100%);
	background: -o-linear-gradient(top, #1072bd 0%,#1072bd 44%,#1072bd 100%);
	background: -ms-linear-gradient(top, #1072bd 0%,#1072bd 44%,#1072bd 100%);
	background: linear-gradient(top, #1072bd 0%,#1072bd 44%,#1072bd 100%);

	text-shadow: 2px 2px 2px black;
	font-weight: bold;
}



#logotipo2{
	width: 28%;
	float: right;
}

#logotipo2 img{
	width: 100%;
}



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


#banner{
	background: #1072bd;
	background: -moz-linear-gradient(top, #1072bd 0%, #2c8eda 44%, #1072bd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1072bd), color-stop(44%,#2c8eda), color-stop(100%,#1072bd));
	background: -webkit-linear-gradient(top, #1072bd 0%,#2c8eda 44%,#1072bd 100%);
	background: -o-linear-gradient(top, #1072bd 0%,#2c8eda 44%,#1072bd 100%);
	background: -ms-linear-gradient(top, #1072bd 0%,#2c8eda 44%,#1072bd 100%);
	background: linear-gradient(top, #1072bd 0%,#2c8eda 44%,#1072bd 100%);

	width: 100%;
	text-align: center;
	color: white;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	float: left;
	padding: 25px 0;
	margin: 20px 0;
}

#banner-conten{
	width: 1200px;
	margin: 0 auto;
}

#banner-conten span{
	font-size: 18px;
}


#anuncio{
	width: 1200px;
	margin: 0 auto;
}

#anuncio-conten{
	background: url(../images/fondo-anuncio.png) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 100px 20px;

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

.texto-anuncio{
	background:rgba(256,256,256,0.8);
	width: 50%;
	color:#1072bd;
	font-weight: bold;
	text-align: justify;
	font-size: 22px;
	line-height: 32px;
	float: right;
	padding: 30px;

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


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

#clientes-conten{
	width: 1200px;
	text-align: center;
	margin: 0 auto;
}

#clientes-conten strong{
	width: 100%;
	text-align: center;
	color: #1072bd;
	font-size: 30px;
	float: left;
}

#clientes-conten img{
	height: 100px;
	margin: 0 50px 40px;
}



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

#pagina{
	width: 100%;
	float: left;
	padding: 0 10px;

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

.titulo{
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #1072bd;
	float: left;
}

.titulo div{
	background: #f7f7f7;
	padding: 10px 20px;
	display: inline-block;
}

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

.seccion{
	width: 62%;
	font-size: 19px;
	line-height: 26px;
	float: left;

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

.imagen-seccion{
	width: 38%;
	font-size: 19px;
	line-height: 26px;
	float: right;

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

.imagen-seccion img{
	width: 100%;

	border-radius: 10px;
}


.texto{
	background: #1072bd;
	background: -moz-linear-gradient(top, #1072bd 0%, #2c8eda 44%, #1072bd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1072bd), color-stop(44%,#2c8eda), color-stop(100%,#1072bd));
	background: -webkit-linear-gradient(top, #1072bd 0%,#2c8eda 44%,#1072bd 100%);
	background: -o-linear-gradient(top, #1072bd 0%,#2c8eda 44%,#1072bd 100%);
	background: -ms-linear-gradient(top, #1072bd 0%,#2c8eda 44%,#1072bd 100%);
	background: linear-gradient(top, #1072bd 0%,#2c8eda 44%,#1072bd 100%);

	width: 100%;
	text-shadow: 1px 1px 1px black;
	color: white;
	font-size: 19px;
	line-height: 24px;
	text-align: center;
	float: left;
	padding: 10px 0;
	margin: 20px 0;
}


.cuadro{
	background: #f7f7f7;
	width: 40%;
	font-size: 19px;
	line-height: 24px;
	float: left;
	padding: 10px;
	margin: 0 5%;

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

.cuadro img{
	width: 100%;

	border-radius: 10px;
}

.cuadro strong{
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #1072bd;
	float: left;
}



#footer{
	background: #1072bd;
	background: -moz-linear-gradient(top, #1072bd 0%, #1072bd 44%, #1072bd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1072bd), color-stop(44%,#1072bd), color-stop(100%,#1072bd));
	background: -webkit-linear-gradient(top, #1072bd 0%,#1072bd 44%,#1072bd 100%);
	background: -o-linear-gradient(top, #1072bd 0%,#1072bd 44%,#1072bd 100%);
	background: -ms-linear-gradient(top, #1072bd 0%,#1072bd 44%,#1072bd 100%);
	background: linear-gradient(top, #1072bd 0%,#1072bd 44%,#1072bd 100%);
	width: 100%;
	float: left;
}

#footer-conten{
	width: 1200px;
	margin: 0 auto;
}

.seccion-footer{
	position: relative;
	color: white;
	font-size: 20px;
	line-height: 29px;
	padding: 29px 12px;
	float: left;

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

.seccion-footer iframe{
	width: 100%;
	height: 150px;
}

.seccion-footer a{
	color: white;
}

.seccion-footer strong{
	font-size: 22px;
	text-shadow: 2px 2px 2px black;
}

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


@media screen and (max-width: 1200px){
	#cintillo-conten, #cabecera-conten, #clientes-conten, #banner-conten, #anuncio, #footer-conten, #wrapP{
		width: 100%;
	}

	#contacto-mujer{
		display: none;
	}
}

@media screen and (max-width: 1000px){
	#logotipo2{
		display: none;
	}
	#menu{
		width: 76%;
	}
}

@media screen and (max-width: 800px){
	#logotipo{
		width: 30%;
	}
	#menu{
		width: 60%;
	}

	.texto-anuncio{
		width: 100%;
	}
}

@media screen and (max-width: 700px){
	.menu{
		font-size: 16px;
	}

	.seccion-footer{
		width: 100% !important;
	}
}

@media screen and (max-width: 600px){
	.d600{display: none;}
	.t50{width: 50%;}

	#cintillo-conten span{
		margin: 0;
	}

	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}

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

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

	.cuadro{
		width: 100%;
		margin:20px 0;
	}

	#clientes-conten img{
		margin: 0 30px 30px;
	}
}











