.elementor-4049 .elementor-element.elementor-element-6d91c3f{--display:flex;}.elementor-4049 .elementor-element.elementor-element-1ce35ea{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-59b37fd *//* Reset y Estilos Base */

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 0px;
    margin: 0px ;
}

#content{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

    background-image: url("https://encuentrosostenibilidad.cedia.edu.ec/wp-content/uploads/2026/07/Banner_Hojas.svg");
    background-size: 120%;        /* Ajusta la imagen a toda la pantalla */
    background-position: center;   /* Centra la imagen */
    background-repeat: no-repeat;  /* Evita que se repita */
}

.container {
    background: #f8fffe;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    padding: 40px;
    width: 720px;
    border: 1px solid #002547;
    min-height: 500px;
    position: relative;
    border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.screen {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.screen.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Pantalla de Bienvenida */
.welcome-content {
    text-align: center;
}

.logo-container {
    margin-bottom: 25px;
}

#question-counter{
    font-size: 15px;
}

.logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #2d7a3a;
    padding: 5px;
}

.welcome-content h1 {
    color: #0234a5;
    margin-bottom: 25px;
    font-size: 65px;
    font-weight: 900;
    line-height: 66px;
    font-style: italic;
    margin-top: 22px;
}

.welcome-content .subtitle {
  color: black;
  font-size: 18px;
  margin-bottom: 22px;
  line-height: 25px;
  padding-left: 80px;
  padding-right: 80px;
  font-weight: 500;
}

.welcome-content .description {
    color: #47ae65;
    font-size:17px;
    margin-bottom: 30px;
    font-weight: 600;
}

/* Botones */
.btn-primary {
    color: white;
    border: none;
    padding: 10px 80px;
    border-radius: 15px;
    font-size:18px;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    font-weight: 500;
    background-color: #0234a5;
    transition: 0.3s;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(26, 71, 42, 0.4);
    background: #b3ffc7;
    color: #0234a5;
}

.btn-primary:focus {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(26, 71, 42, 0.4);
    background: #b3ffc7;
    color: #0234a5;
}

.btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.btn-secondary {
    background: #e2e8f0;
    color: #4a5568;
    border: none;
    padding: 14px 30px;
    border-radius: 15px;
    font-size: 1.1em;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
    font-weight: 600;
}

.btn-secondary:hover {
    background: #0234a5;
    color: white;
}


#registration-form{
    width: 465px;
}

/* Formulario de Registro */
#registration-screen h2 {
    color: #0234a5;
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;

}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    color: #2d3748;
    font-weight: 600;
    margin-bottom: 8px;
}

#registration-form {
  display: flex;
  flex-direction: column;
    align-items: center;
    
}

.form-group input, .form-group select {
  width: 470px;;
  padding: 12px 15px;
  border: 2px solid black;
  border-radius: 10px;
  font-size: 1em;
  transition: border-color 0.3s;
  transition-duration: 0.3s;
  transition-delay: 0s;
  text-align: center;
  background-color: transparent;
  font-weight: 500;
}

.form-group input::placeholder {
    color: #a0a0a0;
    opacity: 1; 
}
.form-group select {
    color: #a0a0a0;
}


.form-group select:valid {
    color: black; 
}

.form-group select option {
    color: black; 
}


.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #2d7a3a;
}

.error-message {
    display: none;
    color: #fc8181;
    font-size: 0.85em;
    margin-top: 5px;
}

.error-message.show {
    display: block;
}

.input-error input,
.input-error select {
    border-color: #fc8181;
}

/* Cuestionario */
.quiz-header {
    width: 100%;
    margin-bottom: 10px;
}

#quiz-screen {
    width: 90%;
}

.progress-container {
    width: 100%;
    height: 10px;
    background: #e2e8f0;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}

.progress-bar {
    height: 100%;
    background: #47ae65;
    transition: width 0.5s ease;
    border-radius: 5px;
}

.quiz-stats {
    display: flex;
    justify-content: space-between;
    color: #4a5568;
    font-size: 0.95em;
    font-weight: 500;
}

#question-text {
    color: black;
    margin-bottom: 25px;
    font-size: 1.2em;
    line-height: 1.6;
    min-height: 80px;
    font-weight: 600;
}

#options-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}

.option {
    padding: 15px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
    background: white;
    font-size: 1em;
    text-align: left;
}

.option:hover:not(.selected) {
    border-color: #2d7a3a;
    transform: translateX(5px);
    background: #f0fff4;
}

.option.selected {
    background: #e8f5e9;
    font-weight: 600;
}

.option.correct {
    background: #b3ffc7;
}

.option.incorrect {
    border-color: #fc8181;
    background: #fff5f5;
}

.quiz-nav {
    display: flex;
    gap: 10px;
}

.quiz-nav button {
    flex: 1;
}

/* Resultados */
#results-screen {
    text-align: center;
}

.results-icon {
    font-size: 4em;
    margin-bottom: 15px;
}

#results-screen h2 {
    color: #0234a5;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.8em;
}

.results-message {
  color: black;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.6;
  font-weight: 600;
  padding-left: 135px;
  padding-right: 135px;
}

.result-card {
    background: #f7fafc;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 25px;
    text-align: left;
}

.result-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
}

.result-item:last-child {
    border-bottom: none;
}

.result-label {
    color: #718096;
    font-weight: 600;
}

.result-value {
    color: #1a472a;
    font-weight: 700;
    font-size: 1.05em;
}

/* Responsive */
@media (max-width: 640px) {
    .container {
        padding: 20px;
        min-height: 400px;
    }
    
    .welcome-content h1 {
        font-size: 1.6em;
    }
    
    .welcome-content .subtitle {
        font-size: 1em;
    }
    
    .quiz-nav {
        flex-direction: column;
    }
    
    #question-text {
        font-size: 1.05em;
        min-height: 60px;
    }
    
    .option {
        padding: 12px 16px;
        font-size: 0.95em;
    }
    
    #results-screen h2 {
        font-size: 1.5em;
    }
}/* End custom CSS */
/* Start custom CSS */#site-footer {
    display: none;
}

#site-header {
  display: none;
}

#content{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;;
}/* End custom CSS */