@charset "UTF-8";
/* CSS Document */

        body {
            margin: 0;
            font-family: Arial, sans-serif;
        }
        .header {
            background-color: #0a2145;
            color: white;
            padding: 15px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .header .left-logo {
            width: 80px;
        }
        .header .right-logo {
            height: 30px;
        }
        .banner {
            background-color: #ed98b5;
            color: #0a2145;
            padding: 5px;
            text-align: center;
            font-size: 16px;
        }
        .section {
            flex: 1;
            background-image: url('Fondo5.png');
            background-size: cover;
            background-position: center;
            display: flex;
            flex-direction: column;
        }
        .new-section {
            padding: 20px;
            background-color: #e8f7ff;
            background-position: center;
            display: flex;
            flex-direction: column;
            align-items: center;
			padding-bottom: 60px;
        }	
		.new-sectioncontainer {
			display: flex;
            flex-direction: column;
            align-items: center;
			margin-top: 50px;
        }
       .img-superior {
            width: 250px;
            margin-bottom: 60px;
		   margin-top: 30px;
        }
        .new-section .parrafo-igual {
            width: 100%;
            max-width: 734px;
            padding: 20px;
            margin-bottom: 30px;
            text-align: justify;
        }


.contenedor {
    width: 80%;
    max-width: 734px;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center; /* Centra el contenido horizontalmente */
    align-items: center; /* Centra el contenido verticalmente */
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.09);
    margin: 0 auto;
}
        .texto {
			width: 70%;
            color: #0a2145;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0 30px;
        }
        .podcast-titulo {
            font-size: 22px;
            font-weight: 500;
            color: #ed98b5;
            margin-bottom: 10px;
        }
        .nombre-episodio {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 15px;
        }
        .descripcion {
			width: 100%;
            font-size: 10px;
            font-weight: 300;
            line-height: 1.5;
			margin-bottom: 20px;
        }
        .img-media {
            width: 220px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
        }	
		.elemento-fijo {
			padding: 20px;
			background-color: #e8f7ff;
			transition: position 0.3s ease;
			z-index: 99;
		}
		.fixed {
			position: fixed;
			top: 0;
			width: 100%;
			color: white;
			background: #e8f7ff;
		} 

/* Audio */
        .title {
            font-size: 1.5em;
            font-weight: bold;
            margin-bottom: 20px;
            color: #85cffa;
        }
        .progress-bar {
            height: 10px;
            background-color: #e0e1e0;
            border-radius: 5px;
            overflow: hidden;
            cursor: pointer;
            margin: 0 0 10px 0; /* Espacio alrededor de la barra de progreso */
        }
        .progress-fill {
            height: 100%;
            width: 0;
            background-color: #84cef9;
        }
        .time {
            font-size: 0.8em;
        }
		.controls {
			display: flex;
			align-items: center;
			justify-content: flex-start; /* Cambiar a space-between para distribuir el espacio */
			gap: 10px; /* Espacio entre los controles */
			margin-top: 0px; /* Espacio arriba para separar de la barra de progreso */
		}
        .play-pause-btn {
            background-color: #0a2145;
            border: none;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            cursor: pointer;
            color: #fff;
            font-size: 1.2em;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .speed-control, .volume-control {
            display: flex;
            align-items: center;
            margin-left: 10px; /* Espacio entre los controles */
        }
        .speed-control select {
            padding: 2px 5px; /* Relleno más pequeño */
            background-color: #e0e1e0; /* Fondo del selector */
            color: #0a2145; /* Color del texto */
            border: none; /* Sin borde para un aspecto más limpio */
            border-radius: 5px; /* Bordes redondeados */
            font-size: 0.8em; /* Tamaño de fuente más pequeño */
            cursor: pointer;
            outline: none; /* Sin borde al enfocar */
        }
        .volume-control {
            display: flex;
            align-items: center;
            position: relative; /* Para el posicionamiento del slider */
        }
        .volume-text {
            font-size: 0.8em; /* Tamaño de fuente más pequeño */
            margin-right: 5px; /* Espacio entre texto y slider */
        }
        .volume-slider {
            -webkit-appearance: none;
            appearance: none;
            width: 60px; /* Ancho del control deslizante */
            height: 4px; /* Altura del control deslizante */
            background: #e0e1e0; /* Color de fondo del slider */
            border-radius: 5px; /* Bordes redondeados */
            outline: none; /* Sin borde al enfocar */
        }
        .volume-slider::-webkit-slider-thumb {
            -webkit-appearance: none; /* Quitar estilo predeterminado del thumb */
            appearance: none;
            width: 12px; /* Ancho del thumb */
            height: 12px; /* Alto del thumb */
            border-radius: 50%; /* Hacerlo redondo */
            background: #0a2145; /* Color del thumb */
            cursor: pointer; /* Cambiar cursor al pasar sobre el thumb */
        }
/* Dialogue */
		.condialogue {
			flex: 1;
			background-image: url('Fondo4.png');
			background-repeat: repeat-y;
			width: 100%;
			background-position: center top;
			display: flex;
			flex-direction: column;
			align-items: center;
			padding: 10;
		}
        .container {
            max-width: 800px;
            width: 100%;
            padding: 0px 0;
        }
		.title {
            max-width: 800px;
            width: 100%;
            padding: 10px;
			text-align: left;
			margin-top: 20px;
        }
        .dialogue {
            display: flex;
            align-items: flex-start;
            margin-bottom: 10px;
			padding: 0 10px;
        }
        .dialogue img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 10px;
			margin-top: 0px;
        }
        .bubble {
            background-color: #eaeaea;
            padding: 10px;
			color: #0a2145;
            border-radius: 0px 30px 30px 30px;
            position: relative;
            max-width: 600px;
            font-size: 16px;
        }
        .bubble span {
            border: 2px solid transparent;
            padding: 4px 4px;
            display: inline-block;
        }
        .highlight {
            background-color: #84cef9;
            padding: 4px 4px;
            border-radius: 5px;
			color: #0a2145;
        }

        /* Estilo para palabras específicas en negrita y color azul */
        .special-word {
            font-weight: bold;
            color: #cd646a;
            cursor: pointer;
        }
		.special-word:hover {
            font-weight: bold;
            color: #0263ca;
            cursor: pointer;
        }
        audio {
            width: 100%;
            margin-bottom: 20px;
        }
        /* Estilos del popup */
        .popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #fff;
            border: 0px solid #ed98b5;
            border-radius: 20px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            padding: 20px;
            z-index: 1000;
            max-width: 400px;
            width: 90%;
			color: #0a2145;
        }
        .popup img {
            width: 100%;
            height: auto;
            margin-top: 10px;
        }
        .popup strong {
            color: #cd646a;
            font-weight: bold;
			font-size: 20px;
        }
        .popup-close {
            background: none;
            border: none;
            font-size: 1.2rem;
            color: #0a2145;
            cursor: pointer;
            position: absolute;
            top: 10px;
            right: 10px;
        }
        .popup-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }
/* Quizz */
.info_box{
    position: relative;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 
                0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 20px;
}
.quiz_box,
.result_box{
    position: relative;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -70%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 
                0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 20px;
}
.result_box{
    position: relative;
    top: -60%;
    left: 50%;
    transform: translate(-50%, -70%);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 
                0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.start_btn {
    margin-top: 165px; /* Espaciado superior */
    position: absolute; /* Cambia a absoluto */
    left: 50%; /* Centro horizontalmente */
    transform: translateX(-50%); /* Ajusta el centro */
    display: flex;
    flex-direction: column;
    align-items: center; /* Centra el contenido interno */
	border-radius: 20px;
}	
.info_box.activeInfo,
.quiz_box.activeQuiz,
.result_box.activeResult{
    opacity: 1;
    z-index: 5;
    pointer-events: auto;
    transform: translate(-50%, -70%) scale(1);
}
.start_btn button{
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    padding: 15px 30px;
    outline: none;
    border: none;
    border-radius: 30px;
    background-image: url('Fondo3.png');
	background-size: cover;
	background-position: center;
    cursor: pointer;
}
.info_box{
    width: 700px;
	color: #fff;
    border-radius: 20px;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
	background-image: url('Fondo3.png');
    background-size: cover;
    background-position: center;
}
.info_box .info-title{
    height: 60px;
    width: 90%;
    border-bottom: 1px solid lightgrey;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-radius: 20px 20px 0 0;
    font-size: 20px;
    font-weight: 600;
	color: #fff;
}
.result_box{
    background-image: url('Fondo3.png');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    display: flex;
    padding: 25px 30px;
    width: 450px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
	color: #fff;
}
.info_box .info-list{
    padding: 15px 30px;
}
.info_box .info-list .info{
    margin: 5px 0;
    font-size: 17px;
	color: #fff;
}
.info_box .info-list .info span{
    font-weight: 600;
    color: #293a7b;
}
.info_box .buttons{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 30px;
    border-top: 1px solid lightgrey;
}
.info_box .buttons button{
    margin: 0 5px;
    height: 40px;
    width: 100px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 20px;
    transition: all 0.3s ease;
}
.quiz_box{
    width: 550px;
    background: #fff;
    border-radius: 20px;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
	background-image: url('Fondo3.png');
    background-size: cover;
    background-position: center;
}
section{
    padding: 25px 30px 20px 30px;
    background-image: url('Fondo3.png');
    background-size: cover;
    background-position: center;
	border-radius: 20px 20px 0px 0px;
}
section .que_text{
    font-size: 25px;
    font-weight: 600;
	color: #fff;
	text-align: center;
}
section .option_list{
    padding: 20px 70px;
    display: block;   
}
section .option_list .option {
    background: aliceblue;
    border: 1px solid #84c5fe;
    border-radius: 30px;
    padding: 5px 15px;
    font-size: 17px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; /* Añadido para controlar los iconos */
}
section .option_list .option:last-child{
    margin-bottom: 0px;
}
section .option_list .option:hover{
    color: #004085;
    background: #cce5ff;
    border: 1px solid #b8daff;
}
section .option_list .option.correct{
    color: #155724;
    background: #d4edda;
    border: 1px solid #c3e6cb;
}
section .option_list .option.incorrect{
    color: #721c24;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
}
section .option_list .option.disabled{
    pointer-events: none;
}
section .option_list .option .icon {
    height: 26px;
    width: 26px;
    border: 2px solid transparent;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    pointer-events: none;
    transition: all 0.3s ease;
    line-height: 24px;
    position: absolute;
    right: 10px; /* Posición ajustada */
    top: 50%;
    transform: translateY(-50%);
}
.option_list .option .icon.tick{
    color: #23903c;
    border-color: #23903c;
    background: #d4edda;
}
.option_list .option .icon.cross{
    color: #a42834;
    background: #f8d7da;
    border-color: #a42834;
}
footer{
    height: 60px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid lightgrey;
}
footer .total_que span {
    display: flex;
    align-items: center; /* Alinea todos los elementos al centro verticalmente */
    user-select: none;
	color: #fff;
}
footer .total_que span p {
    font-weight: 500;
    padding: 0 5px;
    color: #fff;
	font-size: 14px;
	font-weight: 500;
}
footer .total_que span p:first-child{
    padding-left: 0px;
	color: #fff;
}
footer button{
    height: 40px;
    padding: 0 13px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 20px;
    background: #293a7b;
    line-height: 10px;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.95);
    transition: all 0.3s ease;
}
footer button:hover{
    background: #0263ca;
}
footer button.show{
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}	
.result_box .icon{
    font-size: 100px;
    color: #fed201;
    margin-bottom: 10px;
}
.result_box .complete_text{
    font-size: 20px;
    font-weight: 500;
	color: #fff;
}
.result_box .score_text span{
    display: flex;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 500;
	color: #fff;
}
.result_box .score_text span p{
    padding: 0 4px;
    font-weight: 600;
	color: #fff;
}
.result_box .buttons{
    display: flex;
    margin: 20px 0;
}
.result_box .buttons button{
    margin: 0 10px;
    height: 45px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 20px;
    transition: all 0.3s ease;
}
.buttons button.restart{
    color: #fff;
    background: #293a7b;
}
.buttons button.restart:hover{
    background: #0263ca;
}
.buttons button.quit{
    color: #293a7b;
    background: #fff;
}
.buttons button.quit:hover{
    color: #fff;
    background: #293a7b;
}
.hidden { display: none; }		
.que_text .points {
    font-size: 14px;
    color: #666;
    margin-left: 10px;
	font: normal;
}

main {
	height: 600px;
}
.grouped-hover{
    color: #0263ca;
}
.highlight2{
    color: #0a2145;
	margin: -4px 0 0 -4px;
	font-weight: normal;
}

 .title p {
    line-height: 1.5; /* Ajusta este valor según el espaciado que desees */
}
        .ep-container {
            width: 600px;
            padding: 20px;
            background-color: white;
            border-radius: 10px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            gap: 20px;
            margin: 0 auto;
        }
        .ep-image-container {
            flex: 0 0 150px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .ep-image-container img {
            width: 100%;
            height: auto;
        }
        .ep-text-container {
            flex: 1;
        }
        .ep-text-container h2 {
            font-size: 24px;
            margin: 0 0 10px;
            color: #333;
        }
        .ep-text-container p {
            font-size: 16px;
            color: #666;
            margin: 0 0 20px;
        }
        .ep-button-container {
            display: flex;
            justify-content: flex-start;
        }
        .ep-button-container button {
            background-color: #fff;
            color: #333;
            border: 1px solid #ddd;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
        }
        .ep-button-container button:hover {
            background-color: #f0f0f0;
        }
		.new-section2 {
		  margin-top: -300px;
		  height-max: 1080px;
		  background-image: url('Fondo4.png'); /* Imagen de fondo para la nueva sección */
		  background-size: cover;
		  background-position: center;
		  display: flex;
		  flex-direction: column;
		  align-items: center;
		  padding: 150px 0 50px 0;
		}
		
h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.fras {
	text-align: center;
	width: 400px;
	margin-bottom: 20px;
    }
.podcast-platforms img, 
.social-media img {
    width: 40px;
    margin: 0 10px;
    vertical-align: middle;
	margin-bottom: 80px;
}
.social-media2 img {
    width: 20px;
    margin: 0 5px;
    vertical-align: middle;
}
.podcast-platforms {
    margin-bottom: 20px;
}
p {
    font-size: 18px;
    margin-bottom: 10px;
}
.social-media {
    margin-top: 10px;
}
	.contenedorbullet {
		width: 100%;
		max-width: 734px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		border-radius: 30px;
		margin-bottom: 30px;
		margin-top: -30px;
	}
	.bullet-list {
		list-style-type: disc;
		padding-left: 20px;
		text-align: left;
	}
	.bullet-list li {
		font-size: 14px;
		color: #0a2145;
		line-height: 1.6;
		margin-bottom: 10px;
	}
.controls {
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos se acomoden en múltiples filas si no caben */
    justify-content: flex-start;
    gap: 10px; /* Espacio entre los elementos */
}
	#espaciador {
		height: 60px;
		width: 0%; /* Ocupa todo el ancho disponible */
		height: 120px;
	}

.scroll-indicator {
  position: fixed;
  bottom: 30px; /* Ajusta la posición */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  animation: fadeIn 1s ease-out forwards;
  z-index: 998; /* Siempre visible */
  padding: 10px 20px;
  border-radius: 50px;
  transition: transform 0.3s ease; /* Transición suave */
}


.scroll-indicator .icon {
  font-size: 50px; /* Aumenta el tamaño del icono */
  color: #0a2145;
  animation: bounce 1.5s infinite; /* Movimiento solo en el eje Y */
}

.scroll-indicator.stopped {
  display: none; /* Hace desaparecer el indicador después de hacer scroll 1200px */
}

.scroll-indicator span {
  margin-top: 10px;
  font-size: 20px;
  color: #0a2145;
  letter-spacing: 1px;
  font-weight: bold; /* Texto más destacado */
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-10px); /* Movimiento en el eje Y hacia arriba */
  }
  50% {
    transform: translateY(0); /* Movimiento en el eje Y hacia abajo */
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

        /* Responsive Design */
        @media (max-width: 768px) {
			.contenedor {
				width: 80%;
                flex-direction: column;
                padding: 30px;
                text-align: center;
            }
            .header, .banner {
                padding: 10px;
                text-align: center;
            }
            .header img {
                height: 25px;
				width: auto;
            }
			.header .left-logo {
			  width: 80px;
			  height: auto;
      		 }
			.new-section {
                padding: 10px;
            }
            .img-media {
                width: 100%;
                max-width: 220px;
				margin-bottom: 20px;
            }
			#espaciador {
				height: 120px;
				width: 100%; /* Ocupa todo el ancho disponible */
				background-color: transparent;
			}
			.texto {
				width: 80%;
				font-size: 0.9em;
			}
            .podcast-titulo {
                font-size: 20px;
            }
            .nombre-episodio {
                font-size: 22px;
            }
            .descripcion {
                font-size: 13px;
            }
			h2 {font-size: 18px;}
	 		 .fras {width: 300px;}
        }
		@media (max-width: 680px) {

			.quiz_box, .info_box, .result_box {
				width: 90%;
			}	
			.elemento-fijo {
				padding: 5px;
			}
		}