/* BANNERS SUPERIORES */
.contiene_banners {
	position: relative;
	max-width: 1520px;
	margin: 0 auto;
	padding: 20px 0;
}

.contiene_banners:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	background: url('../img/web/2018/bg_banner_superior.png') no-repeat center;
	background-size: 100% 100%;
	z-index: 5;
}

.contiene_banners:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: url('../img/web/2018/bg_banner_inferior.png') no-repeat center;
	background-size: 100% 100%;
	z-index: 5;
}

.contiene_banners .owl-controls {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 15px;
	padding: 50px 0;
	z-index: 5;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.contiene_banners .owl-controls .owl-nav [class*=owl-] {
	position: absolute;
	left: 0;
	right: 0;
	height: 30px;
	background: url('../img/web/2018/banner_w.png') no-repeat center;
	cursor: pointer;
}

.contiene_banners .owl-controls .owl-nav .owl-prev {
	top: 0;
}

.contiene_banners .owl-controls .owl-nav .owl-next {
	bottom: 0;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}

.contiene_banners .owl-controls .owl-dots .owl-dot {
	margin-bottom: 25px;
}

.contiene_banners .owl-controls .owl-dots .owl-dot:last-child {
	margin-bottom: 0;
}

.contiene_banners .owl-controls .owl-dots .owl-dot.active {
}

.contiene_banners .owl-controls .owl-dots .owl-dot span {
	display: block;
	width: 5px;
	height: 5px;
	margin: 0 auto;
	border: 2.5px solid #ffffff;
	border-radius: 100%;
	cursor: pointer;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}

.contiene_banners .owl-controls .owl-dots .owl-dot.active span {
	padding: 5px;
}

.contiene_banners .banners .item_banner {
	position: relative;
	height: 775px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contiene_banners .banners .item_banner .texto {
	position: absolute;
	top: 60%;
	left: 7.5%;
	right: 7.5%;
	margin: 0 auto;
	text-align: center;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.contiene_banners .banners .item_banner .texto .titulo {
	display: block;
	font-size: 6.25em;
	line-height: 1em;
	color: #ffffff;
}

.contiene_banners .banners .item_banner .texto .subtitulo {
	display: block;
	margin-top: 25px;
	font-size: 3.75em;
	line-height: 1em;
	letter-spacing: .05em;
	color: #ffffff;
}

.contiene_banners .banners .item_banner .texto .boton {
	margin-top: 100px;
	border: none;
	line-height: 60px;
}

.contiene_banners .banners .item_banner .texto .boton:hover {
	background-color: #ffffff;
}

/* NOSOTROS */
.nosotros {
	margin-top: 75px;
}

.nosotros .secundarias {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 55%;
	margin-right: 5%;
}

.nosotros .secundarias .item_secundaria {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	margin: 0 30%;
}

.nosotros .secundarias .item_secundaria:first-child {
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 27.5%;
	margin: 0;
	padding-bottom: 15px;
	background: url('../img/web/2018/bg_nosotros_inferior.png') no-repeat center bottom;
}

.nosotros .secundarias .item_secundaria:last-child {
	position: absolute;
	top: 5%;
	right: 0;
	width: 27.5%;
	margin: 0;
	padding-top: 15px;
	background: url('../img/web/2018/bg_nosotros_superior.png') no-repeat center top;
}

.nosotros .secundarias .item_secundaria img {
	display: block;
	width: 100%;
	height: auto;
}

.nosotros .texto {
	display: inline-block;
	vertical-align: top;
	width: 40%;
}

.nosotros .texto .titulo {
	display: block;
	margin: 0;
	font-size: 5.25em;
	font-weight: 400;
	line-height: 1em;
	color: #F94743;
}

.nosotros .texto .subtitulo {
	display: block;
	margin-top: 10px;
	font-size: 1.65em;
	line-height: 1em;
	letter-spacing: .15em;
	color: #3d3d3d;
}

.nosotros .texto .descripcion {
	position: relative;
	margin-top: 35px;
	padding-left: 5%;
	font-size: 1.85em;
	line-height: 1.75em;
	color: #363636;
}

.nosotros .texto .descripcion:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 2.5px;
	height: 50%;
	background: #49926f;
}

.nosotros .texto .descripcion p {
	margin: 0;
	margin-top: 35px;
}

.nosotros .texto .descripcion p:first-child {
	margin-top: 0;
}

.nosotros .texto .logo {
	display: inline-block;
	margin-top: 40px;
	padding-left: 5%;
}

.nosotros .texto .logo img {
	display: block;
	width: 100%;
	height: auto;
}

/* INFORMACIÓN */
.informacion {
	position: relative;
	max-width: 1520px;
	margin: 0 auto;
	margin-top: 50px;
	/*background: #eeeeee;*/
}

.informacion .banner {
	position: relative;
    margin-top: 50px;
    padding: 20px 0;
}

.informacion .banner:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: url('../img/web/2018/bg_banner_superior.png') no-repeat center;
    background-size: 100% 100%;
    z-index: 5;
}

.informacion .banner:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: url(../img/web/2018/bg_banner_inferior.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 5;
}

.informacion .banner .imagen {
	position: relative;
	height: 650px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.informacion .banner .imagen .texto {
	position: absolute;
	bottom: 125px;
	left: 0;
	right: 0;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.informacion .banner .imagen .texto .titulo {
	display: block;
	font-size: 6.25em;
	line-height: 1em;
	color: #ffffff;
}

.informacion .banner .imagen .texto .subtitulo {
	display: block;
	margin-top: 25px;
	font-size: 3.75em;
	line-height: 1em;
	letter-spacing: .05em;
	color: #ffffff;
}

.informacion .item_cosa {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-top: 4%;
	margin-right: 2%;
	padding-bottom: 100px;
}

.informacion .item_cosa:last-child {
	margin-right: 0;
}

.informacion .item_cosa:before {
	content: '';
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	height: 10px;
	border-radius: 100%;
	box-shadow: 0 25px 100px 15px rgba(0, 0, 0, .25);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}

.informacion .item_cosa:hover:before {
	opacity: 1;
	visibility: visible;
}

.informacion .item_cosa .imagen {
	position: relative;
	display: block;
	z-index: 5;
}

.informacion .item_cosa .imagen img {
	display: block;
	width: 100%;
	height: auto;
}

.informacion .item_cosa .texto {
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 80%;
	padding-top: 40px;
	padding-bottom: 50px;
	padding-left: 45px;
	padding-right: 20px;
	text-align: right;
}

.informacion .item_cosa .texto:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -1px;
	background: url('../img/web/2018/bg_galeria.png') no-repeat center right;
	background-size: 100% 100%;
	z-index: 10;
}

.informacion .item_cosa .texto:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	right: 20px;
	height: 65px;
	background: url('../img/web/2018/bg_texto_galeria.png') no-repeat right bottom;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
	z-index: 5;
}

.informacion .item_cosa:hover .texto:after {
	top: -15px;
}

.informacion .item_cosa .texto .fecha {
	position: relative;
	display: block;
	font-size: 1.65em;
	line-height: 1em;
	color: #F94743;
	z-index: 15;
}

.informacion .item_cosa .texto .titulo {
	position: relative;
	display: block;
	height: 40px;
	margin-top: 20px;
	font-size: 1.85em;
	font-weight: 600;
	line-height: 20px;
	color: #737373;
	z-index: 15;
}

.informacion .item_cosa:hover .texto .titulo {
	color: #F94743;
}

.fondo_video {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	background: rgba(0, 0, 0, .75);
	z-index: 30;
}

.fondo_video .video {
	position: absolute;
	top: 50%;
	left: 5%;
	right: 5%;
	max-width: 768px;
	margin: 0 auto;
	padding: 25px;
	background: #ffffff;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.fondo_video .video iframe {
	width: 100%;
	height: 400px;
}

.fondo_video .video .cerrar_video {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	background: url('../img/web/cursos/kross_w.png') no-repeat center;
}

/* BANNERS INFERIORES */
.banners_inferiores .item_banner {
	position: relative;
	margin-top: 100px;
}

.banners_inferiores .item_banner.completo {
	padding-top: 50px;
	padding-bottom: 40px;
	padding-left: 15%;
}

.banners_inferiores .item_banner .fondo {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banners_inferiores .item_banner.completo:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 40px;
	height: 50px;
	background: url('../img/web/2018/bg_completo_superior.png') no-repeat right bottom;
}

.banners_inferiores .item_banner.completo:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 50px;
	height: 40px;
	background: url('../img/web/2018/bg_completo_inferior.png') no-repeat right top;
}

.banners_inferiores .item_banner.completo .texto {
	position: absolute;
	top: 0;
	left: 0;
	width: 17.5%;
	padding: 25px;
	background: #F94743;
	z-index: 1;
}

.banners_inferiores .item_banner.completo .texto:before {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid #c7342e;
	border-left: 25px solid #c7342e;
	border-right: 25px solid transparent;
}

.banners_inferiores .item_banner.completo .texto:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 90px;
	background: url('../img/web/2018/bg_completo_texto.png') no-repeat center top;
	background-size: 100% 100%;
}

.banners_inferiores .item_banner.completo .texto .titulo {
	display: block;
	font-size: 1.65em;
	line-height: 1.25em;
	color: #ffffff;
}

.banners_inferiores .item_banner.completo .texto .subtitulo {
	display: block;
	margin-top: 25px;
	font-size: 1.65em;
	line-height: 1.25em;
	color: #ffffff;
}

.banners_inferiores .item_banner.completo .fondo {
	height: 525px;
}

.banners_inferiores .item_banner.mitad {
	display: inline-block;
	vertical-align: top;
	width: 66%;
	padding-top: 25px;
	padding-bottom: 40px;
}

.banners_inferiores .item_banner.mitad:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 40px;
	height: 40px;
	background: url('../img/web/2018/bg_mitad_inferior.png') no-repeat right top;
}

.banners_inferiores .item_banner.mitad .fondo {
	height: 515px;
}

.banners_inferiores .item_banner.tercio {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-left: 2%;
	padding-top: 25px;
}

.banners_inferiores .item_banner.tercio.sin_margen {
	margin-left: 0;
}

.banners_inferiores .item_banner.tercio.margen_derecha {
	margin-left: 0;
	margin-right: 2%;
}

.banners_inferiores .item_banner.tercio:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 25px;
	height: 25px;
	background: url('../img/web/2018/bg_tercio_superior.png') no-repeat right bottom;
}

.banners_inferiores .item_banner.tercio .fondo {
	height: 515px;
}

/* GALERIAS Y NOTICIAS */
.galerias, .noticias {
	margin-top: 100px;
}

.noticias.especial {
	position: relative;
	max-width: 1520px;
	margin: 0 auto;
	margin-top: 150px;
	padding-top: 150px;
	padding-bottom: 50px;
	background: #eeeeee;
}

.noticias.especial:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: url('../img/web/2018/bg_noticia_superior.png') no-repeat center;
	background-size: 100% 100%;
	z-index: 5;
}

.galerias .superior, .noticias .superior {
	position: relative;
	margin-bottom: 60px;
}

.galerias .superior .izquierda, .noticias .superior .izquierda {
	width: 80%;
}

.galerias .superior .izquierda .titulo, .noticias .superior .izquierda .titulo {
	position: relative;
	display: block;
	margin: 0;
	padding-left: 2.5%;
	font-size: 5.25em;
	font-weight: 400;
	line-height: 1em;
	color: #F94743;
}

.galerias .superior .izquierda .titulo:before, .noticias .superior .izquierda .titulo:before {
	content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	width: 2.5px;
	background: #49926f;
}

.galerias .superior .izquierda .subtitulo, .noticias .superior .izquierda .subtitulo {
	display: block;
	margin-top: 10px;
	padding-left: 2.5%;
	font-size: 1.65em;
	line-height: 1em;
	letter-spacing: .15em;
	color: #3d3d3d;
}

.galerias .superior .boton, .noticias .superior .boton {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.galerias .inferior .item_galeria, .noticias .inferior .item_noticia {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
	padding-bottom: 100px;
}

.galerias .inferior .item_galeria:nth-of-type(3n), .noticias .inferior .item_noticia:nth-of-type(3n) {
	margin-right: 0;
}

.galerias .inferior .item_galeria:before, .noticias .inferior .item_noticia:before {
	content: '';
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	height: 10px;
	border-radius: 100%;
	box-shadow: 0 25px 100px 15px rgba(0, 0, 0, .25);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}

.galerias .inferior .item_galeria:hover:before, .noticias .inferior .item_noticia:hover:before {
	opacity: 1;
	visibility: visible;
}

.galerias .inferior .item_galeria .imagen, .noticias .inferior .item_noticia .imagen {
	position: relative;
	display: block;
	z-index: 5;
}

.galerias .inferior .item_galeria .imagen img, .noticias .inferior .item_noticia .imagen img {
	display: block;
	width: 100%;
	height: auto;
}

.galerias .inferior .item_galeria .imagen .yt {
	object-fit: cover;
}

.galerias .inferior .item_galeria .texto, .noticias .inferior .item_noticia .texto {
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 80%;
	padding-top: 40px;
	padding-bottom: 50px;
	padding-left: 45px;
	padding-right: 20px;
	text-align: right;
}

.galerias .inferior .item_galeria .texto:before, .noticias .inferior .item_noticia .texto:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -1px;
	background: url('../img/web/2018/bg_galeria.png') no-repeat center right;
	background-size: 100% 100%;
	z-index: 10;
}

.galerias .inferior .item_galeria .texto:after, .noticias .inferior .item_noticia .texto:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	right: 20px;
	height: 65px;
	background: url('../img/web/2018/bg_texto_galeria.png') no-repeat right bottom;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
	z-index: 5;
}

.galerias .inferior .item_galeria:hover .texto:after, .noticias .inferior .item_noticia:hover .texto:after {
	top: -15px;
}

.galerias .inferior .item_galeria .texto .fecha, .noticias .inferior .item_noticia .texto .fecha {
	position: relative;
	display: block;
	font-size: 1.65em;
	line-height: 1em;
	color: #F94743;
	z-index: 15;
}

.galerias .inferior .item_galeria .texto .titulo, .noticias .inferior .item_noticia .texto .titulo {
	position: relative;
	display: block;
	height: 40px;
	margin-top: 20px;
	font-size: 1.85em;
	font-weight: 600;
	line-height: 20px;
	color: #737373;
	z-index: 15;
}

.galerias .inferior .item_galeria:hover .texto .titulo, .noticias .inferior .item_noticia:hover .texto .titulo {
	color: #F94743;
}

/* GALERÍA, NOTICIA Y CONTENIDO */
.galeria, .noticia, .contenido {
	margin-top: 100px;
}

.galeria .superior, .noticia .superior, .contenido .superior {
	position: relative;
}

.galeria .superior .izquierda, .noticia .superior .izquierda, .contenido .superior .izquierda {
	width: 80%;
}

.galeria .superior .izquierda .titulo, .noticia .superior .izquierda .titulo, .contenido .superior .izquierda .titulo {
	position: relative;
	display: block;
	margin: 0;
	padding-left: 2.5%;
	font-size: 3.75em;
	font-weight: 400;
	line-height: 60px;
	color: #F94743;
}

.galeria .superior .izquierda .titulo:before, .noticia .superior .izquierda .titulo:before, .contenido .superior .izquierda .titulo:before {
	content: '';
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	width: 2.5px;
	background: #49926f;
}

.galeria .superior .boton, .noticia .superior .boton, .contenido .superior .boton {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.galeria .descripcion, .noticia .descripcion, .contenido .descripcion {
	display: block;
	margin-top: 35px;
	margin-bottom: 60px;
	font-size: 1.85em;
	line-height: 1.75em;
	color: #363636;
}

.galeria .descripcion p, .noticia .descripcion p, .contenido .descripcion p {
	margin: 0;
	margin-top: 35px;
}

.galeria .descripcion p:first-child, .noticia .descripcion p:first-child, .contenido .descripcion p:first-child {
	margin-top: 0;
}

.galeria .descripcion a, .noticia .descripcion a, .contenido .descripcion a {
	color: #F94743;
	text-decoration: underline;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
}

.galeria .descripcion a:hover, .noticia .descripcion a:hover, .contenido .descripcion a:hover {
	color: #000000;
}

.noticia .ver_documento {
	display: inline-block;
    vertical-align: middle;
    min-width: 245px;
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 125px;
    border: 2.5px solid #F94743;
    border-radius: 60px;
    font-size: 2em;
    line-height: 55px;
    letter-spacing: .05em;
    text-align: left;
    color: #ffffff;
    background: url(../img/web/2018/flecha_w.png) no-repeat center right 40px #F94743;
}

.noticia .ver_documento:hover {
	color: #F94743;
	background: url(../img/web/2018/flecha.png) no-repeat center right 40px;
}

.galeria .secundarias .item_secundaria, .noticia .secundarias .item_secundaria, .contenido .secundarias .item_secundaria {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
	padding-bottom: 100px;
}

.galeria .secundarias .item_secundaria:nth-of-type(3n), .noticia .secundarias .item_secundaria:nth-of-type(3n), .contenido .secundarias .item_secundaria:nth-of-type(3n) {
	margin-right: 0;
}

.galeria .secundarias .item_secundaria:before, .noticia .secundarias .item_secundaria:before, .contenido .secundarias .item_secundaria:before {
	content: '';
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	height: 10px;
	border-radius: 100%;
	box-shadow: 0 25px 100px 15px rgba(0, 0, 0, .25);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}

.galeria .secundarias .item_secundaria:hover:before, .noticia .secundarias .item_secundaria:hover:before, .contenido .secundarias .item_secundaria:hover:before {
	opacity: 1;
	visibility: visible;
}

.galeria .secundarias .item_secundaria .imagen, .noticia .secundarias .item_secundaria .imagen, .contenido .secundarias .item_secundaria .imagen {
	position: relative;
	display: block;
	z-index: 5;
}

.galeria .secundarias .item_secundaria .imagen img, .noticia .secundarias .item_secundaria .imagen img, .contenido .secundarias .item_secundaria .imagen img {
	display: block;
	width: 100%;
	height: auto;
}

.galeria .secundarias .item_secundaria .imagen.video iframe {
	display: block;
	width: 100%;
	height: auto;
	min-height: 400px;
}

.galeria .secundarias .item_secundaria .texto, .noticia .secundarias .item_secundaria .texto, .contenido .secundarias .item_secundaria .texto {
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 80%;
	padding-top: 40px;
	padding-bottom: 50px;
	padding-left: 45px;
	padding-right: 20px;
	text-align: right;
}

.galeria .secundarias .item_secundaria .texto:before, .noticia .secundarias .item_secundaria .texto:before, .contenido .secundarias .item_secundaria .texto:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -1px;
	background: url('../img/web/2018/bg_galeria.png') no-repeat center right;
	background-size: 100% 100%;
	z-index: 10;
}

.galeria .secundarias .item_secundaria .texto:after, .noticia .secundarias .item_secundaria .texto:after, .contenido .secundarias .item_secundaria .texto:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	right: 20px;
	height: 65px;
	background: url('../img/web/2018/bg_texto_galeria.png') no-repeat right bottom;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
	z-index: 5;
}

.galeria .secundarias .item_secundaria:hover .texto:after, .noticia .secundarias .item_secundaria:hover .texto:after, .contenido .secundarias .item_secundaria:hover .texto:after {
	top: -15px;
}

.galeria .secundarias .item_secundaria .texto .titulo, .noticia .secundarias .item_secundaria .texto .titulo, .contenido .secundarias .item_secundaria .texto .titulo {
	position: relative;
	display: block;
	margin-top: 35px;
	font-size: 1.85em;
	font-weight: 600;
	line-height: 1.25em;
	color: #737373;
	z-index: 15;
}

.galeria .secundarias .item_secundaria:hover .texto .titulo, .noticia .secundarias .item_secundaria:hover .texto .titulo, .contenido .secundarias .item_secundaria:hover .texto .titulo {
	color: #F94743;
}

/* CONTACTO */
.contacto input[type="text"], .contacto input[type="email"], .contacto input[type="password"], .contacto input[type="tel"], .contacto input[type="time"], .contacto input[type="date"], .contacto textarea {
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
	font-family: 'Poppins', serif;
	margin: 0;
	padding: 0;
}

.contacto {
	max-width: 1280px;
	margin: 100px auto;
	font-family: 'Poppins';
	text-align: center;
}

.contacto form {
	width: 47.5%;
	margin: 0 auto;
}

.contacto form .campo {
	display: inline-block;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.contacto form .campo:nth-of-type(2n) {
	margin-right: 0;
}

.contacto form .campo.textarea {
	width: 100%;
	margin-right: 0;
}

.contacto form .campo label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #000000;
}

.contacto form .campo input {
	display: block;
	width: 100%;
	border: none;
	padding: 0 25px;
	font-size: 13px;
	line-height: 60px;
	text-align: center;
	color: #000000;
	background: #e2e2e2;
}

.contacto form .campo input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #e2e2e2 inset;
}

.contacto form .campo textarea {
	display: block;
	width: 100%;
	height: 150px;
	border: none;
	padding: 25px;
	font-size: 13px;
	text-align: left;
	color: #000000;
	background: #e2e2e2;
	resize: none;
}

.contacto .pie_contacto {
	margin-top: 25px;
}

.contacto .pie_contacto .clausulas {
	margin-bottom: 25px;
	font-size: 1.25em;
    text-align: justify;
    text-align-last: center;
}

.contacto .pie_contacto .clausulas a {
	color: #000000;
	text-decoration: underline;
}

.contacto .pie_contacto .check_this {
	margin-bottom: 25px;
}

.contacto .pie_contacto .check_this label {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #F94743;
	cursor: pointer;
}

.contacto .pie_contacto .check_this a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
	color: #F94743;
}

.contacto .img_enviar_email {
	display: block;
	height: auto;
	max-width: 100%;
	margin: auto;
	margin-top: 55px;
}

.check_this input[type="checkbox"] {
	display: none;
	border: 0;
	border-radius: 0;
	vertical-align: middle;
	background: transparent;
	opacity: 0;
}

.check_this input[type="checkbox"]+label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.check_this input[type="checkbox"]+label:before {
	background: url('../img/web/cursos/check.png') 0 top no-repeat
}

.check_this input[type="checkbox"]:checked+label:before {
	background: url('../img/web/cursos/check.png') -25px top no-repeat
}

.contacto .boton_contacto {
	display: block;
	width: 175px;
	margin: 0 auto;
	border-radius: 60px;
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: 600;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #F94743;
}

.contacto .boton_contacto:hover {
	color: #F94743;
	background: #ffffff;
}
body.es_inicio .cabecera{
	position: relative;
}
body.es_inicio .cabecera:after {
    content: '';
    height: 1px;
    background: rgba(165, 165, 165, .1);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    z-index: 1;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .3);
}

@media screen and (max-width:1519px) {

	/* GENERALES */
	.contenedor {
		margin-left: 5%;
		margin-right: 5%;
	}

	/* CABECERA */
	.cabecera .derecha .menu li:before {
		margin: 0 10px;
	}

	.cabecera .derecha .redes {
		margin-left: 75px;
	}

	/* INFORMACIÓN */
	.informacion .item_cosa .texto {
		width: 100%;
	}

	/* BANNERS INFERIORES */
	.banners_inferiores .item_banner.completo .fondo {
		height: 450px;
	}

	.banners_inferiores .item_banner.mitad .fondo {
		height: 450px;
	}

	.banners_inferiores .item_banner.tercio .fondo {
		height: 450px;
	}

	/* GALERIAS Y NOTICIAS */
	.galerias .inferior .item_galeria .texto, .noticias .inferior .item_noticia .texto {
		width: 100%;
	}

	/*GALERÍA, NOTICIA Y CONTENIDO*/
	.galeria .secundarias .item_secundaria, .noticia .secundarias .item_secundaria, .contenido .secundarias .item_secundaria {
		padding-bottom: 50px;
	}

	.galeria .secundarias .item_secundaria .texto, .noticia .secundarias .item_secundaria .texto, .contenido .secundarias .item_secundaria .texto {
		display: none;
	}

}

@media screen and (max-width:1439px) {

	/* CABECERA */
	.cabecera .izquierda .logo img {
		width: auto;
		max-height: 40px;
	}

	.cabecera .derecha .menu li:before {
		width: 0;
		height: 0;
	}

	.cabecera .derecha .menu li a {
		font-size: 1.5em;
	}

	/* BANNERS SUPERIORES */
	.contiene_banners .owl-controls {
		left: 2.5%;
	}

	.contiene_banners .banners .item_banner {
		height: 650px;
	}

	.contiene_banners .banners .item_banner .texto {
		left: 5%;
		right: 5%;
	}

	.contiene_banners .banners .item_banner .texto .titulo {
		font-size: 5em;
	}

	.contiene_banners .banners .item_banner .texto .subtitulo {
		font-size: 2.5em;
	}

	/* NOSOTROS */
	.nosotros .secundarias {
		vertical-align: middle;
	}

	.nosotros .texto {
		vertical-align: middle;
	}

	/* INFORMACIÓN */
	.informacion .banner .imagen {
		height: 550px;
	}

	/* BANNERS INFERIORES */
	.banners_inferiores .item_banner.completo .fondo {
		height: 400px;
	}

	.banners_inferiores .item_banner.mitad .fondo {
		height: 400px;
	}

	.banners_inferiores .item_banner.tercio .fondo {
		height: 400px;
	}

	/* PIE */
	.pie .superior li {
		font-size: 1.5em;
	}

	.pie .superior li:before {
		margin: 0 10px;
	}

}

@media screen and (max-width:1279px) {

	/* CABECERA */
	.cabecera {
		margin-bottom: 35px;
	}

	.cabecera .derecha .redes {
		display: none;
	}

	/* NOSOTROS */
	.nosotros .secundarias {
		display: none;
	}

	.nosotros .texto {
		display: block;
		width: 100%;
	}

	/* BANNERS INFERIORES */
	.banners_inferiores .item_banner.completo {
		padding-left: 0;
	}

	.banners_inferiores .item_banner.completo:before {
		content: none;
	}

	.banners_inferiores .item_banner.completo .texto {
		width: auto;
		margin-right: 50px;
		padding: 15px 25px;
	}

	.banners_inferiores .item_banner.completo .texto:before {
		border-bottom-color: #F94743;
		border-left-color: #F94743;
	}

	.banners_inferiores .item_banner.completo .texto:after {
		content: none;
	}

	.banners_inferiores .item_banner.completo .texto .subtitulo {
		display: none;
	}

	.banners_inferiores .item_banner.mitad .fondo {
		height: 325px;
	}

	.banners_inferiores .item_banner.tercio .fondo {
		height: 325px;
	}

	/* INFORMACIÓN */
	.informacion .item_cosa {
		padding-bottom: 70px;
	}

	.informacion .item_cosa .texto {
		padding-bottom: 20px;
		padding-left: 30px;
	}

	.informacion .item_cosa .texto:after {
		left: 30px;
		background-size: 100% 100%;
	}

	.informacion .item_cosa .texto .fecha {
		font-size: 1.5em;
	}

	.informacion .item_cosa .texto .titulo {
		font-size: 1.5em;
		font-weight: 400;
	}

	/* GALERÍAS Y NOTICIAS */
	.galerias .inferior .item_galeria, .noticias .inferior .item_noticia {
		padding-bottom: 70px;
	}

	.galerias .inferior .item_galeria .texto, .noticias .inferior .item_noticia .texto {
		padding-bottom: 20px;
		padding-left: 30px;
	}

	.galerias .inferior .item_galeria .texto:after, .noticias .inferior .item_noticia .texto:after {
		left: 30px;
		background-size: 100% 100%;
	}

	.galerias .inferior .item_galeria .texto .fecha, .noticias .inferior .item_noticia .texto .fecha {
		font-size: 1.5em;
	}

	.galerias .inferior .item_galeria .texto .titulo, .noticias .inferior .item_noticia .texto .titulo {
		font-size: 1.5em;
		font-weight: 400;
	}

	/* MIGAS */
	.migas .fondo {
		height: 250px;
	}

	/*GALERÍA, NOTICIA Y CONTENIDO*/
	.galeria .superior .izquierda, .noticia .superior .izquierda, .contenido .superior .izquierda {
		width: 100%;
	}

	.galeria .superior .izquierda .titulo, .noticia .superior .izquierda .titulo, .contenido .superior .izquierda .titulo {
		line-height: initial;
	}

	.galeria .superior .boton, .noticia .superior .boton, .contenido .superior .boton {
		position: static;
		margin-top: 25px;
		transform: none;
	}
	.galeria .secundarias .item_secundaria .imagen.video iframe {
	    min-height: 320px;
	}
	/* CONTACTO */
	.contacto {
		margin-left: 5%;
		margin-right: 5%;
	}

	.contacto form {
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width:1023px) {

	/* CABECERA */
	.cabecera .derecha {
		top: 0;
		bottom: 0;
		transform: none;
	}

	.cabecera .derecha .menu {
		position: absolute;
		top: 100%;
		right: 0;
		display: none;
		padding: 25px;
		padding-top: 50px;
		padding-left: 50px;
		text-align: right;
	}

	.cabecera .derecha .menu:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: url('../img/web/2018/bg_menu.png') no-repeat center;
		background-size: 100% 100%;
		z-index: 5;
	}

	.cabecera .derecha .menu:after {
		content: '';
		position: absolute;
		top: 75px;
		left: 0;
		right: 0;
		height: 10px;
		border-radius: 100%;
		box-shadow: 0 0 100px 25px rgba(0, 0, 0, .25);
		transform: rotate(-7.5deg);
		-webkit-transform: rotate(-7.5deg);
		-moz-transform: rotate(-7.5deg);
		-o-transform: rotate(-7.5deg);
		-ms-transform: rotate(-7.5deg);
		z-index: 1;
	}

	.cabecera .derecha .menu li {
		position: relative;
		display: block;
		margin-bottom: 10px;
		z-index: 10;
	}

	.cabecera .derecha .menu li:last-child {
		margin-bottom: 0;
	}

	.cabecera .derecha .menu li:before {
		content: none;
	}

	.cabecera .derecha .menu li a {
		white-space: nowrap;
	}

	.cabecera .derecha .desplegar_menu {
		display: block;
		width: 25px;
		height: 20px;
		margin: 10px 0;
		background: url('../img/web/2018/menu.png') no-repeat center;
	}

	/* BANNERS SUPERIORES */
	.contiene_banners .banners .item_banner {
		height: 500px;
	}

	.contiene_banners .banners .item_banner .texto {
		top: 50%;
	}

	.contiene_banners .banners .item_banner .texto .titulo {
		font-size: 3em;
	}

	.contiene_banners .banners .item_banner .texto .subtitulo {
		font-size: 2em;
	}

	.contiene_banners .banners .item_banner .texto .boton {
		margin-top: 50px;
	}

	/* NOSOTROS */
	.nosotros .texto .titulo {
		font-size: 3em;
	}

	.nosotros .texto .subtitulo {
		font-size: 1.5em;
	}

	.nosotros .texto .descripcion {
		font-size: 1.5em;
	}

	.nosotros .texto .descripcion:before {
		top: 0;
	}

	/* INFORMACIÓN */
	.informacion .banner .imagen {
		height: 400px;
	}

	.informacion .banner .imagen:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, .5);
		z-index: 1;
	}

	.informacion .banner .imagen .texto {
		top: 50%;
		z-index: 2;
	    transform: translate(0, -50%);
	    -webkit-transform: translate(0, -50%);
	    -moz-transform: translate(0, -50%);
	    -o-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	}

	.informacion .banner .imagen .texto .titulo {
		font-size: 3em;
	}

	.informacion .banner .imagen .texto .subtitulo {
		font-size: 2em;
	}

	.informacion .item_cosa {
		width: 49%;
	}

	.informacion .item_cosa:last-child {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.informacion .item_cosa:nth-of-type(2n) {
		margin-right: 0;
	}

	/* BANNERS INFERIORES */
	.banners_inferiores {
		text-align: center;
	}

	.banners_inferiores .item_banner {
		margin-top: 50px;
	}

	.banners_inferiores .item_banner.completo .fondo {
		height: 275px;
	}

	.banners_inferiores .item_banner.mitad {
		width: 100%;
		padding-top: 0;
	}

	.banners_inferiores .item_banner.mitad .fondo {
		height: 400px;
	}

	.banners_inferiores .item_banner.tercio {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}

	.banners_inferiores .item_banner.tercio .fondo {
		height: 375px;
	}

	/* GALERÍAS Y NOTICIAS */
	.galerias .superior .izquierda .titulo, .noticias .superior .izquierda .titulo {
		padding-left: 0;
		font-size: 3em;
	}

	.galerias .superior .izquierda .titulo:before, .noticias .superior .izquierda .titulo:before {
		content: none;
	}

	.galerias .superior .izquierda .subtitulo, .noticias .superior .izquierda .subtitulo {
		padding-left: 0;
		font-size: 1.5em;
	}

	.galerias .inferior .item_galeria, .noticias .inferior .item_noticia {
		width: 49%;
	}

	.galerias .inferior .item_galeria:nth-of-type(3n), .noticias .inferior .item_noticia:nth-of-type(3n) {
		margin-right: 2%;
	}

	.galerias .inferior .item_galeria:nth-of-type(2n), .noticias .inferior .item_noticia:nth-of-type(2n) {
		margin-right: 0;
	}

	body.es_inicio .galerias .inferior .item_galeria:nth-of-type(3), .noticias.especial .inferior .item_noticia:nth-of-type(3) {
		display: none;
	}

	/* PIE */
	.pie .superior li {
		display: block;
		margin-bottom: 10px;
	}

	.pie .superior li:last-child {
		margin-bottom: 0;
	}

	.pie .superior li:before {
		content: none;
	}

	.galeria .superior .izquierda .titulo, .noticia .superior .izquierda .titulo, .contenido .superior .izquierda .titulo {
		padding-left: 0;
	}

	.galeria .superior .izquierda .titulo:before, .noticia .superior .izquierda .titulo:before, .contenido .superior .izquierda .titulo:before {
		content: none;
	}

	/* GALERÍA, NOTICIA Y CONTENIDO */
	.galeria .secundarias .item_secundaria, .noticia .secundarias .item_secundaria, .contenido .secundarias .item_secundaria {
		width: 49%;
		margin-right: 2%;
	}

	.galeria .secundarias .item_secundaria:nth-of-type(3n), .noticia .secundarias .item_secundaria:nth-of-type(3n), .contenido .secundarias .item_secundaria:nth-of-type(3n) {
		margin-right: 2%;
	}

	.galeria .secundarias .item_secundaria:nth-of-type(2n), .noticia .secundarias .item_secundaria:nth-of-type(2n), .contenido .secundarias .item_secundaria:nth-of-type(2n) {
		margin-right: 0;
	}

	
	.fondo_popup.especial .popup img {
    display: block;
    vertical-align: top;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.fondo_popup.especial .popup .titulo{
	padding:10px;
	background: #000;
}
.fondo_popup.especial .popup .cerrar_popup {

    top: 10px;
    right: 20px;
    left: 20px;
}

.fondo_popup.especial .popup .descripcion {
    display: block;
    vertical-align: top;
    width: auto;
   padding: 30px;
   font-size: 15px;

}
.fondo_popup.especial .popup .descripcion b{
	font-size: 18px;
}


}

@media screen and (max-width:767px) {

	/* CABECERA */
	.cabecera {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.cabecera .izquierda .logo img {
		max-height: 30px;
	}

	.cabecera .derecha .desplegar_menu {
		margin: 5px;
	}

	/* BANNERS */
	.contiene_banners {
		padding: 0;
	}

	.contiene_banners:before {
		content: none;
	}

	.contiene_banners:after {
		content: none;
	}

	.contiene_banners .owl-controls {
		display: none;
	}

	/* INFORMACIÓN */
	.informacion .banner:before {
		content: none;
	}

	.informacion .banner:after {
		content: none;
	}

	.informacion .banner .imagen {
		height: 350px;
	}

	.informacion .item_cosa {
		display: block;
		width: 100%;
		margin-top: 0;
		margin-right: 0;
	}

	.fondo_video .video {
		padding: 10px;
	}

	.fondo_video .video iframe {
		height: 200px;
	}

	/* BANNERS INFERIORES */
	.banners_inferiores .item_banner {
		margin-top: 25px;
	}

	.banners_inferiores .item_banner.completo {
		padding: 0;
	}

	.banners_inferiores .item_banner.completo:after {
		content: none;
	}

	.banners_inferiores .item_banner.completo .texto {
		display: none;
	}

	.banners_inferiores .item_banner.completo .fondo {
		height: 125px;
	}

	.banners_inferiores .item_banner.mitad {
		padding: 0;
	}

	.banners_inferiores .item_banner.mitad:before {
		content: none;
	}

	.banners_inferiores .item_banner.mitad .fondo {
		height: 160px;
	}

	.banners_inferiores .item_banner.tercio {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}

	.banners_inferiores .item_banner.tercio .fondo {
		height: 325px;
	}

	.banners_inferiores .item_banner.tercio:before {
		content: none;
	}

	/* GALERÍAS Y NOTICIAS */
	.noticias.especial:before {
		content: none;
	}

	.galerias .superior .izquierda, .noticias .superior .izquierda {
		width: 100%;
		text-align: center;
	}

	.galerias .superior .boton, .noticias .superior .boton {
		position: static;
		width: 100%;
		margin-top: 25px;
		transform: none;
	}

	.galerias .inferior .item_galeria, .noticias .inferior .item_noticia {
		display: block;
		width: 100%;
		margin-right: 0;
	}

	body.es_inicio .galerias .inferior .item_galeria:nth-of-type(3), .noticias.especial .inferior .item_noticia:nth-of-type(3) {
		display: block;
	}

	/* MIGAS */
	.migas {
		padding: 0;
	}

	.migas:before {
		content: none;
	}

	.migas:after {
		content: none;
	}

	.migas .texto {
		top: 50%;
		bottom: auto;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	}

	/* GALERÍA, NOTICIA Y CONTENIDO */
	.galeria .superior .izquierda, .noticia .superior .izquierda, .contenido .superior .izquierda {
		width: 100%;
	}

	.galeria .superior .izquierda .titulo, .noticia .superior .izquierda .titulo, .contenido .superior .izquierda .titulo {
		padding-left: 0;
		font-size: 3em;
		line-height: initial;
		text-align: center;
	}

	.galeria .superior .izquierda .titulo:before, .noticia .superior .izquierda .titulo:before, .contenido .superior .izquierda .titulo:before {
		content: none;
	}

	.galeria .superior .boton, .noticia .superior .boton, .contenido .superior .boton {
		width: 100%;
	}

	.galeria .secundarias .item_secundaria, .noticia .secundarias .item_secundaria, .contenido .secundarias .item_secundaria {
		width: 100%;
		margin-right: 0;
	}

	.galeria .descripcion, .noticia .descripcion, .contenido .descripcion {
		word-break: break-word;
	}

	.noticia .ver_documento {
		width: 100%;
		padding-right: 40px;
		text-align: center;
		background-image: none;
	}

	.noticia .ver_documento:hover {
		background-image: none;
	}

	/* CONTACTO */
	.contacto form .campo {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
	}

	.contacto .boton_contacto {
		line-height: 45px;
	}
	body.es_inicio .noticias{
		margin-top: 50px;
	}
	body.es_inicio .noticias .superior{
		display: none;
	}


	body.es_inicio .cabecera:after {
  
	bottom: -20px;
    background: rgba(165, 165, 165, .25);
   

    box-shadow: 0 6px 12px rgba(0, 0, 0, .45);
}

body.es_inicio .contenedor{
	margin-left: 15px;
	margin-right: 15px;
}


}


