/*------- SERVICIOS -------*/
.conten_servicios{
	width: 100%;
	max-width: 1500px;
	margin: 50px auto;
}
h3, p{
	font-family: sans-serif;

}
.servicios{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inter_cent{
	justify-content: center;
}
.inter_service{
	width: 500px;
	padding: 50px 30px;
	&:hover .hover_log{
		transform: translateY(6px);
		translate: 15px;
		opacity: 1;
	}
	&:hover .title_log h3{
		border: 2px solid #2071b2;
		
	}
}
.inter_service p{
	text-align: justify;
	line-height: 25px;
}
/*------ TITULO SERVICIOS ------*/
.title_servicios{
	margin: 0 auto;
	text-align: center;
	padding: 20px;
	width: 800px;
	height: 100px;
	font-size: 2.5rem;
	color: rgb(31, 31, 31);
	border: 2px solid transparent;
	transition: .3s;
	&:hover{
		border:2px solid  #2071b2;
		font-size: 2.3rem;
	}
}
.title_log{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size: 1.6rem;
}
.title_log span{
	padding: 30px;
	/*--- color de iconos ---*/
	background-color: #2071b2;
	color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.title_log h3{
	margin-left: 20px;
	padding: 10px;
	transition: border .3s;
	border: 2px solid transparent;
}
.hover_log{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	border-radius: 50%;
	width: 0px;
	height: 0px;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-color: #3f3f3f;
	transition: .3s;
	opacity: 0;
	-webkit-box-shadow: -12px 2px 15px 4px rgba(0,0,0,0.72);
	-moz-box-shadow: -12px 2px 15px 4px rgba(0,0,0,0.72);
	box-shadow: -12px 2px 15px 4px rgba(0,0,0,0.72);
}




/*---------  ESTILOS DE CONFIANZA EDITORIAL ----*/

.libreria{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.libreria_inter{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 800px;
	overflow: hidden;
	height: 450px;
	flex-wrap: wrap;
	margin: 0 50px;
	overflow: hidden;
	background-color:;
	&:hover > .text > div{
		translate: 200%;
	}
	&:hover > .text > span{
		transform: translate(0);
	}
	&:hover > .text_img > img{
		z-index: -1;
		transform: translate(-20px);
	}
	&:hover > .text_0_1::after{
		left: 0;
		/*-- color de fondo de img --*/
		background-color: rgb(100,149,237, .6);
	}
	&:hover > .text_1_1::after{
		left: 0;
		/*-- color de fondo de img --*/
		background-color: rgba(90, 90, 90, .6);
	}
	&:hover > .text > .move_img{
		left: 0;
	}
}
.text{
	width: 300px;
	color: #fff;
	font-family: sans-serif;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
	position: relative;
}
.text div{
	transition: .4s;
	z-index: 2;
}
.text h3{
	font-size: 1.4rem;
	font-weight: bold;
	margin: 15px;
	text-align: center;
	transition: .4s;
}
.text p{
	font-size: 1rem;
	text-align: justify;
	font-weight: 400;
}
.text_parraf{
	padding: 30px;
}
.text_img{
	position: relative;
	&::after{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: -100%;
		content: "";
		z-index: -1;
		transition: .4s;
	}
}
.text_img img{
	z-index: -1;
	transition: .5s;
}
.text_img span{
	position: absolute;
	padding: 30px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: ;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: translate(-100%);
	transition: transform .4s;
}
.parraf_delay{
	transition: .4s;
}
.move_img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 100%;
	object-fit: cover;
	transition: .3s;
	z-index: 1;
	filter: blur(2px);
}


/*---- colores de cuadros de texto ----*/
.text_0{
	background-color: rgb(100,149,237);
}
.text_1{
	background-color: rgb(90, 90, 90);
}

/*------- ESTILOS DE CUADROS -------*/
.section_cuadros{
	width: 100%;
	max-width: 1400px;
	display: flex;
	margin: auto;
	justify-content: end;
	position: relative;
}
/*----- IMAGEN DE FONDO ----*/
.section_cuadros .content_cua{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin-left:20px;
	padding: 30px;
	width: 100%;
	max-width: 900px;
}
.section_cuadros .content_cua div{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	&:hover > img{
		translate: 10px;
	}
	&::after{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		transition: .3s;
		background-color: rgba(0, 145, 255, .2);
	}
	&:hover::after{
		top: 100%;
		background-color: transparent;
	}
}

.content_cua div .imag_mob{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .4s;
}


/*------- CUADROS INTERNOS ----*/
.section_cuadros .cuadros{
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	width: 600px;
	height: 600px;
	padding: 10px;
}
.section_cuadros .cuadros .cubos{
	width: 250px;
	height: 250px;
	background-color: #fff;
	padding: 30px 30px 50px 30px;
	display: flex;
	flex-direction: column;
	margin-right: 20px;
	z-index: 1;
	&:hover > span{
		color: rgb(100,145,245);
		transform:scale(1.3);
	}
}
.cubos h3{
	font-family: sans-serif;
	letter-spacing: 1.3px;
	font-size: 1rem;
	margin: 10px 0;
}
.cubos a{
	font-size: .68rem;
	color: #000;
	text-decoration: none;
	position: relative;
	letter-spacing: 1.4px
	&:hover{
		color: rgb(119, 136, 153);
	}
}
.cubos a::after{
	content: "";
	width: 100px;
	height: 3px;
	background-color: rgb(100,145,245);
	top: 20px;
	left: 0;
	position: absolute;
	transition: .3s;
}
.cubos a:hover::after{
	background-color: rgb(135,206,250);
	width: 110px;
}
.cubos span{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 4px solid rgb(100,145,245);
	transition: .3s;	
}

/*------ Cuadros de colores -------*/
.Content_cuadros_color{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	margin: auto;
}
.cuadrs{
	min-width: 400px;
	height: 280px;
	padding: 50px;
	color: #fff;
	display: flex;
	flex-direction: column;
	&:hover > span{
		scale:1.6;
		translate: 30%;
	}
}
.cuadrs span{
	font-size: 2rem;
	padding: 0 0 20px 0;
	transition: .3s;
}
.cuadrs h3{
	font-size: 1.4rem;
}
.cuadrs p{
	padding: 10px 0;
}

/*----- color de cuadros -----*/
.clr_1{background-color: #3f3f3f;}
.clr_2{background-color: #2071b2;}
.clr_3{background-color: #868686;}
.clr_4{background-color: #2b96ed;}

/*----- Aprendizaje -----*/
.aprendizaje_content{
	width: 100%;
	height: 90vh;
	padding: 20px 30px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.wabe_fixed{
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	/*---- imagen de animacion de ola ----*/
	background-image: url(../img/wabe_gris.png);
	background-size: 1000px 700px;
	/*--- velocidad de animacion*/
	animation: bandera 3s  linear infinite;
}
.background_fixed{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.background_fixed img{
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
	z-index: 0;
}

@keyframes bandera {
	0%{
		background-position-x: 0;
	}
	100%{
		background-position-x: 100px;
	}
}



.aprendizaje{
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
	max-width: 1200px;
	z-index: 5;
	gap: 25px;
	background-color: #fff;
}

.text_aprendizaje{
	padding-left: 30px;
	max-width: 750px;
}
.text_aprendizaje h2{
	color: #2071b2;
	font-size: 2rem;
	width: 100%;
	max-width: 450px;
	margin-bottom: 20px;
	line-height: 25px;
	letter-spacing: 1.3px;
	z-index: 12;
}
.text_aprendizaje p{
	width: 100%;
	max-width: 500px;
	text-align: justify;
}

/*--- estilos de video ---*/
.video_yt{
	width: 450px;
	height: 250px;
	overflow: hidden;
	position: relative;
    &:hover #open_vd{
        transform: scale(1.2);
    }
}
#open_vd{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    cursor: pointer;
    transition: transform .3s;

}
.open_vd{
    display: none;
    z-index: -6;
}


.video{
	width: 100%;
	height: 100%;
}


.complete_video{
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .9);
	position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.complete_video iframe{
	width: 90%;
	height: 90%;
	max-width: 1200px;
    max-height: 700px;
}
