        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding:0;
            display: flex;
            height: 100vh;
            width: 100vw;
                     background: linear-gradient(305deg, rgba(1,67,81,1) 0%, rgba(0,26,31,1) 100%);
                     overflow:hidden;
font-family:Montserrat;
font-weight: 600;



        }
        p{
            color: #fff;

        }
        .blanco{
            color: #fff;
        }
        .video-container {
            position: relative;
            width: 55%;
            height: 100%;
        }
        video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease, opacity 0.5s ease;
        }
        .controls {
            position: absolute;
            top: 10px;
            left: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
            background: rgba(0, 0, 0, 0.5);
            padding: 5px 10px;
            border-radius: 5px;
        }
        .controls input[type="range"] {
            width: 150px;
            height:5px;
            background:#fff;
            border-radius:15px;
        }
      input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
#pais {
    width: 100%; /* Asegura que el select ocupe todo el ancho disponible */
    background-color: transparent; /* Fondo transparente */
    border: 1px solid #ccc; /* Borde sutil */
    padding: 8px; /* Un poco de relleno para hacerlo más cómodo */
    font-size: 16px; /* Ajuste del tamaño de la fuente */
    color: #333; /* Color del texto */
    border-radius: 4px; /* Bordes redondeados */
    appearance: none; /* Elimina el estilo predeterminado de los navegadores */
    -webkit-appearance: none; /* Elimina el estilo predeterminado en navegadores webkit como Safari */
    -moz-appearance: none; /* Elimina el estilo predeterminado en Firefox */
    outline: none; /* Elimina el borde del focus predeterminado */
}

#pais:focus {
    border-color: #007bff; /* Color del borde al hacer foco */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Resaltado suave */
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #fff;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 12px;
  width: 29px;
  border-radius: 7px;
  background: #02BF7C;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ac51b5;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #ac51b5;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #65001c;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #ac51b5;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #ac51b5;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #65001c;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #ac51b5;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ac51b5;
}


        .controls button {
            background: none;
            border: none;
            color: #fff;
            cursor: pointer;
            font-size: 16px;
        }
        .form-container {
            width: 45%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 10px;
            overflow:hidden;


        }
        .form-group {
            margin-bottom: 15px;
            width: 100%;
            max-width: 450px;
            display:block;
        }
        .form-group input {
              width: 100%;
    padding: 10px;
    font-size: 18px;
    background-color: transparent;
    border-bottom-color: red;
    border-bottom: solid 1px #ccc;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
        }
        ::placeholder {
font-family:Montserrat;
font-weight: 600;
            color:#fff;
        }
        button {
            padding: 10px 20px;
            font-size: 16px;
               background:#fff;
         font-family:Montserrat;
         color:rgb(1,67,81);
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-weight: 600;

        }
        button:hover {

background:#00323C        }
        .button-group button {
            margin: 10px;
            width:100%;
            font-size:16px;
            display:block;
            font-weight: 600;
               background:#fff;
        }
        
        .slide-out-up {
            animation: slideOutUp 0.5s forwards;
        }
        .video-slide-out-up {
            transform: translateY(-100%);
            opacity: 0;
        }

        @keyframes slideOutUp {
            0% {
                transform: translateY(0);
                opacity: 1;
            }
            100% {
                transform: translateY(-100%);
                opacity: 0;
            }
        }
        .letra{
            font-size:20px;
            color:#fff;
            
        }
        #nextButton{
         width:100%;   
         background:#fff;
         font-family:Montserrat;
         color:rgb(1,67,81);
         font-weight: 600;

         
;
        }
        
        
        
        
         @media (max-width: 768px) {
        .video-container {
            position: relative;
            width: 100%;
            height: 100%;
        }

        video {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

        .controls {
            position: absolute;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
            background: rgba(0, 0, 0, 0.7);
            padding: 10px 20px;
            border-radius: 10px;
            z-index: 99;
        }

        .form-container {
            position: absolute;
            bottom: 70px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 20;
            width: 90%;
            background: rgba(0, 0, 0, 0.4);
            padding: 20px;
            border-radius: 10px;
        }

        video::-webkit-media-controls-fullscreen-button {
            display: none !important;
        }

        video::-webkit-media-controls-enclosure {
            display: none;
        }
.form-group input{
    font-weight: 600;
    color: #fff;
}            
}