.instrucciones{
	font-size: 1em;
	text-align: justify;
	padding-right: 5px;
	line-height: 20px;
} 
.instrucciones li{
	margin-bottom: 3px;
	list-style-type: disc;
} 
 .bto-video {
	font-weight: 900;
	color: #FFF;
	width: 30%;
	background-color: #bb1d27;	
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-radius: 10px;
	text-decoration: none;
	font-size: 1em;
}
 


.bto-video:hover {	
	background-color: #00bde6;	
	cursor: pointer;
}
  
  
.bto-video2 {
	     font-weight: 900;
    color: #FFF;
    background-color: #bb1d27;
    margin-right: 10px;
    margin-left: 0px;
    padding-top: px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 2.5em;
    background-image: url(../imagenes/ico-lse.png);
    background-repeat: no-repeat;
    background-position: 60px 15px;
    float: left;
    width: 120px;
}
 


.bto-video2:hover {	
	background-color: #00bde6;	
	cursor: pointer;
}

.bto-video2bis {
	    font-weight: 900;
    color: #FFF;
    background-color: #bb1d27;
    margin-right: 10px;
    margin-left: 0px;
    padding-top: px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 2.5em;
    background-image: url(../imagenes/ico-lse.png);
    background-repeat: no-repeat;
    background-position: 60px 15px;
    float: left;
    width: 120px;
}
}
 


.bto-video2bis:hover {	
	background-color: #00bde6;	
	cursor: pointer;
}
  
  
  
   .vimeo-container-test {
    position: relative;
    padding-bottom: 56.25%; /* Proporción 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
	z-index: 10000!important;
}
.vimeo-container-test iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
z-index: 1000000!important;
}

.vimeo-test{
	position: relative;
    padding-bottom: 30%; /* Proporción 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: transparent;
	z-index: 10!important;
		
	}
	
	.vimeo-test iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
z-index: 1000000!important;
}
/* Opcional: Aumentar el tamaño del modal para videos */
.modal-dialog {
	max-width: 800px;
	top: 20px;	
}
        .test-container {
	font-family: "Figtree", sans-serif;
	/* max-width: 900px;*/
	width: 100%;
	background-color: rgba(255,255,255,0.6);
	border-radius: 10px;
	/*   box-shadow: 0 4px 12px rgba(0,0,0,0.1);*/
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10;
	padding-bottom: 10;
	padding-right: 5px;
	padding-left: 5px;
        }

.modal-backdrop {
	position: fixed !important;
	z-index: 1;
	}
	
.test-container b
{
	
	font-weight: 900;
	
}
        /* Títulos e instrucciones */
 .test-container h1 {
	color: #2c3e50;
	text-align: center;
	margin-bottom: 10px;
	  margin-top:50px;
	font-size:3em;
        }
        .instructions {
            color: #34495e;
            font-size: 1.1em;
            text-align: center;
            margin-bottom: 25px;
        }
        .test-container h2 {
	color: #02051b;
	border-bottom: 2px solid #02051b;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom:60px;
	font-size: 2.5em;
	text-align: center;
        }
        /* Barra de Progreso */
        .progress-container {
	width: 80%;
	background-color: rgba(0,0,0,0.1);
	border-radius: 5px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
        }
        .progress-bar {
            width: 0%;
            height: 30px;
            background-color: rgb(2 5 27);
            text-align: center;
            line-height: 20px;
            color: white;
            border-radius: 5px;
            transition: width 0.4s ease;
        }

        /* Contenedor de Grupo */
       /* Contenedor de Grupo */
        .question-block {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	width: 80%;
	margin-right: auto;
	margin-left: auto;           /* background-color: #ffffff;
            border-left: 4px solid #bdc3c7;*/
        }
  .question-block p {
	font-weight: bold;
	color: #02051b;
	margin-bottom: 40px;
	margin-top: 28px;
	font-size: 2.1em;
	line-height: 38px;
	text-align: justify;
        }
    .options-group {

width: 90%;
	font-size: 1.5em;
	font-weight: 500;text-align: center;
	
}
  .options-group label {
	margin-bottom: 25px;
	cursor: pointer;
	
	
	
		}
        .options-group input[type="radio"] {
	margin-right: 0px;
			margin-left:20px;
	height: 20px;
	width: 20px;
	cursor: pointer;
}
      
        /* Video de Vimeo */
        .vimeo-wrapper {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 */
            height: 0;
            overflow: hidden;
            max-width: 100%;
            background: #000;
            margin: 20px 0;
        }
        .vimeo-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
		

.resultado {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.resultado p {
	font-size: 2em;
	line-height: 40px;
}

.resultado h3 {
	font-size: 2em;
	line-height: 28px;
	font-weight: 900;
}
        /* Navegación */
        .navigation-controls {
	/*display: flex;
	justify-content: flex-end;*/
	margin-top: 50px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
        }
    .nav-button {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	background-color: #0587a1;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;			
        }
         .nav-button:hover { background-color: #02051b; }
        #submit-btn { background-color: #2ecc71; }
        #submit-btn:hover { background-color: #27ae60; }

        /* Resultado */
        #result-display { margin-top: 30px; padding: 20px; border-radius: 8px; }
        #result-display h3 { margin-top: 0; }
        .result-saludable { background-color: transparent; border: 0px solid #4caf50; }
   .result-problematico { background-color: transparent; border: 0px solid #ff9800; }
        .result-adiccion { background-color: transparent; border: 0px solid #f44336; }
        .reset-button {
	margin-top: 20px;
	background-color: #02051b;
	width: 70%;
	margin-top: 50px;	
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
}
        .reset-button:hover { background-color: #7f8c8d; }
		
		
		
		
		@media only screen and (max-width: 368px) {

.bto-video2 {
	font-weight: 900;
	color: #FFF;
	background-color: #bb1d27;
	margin-right: 10px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 10px;
	text-decoration: none;
	font-size: 1.5em;
	background-image: url(../imagenes/ico-lse.png);
	background-repeat: no-repeat;
	background-position: 30px 3px;
	width: 90px;	
}
  .test-container {		
		    width: 90%;
               }
		
  .test-container h1 {
  font-size:2em;
  }
  .options-group label {
    margin-bottom: 10px;
    cursor: pointer;
}
  .test-container h2 {
  font-size: 1.5em;
  }
  
  .bto-video {
  font-size:1em;
  }
  
  .question-block {
  width: 100%;
  }
  
  .question-block p {
	  font-size:1.3em;
	  line-height: 25px;
		  }
		  
	.options-group {	
	font-size: 1.2em;	
	}
	
	  .nav-button {
	font-size: 1.5em;	
	width: 100%;
			
        }
		
		.resultado {
	width: 100%;

}
.resultado p {
	font-size: 1.2em;
	line-height: 30px;
}

.resultado h3 {
	font-size: 1.5em;
	line-height: 28px;
	
}
.vimeo-test{
    padding-bottom: 50%;
	}
}