﻿@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?im8qjp');
  src:  url('../fonts/icomoon.eot?im8qjp#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?im8qjp') format('truetype'),
    url('../fonts/icomoon.woff?im8qjp') format('woff'),
    url('../fonts/icomoon.svg?im8qjp#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: url(../images/fondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	/*background: #9bcae4;*/
	font-family: 'Lato', sans-serif;

}

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

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

#logotipo{
	width: 35%;
	float: left;
	margin: 0 0 0 5%;
}

#logotipo img{
	width: 100%;
}



#leyenda{
	width: 60%;
	color: blue;
	font-size: 32px;
	line-height: 37px;
	text-align:left;
	float: left;
}



#datos{
	background: blue;
	width: 100%;
	float: left;
}

#datos a{
	text-decoration: underline;
}

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

#datos-conten a{
	color: white;
	text-decoration: none;
}

#datos-conten span{
	width: 100%;
	text-align: center;
	font-size: 22px;
	color: white;
	float: left;
	padding: 12px 0;
}



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

#pagina{
	width: 100%;
	float: left;
	margin: 30px 0;
}

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

#texto-efecto{
	background: white;
	width: 35%;
	font-size: 18px;
	line-height: 25px;
	float: right;
	padding: 12px;

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

#texto-efecto strong{
	font-size: 22px;
	color: blue;
}


.texto2{
	width: 100%;
	text-align: center;
	font-size: 32px;
	line-height: 42px;
	float: left;
}
.rojo{
	color: red;
	font-weight: bold;
}
.azul{
	color: blue;
}
.texto2 img{
	height: 280px;
	margin: 0 10px;
}





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

.seccion{
	background: white;
	width: 60%;
	font-size: 19px;
	line-height: 30px;
	float: left;
	padding: 12px;

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

.seccion strong{
	font-size: 22px;
	color: blue;
	font-weight: bold;
}

.seccion b{
	color: red;
}

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

.especial{
	width:54%;
	margin:0 30px 0 0;
}
.especial strong{
	color: blue;
	font-size: 22px;
}

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




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

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

.seccion-footer{
	border: 0px solid red;
	position: relative;
	font-size: 18px;
	line-height: 23px;
	padding: 20px 12px;
	float: left;

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

.seccion-footer strong{
	color: blue;
	font-size: 22px;
}




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



@media screen and (max-width: 1200px){
	#cabecera-conten, #datos-conten, #wrapP, #footer-conten{
		width: 100%;
	}
	#contacto-mujer{
		display: none;
	}
}

@media screen and (max-width: 900px){
	#efecto{
		width: 100%;
	}
	#texto-efecto{
		width: 100%;
		margin: 20px 0 0 0;
	}
}

@media screen and (max-width: 760px){
	.especial{
		width: 100% !important;
		text-align: center;
	}
	.especial img{
		width: 80%;
	}

}

@media screen and (max-width: 700px){
	#logotipo{
		width: 100%;
		text-align: center;
		margin: 20px 0 0 0;
	}
	#logotipo img{
		width: 80%;
	}
	#leyenda{
		width: 100%;
		text-align: center;
		font-size: 29px;
	}
}

@media screen and (max-width: 600px){
	.seccion{
		width: 100% !important;
		margin: 20px 0 0 0;
	}
	.imagen-seccion{
		width: 100% !important;
		text-align: center;
		margin: 20px 0 0 0 !important;
		float: left;
	}
	.imagen-seccion img{
		width: 80%;
	}

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













