body {
    font-family: Arial, sans-serif;
    background-image: url('fondo_agua.webp');
}

form {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column; /* Alinea elementos verticalmente */
    align-items: center;
}

.contenedor-error {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 13px;
    color: #f00;
    text-align: justify;
    margin:0;
    display: none;
}

/* Alinea los radio buttons horizontalmente y centra verticalmente */
label {
    display: inline-block;
}

.input-texto {
    width: 50%;
    padding: 8px;
    margin-top: 15px;
    border-radius: 10px;
    border: 1px solid #6b7b9c;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}

input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

button {
    background-color: #695f96;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #4546a0;
}

.contenedor-padre {
    background-color: #9ebaf7;
    display: flex;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    border-radius: 50px;
    flex-direction: column;
    margin-top: 60px;
    box-shadow: 10px 10px 10px #3a485c;
    position: relative;
}
.contenedor-titulo {
    display: flex;
    background-color: #62749b;
    padding: 10px;
    margin-top: 20px;
    border-radius: 20px;

}
.contenedor-hijo {
    display:inline-flex;

}

.contenedor-Aviso_I {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    color: #2e426d;
    text-align: center;
    padding: 10px;
    border: 1px solid #99abd1;
    border-radius: 20px;
    background-color: #b7ccf8;
    margin-bottom: 20px;
    margin-top: 20px;
}
.contenedor-Aviso_NI {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 13px;
    color: #ffffff;
    text-align: justify;
}

h1
{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #ffffff;
    text-align: center;
    margin: 0;
    align-items: center;
}

.Boton{
    margin-right: 10px; /* Agrega un margen derecho para dar espacio entre los campos */
    margin-bottom: 20px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #6b7b9c;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    box-shadow: 0px 5px 20px #687ba3;
    width: 130px;
    
}

.contorno{
    margin-right: 10px; /* Agrega un margen derecho para dar espacio entre los campos */
    margin-bottom: 20px;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #6b7b9c;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.burbuja {
    width: 300px; /* Ajusta el tamaño según sea necesario */
    height: auto; /* Mantiene la proporción original de la imagen */
    position: absolute;
}

.burbuja-izquierda {
    top: -100px;
    left:  -100px;
}

.burbuja-derecha {
    bottom:  -100px;
    right:  -100px;
    transform: rotate(130deg);
}

.a_sin_borde{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #695f96;  
}
.a_con_borde{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #ffffff;
    text-align: center;
    background-color:#695f96 ;
    margin-bottom: 20px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #6b7b9c;
    box-shadow: 0px 5px 20px #687ba3;
    width: 130px;
    
}
