﻿body {
    padding-top: 60px;
    margin: 0;
    font-family: Arial, sans-serif;
}

.logo {
    position: fixed;
    width: 100%;
    height: 180px;
    align-items: center;
    z-index: 999;
    display: flex;
    background-color: white;
    top: 0;
    left: 0;
    /*background-color: #2c3e50;*/
    /*color: white;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 1000;
}

.overlay {
    z-index: 1000;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imagen {
    align-items: center;
    /*background-image: url('../images/LogosCorporativos/LOGO_ORIGINAL_VIRU_HORIZONTAL_2025.png');*/
    background-size: contain;
    background-position: right; /* centra la imagen */
    background-repeat: no-repeat; /* evita que se repita */
    height: 70%;
    max-height: 40px;
    flex: 0 0 10%;
    margin-left: 45.5vw;    
}

.idioma {
    /*display: flex;
    justify-content: flex-end;*/
    flex: 0 0 20%;
    padding: 5px;
    font-size: 16px;
}

.d-none {
    display: none;
}

.cabera-secundaria {
    margin: 129px 0 0 0px;
    height: 200px;
}

.fondo {
    height: 200px;
    background-image: url('../images/Portal-Formulario-Canal-Denuncia.jpg');
    background-size: cover;
    background-position: center; /* centra la imagen */
    background-repeat: no-repeat; /* evita que se repita */
}

.titulo {
    text-align: center;
    color: rgb(96, 108, 83);
}


.text-primario p {
    /*font-size: 20px;*/
    margin-left: 10px;
    font-family: 'Open Sans', sans-serif;
}

button:active {
    background-color: white;
    color: rgb(96, 108, 83);
}

.mtop-15 {
    margin-top: 15px;
}

.btn-custom {
    color: #fff;
    background-color: #44773D;
    border-color: #4cae4c;
    cursor: pointer;
}

    .btn-custom:hover {
        color: #fff;
        background-color: #d6f1cd;
        border-color: #d6f1cd;
    }

.pregunta {
    font-size: 16px;
    color: rgb(96, 108, 83);
    font-weight: bold;
}

.text-gray {
    color: gray;
}

.txt_descripcion {
    height: 200px;
    width: 500px;
}

@media (max-width: 600px) {
    .txt_descripcion {
        height: 200px;
        width: 340px;
    }

    .fondo {
        height: 100px;
        background-size: contain;
        background-position: center; /* centra la imagen */
        background-repeat: no-repeat; /* evita que se repita */
    }

    .cabera-secundaria {
        margin: 100px 0 0 0px;
        height: 100px;
    }

    .imagen {
        flex: 0 0 25%;
        margin-left: auto;
    }

    .logo {
        justify-content: center;
        flex-direction: column;
    }
}
