.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}
.degradado {
	width: 100%;
	height: 100%;
	padding: 0 var(--padding_rl);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	/* background: linear-gradient(0deg, rgb(0, 0, 0) 0%, transparent 70%), linear-gradient(180deg, rgb(0, 0, 0) 0%, transparent 40%); */
	background: linear-gradient(90deg, rgb(0, 0, 0) 0%, transparent 70%), linear-gradient(270deg, rgb(0, 0, 0) 0%, transparent 20%);
}
/* @media(min-width: 1200px){
   .degradado{
      background: linear-gradient(90deg, rgb(0, 0, 0) 0%, transparent 70%), linear-gradient(270deg, rgb(0, 0, 0) 0%, transparent 20%);
    }
 } */
.font_openSans {
	font-family: "open sans";
}

.tit_sub {
	/* font-size: 1.3rem; */
	position: relative;
	display: inline-block;
}
.tit_sub::before {
	content: "";
	position: absolute;
	bottom: -25px;
	height: 2px;
	width: 50px;
	left: 0;
	background: var(--color1);
}

.tit_supra {
	position: relative;
	display: inline-block;
}
.tit_supra::before {
	content: "";
	position: absolute;
	top: -15px;
	height: 2px;
	width: 50px;
	left: 0;
	background: var(--color1);
}

.capitulos {
	background: #212121;
}

.capitulos section {
	padding: 50px 40px;
}
@media (min-width: 768px) {
	.capitulos section {
		padding: 7% 8.33%;
	}
}
.capitulos .hero {
	width: 100%;
	height: 350px;
	position: relative;
	z-index: 5;
}
/* #hero_0 {
	background: url("../img/home/fondos/bg_pag_0.jpg") no-repeat center/cover;
}
#hero_1 {
	background: url("../img/home/fondos/bg_pag_1.jpg") no-repeat center/cover;
}
#hero_2 {
	background: url("../img/home/fondos/bg_pag_2.jpg") no-repeat center/cover;
}
#hero_3 {
	background: url("../img/home/fondos/bg_pag_3.jpg") no-repeat center/cover;
}
#hero_4 {
	background: url("../img/home/fondos/bg_pag_4.jpg") no-repeat center/cover;
} */

/* @media (min-width: 992px) {
	#hero_0 {
		background: url("../img/home/fondos/bg_pag_0.jpg") no-repeat center 25% / cover;
	}
	#hero_1 {
		background: url("../img/home/fondos/bg_pag_1.jpg") no-repeat center 25% / cover;
	}
	#hero_2 {
		background: url("../img/home/fondos/bg_pag_2.jpg") no-repeat center 25% / cover;
	}
	#hero_3 {
		background: url("../img/home/fondos/bg_pag_3.jpg") no-repeat center 25% / cover;
	}
	#hero_4 {
		background: url("../img/home/fondos/bg_pag_4.jpg") no-repeat center 35% / cover;
	}
} */

.capitulos .hero::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 100px;
	width: 100%;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(33, 33, 33, 1) 0%, rgba(33, 33, 33, 0) 100%);
}
.header_capitulo {
	width: 100%;
	height: 50px;
	background: var(--color1);
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.header_capitulo .botonera_header {
	/* width: 45%; */
	padding-right: var(--padding_rl);
}
@media (min-width: 992px) {
	.header_capitulo {
		height: 60px;
	}
}
@media (min-width: 1200px) {
	.header_capitulo {
		height: 80px;
		/* top: auto;
		bottom: 0; */
	}
}
.linea_separa {
	background: #464444;
	height: 1px;
	width: 100%;
}

.secc_bg_desk .bg_desk {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
}
.contenedor_video {
	position: relative;
}
.overlay_video {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
	color: white;
}
.btn_play {
	font-size: 5rem;
	color: white;
	transition: 0.5s all ease;
}
.overlay_video:hover .btn_play {
	transform: scale(1.1);
}

/* recordatorio notificacion */
.notificacion {
	position: absolute;
	top: 20%;
	padding: 25px 45px 25px 25px;
	right: 0;
	background: #1e1e1e;
	display: flex;
	align-items: start;
}
.txt_notificacion_1 {
	font-size: 16px;
}
.txt_notificacion2 {
}
.notificacion_acceder {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
}
.notificacion_acceder::before {
	content: "";
	position: absolute;
	bottom: -2px;
	height: 2px;
	width: 100%;
	left: 0;
	background: var(--color1);
}

/* seccion con las actividades */
.box_respuestas,
.box_pregunta {
	padding: 50px 40px;
	background: #2b2b2b;
	border-radius: 30px;
}
.box_pregunta {
	background: #1a1a1a;
}
@media (min-width: 992px) {
	.box_respuestas {
		padding: 70px 8%;
		border-radius: 30px;
	}
}
/* .respuestas{
       display: flex;
    } */
.respuesta {
	background: #313131;
	border-radius: 20px;
	padding: 25px;
	flex: 0 0 30.3%;
	display: flex;
	font-size: 1rem; /*20*/
	line-height: 1.4;
	margin-right: 0;
	cursor: pointer;
	margin-bottom: 15px;
	border: 2px solid #313131;
	transition: all 0.3s ease;
}
@media (min-width: 992px) {

	.respuesta:hover {
		border: 2px solid var(--color1);
	}
}
.respuesta.select {
	background: #3f3f3f;
	border: 2px solid var(--color1);
}

.box_respuestas .btn_validar,
.btn_enviar,
.boton_aceptar {
	font-size: 15px;
	color: #fff !important;
	border: 1.5px solid var(--color1);
	border-radius: 27px;
	width: 170px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	margin-left: auto;
	cursor: pointer;
	transition: all 0.3s ease;
}
.boton_aceptar {
	width: 200px;
}
.btn_visto {
	font-size: 15px;
	color: var(--color1) !important;
	border: 1.5px solid var(--color1);
	border-radius: 27px;
	width: 170px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
}
.box_respuestas .btn_validar:hover,
.btn_enviar:hover,
.boton_aceptar:hover,
.btn_visto:hover {
	color: #262626 !important;
	border: 1.5px solid var(--color1);
	background: var(--color1);
}
.btn_candado {
	font-size: 15px;
	border-radius: 27px;
	width: 170px;
	height: 40px;
	display: none;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #262626 !important;
	border: 1.5px solid #262626;
}
.btn_candado:hover {
	color: var(--color1) !important;
	border: 1.5px solid #262626;
	background: #262626;
}
textarea {
	width: 100%;
	background: #313131;
	color: #fff;
	border-radius: 20px;
	padding: 25px;
	border: 2px solid #313131;
	transition: all 0.3s ease;
}
textarea:active,
textarea:focus,
textarea:hover {
	outline: none;
	border: 2px solid var(--color1);
}

/* cajas en el final de la pantalla */

.boxes_final {
	display: grid;
	grid-auto-columns: 1fr;
	gap: 30px;
}

@media (min-width: 992px) {
	.boxes_final {
		display: grid;
		grid-auto-columns: 1fr;
		grid-auto-rows: 1fr;
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}
.boxes_tit_4 {
	width: 100%;
}

.boxes_final_4 {
	width: 100%;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media (min-width: 1400px) {
	.boxes_tit_4 {
		width: 25%;
	}
	.boxes_final_4 {
		margin-top: 0;
		width: 66%;
	}
}
.boxes_final_4 .flip-card {
	width: 100%;
	min-height: 300px;
}
.box_final,
.box_final_back {
	background: rgba(26, 26, 26, 0.8);
	border-radius: 28px;
	padding: 45px 35px;
	height: 100%;
	min-height: 300px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.box_final,
	.box_final_back {
		padding: 35px 25px;
	}
	.boxes_final_4 .flip-card {
		width: 30%;
		margin: 0 1% 1% 1%;
	}
}

/* flip card ultimas seccion */
.flip-card {
	background-color: transparent;
	perspective: 1000px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 300px;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.box_final,
.box_final_back {
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.box_final_back {
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--color1);
	color: #262626;
	transform: rotateY(180deg);
}

/* scrool_up */
.scroll_up {
	background: rgba(0, 0, 0, 0.5);
	height: 65px;
	width: 65px;
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	cursor: pointer;
}

/* seccion animada superior */
.bg_imagenes {
	height: 100%;
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-rows: 1fr;
	grid-template-columns: repeat(2, 1fr);
}
.box_hover {
	/* min-height: 500px; */
}
.box_animada {
	min-height: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.capa_2 {
	/* opacity: 0; */
	display: none;
	/* transition: all .3s ease; */
}
.box_gris_anima {
	background: #313131;
	width: 50%;
	margin-left: 50%;
	height: 100%;
	transition: all 0.4s ease;
}

.box_hover:hover .box_gris_anima {
	margin-left: 0;
}

.box_hover:hover .capa_1 {
	/* opacity: 0; */
	display: none;
}
.box_hover:hover .capa_2 {
	/* opacity: 1; */
	display: block;
}

.bg_img_1 {
	transition: all 0.4s ease;
	opacity: 1;
}
.bg_img_2 {
	transition: all 0.4s ease;
	opacity: 0;
}

.box_hover:hover .bg_img_2 {
	opacity: 1;
}

.img_flip {
	padding: 100px 50px 20px 50px;
	border-radius: 25px;
}
.img_trasera {
	display: none;
}

/* feedback */
.pop_feedback {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(59, 59, 59, 85%);
	display: none;
	z-index: 2;
	border-radius: 30px;
}
.feedback {
	width: 550px;
	max-width: 95%;
	padding: 50px;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 15;
}
.feedback i {
	color: var(--color1);
	font-size: 2rem;
}
.titulo_feed {
	font-size: 1.5rem;
	color: #3a3a3a;
	text-align: center;
	margin: 15px 0;
}
.txt_feed,
.txt_feed_valora {
	color: #262626;
	font-size: 1.1rem;
}
.close_feed {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	transform: rotate(0);
	transition: all 0.3s ease;
}
.close_feed:hover {
	transform: rotate(-90deg);
}
.btn_abrir_valoracion-feedback{
	display: none;
	border: 2px solid #262626;
	border-radius: 8px;
	padding: 16px 32px;
	cursor: pointer;
	color: #262626;
	background-color: transparent;
	transition: .5s ease all;
}
.btn_abrir_valoracion-feedback:hover{
	background-color: var(--color1);
}
/* pop fin capitulo no completo */
.popFinCap {
	z-index: 200;
	position: fixed;
	border-radius: 0;
	/* display: block; */
}
.btn_contCapi {
	background: #212529;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 20px;
	border-radius: 250px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.btn_contCapi:hover {
	opacity: 0.9;
}

.capitulos .cap_nav {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}


.prev_cap,
.next_cap {
	min-width: 160px;
	/* background: rgba(0, 0, 0, 0.5); */
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	padding: 15px 30px;
	cursor: pointer;
	border-radius: 8px;
	border: 1px solid var(--color1);
	color: #fff;
	transition: all 0.3s ease;
}

.next_cap.inactivo{
	border: 1px solid gray;
	color: gray;
	cursor: not-allowed;
}
.prev_cap:hover,
.next_cap:not(.inactivo):hover {
	background: var(--color1);
}
.prev_cap svg,
.next_cap svg{
	color: inherit;
}