﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?9noiyw');
  src:  url('../fonts/icomoon.eot?9noiyw#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?9noiyw') format('truetype'),
    url('../fonts/icomoon.woff?9noiyw') format('woff'),
    url('../fonts/icomoon.svg?9noiyw#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-buscar:before {
  content: "\e906";
}
.icon-reloj:before {
  content: "\e903";
}
.icon-carrr:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-celular:before {
  content: "\e958";
}
.icon-estrella:before {
  content: "\e9d9";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-click:before {
  content: "\e904";
}
.icon-palomita:before {
  content: "\e902";
}
.icon-internet:before {
  content: "\e905";
}
.icon-email:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}





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



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

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

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

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

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


#cabecera{
	background: white;
	width: 100%;
	float: left;
}

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

#logotipo{
	width: 100%;
	text-align: center;
	float: left;
	padding: 12px 0 0;
}

#logotipo img{
	width: 60%;
}


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

#menu a{
	text-decoration: none;
	color: #403d88;
}

#menu-r{
	background:#f7f7f7;
	width: 100%;
	font-size: 20px;
	text-align: center;
	padding: 15px 0;
	cursor: pointer;
	display: none;
}
#menu-r:hover{
	background:#2d2e94;
	color: white;
}

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

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

.menu{
	background:#f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 17px;
	padding: 15px 0;

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

.dos{
	padding: 5px 20px;
}

.menu:hover, .activo{
	background:#2d2e94;
	color: white;
}



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


#cabecera-efecto{
	border: 0px solid red;
	width: 100%;
	height: 100px;
	float: left;
}
.fondo-conectividad{
	background: url(../images/fondo-conectividad.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.fondo-software{
	background: url(../images/fondo-software.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.fondo-asesoria{
	background: url(../images/fondo-asesoria.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.fondo-contacto{
	background: url(../images/fondo-contacto.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}



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

#contenido-conten{
	width: 100%;
	float: left;
	margin: 40px 0;
}

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

.seccion{
	width: 62%;
	font-size: 20px;
	line-height: 27px;
	float: left;
}

.seccion strong{
	font-size: 25px;
	color: #2d2e94;
}

.seccion span{
	width: 100%;
	color: #03abe8;
	font-size: 35px;
	line-height: 45px;
	font-weight: bold;
	float: left;
}

.mitad{
	width: 50%;
	float: left;
}

.imagen-seccion{
	width: 37%;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	float: right;
}
.imagen-seccion img{
	width: 100%;
}



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

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

.texto-banner{
	background: rgba(256,256,256,0.8);
	width: 55%;
	height: 300px;
	font-size: 19px;
	line-height: 24px;
	float: right;
	padding: 20px;
	overflow-x: scroll;

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

.texto-banner strong{
	font-size: 22px;
	color: #2d2e94;
}


.titulo{
	width: 100%;
	text-align: center;
	color: #2d2e94;
	font-size: 30px;
	font-weight: bold;
	float: left;
	margin: 30px 0;
}

.marcas{
	width: 100%;
	text-align: center;
	float: left;
}

.marcas img{
	height: 80px;
	margin: 0 20px 40px;
}

.marcas strong{
	font-size: 22px;
}



.texto{
	background: rgba(256,256,256,0.7);
	width: 100%;
	font-size: 20px;
	color: #2d2e94;
	line-height: 25px;
	float: left;
	padding: 20px;
	margin: 0 0 30px 0;

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


.cuadro{
	background: white;
	width: 40%;
	float: left;
	margin: 0 5%;
	padding: 12px;

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


.texto-cuadro{
	border: 0px solid red;
	width: 100%;
	font-size: 20px;
	line-height: 23px;
	float: left;
	margin: 0 0 20px 0;
}

.imagen-cuadro{
	width: 100%;
	text-align: center;
	float: left;
}
.imagen-cuadro img{
	height: 120px;
}


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



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

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

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

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

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

.seccion-footer a{
	color: white;
}


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


@media screen and (max-width: 1200px){
	.d1200, #contacto-mujer{display: none;}

	#cintillo-conten, #cabecera-conten, #contenido{
		width: 100%;
		padding: 0 10px;

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

	#footer-conten{
		width: 100%;
	}

	#menu ul li{
		width: 20%;
		margin: 0;
	}
}

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

@media screen and (max-width: 900px){
	#cintillo-conten span{
		width: 100%;
		text-align: center;
		padding:2px 0;
	}
}

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

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

@media screen and (max-width: 600px){
	#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 !important;
	}
	.imagen-seccion img{
		width: 70%;
	}

	.texto-banner{
		width: 100%;
	}

	.mitad{
		width: 100% !important;
	}

	.cuadro{
		width: 90%;
	}
}














