﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?w4mk59');
  src:  url('../fonts/icomoon.eot?w4mk59#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?w4mk59') format('truetype'),
    url('../fonts/icomoon.woff?w4mk59') format('woff'),
    url('../fonts/icomoon.svg?w4mk59#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-abajo:before {
  content: "\e906";
}
.icon-arriba:before {
  content: "\e904";
}
.icon-menu:before {
  content: "\e900";
}
.icon-palomita:before {
  content: "\e901";
}
.icon-inicio:before {
  content: "\e905";
}
.icon-carrr:before {
  content: "\e93a";
}
.icon-telefono:before {
  content: "\e942";
}
.icon-ubicacion:before {
  content: "\e947";
}
.icon-reloj:before {
  content: "\e94e";
}
.icon-calendario:before {
  content: "\e953";
}
.icon-celular:before {
  content: "\e958";
}
.icon-usuario:before {
  content: "\e971";
}
.icon-buscar:before {
  content: "\e986";
}
.icon-internet:before {
  content: "\e9c9";
}
.icon-estrella:before {
  content: "\e9d9";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-vimeo:before {
  content: "\eaa0";
}
.icon-linkedin:before {
  content: "\eaca";
}
.icon-click:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}




body{
	font-family: 'Open Sans', sans-serif;
}


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

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


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

#cintillo-conten a{
  color: white;
}

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


#cabecera{
	width: 100%;
	float: left;
	padding: 12px 0;
}

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

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

#logotipo img{
	width: 100%;
}


#menu{
	width: 75%;
	float: right;
	margin: 40px 0 0 0;
}

#menu-r{
  border: 1px solid #ddd;
  background: #f7f7f7;
  width: 100%;
  color: #476ad0;
  text-align: center;
  padding: 13px 0;
  cursor: pointer;
  display: none;

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

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

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

.menu{
	border: 1px solid #ddd;
	background: #f7f7f7;
	width: 100%;
	color: #476ad0;
	text-align: center;
	float: left;
	padding: 13px 0;

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

.menu:hover, .activo, #menu-r:hover{
	background: #4f75d6;
	color: white;
}


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


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

#contenido-conten{
  width: 100%;
  float: left;
  padding: 30px 0;
}

.titulo{
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #7dd736;
  margin: 0 0 30px 0;
}

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

.seccion{
  width: 62%;
  text-align: justify;
  font-size: 18px;
  line-height: 23px;
  float: left;
}

.imagen-seccion{
  width: 37%;
  text-align: justify;
  font-size: 17px;
  line-height: 22px;
  float: right;
}

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


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

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

.texto-banner{
  background: rgba(256,256,256,0.8);
  width: 50%;
  font-size: 18px;
  line-height: 23px;
  float: right;
  padding: 20px;

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


.cuadro{
  width: 45%;
  float: left;
  margin: 0 2.5% 30px;
}

.imagen-cuadro{
  width: 100%;
  float: left;
}
.imagen-cuadro img{
  width: 100%;
}

.texto-cuadro{
  border: 1px dashed #ddd;
  background: #f7f7f7;
  width: 100%;
  text-align: justify;
  font-weight: 18px;
  line-height: 23px;
  float: left;
  padding: 12px;

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

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


.texto{
  width: 100%;
  float: left;
  font-size: 18px;
  line-height: 23px;
}



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

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

.seccion-footer{
  position: relative;
  color: white;
  font-size: 18px;
  line-height: 28px;
  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: 320px;
}



@media screen and (max-width: 1200px){
  #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%;
  }
  #contacto-mujer{
    display: none;
  }
}
@media screen and (max-width:1000px){
  #logotipo{
    width: 100%;
    text-align: center;
  }
  #logotipo img{
    width: 20%;
  }
  #menu{
    width: 100%;
  }
}
@media screen and (max-width: 700px){
  #menu-r{
    display: block;
  }
  #menu ul{
    display: none;
  }
  #menu ul li{
    width: 100%;
    margin: 0;
  }
  .texto-banner{
    width: 100%;
  }
  .seccion-footer{
    width: 50% !important;
  }
}
@media screen and (max-width: 600px){
  .d600{
    display: none;
  }
  #cintillo-conten span{
    margin: 0 10px 0 0;
  }
  #logotipo img{
    width: 30%;
  }
  .seccion{
    width: 100%;
  }
  .imagen-seccion{
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
  }
  .imagen-seccion img{
    width: 100%;
  }
  .seccion-footer{
    width: 100% !important;
  }
  .cuadro{
    width: 90%;
    margin: 0 5% 30px !important;
  }
}
@media screen and (max-width: 500px){
   #logotipo img{
    width: 40%;
  }
}














