@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


*{
    margin:0;
    padding: 0;
    color: white;
}

body{
overflow-x: hidden;
}

.titulo{
    font-family: "Bebas Neue", sans-serif;
   
    font-size: 5rem;
}

.cont{
    display: flex;
    justify-content: space-around;
   
    width: 65vw;
   
}

.flex-col{
    margin: 0px 40px;
    font-family: "Bebas Neue", sans-serif;
    display: flex;
    flex-direction: column;
   font-size: 40px;
   justify-content: left;
   width: 20rem;
}

.flex-le{
    /* margin: 0px 6rem; */
    display: flex;
    justify-content: left;
    font-size: 40px;
    font-family: "Bebas Neue", sans-serif;
    height: 12rem;
    align-items: center;


}

.flex-le #custom-button{
    margin-left: 20px ;
    font-size: 5rem !important;
}

.txt-c{
    text-align: center;
    
}

.hide-input{
    visibility: hidden;
    display: none;
}


.input-mod{
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: 1px solid white;
    padding: 10px;

}

.input-mod:focus {
    outline: none;
    box-shadow: none;
}

.flex-c{
    width: 65vw;
    display: flex;
    justify-content: center;
}

.flex-c input{
    background-color: rgb(83, 83, 83);
    border: none;
    padding: 5px 50px;
    font-size: 30px;
    font-family: "Bebas Neue", sans-serif;
}



.flex-col-2{
    margin: 0px 40px;
    font-family: "Bebas Neue", sans-serif;
    display: flex;
    flex-direction: column;
    /* font-size: 40px; */
    justify-content: left;
    width: 20rem;
}

.captcha{
    width: 200px;
    height: 3rem;
}


.form-tornado{
    transform: scale(0.8);
    position: absolute;
    position: absolute; /* Permite posicionar el texto de manera absoluta respecto al contenedor */
    top: 5%; /* Centra el texto verticalmente */
    left: 0%; /* Centra el texto horizontalmente */
    right: 90%;
    /* transform: translate(-50%, -50%); Ajuste para centrar completamente */
    color: white; /* Color del texto */
    font-size: 20px; /* Tamaño del texto */
    /* background: rgba(0, 0, 0, 0.5); Fondo semitransparente para mejor legibilidad */
    padding: 10px; /* Espaciado interno del texto */
    z-index: 1; 
   
}


.flex-sa{
    display: flex;
    justify-content: space-around;
    
}

.logos-top{
     width: 300px;
     height: 5rem;
}


.center{
    display: flex;
    justify-content: center;
}

.bg-tornado-1{
    position: relative; /* Necesario para posicionar elementos hijos relativamente */
    display: inline-block; 
    width: 100%;
   
}


.bg-tornado-1 .computadora{
    width: 100%;
    height: 100%;
    display: block;
   width: 100vw;
}

.bg-tornado-2{
    height: 100vh;
    background-image: url("./img/1.jpg");
    background-size: 100%;
    width: 100vw;
   
   
}



.m-2{
    padding-bottom: 20px;
}

.btn{
    background-color:rgb(55, 55, 55) !important ;
}

.btn:hover{
    background-color:rgb(100, 100, 100) !important ;
    cursor: pointer;
}




.file-selected{
   color: rgb(24, 205, 0) !important;
}



.celular{
    display: none;
}

.bg-tornado-1{
    width: 100vw;
   }

@media screen and (max-width: 1000px) {
    .celular{
        display: block;
        width: 100vw;
    }
    .bg-tornado-1 .computadora {
        display: none;

    }


    .form-tornado{
        transform: scale(1);
        max-height: 100%;
        position: absolute;
        top: 0; 
        right: 5%; 
        color: white; 
        font-size: 15px; 
        left: auto;
        width: 65vw;
    }


   .cont{
    flex-wrap: wrap;
    width: 100%;
   }
   
   .input-mod{
    margin-bottom: 0px;
   }

   .flex-col{
    width: 100%;
    font-size: 20px;
   }

   .titulo{
    font-size: 5rem;
    width: 100% !important;

}

.flex-le #custom-button {
    margin-left: 20px;
     font-size: 4rem !important;
}
.flex-le{
    font-size: 4rem !important;
    height: 6rem;
}
.flex-c{
    width: 100%;
}

   
}
