﻿body {
    margin: 0;
    padding: 0;
    overflow: auto;
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
}

.contenido {
    height:100%;
    width:100%;
    box-sizing:border-box;
}

.logo-img {
    width: 142px;
    height: 58px;
    position: absolute;
    left: 4.44%;
    right: 65.02%;
    top: 1.5%;
    bottom: 92.88%;
}

.title {
    font-family: 'Roboto', sans-serif;
    font-weight:100;
    font-size: 20px;    
    line-height: 21px;
    margin-top: 20px;
    text-align: center;
    color: #FFFFFF;
}
    
.linea
{
    border-top: 0.5px solid;
    height: 2px;
    max-width: 90%;
    padding: 0;
    margin: 20px auto 0 auto;
}

.contenedor-preguntas {
    padding-left: 10%;
    padding-right: 10%;
}

.preguntas-titulo {
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    text-align: Center;
}

.preguntas {
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
    text-align: left;
}

textarea#txtDetalleMotivo {
    max-width: 100%;
    height: 100px;
    /*padding: 10px;*/
    margin: auto;
    margin-top:5px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    resize: none;
}

.preguntas asp:RadioButton {
    display: block;  /*Asegura que cada RadioButton esté en una línea propia */
    margin-bottom: 10px; /* Espacio entre botones */
}

.preguntas label {
    margin-left: 4px;
}

.saludo {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 10px 0 -15px 0;
    text-align: center;
    width: 100%;
}

.container-img {
    background-image: url(../img/IconoMujer.png);
    height: 200px;
    background-repeat: no-repeat;
    background-position:center center;
    background-size: contain;    
    margin:10px auto;
}

.contenedor-header {
    background-color:#00205c; 
    padding: 8px; 
    display: flex; 
    justify-content: center;
}
/**/
@media only screen and (max-width: 520px) {
    .title {
        font-size: 17px;
        margin-left: 30px;
    }
    .logo-img {
        width: 132px;
    }
    body {
        overflow:auto;
    }

    .contenedor-header {
        justify-content: space-between;
    }
    .container-img-hombre {
        /*background-image: url(../img/IconoHombre.png);*/
        margin-top: 1000px;
    }

}

/* Estilos para el texto */
.gracias {
    position: relative; /* Cambia a relative para que no se solape con otros elementos */
    width: 100%; /* Ajusta el ancho según lo necesites */
    max-width: 600px; /* Ajusta el ancho máximo según lo necesites */
    margin: 0 auto; /* Centra el div horizontalmente */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    margin-top: 50px
}


.container-img-hombre {
    width: 100%; /* Ajusta el ancho al 100% del contenedor */
    max-width: 600px; /* Ajusta el ancho máximo según lo necesites */
    margin: 0 auto; /* Centra el div horizontalmente */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top:50px;
}

.container {
    position: relative; /* Asegúrate de que el contenedor general tenga una posición relativa */
    text-align: center; /* Centra el texto y la imagen horizontalmente */
     /* Ajusta el valor del margen superior según sea necesario */
}

.R-Btn label{
    display: inline;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

@media (min-width: 720px) and (max-width: 1380px) {
    .container-img {
        height: 125px;
    }
}