@import url("../fonts/Gentona/gentona.css");

:root{
	--color-primary: linear-gradient(180deg, #a73a31, #6a241f);
	--color-secundary: linear-gradient(180deg, #303535, #121515);
	--primary: #6a241f;

	--icon-timeline-size: 70px;
	--line-timeline-size: 3px;
	--size-icon-o: 67px;
}

a:focus, a:hover, a:active{
	text-decoration: none;
	transition: .5s all ease-in-out;
	color: var(--color-primary);
}
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.72;
	color: #868181;
	cursor: default;
}
body, html{
	margin: 0;
	padding: 0;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	color: #868181;
}
img, figure, video{
	width: 100%;
}
textarea{
	resize: none;
}

/* Centrar Elementos */
.center,
.vertical{
	display: flex;
	justify-content: center;
	align-items: center;
}
.vertical{
	flex-direction: column;
}
/* Centrar Elementos */

.max-container{
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
}

.header_top{
	background: var(--color-secundary);
	color: white;
	position: relative;
	font-size: 12px;
}
.container-header__top{
	align-items: stretch;
	justify-content: space-between;
}
.header_top_datos{
	flex-basis: 50%;
	justify-content: flex-start;
}
.question{
	margin-right: 7px;
}
.question i, .question p{
	display: inline-block;
}
.question p{
	margin: 0;
}
.content-right{
	padding: 14px 0;
	position: relative;
	text-align: center;
	flex-basis: 50%;
}
.content-right::before{
	content: '';
	height: 48px;
	width: calc(100% + ((100vw - 1170px) / 2));
	/* width: calc(100vw - (1170px / 2)); */
	position: absolute;
	right: calc((((100vw - 18px) - 1170px) / 2) - ((((100vw - 18px) - 1170px) / 2) * 2));
	top: 25%;
	background: var(--color-primary);
	clip-path: polygon(0 100%, 100% 100%, 100% 0%, 3% 0);
}
.header_top__title{
	font-size: 17px;
	margin: 14px 0 0 0;
	position: relative;
}

.container-header{
	justify-content: space-between;
	align-items: stretch;
}
.contenedor_logo{
	position: relative;
	padding: 1em 0;

	flex-basis: 20%;
}
.submenu,
.submenu_three_lvl {
	width: 190px;
}
.submenu_header_top>li{
	margin: 0 0 5px 0;
	margin-left: 14px;
}
.item_menu{
	position: relative;
	padding-left: 28px;
	margin-left: -60px;
	text-align: left;
}
.item_menu:hover .submenu_header_top,
.menu_header_principal li:hover .submenu {
	opacity: 1;
	transform: scaleY(1);
}
/* .logo{
	width: 39%;
} */
.menu_header_principal {
	float: right;
}
.menu_header_principal>ul>li {
	display: inline-block;
	position: relative;
}
.menu_header_principal>ul>li>a {
	text-transform: uppercase;
}
.menu_header_principal>ul>li {
	margin-right: 14px;
	height: 109px
}
.interior_menu_pricipal {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.search{
	padding: 6px 8px;
	color: white;
	background: var(--color-primary);
}
.search:hover{
	background: blue;
}
.menu_header_principal>ul>li>a{
	position: relative;
	line-height: 109px;
	font-weight: 600;
}
.menu_header_principal>ul>li>a::after{
	content: '';
	height: 2px;
	bottom: -4px;
	background: var(--color-primary);
	position: absolute;
	left: 0;
	width: 0%;
	transition: .3s all ease-in-out;
}
.menu_header_principal>ul>li>a:hover{
	color: var(--color-primary);
}
.menu_header_principal>ul>li>a:hover::after{
	width: 50%;
}
.arrow>li>a::after{
	content: '>';
	font-weight: bold;
	position: absolute;
	right: 10px;
}
.submenu li{
	position: relative;
	margin-left: 14px;
}
.submenu_three_lvl{
	background: white;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 100%;
	z-index: 1;
	top: 0;
	height: auto;
	transition: .5s all ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	padding: 10px 14px;
	text-align: left;
	transform: scaleX(0);
	transform-origin: 0 0 0;
}
.submenu li:hover .submenu_three_lvl{
	transform: scaleX(1);
	opacity: 1;
}

#slider{
	height: 520px;
	overflow: hidden;
}
.slider_mov,
.slick-list,
.slick-track,
.slider_mov .item > figure,
.slider_mov .item > figure > img{
	height: 100%;
}
.slider_mov .item > figure > img{
	object-fit: cover;
}
.slider_mov .item{
	position: relative;
}
.texto-slider{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* background: red; */
	width: 100%;
	color: white;
	text-shadow: 0 0 4px rgba(0, 0, 0, .91);
}
.item figure{
	position: relative;
}
.item figure::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(18, 21, 21, 0.2);
}
.article_slider {
	line-height: 2.9em;
}
.article_slider strong{
	font-size: 1.5em;
}
.article_slider p{
	font-size: 5em;
	font-weight: 700;
	text-transform: uppercase;
}
	/* Slick */
	.slider_mov .slick-prev,
	.slider_mov .slick-next{
		--size-arrow-s: 70px;
		height: var(--size-arrow-s);
		width: var(--size-arrow-s);
		z-index: 1;
		transition: .3s all ease-in-out;
	}
	.slider_mov .slick-prev{
		left: 0;
	}
	.slider_mov .slick-next{
		right: 0;
	}
	.slider_mov .slick-prev:hover,
	.slider_mov .slick-next:hover{
		transform: translate(0, -50%) scale(1.1, 1.1);
	}
	.slider_mov .slick-prev::before,
	.slider_mov .slick-next::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: url(../img/icons/arrow.svg) no-repeat;
		background-size: contain;
		background-position: center;
	}
	.slider_mov .slick-prev::before{
		transform: rotateY(180deg);
	}
	/* Slick */

.welcome{
	margin-top: 0;
	padding-bottom: 54px;
	color: white;
	position: relative;
	background: var(--color-secundary);
	margin-bottom: 63px;
}
.welcome::before{
	content: '';
	height: 110px;
	width: 50%;
	position: absolute;
	left: 0;
	top: -10px;
	background: var(--color-primary);
	clip-path: polygon(0 0, 90% 0%, 100% 100%, 0 100%);
}
.welcome-container{
	align-items: stretch;
}
.educar{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-left: 70px;

	flex-basis: 50%;
}
.welcome_question{
	font-size: 30px;
	font-weight: 900;
	z-index: 2;
	margin: 4% 0px 60px 0;
	line-height: .5em;
	font-weight: 500;
}
.welcome_question__subtitle{
	font-size: 13px;
	line-height: 1;
    margin-top: 14px;
    display: block;
}
.educar p{
	font-size: 1.1em;
	margin-bottom: 42px;
	margin-right: 30px;
}
.welcome-container__figure{
	position: relative;

	/*flex-basis: 40%;*/
	flex-basis: 50%;
}
.welcome-container__figure img{
	position: absolute;
    /*width: 132%;
    bottom: -39%;
	right: 0;*/
	width: 128%;
	bottom: -34%;
	right: 0;
}
.button-default,
.button-secundary,
.button-large,
.button_newsletter{
	color: white;
	background: var(--color-primary);
	padding: 9px 41px;
	border: none;
	transition: .3s all ease-in-out;
}
.button-default:hover,
.button-secundary:hover,
.button-large:hover,
.button_newsletter:hover{
	transform: scale(1.1, 1.1);
	box-shadow: 0 7px 21px rgba(0, 0, 0, .21);
}
.button-large{
	padding: 12px 18px;
	box-shadow: 0 2px 20px rgba(34, 30, 31, 0.2);
	font-weight: bold;
	font-size: 18px;
}
.button-default:hover{
	background: white;
	color: var(--primary);
}
.button_newsletter:hover{
	border: 2px solid var(--color-primary);
	color: var(--primary);
	background: white;
}
.button-contact{
	background: white;
	color: var(--primary);
}

/* Services */
.services{
	margin-bottom: 63px;
}
.services-container{
	justify-content: space-between;
	flex-wrap: wrap;
}
.services-header{
	flex-basis: 100%;
}
.services-header__title{
	font-size: 2.5em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 41px;
	color: var(--primary);
	text-align: center;
}
.services2-header__title{
	font-size: 2.5em;
	font-weight: 700;
	text-transform: uppercase;
	/*margin: 0 0 41px;*/
	color: var(--primary);
	text-align: center;
}
.services-item{
	margin-bottom: 35px;

	flex-basis: calc((100% - 6%) / 2);
}
.services-item__figure{
	height: 300px;
	border-radius: 4px;
	overflow: hidden;
}
.services-item__figure img{
	height: 100%;
	object-fit: cover;
}
.services-item__text{
	box-shadow: 0 7px 21px rgba(0, 0, 0, .21);
	background: white;
	border-radius: 4px;
	padding: 1em;
	margin-top: -1em;
	width: 90%;
	text-align: center;
	font-weight: 400;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.services-item__text-icon{
	position: absolute;
	width: 30%;
	height: 100%;
	opacity: .14;
	top: 0;
	left: 0;
	transform: scale(1.5, 1.5);
	transition: .3s all ease-in-out;
}
.services-item:hover .services-item__text-icon {
	transform: scale(1.7, 1.7);
}
.services-item__text-icon img{
	height: 100%;
	width: 100%;
}
.services-item__title{
	text-transform: uppercase;
	font-size: 19px;
	color: var(--primary);
	font-weight: 700;
}
.services-footer{
	flex-basis: 100%;
}
/* Services */

/* Best Service */
.best-service{
	background: var(--color-secundary);
	z-index: 1;
	margin-bottom: 63px;

	align-items: stretch;
}
.best-service__item{
	position: relative;
	color: white;
	z-index: 3;
	/*padding: 2em 0;*/
	padding: 0;

	flex-basis: 50%;
}
.best-service__item:last-child{
	align-items: flex-start;
}
.best-service__item:last-child::before,
.best-service__item:last-child::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.best-service__item:last-child::before{
	background: url(../img/backgrounds/4.jpg);
	background-size: cover;
}
.best-service__item:last-child::after{
	background: var(--color-primary);
	/*background: #D6AE36;*/
	/*mix-blend-mode: multiply;*/
	opacity: 0.9;
}
.best-service__item-title{
	position: relative;
	z-index: 2;
	margin: 0 0 63px 2em;
	text-transform: uppercase;
	font-size: 1.7em;
	/*color: var(--primary);*/
}
.best-service__item-title::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -50%;
	width: 20%;
	height: 3px;
	border-radius: 3px;
	background: white;
	/*background: var(--primary);*/
}
.best-service__item-text{
	position: relative;
	z-index: 2;

	justify-content: flex-start;
	margin-left: calc((50px / 2) - ((45px / 2) * 2));
	/*color: var(--primary);*/
}
.best-service__icon{
	background: white;
	padding: .7em;
	border-radius: 50%;
	height: 50px;
	margin-right: 2em;

	flex-basis: 50px;
}
.best-service__text{
	flex-basis: 75%;
}
.best-service__text-title{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}
/* Best Service */

/* Nuestros Clientes */
.customers{
	margin-bottom: 63px;
}
.slider-customers__item{
	padding: 1em;
}
.slider-customers{
	margin-bottom: 35px;
}
/* Nuestros Clientes */

/* Gestion */
.gestion{
	background: var(--color-primary);
	color: white;
	padding: 2em 0;
	margin-bottom: 63px;
}
.gestion-header .services-header__title{
	color: white;
}
.gestion-footer{
	width: 35%;
}
.bt-figure{
	width: 12%;
}
.bt-figure2{
	width: 10%;
}
.bts-gestion{
	justify-content: space-evenly !important;
}
.bt-background{
	background: transparent;
    border: none;
    box-shadow: none;
}
.bt-politica{
	width: 16%;
    margin-right: 10px;
}
.bt-politica2{
	width: 24%;
    margin-right: 10px;
}
.gestion-timeline{
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
}
.gestion-timeline__item{
	min-height: 150px;
	position: relative;
}
.gestion-timeline__item:first-child .gestion-timeline__decor-top,
.gestion-timeline__item:last-child .gestion-timeline__decor-bottom{
	display: none;
}
.gestion-timeline__item:nth-child(odd){
	justify-content: flex-start;
}
.gestion-timeline__item:nth-child(odd)::after,
.gestion-timeline__item:nth-child(odd)::before{
	content: '';
	position: absolute;
	width: 77%;
	height: var(--line-timeline-size);
	background: white;
	left: 50%;
	transform: translateX(-50%);
}
.gestion-timeline__item:nth-child(odd)::after{
	top: 100%;
}
.gestion-timeline__item:nth-child(odd)::before{
	bottom: 100%;
}
.gestion-timeline__item:first-child::before,
.gestion-timeline__item:last-child::after{
	content: none;
}

/* curva timeline */
.gestion-timeline__decor-top,
.gestion-timeline__decor-bottom{
	position: absolute;
	z-index: 1;
	overflow: hidden;
	width: var(--icon-timeline-size);
	height: var(--icon-timeline-size);
}
.gestion-timeline__decor-top{
	top: calc(var(--line-timeline-size) - (var(--line-timeline-size) * 2));
	padding-top: 2px;
}
.gestion-timeline__decor-bottom{
	bottom: calc(var(--line-timeline-size) - (var(--line-timeline-size) * 2));
}
.gestion-timeline__decor-top::before,
.gestion-timeline__decor-bottom::before{
	content: '';
	position: absolute;
	left: 50%;
	width: calc(var(--icon-timeline-size) * 2);
	height: calc(var(--icon-timeline-size) * 2);
	border: var(--line-timeline-size) solid white;
	border-radius: 10px;
}
.gestion-timeline__decor-bottom::before{
	bottom: 0;
}
.gestion-timeline__decor-top::before{
	top: 0;
}
.gestion-timeline__item:nth-child(odd) .gestion-timeline__decor-top,
.gestion-timeline__item:nth-child(odd) .gestion-timeline__decor-bottom{
	left: 0;
}

.gestion-timeline__item:nth-child(even) .gestion-timeline__decor-top,
.gestion-timeline__item:nth-child(even) .gestion-timeline__decor-bottom{
	right: 0;
}
.gestion-timeline__item:nth-child(even) .gestion-timeline__decor-top::before,
.gestion-timeline__item:nth-child(even) .gestion-timeline__decor-bottom::before{
	right: 50%;
	left: initial;
}
/* curva timeline */

.gestion-timeline__item:nth-child(even){
	flex-direction: row-reverse;
	justify-content: flex-start;
}
.gestion-timeline__item:nth-child(even) .gestion-timeline__icon{
	margin-left: 1em;
	margin-right: initial;
}

.gestion-timeline__item:nth-child(even) .gestion-timeline__decor-top{
	top: 0;
}
.gestion-timeline__item:nth-child(even) .gestion-timeline__decor-bottom{
	bottom: 0;
}
.gestion-timeline__icon{
	border-radius: 50%;
	background: white;
	padding: 1em;
	margin-right: 1em;
	height: var(--icon-timeline-size);
	position: relative;
	z-index: 2;

	flex-basis: var(--icon-timeline-size);
}
.gestion-timeline__text p{
	margin: 0;
}
/* Gestion */

/* Certification */
.certification{
	margin-bottom: 63px;
}
.certification-content{
    display: flex;
	text-align: center;
}
.certification-figure{
	width:20%;
	margin: 0 auto;
}
/* Certification */

/* Video  */
.video{
	position: relative;
	padding: 4em 0;
}
.video-figure__cover{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	/*height: auto;*/
	z-index: -1;
}
.video-figure__cover img{
	height: 100%;
	object-fit: cover;
}
.video-figure__cover::before{
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--color-primary);
	/*mix-blend-mode: multiply;*/
}
.video-header{
	text-align: center;
	margin-bottom: 45px;
	color: white;
}
.video-header .services-header__title{
	color: white;
	margin-bottom: .1em;
}
.services-header__subtitle{
	font-size: 1em;
	margin: 0;
}
.video-etusac{
	border-radius: 7px;
	width: 70%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0 0 14px rgba(0, 0, 0, .91);
}
/* Video */


/* Operaciones */
.operaciones{
	background: #f0f0f0;
	padding: 5em 0;
}
.operaciones-content__timeline{
	position: relative;

	justify-content: flex-end;
	flex-wrap: wrap;
}
.operaciones-content__timeline::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 4px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: var(--primary);
	z-index: 1;
}
.operaciones-content__timeline-item{
	width: calc(50% + (var(--size-icon-o) / 2));
	margin-bottom: 63px;
	z-index: 2;

	justify-content: space-between;
	align-items: stretch;
}
.operaciones-content__timeline-item:nth-child(odd){
	margin-left: auto;
}
.operaciones-content__timeline-item:nth-child(even){
	margin-right: auto;
	flex-direction: row-reverse;
}
.timeline-item__icon{
	background: var(--color-primary);
	padding: 1em;

	flex-basis: var(--size-icon-o)
}
.timeline-item__description{
	position: relative;
	padding: 1em;
	background: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, .14);

	justify-content: flex-start;
	flex-basis: calc((100% - var(--size-icon-o)) - 1em);
}
.operaciones-content__timeline-item:nth-child(even) .timeline-item__description{
	flex-direction: row-reverse;
}
.timeline-item__description p{
	margin: 0;
	line-height: 1.3;
}
.timeline-item__description::before,
.timeline-item__description::after{
	content: '';
	position: absolute;
	background: var(--color-primary);
}
.timeline-item__description::before{
	top: 0;
	left: 0;
	height: 100%;
	width: 4px;
}
.timeline-item__description::after{
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
	height: 2px;
	width: var(--size-icon-o);
	z-index: -1;
}
.operaciones-content__timeline-item:nth-child(even) .timeline-item__description::before{
	right: 0;
	left: initial;
}
.operaciones-content__timeline-item:nth-child(even) .timeline-item__description::after{
	left: 100%;
	right: initial;
}
.operaciones-content__timeline-item:last-child{
	margin: 0 auto;
	align-self: initial;
	width: 100%;
	flex-direction: initial;
	justify-content: center;
}
.timeline-item__figure{
	height: 200px;
	box-shadow: 0 0 14px rgba(0, 0, 0, .91);

	flex-basis: 40%;
}
.timeline-item__figure img{
	height: 100%;
	object-fit: cover;
}
/* Operaciones */
.cursos {
	padding: 50px 0;
}
.header_cursos,
.header_news,
.header_estadisticas {
	flex-direction: column;
	position: relative;
}
.header_cursos,
.header_news{
	color: var(--color-secundary);
}
.header_estadisticas{
	color: #fff;
}
.header_cursos{
	margin-bottom: 100px;
}
.header_cursos h1,
.header_news h1,
.header_estadisticas h1{
	font-weight: 900;
	font-size: 30px;
	margin: 0;
}
.header_cursos h2,
.header_news h2,
.header_estadisticas h2{
	margin: 0 0 24px 0;
	font-size: 14px;
}
.centrar {
	/* este clase servira para centrar un elemento, si se deseara cambiar los valores es preferible borrar esta clase de la etiquet y agregar una nueva con nuevos valores */
	display: flex;
	justify-content: center;
	align-items: center;
}
.centrar_vertical{
	/* este clase servira para centrar mas de un elemento, si se deseara cambiar los valores es preferible borrar esta clase de la etiquet y agregar una nueva con nuevos valores */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.header_cursos::after,
.header_news::after,
.header_estadisticas::after {
    bottom: -8px;
	content: "";
    height: 22px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
	z-index: 2;
	background-color: white;
}
.header_cursos::after,
.header_news::after{
	background-image: url(../img/icons/truck.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border-radius: 50%;
}
.header_estadisticas::after{
	background-image: url(../img/cap-white.jpg);
	background-repeat: no-repeat;
}
.header_cursos::before,
.header_news::before,
.header_estadisticas::before {
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 230px;
}
.header_cursos::before,
.header_news::before{
	background: var(--primary);
}
.header_estadisticas::before{
	background: #fff none repeat scroll 0 0;
}
.cursos_item{
	padding: 0 10px;
	margin-bottom: 63px;

	flex-basis: calc((100% - 2%) / 2);
}
.item_curso,
.item_news {
	background: #fdfdfd none repeat scroll 0 0;
	transition: all 0.3s ease 0s;
	border-bottom: 3px solid var(--color-primary);
}
.item_curso{
	padding: 0 35px 35px;
	height: 100%;
}
.item_curso:hover,
.item_news:hover{
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
}
.item_curso:hover .cursos_img{
	filter: brightness(85%);
}
.cursos_img{
	width: 100%;
	height: 300px;
	margin-top: -35px;
	display: inline-block;
	transition: .3s all ease-in-out;
	overflow: hidden;
}
.cursos_img img{
	height: 100%;
	object-fit: contain;
}
.cursos_content header h4{
	font-family: 'Gentona-ExtraBoldDEMO',
	sans-serif;
}
.cursos_content header, .cursos_content header a{
	color: var(--color-secundary);
}
.cursos_details {
	margin-bottom: 18px;
}
.cursos_master>span{
	color: #696969;
}
.cursos_master>span>span{
	color: var(--color-secundary);
}
/* .cursos_description{
	 min-height: 116px;
} */
.cursos_description p{
	font-size: 1.5rem;
	line-height: 1.9rem;
	text-align: justify;
	margin-bottom: 1em;
}
.btn_curso{
	margin-bottom: -19.5px;
	margin-top: 50px;
}
.button-secundary:hover,
.button-large:hover {
	background: var(--color-secundary);
	color: white;
}
.contenedor-btn-all {
	padding: 100px 0 0 0;
}
.estadisticas{
	background-image: url(../img/pattern.jpg);
	padding: 100px 0;
}
.factor_single{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.factor_single h3{
	position: relative;
	font-size: 30px;
	margin: 0 0 27px 0;
}
.factor_single h2{
	font-size: 62px;
	margin: 0;
}
.factor_single h2, .factor_single h3{
	font-family: 'Gentona-ExtraBoldDEMO';
	color: white;
}
.factor_single h3::after{
    background-color: #ffffff;
    bottom: -11px;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 77px;
}
.factor_single h2 i{
	font-size: 35px;
}
.news{
	/*padding: 50px 0 70px 0;*/
	padding: 50px 0 0 0;
}
.header_news, .header_estadisticas{
	margin-bottom: 50px;
}
.container_noticias{
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}
.noticias_item{
	margin-bottom: 35px;

	flex-basis: calc((100% - 4%) / 2);
}
.noticias_item_single{
	background-color: #f6f6f6;
	transition: .3s all ease-in-out;
	height: 100%;

	align-items: stretch;
}
.noticias_item_single:hover{
	box-shadow: 2px 5px 25px rgba(34, 30, 31, 0.25);
}
.noticias_item_img{
	flex-basis: 40%
}
.noticias_item_img a img{
	height: 100%;
	object-fit: cover;
}
.description_news{
	padding: 2em;
	border-bottom: 2px solid var(--color-primary);

	flex-basis: 60%;
}
.description_news_details{
	padding: 10px
}
.description_news_details span{
	align-self: flex-start;
}
.description_news h3,
.description_news_details h3{
	margin: 0 0 10px 0;
	font-weight: 700;
}
.description_news span i,
.description_news span p,
.description_news_details span i,
.description_news_details span p{
	display: inline;
	font-size: 13px;
}
.description_news>p,
.description_news_details>p{
	font-size: 14px;
	line-height: 1.9rem;
	margin: 0 0 20px 0;
}
.description_news span i,
.description_news_details span i{
	margin-right: 10px;
}
.footer{
	position: relative;
	background: var(--color-secundary);
	color:white;
}
.footer::before{
	/* content: ''; */
	height: 148px;
	width: 48%;
	position: absolute;
	left: 0;
	top: -20px;
	background: var(--color-primary);
	clip-path: polygon(0 0, 90% 0%, 100% 100%, 0 100%);
}
.title_footer{
	color: white;
	padding-top: 26px;
}
.title_footer h2{
	font-weight: 900;
}
.title_footer h2, .title_footer h3{
	margin: 0;
}
.input_newsletter{
	height: 100%;
	overflow: hidden;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 9.7% 100%);
	width: 90%;
	float: right;
	padding: 36px 0;
}
.input_newsletter form{
	height: 100%;
}
.content_form{
	display: flex;
}
.content_form input, .content_form button{
	display: inline;
	border: none;
}
.content_form input{
	width: 70%;
}
.content_form button{
	width: 30%;
}
.content_form input{
	height: 56px;
	border: none;
	padding: 0 0 0 40px;
}
.logo_footer_white{
	width: 90%;
}
.footer_middle{
	padding: 40px 0 0;
	/* display: inline-block; */
	/* width: 100%; */
}
/* .logo_footer{
	margin-bottom: 24px;
} */
.footer_parrafo{
	line-height: 1.5rem;
	font-size: 14px;
}
.icons_fan_page{
	display: flex;
	margin: 27px 0 0 0;
}
.icons_fan_page i{
	color: var(--color-secundary);
	height: 31px;
	width: 31px;
	background-color: var(--primary);
	font-size: 17px;
	margin-right: 13px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	transition: .4s background-color ease-in-out;
	cursor: pointer;
}
.icons_fan_page i:hover{
	color: #fff;
	background: var(--color-primary);
	transform: scale(1.09,1.09);
}
.col_footer_info h3, .col_footer_enlaces h3, .col_footer_photos h3{
	font-weight: 700;
	margin: 0 0 37px 0;
}
.content_list{
	/* esta clase sera para ordenar contenido en forma vertical (lista) sin la necesidad de usar UL de requerir cambios en sus valores se recomienda crear otra clase a la etiqueta*/
	display: flex;
	flex-direction: column;
}
.col_footer_info a, .col_footer_enlaces a{
	color: white;
	transition: .3s all ease-in-out;
}
.col_footer_info a:hover, .col_footer_enlaces a:hover{
	color: var(--color-primary);
}
.horarios{
	font-weight: 600;
	font-style: italic;
}
.col_footer_info span i, .col_footer_info span p{
	display: inline-block;
	font-size: 13px;
}
.col_footer_info span i{
	width: 17px;
}
.col_footer_enlaces{
	font-size: 16px;
}
.grid-gallery{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-gap: 17px;
}
.grid-gallery figure{
	position: relative;
	height: 70px;
	overflow: hidden;
	transition: .3s all ease-in-out;
}
.grid-gallery figure img{
	height: 100%;
	object-fit: cover;
}
.grid-gallery figure:hover, .item_gallery:hover{
	transform: scale(1.09, 1.09);
}
.item_gallery img{
	height: 100%;
	object-fit: cover;
}
.item_gallery video{
	height: 100%;
}
.grid-gallery figure::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(129,31,32,.7);
	opacity: 0;
	transition: .2s all ease-in-out;
}
.grid-gallery figure::after{
	content: '+';
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 900;
	font-size: 45px;
	opacity: 0;
	transition: .4s all ease-in-out;
}
.grid-gallery figure:hover::after, .grid-gallery figure:hover::before{
	opacity: 1;
}
.footer_bottom{
	background: var(--color-primary);
	font-size: 13px;
}
.footer_bottom_content{
	display: flex;
	/*justify-content: space-between;*/
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}
.footer_bottom_content p{
	margin: 0;
}
.evolucion{
	color: yellow;
	transition: .3s all ease-in-out;
}
.evolucion:hover{
	color: violet;
	font-size: 14.5px;
}

/* menu responsive */
.navbar{
	margin: 0;
}
.navbar-nav>li>a{
	color: #696969 !important;
	text-transform: uppercase;
}
/* menu responsive */

.banner_interior{
	padding: 20px 0;
	position: relative;
	background: var(--color-primary);
	height:170px;
}
.banner_interior img{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	/*filter: brightness(50%);*/
}
.banner_interior_text{
	color: white;

}
.banner_interior_text h1{
	position: relative;
	margin: 0 0 52px 0;
	z-index: 3;
}
.banner_interior_text h1::after{
	background-color: #fff;
    bottom: -100%;
    content: "";
    height: 29px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 2px;
}
.bread-crumb-bar{
	z-index: 3;
}
.bread-crumb-list>li{
	margin: 0 17px;
}
.bread-crumb-list>li>a{
	color: white;
	position: relative;
}
.bread-crumb-list>li>a:hover{
	color: var(--color-primary);
}
.bread-crumb-list>li>a::after{
	content: '>';
	color: #fff;
	top: -5px;
	right: -22px;
	font-size: 17px;
	font-weight: 900;
    position: absolute;
}
.quienes_somos_contenedor,
.detail_news {
	padding: 50px 0;
}
.header_historia, .mision_vision{
	margin-top: 50px;
}
.historia, .quienes_somos_text, .mision_vision_item{
	line-height: 2rem;
	text-align: justify;
}

.quienes_somos_text p,
.mision_vision p{
	color: #000;
	font-size: 16px;
	line-height: 1.4;
}
.desc_pro{
	display: none;
}
.mision_vision_item{
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 330px;
	text-align: justify;
}
.niveles, .admision, .galeria{
	/*padding: 70px 0;*/
	padding:40px 0 40px 0;
}
.niveles_description{
	padding: 30px 0;
}
.section_niveles{
	margin: 50px 0;

	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.col-niveles{
	height: 100%;
}
.list-niveles li i{
	margin-right: 7px;
}
.item_admision{
	padding: 20px;
	margin: 20px 0;
}
.description_admision{
	padding: 30px;
}
.description_admision header h5, .description_admision header h6{
	font-weight: 900;
	color: var(--color-secundary);
	margin: 0;
}
.description_admision h5{
	font-size: 25px;
}
.grid-admision{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.grid-gallery, .grid_videos{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	/* grid-template-rows: 1fr; */
	grid-gap: 20px;
	margin: 20px 0;
}
.item_gallery,
.item_relacion {
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	transition: .3s all ease-in-out;
}
.item_gallery{
	height: 211px;
	/* width: 376px; */
}
.item_gallery figcaption, .item_relacion figcaption{
	height: 0;
	position: absolute;
	bottom: 0;
	color: black;
	background: #d9d9d8;
	width: 100%;
	transition: .3s all ease-in-out;
	text-align: center;
	line-height: 1.5rem;
}
.item_gallery:hover, .item_relacion:hover{
	box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
}
.item_gallery:hover figcaption,
.item_relacion:hover figcaption {
	height: 40px;
	padding: 5px 20px;
}
.title_gallery h2, .title_gallery p, .detail-header h4, .detail-header h5{
	font-weight: 900;
	color: var(--color-secundary);
}
.title_gallery h2{
	margin: 0;
}
.detail_gallery{
	padding: 50px 0;
}
.single-detail {
	padding: 33px 0;
}
.datil-item-photo{
	padding: 0 10px;
}
.detail-photo-img{
	margin-left: -35px;
}
.detail-photo-description{
	text-align: justify;
}
.detail-header h4{
	font-size: 21px;
}
.content-relaciones{
	padding: 0 10px;
}
.grid-fotos{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
}
.detail-photo-video{
	width: 100%;
	padding: 0;
	transition: .3s all ease-in-out;
}
.detail-photo-video:hover{
	box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
}
.news_body {
	padding: 50px;
}
.new_news{
	clear: both;
}
.news_aside{
	margin-bottom: 10px;
}
/* Google Maps */
#googleMap{
	width: 100%;
	height: 400px;
}
/* Google Maps */
.contact{
	padding: 40px 0 50px 0;
}
.list-contact{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 2%;
}
.list-contact dt{
	font-size: 900;

	font-size: 19px;
}
.list-contact dd{

	margin: 0 0 8px 0;
}
/* .contenedores_input{
	display: grid;
	grid-template-columns: 1fr	;
	grid-gap: 40px;
	 margin: 20px 0;
} */

.casilla_input, .casilla_textarea{
	display: flex;
	flex-direction: column;
}
.casilla_input input,
.casilla_textarea textarea,
.casilla_input select{
	background: #f1f1f1;
	border: none;
	padding: 10px 12px;
	font-size: 15px;
}
.footer_form{
	margin: 20px 0;
}
.block-textarea textarea{
	height: 366px;
}
.button_contact{
	background: var(--color-primary);
	color: white;
	border: 2px solid var(--color-primary);
	padding: 7px 20px;
	font-weight: 600;
	transition: .4s all cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.button_contact:hover{
	color: var(--color-primary);
	background: white;
	border: 2px solid var(--color-primary);
	padding: 7px 40px;
}

.header-services{
	/*margin-bottom: 113px;*/
	margin-bottom:100px;
}
.gallery-flota{
	display: grid;
	grid-template-columns: repeat(3, calc((100% - 4%) / 3));
	justify-content: space-between;
}
.gallery-flota__figure{
	margin-bottom: 21px;
	transition: .3s all ease-in-out;
}
.gallery-flota__figure:hover{
	box-shadow: 0 0 14px rgba(0, 0, 0, .41);
	transform: scale(1.05, 1.05);
}
.gallery-flota__figure img{
	height: 100%;
	object-fit: cover;
}
.valores{
	margin-bottom: 65px;
}
.valores-content{
	text-align: center;
}
.valores-content__title{
	font-weight: 700;
	color: var(--primary);
}
.video-content{
	text-align: center;
}
.descripcion-servicio{
	margin-bottom: 40px;
}



.menu-main__list{
	justify-content: space-between;
	align-items: stretch;
	height: 100%;
}
.menu-main__list-items{
	flex-grow: 1;
	text-align: center;
	position: relative;
	height: 100%;
}
.menu-main__list-items>a {
	padding: .5em;
	border-bottom: 2px solid transparent;
	transition: .2s all ease-in-out;
	height: 100%;
}
.menu-main__list-items>a:hover {
	border-bottom: 2px solid white;
}
/* Sub Menu */
.sub-menu{
	position: absolute;
	z-index: 9;
	left: 0;
	top: 70%;
	background: var(--color-primary);
	overflow: hidden;
	transition: .20s all ease-out;
	transform: rotateX(90deg);
	transform-origin: top;
	width: auto;
	box-shadow: 0 0 7px rgba(0, 0, 0, .37);
}
.sub-menu__items{
	width: 100%;
}
.sub-menu__items>a{
	padding: .8em;
	font-size: 11px;
	border-bottom: 1px solid transparent;
	white-space: nowrap;
	color: #fdeaaa;
	text-align: left;
	font-weight: 600;
	border-top: 1px solid #d7d7d7;
}
.enlace-block{
	display: block;
}
.sub-menu__items>a:hover{
	background: #696969;
	color: #fdeaaa;
}
.menu-main__list-items:hover .sub-menu{
	transform: rotateX(0deg);
}

.footer_grid{
	display: grid;
    grid-template-columns: 1fr 1fr;
}
.footer_grid .content_list:last-child{
	grid-column: span 2;
}
/*==== valores ====*/
.datos-valores{
	display: flex;
	justify-content: center;
	align-content:center;
}
.datos-valores img{
	width: 8%;
	height: 8%;
	padding-top: 5px;
}
.datos-valores h4{
	/* margin-left: 7px; */
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	margin: 6px;
	font-weight: normal;
	text-transform: capitalize;
}
.text-valores{
	display: block;
	font-size:14px;
	margin: 10px;
	font-weight: normal;
	text-transform: initial;

}
.services-item__title br{
	display: none;
}
.services-item__description br{
	display: none;
}
.descripcion-plataformas>p{
	font-size: 16px;
    line-height: 2.5;
}
.item-title-clientes{
	margin-bottom: 30px;
}
.figure-relativo{
	position: relative;
}
.block-hover-servicios{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s ease 0s;
	z-index: 2;
}
.block-hover-servicios::before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	z-index: -1;
}
.figure-relativo:hover .block-hover-servicios{
	opacity: 1;
}
.block-hover-servicios span{
	color: #fff;
}
.descripcion-temas{
	line-height: 2;
}
.block-tolvas{
	margin: 0 auto 42px;
}
/*== cambios-seccion-contactos ==*/
.block-contactos{
	margin: 0 2%;
}
.container-contactanos {
	display: grid;
	grid-template-columns: 39% 59%;
	grid-gap: 2%;
}
.block-formulario {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2%;
}
.block-datos-contact{
	display:flex;

}
.block-input{
	margin-bottom: 34px;
}
.title-contactos{
	text-align: center;
}
.item-title-clientes {
	margin-bottom: 30px;
	margin-top: 52px;
}
/* ===== */
.servicio-item-tolva{
	margin: auto;
}

.item-text-mision p{
	font-size: 21px;
	line-height:1.8;
}
.item-text-vision p{
	font-size: 22px;
	line-height:1.8;
}
.block-cambiar-row{
	margin-right: 0;
}
.figure-item-politica{
	width: 23%;
}
.item_curso {
    padding: 0px 35px 0px;

}
.panel__confirmacion{
  position: absolute;
  height: 0%;
  width: 100%;
  background: #fff;
  z-index: 3;
  opacity: 0;
  transition: .3s all ease-in-out;
}
.active__panel__confirmacion{
  height: 100%;
  opacity: 1;

}

.iconWhatsapp{
  position: fixed;
  left: 3%;
  bottom: 8%;
  width: 6rem;
  z-index: 99;
  transform: scale(1);
  filter: saturate(3);
  transition: all .3s ease-out;
}
.iconWhatsapp:hover{
  transform: scale(1.1);
}




