﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?m2iy5g');
  src:  url('../fonts/icomoon.eot?m2iy5g#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?m2iy5g') format('truetype'),
    url('../fonts/icomoon.woff?m2iy5g') format('woff'),
    url('../fonts/icomoon.svg?m2iy5g#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-click:before {
  content: "\e904";
}
.icon-palomita:before {
  content: "\e902";
}
.icon-internet:before {
  content: "\e905";
}
.icon-email:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}
.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";
}





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



#cintillo{
	background: #e57801;
	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: 8px 0;
}

#cintillo img{
	width: 20px;
}

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

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



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

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

#logotipo1{
	width: 12%;
	float: left;
}

#logotipo1 img{
	width: 100%;
}

#leyenda{
	width: 50%;
	color: blue;
	font-size: 32px;
	font-weight: bold;
	float: left;
	margin: 35px 0 0 50px;
}

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

#logotipo2 img{
	width: 100%;
}


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

#menu-r{
	width: 100%;
	font-weight: bold;
	text-align: center;
	color: white;
	font-size: 19px;
	float: left;
	padding: 12px 0;
	cursor: pointer;
	display: none;
}
#menu-r:hover{
	background: #351afe;
	text-decoration: underline;
}

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

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

#menu-conten ul li{
	width: 20%;
	float: left;
}

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

.menu:hover, .activo{
	background: #351afe;
	text-decoration: underline;
}



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



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

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

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

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

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

.seccion strong{
	font-size: 22px;
	color: #e57801;
}

.imagen-seccion{
	width: 37%;
	font-size: 18px;
	line-height: 28px;
	float: right;
}

.imagen-seccion strong{
	font-size: 23px;
}

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


.texto{
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	float: left;
	margin: 0 0 30px 0;
}

.tres{
	width: 33.33%;
	float: left;
}



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

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

.recursos{
	background: url(../images/fondo-recursos.jpg) no-repeat center center !important;
	-webkit-background-size: cover;
	background-size: cover;
}
.recursos .texto-banner{
	width: 50%;
}

.valores{
	background: url(../images/fondo-valores.jpg) no-repeat center center !important;
	-webkit-background-size: cover;
	background-size: cover;
}
.valores .texto-banner{
	width: 50%;
}


.texto-banner{
	background: rgba(256,256,256,0.8);
	font-size: 20px;
	line-height: 25px;
	float: right;
	padding: 20px;

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

.texto-banner strong{
	color: blue;
	font-size: 24px;
}


.mitad{
	width: 48%;
	float: left;
	margin: 30px 1% 0;
}

.pregunta{
	border: 0px solid red;
	background: #f7f7f7;
	width: 100%;
	font-size: 20px;
	line-height: 25px;
	float: left;
	padding: 10px;
	margin: 0 0 30px 0;

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



#footer{
	background: #e57801;
	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: 30px 12px;

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

.seccion-footer a{
	color: white;
}

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


#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;
	}

	#menu-conten, #footer-conten{
		width: 100%;
	}
}

@media screen and (max-width: 800px){
	#logotipo1, #logotipo2{
		width: 20%;
	}
	#leyenda{
		font-size: 27px;
		margin: 20px 0 0 0;
	}

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

@media screen and (max-width: 700px){
	.mitad{
		width: 98%;
	}
}

@media screen and (max-width: 600px){
	.w600{
		width: 100% !important;
	}

	#cintillo-conten span{
		width: 50%;
		text-align: center;
		margin: 0 !important;
	}
	b.icon-email{
		display: none;	
	}

	.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% !important;
	}

	.tres{
		width: 100%;
	}
}

@media screen and (max-width: 500px){
	#logotipo1, #logotipo2{
		width: 100%;
		text-align: center;
	}
	#logotipo1 img, #logotipo2 img{
		width: 35%;
	}

	#leyenda{
		width: 100%;
		font-size: 32px;
		margin: 30px 0;
	}

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













.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    animation-name: pulse
}
