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





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


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

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

#cabecera{
	width: 100%;
	text-align: center;
	float: left;
}

#logotipo{
	width: 100%;
	text-align: center;
	float: left;
}

#logotipo img{
	width: 30%;
}



#cintillo{
	background: #4468b0;
	background: -moz-linear-gradient(top, #4468b0 0%, #5679be 44%, #4468b0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4468b0), color-stop(44%,#5679be), color-stop(100%,#4468b0));
	background: -webkit-linear-gradient(top, #4468b0 0%,#5679be 44%,#4468b0 100%);
	background: -o-linear-gradient(top, #4468b0 0%,#5679be 44%,#4468b0 100%);
	background: -ms-linear-gradient(top, #4468b0 0%,#5679be 44%,#4468b0 100%);
	background: linear-gradient(top, #4468b0 0%,#5679be 44%,#4468b0 100%);

	width: 100%;
	color: white;
	float: left;
	margin: 15px 0;
	padding: 12px 10px;

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

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

#cintillo span{
	font-size: 21px;
	float: left;
	margin: 0 100px 0 0;
}

#cintillo img{
	height: 35px;
	float: right;
	margin: 0 10px ;
}

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



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

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

#efectod{
	background: #f7f7f7;
	width: 37%;
	text-align: justify;
	font-size: 18px;
	line-height: 21px;
	float: right;
	padding: 15px;

	border-radius: 4px;

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

#efectod strong{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: blue;
	float: left;
	margin: 0 0 20px 0;
}




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

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

.seccion{
	width: 53%;
	font-size: 18px;
	line-height: 25px;
	float: left;
	padding: 15px;

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

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

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

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

.videos{
	width: 100%;
	float: left;
	padding: 30px 0;
}

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

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

.video strong{
	width: 100%;
	text-align: center;
	font-size: 19px;
	color: blue;
	float: left;
}

.video iframe{
	width: 100%;
}

.temario{
	width: 23%;
	text-align: center;
	float: left;
	margin: 0 1%;
}

.temario strong{
	width: 100%;
	font-size: 29px;
	text-align: center;
	float: left;
}

.temario img{
	width: 50%;
}


#footer{
	background: #4468b0;
	background: -moz-linear-gradient(top, #4468b0 0%, #5679be 44%, #4468b0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4468b0), color-stop(44%,#5679be), color-stop(100%,#4468b0));
	background: -webkit-linear-gradient(top, #4468b0 0%,#5679be 44%,#4468b0 100%);
	background: -o-linear-gradient(top, #4468b0 0%,#5679be 44%,#4468b0 100%);
	background: -ms-linear-gradient(top, #4468b0 0%,#5679be 44%,#4468b0 100%);
	background: linear-gradient(top, #4468b0 0%,#5679be 44%,#4468b0 100%);

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

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

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

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

.seccion-footer a{
	color: white;
}

.seccion-footer img{
	height: 35px;
}



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







