@font-face {
    font-family: 'Lato';
    src: url('/static/css/fonts/Lato-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    overflow: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

.contenedor-principal {
    margin: 0;
    padding: 0;
    height: 100%;
}

.div-con-imagen {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
}

.contenido-superpuesto {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.btn-mas-grande {
    font-size: 2.5rem;
    padding: 30px 60px;
}

input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid rgb(255, 255, 255);
    background-color: #008AC9;
    color: #fff;
}

input[type=email],
input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid rgb(255, 255, 255);
    background-color: #008AC9;
    color: #fff;
}

#exampleFormControlInput1::placeholder,
#inputPassword5::placeholder {
    color: rgb(190, 187, 187);
}
.titulos{
    color:#095685;
    font-family: 'Lato', sans-serif;
    font-size: 23px;
    font-weight: 900;
}
.titulos_desarrollo{
    color:#711604;
    font-family: 'Lato', sans-serif;
    font-size: 27px;
    font-weight: 900;
}
.th_estilos {
    background: #00283D;
    color: #fdfdfd;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ 
/* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ 
/* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ 

.custom-captcha-input::placeholder {
    color: #1d293d; /* Cambia este valor al color que desees */
    
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 900;
}

.custom-captcha-input {

  

    border: 0px;
    background-color: #fff;
 
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


/* Cambia el color del texto cuando el input está enfocado */
.custom-captcha-input:focus {
    color: #000; /* color cuando se escribe */
    border-color: #fff;
    outline: none;
    box-shadow: 0 0 0 0.2rem #fff;
    background-color:#fff ;
}
