* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body {
    /*background-image: url('https://i.imgur.com/WRShTEf.png'); /* Ejemplo de patrón de fondo */
    background-color: #d9c6ac;
    background-repeat: repeat;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    /*height: 100vh;*/
}

@media (min-width: 6001px) and (max-width: 8000px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 15px !important;
    }
    .img_pgm_inicio{
        width: 75% !important; 
        margin-left: 12.5% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 65% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 70% !important;
    }
    .dependencias_respuesta{
        width: 30% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 50%;
        margin-left: 22%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 45%;
        margin-left: 35%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 10px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }

    .header p {
        font-size: 40px !important;
        font-weight: bold;
    }
    
    .content{
        width: 70%;
        margin-left: 15%;
    }
    
    .content img {
        width: 120px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 40px !important;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 35px !important;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 40px !important;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 10px 20px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 35px !important;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 50%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 15px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 35px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 14px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 18px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 25px !important;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .content input{
        font-size: 25px !important;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
}
@media (min-width: 5001px) and (max-width: 6000px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 15px !important;
    }
    .img_pgm_inicio{
        width: 75% !important; 
        margin-left: 12.5% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 65% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 70% !important;
    }
    .dependencias_respuesta{
        width: 30% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 50%;
        margin-left: 22%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 45%;
        margin-left: 35%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 10px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }

    .header p {
        font-size: 30px !important;
        font-weight: bold;
    }
    
    .content{
        width: 70%;
        margin-left: 15%;
    }
    
    .content img {
        width: 120px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 30px !important;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 25px !important;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 33px !important;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 10px 20px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 25px !important;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 11px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 25px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 14px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 18px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 25px !important;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .content input{
        font-size: 25px !important;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
}
@media (min-width: 4001px) and (max-width: 5000px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 15px !important;
    }
    .img_pgm_inicio{
        width: 75% !important; 
        margin-left: 12.5% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 65% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 70% !important;
    }
    .dependencias_respuesta{
        width: 30% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 50%;
        margin-left: 25%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 45%;
        margin-left: 35%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 10px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }

    .header p {
        font-size: 30px !important;
        font-weight: bold;
    }
    
    .content{
        width: 70%;
        margin-left: 15%;
    }
    
    .content img {
        width: 120px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 30px !important;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 25px !important;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 33px !important;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 10px 20px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 25px !important;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 11px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 25px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 14px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 18px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 25px !important;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .content input{
        font-size: 25px !important;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
}
@media (min-width: 3501px) and (max-width: 4000px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 15px !important;
    }
    .img_pgm_inicio{
        width: 75% !important; 
        margin-left: 12.5% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 65% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 70% !important;
    }
    .dependencias_respuesta{
        width: 30% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 50%;
        margin-left: 25%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 45%;
        margin-left: 27.5%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }

    .header p {
        font-size: 25px !important;
        font-weight: bold;
    }
    
    .content{
        width: 70%;
        margin-left: 15%;
    }
    
    .content img {
        width: 120px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 33px !important;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 25px !important;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 33px !important;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 10px 20px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 25px !important;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 11px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 25px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 14px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 18px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 25px !important;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .content input{
        font-size: 25px !important;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
}
@media (min-width: 3001px) and (max-width: 3500px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 15px !important;
    }
    .img_pgm_inicio{
        width: 75% !important; 
        margin-left: 12.5% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 55% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 70% !important;
    }
    .dependencias_respuesta{
        width: 30% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 50%;
        margin-left: 25%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 45%;
        margin-left: 27.5%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }

    .header p {
        font-size: 22px !important;
        font-weight: bold;
    }
    
    .content{
        width: 70%;
        margin-left: 15%;
    }
    
    .content img {
        width: 120px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 30px !important;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 23px !important;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 30px !important;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 10px 20px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 22px !important;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 11px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 22px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 14px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 18px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 22px;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .content input{
        font-size: 22px !important;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
}
@media (min-width: 2501px) and (max-width: 3000px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 15px !important;
    }
    .img_pgm_inicio{
        width: 80% !important; 
        margin-left: 10% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 40% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 70% !important;
    }
    .dependencias_respuesta{
        width: 30% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 50%;
        margin-left: 25%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 45%;
        margin-left: 27.5%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }
    
    .header p {
        font-size: 20px;
        font-weight: bold;
    }
    
    .content{
        width: 70%;
        margin-left: 15%;
    }
    
    .content img {
        width: 120px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 23px !important;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 17px !important;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 25px !important;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 10px 20px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 18px !important;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 18px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 14px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 16px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
}
@media (min-width: 1921px) and (max-width: 2500px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 15px !important;
    }
    .img_pgm_inicio{
        width: 80% !important; 
        margin-left: 10% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 40% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 70% !important;
    }
    .dependencias_respuesta{
        width: 30% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 50%;
        margin-left: 25%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 45%;
        margin-left: 27.5%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }
    
    .header p {
        font-size: 20px;
        font-weight: bold;
    }
    
    .content{
        width: 70%;
        margin-left: 15%;
    }
    
    .content img {
        width: 120px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 23px !important;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 17px !important;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 25px;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 10px 20px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 18px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 14px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 16px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
}
@media (min-width: 1800px) and (max-width: 1920px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 15px !important;
    }
    .img_pgm_inicio{
        width: 80% !important; 
        margin-left: 10% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 40% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 70% !important;
    }
    .dependencias_respuesta{
        width: 30% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 50%;
        margin-left: 25%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 45%;
        margin-left: 27.5%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }
    
    .header p {
        font-size: 18px;
        font-weight: bold;
    }
    
    .content{
        width: 70%;
        margin-left: 15%;
    }
    
    .content img {
        width: 100px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 24px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 25px;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 10px 20px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 14px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 12px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 16px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 15px;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
}
@media (min-width: 1700px) and (max-width: 1799px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 15px !important;
    }
    .img_pgm_inicio{
        width: 80% !important; 
        margin-left: 10% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 40% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 70% !important;
    }
    .dependencias_respuesta{
        width: 30% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 50%;
        margin-left: 25%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 50%;
        margin-left: 25%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }
    
    .header p {
        font-size: 18px;
        font-weight: bold;
    }
    
    .content{
        width: 75%;
        margin-left: 12.5%;
    }
    
    .content img {
        width: 100px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 24px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 25px;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 10px 20px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 14px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 12px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 16px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 15px;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
}
@media (min-width: 1600px) and (max-width: 1699px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 15px !important;
    }
    .img_pgm_inicio{
        width: 80% !important; 
        margin-left: 10% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 40% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 70% !important;
    }
    .dependencias_respuesta{
        width: 30% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 50%;
        margin-left: 25%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 50%;
        margin-left: 25%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }
    
    .header p {
        font-size: 18px;
        font-weight: bold;
    }
    
    .content{
        width: 75%;
        margin-left: 12.5%;
    }
    
    .content img {
        width: 100px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 24px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 25px;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 10px 20px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 14px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 12px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 16px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
}
@media (min-width: 1500px) and (max-width: 1599px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 15px !important;
    }
    .img_pgm_inicio{
        width: 80% !important; 
        margin-left: 10% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 40% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 70% !important;
    }
    .dependencias_respuesta{
        width: 30% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 50%;
        margin-left: 25%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 55%;
        margin-left: 22.5%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }
    
    .header p {
        font-size: 18px;
        font-weight: bold;
    }
    
    .content{
        width: 75%;
        margin-left: 12.5%;
    }
    
    .content img {
        width: 100px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 24px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 25px;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 10px 20px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 14px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 12px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 16px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
}
@media (min-width: 1400px) and (max-width: 1499px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 15px !important;
    }
    .img_pgm_inicio{
        width: 80% !important; 
        margin-left: 10% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 50% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 70% !important;
    }
    .dependencias_respuesta{
        width: 30% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 50%;
        margin-left: 25%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 55%;
        margin-left: 22.5%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }
    
    .header p {
        font-size: 18px;
        font-weight: bold;
    }
    
    .content{
        width: 75%;
        margin-left: 12.5%;
    }
    
    .content img {
        width: 100px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 24px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 28px;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 10px 20px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 14px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 12px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 20px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
}
@media (min-width: 1300px) and (max-width: 1399px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 15px !important;
    }
    .img_pgm_inicio{
        width: 80% !important; 
        margin-left: 10% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 50% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 70% !important;
    }
    .dependencias_respuesta{
        width: 30% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 50%;
        margin-left: 25%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 55%;
        margin-left: 22.5%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }
    
    .header p {
        font-size: 18px;
        font-weight: bold;
    }
    
    .content{
        width: 80%;
        margin-left: 10%;
    }
    
    .content img {
        width: 100px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 24px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 28px;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 10px 20px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 14px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 12px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 20px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
}
@media (min-width: 1200px) and (max-width: 1299px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 15px !important;
    }
    .img_pgm_inicio{
        width: 80% !important; 
        margin-left: 10% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 50% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 70% !important;
    }
    .dependencias_respuesta{
        width: 30% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 50%;
        margin-left: 25%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 55%;
        margin-left: 22.5%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }
    
    .header p {
        font-size: 18px;
        font-weight: bold;
    }
    
    .content{
        width: 80%;
        margin-left: 10%;
    }
    
    .content img {
        width: 100px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 24px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 28px;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 10px 20px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 14px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 12px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 20px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
}
@media (min-width: 1100px) and (max-width: 1199px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 15px !important;
    }
    .img_pgm_inicio{
        width: 80% !important; 
        margin-left: 10% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 50% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 70% !important;
    }
    .dependencias_respuesta{
        width: 30% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 50%;
        margin-left: 25%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 65%;
        margin-left: 17.5%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }
    
    .header p {
        font-size: 18px;
        font-weight: bold;
    }
    
    .content{
        width: 80%;
        margin-left: 10%;
    }
    
    .content img {
        width: 100px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 24px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 28px;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 10px 20px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 14px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 12px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 20px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 17px;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
}
@media (min-width: 1000px) and (max-width: 1099px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 15px !important;
    }
    .img_pgm_inicio{
        width: 80% !important; 
        margin-left: 10% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 50% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 70% !important;
    }
    .dependencias_respuesta{
        width: 30% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 70%;
        margin-left: 15%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 70%;
        margin-left: 15%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }
    
    .header p {
        font-size: 18px;
        font-weight: bold;
    }
    
    .content{
        width: 80%;
        margin-left: 10%;
    }
    
    .content img {
        width: 100px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 24px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 28px;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 10px 20px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 14px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 12px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 20px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 17px;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
}
@media (min-width: 900px) and (max-width: 999px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 15px !important;
    }
    .img_pgm_inicio{
        width: 80% !important; 
        margin-left: 10% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 50% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 70% !important;
    }
    .dependencias_respuesta{
        width: 30% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 70%;
        margin-left: 15%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 70%;
        margin-left: 15%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }
    
    .header p {
        font-size: 18px;
        font-weight: bold;
    }
    
    .content{
        width: 80%;
        margin-left: 10%;
    }
    
    .content img {
        width: 100px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 21px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 26px;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 10px 20px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 14px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 12px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 20px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 15px;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
}
@media (min-width: 800px) and (max-width: 899px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 15px !important;
    }
    .img_pgm_inicio{
        width: 80% !important; 
        margin-left: 10% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 70% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 70% !important;
    }
    .dependencias_respuesta{
        width: 30% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 70%;
        margin-left: 15%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 80%;
        margin-left: 10%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }
    
    .header p {
        font-size: 18px;
        font-weight: bold;
    }
    
    .content{
        width: 80%;
        margin-left: 10%;
    }
    
    .content img {
        width: 100px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 21px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 26px;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 10px 20px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 14px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 12px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 20px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 15px;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
}
@media (min-width: 700px) and (max-width: 799px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 15px !important;
    }
    .img_pgm_inicio{
        width: 80% !important; 
        margin-left: 10% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 70% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 70% !important;
    }
    .dependencias_respuesta{
        width: 30% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 70%;
        margin-left: 15%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 80%;
        margin-left: 10%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }
    
    .header p {
        font-size: 18px;
        font-weight: bold;
    }
    
    .content{
        width: 90%;
        margin-left: 5%;
    }
    
    .content img {
        width: 100px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 21px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 26px;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 10px 20px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 14px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 12px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 20px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 15px;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
}
@media (min-width: 600px) and (max-width: 699px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 15px !important;
    }
    .img_pgm_inicio{
        width: 80% !important; 
        margin-left: 10% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 70% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 70% !important;
    }
    .dependencias_respuesta{
        width: 30% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 70%;
        margin-left: 15%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 90%;
        margin-left: 5%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }
    
    .header p {
        font-size: 18px;
        font-weight: bold;
    }
    
    .content{
        width: 90%;
        margin-left: 5%;
    }
    
    .content img {
        width: 100px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 21px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 26px;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 10px 20px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 14px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 12px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 20px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 15px;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
}
@media (min-width: 500px) and (max-width: 599px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 14px !important;
    }
    .img_pgm_inicio{
        width: 80% !important; 
        margin-left: 10% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 70% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 60% !important;
    }
    .dependencias_respuesta{
        width: 40% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 70%;
        margin-left: 15%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 90%;
        margin-left: 5%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }
    
    .header p {
        font-size: 18px;
        font-weight: bold;
    }
    
    .content{
        width: 100%;
        margin-left: 0%;
    }
    
    .content img {
        width: 100px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 21px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 23px;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 10px 15px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 14px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 12px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 20px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 14px;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
}
@media (min-width: 400px) and (max-width: 499px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 14px !important;
    }
    .img_pgm_inicio{
        width: 80% !important; 
        margin-left: 10% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 70% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 60% !important;
    }
    .dependencias_respuesta{
        width: 40% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 70%;
        margin-left: 15%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 90%;
        margin-left: 5%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }
    
    .header p {
        font-size: 18px;
        font-weight: bold;
    }
    
    .content{
        width: 100%;
        margin-left: 0%;
    }
    
    .content img {
        width: 100px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 21px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 23px;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 7px 12px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 12px;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 14px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 12px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 20px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 14px;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
        font-size: 11px !important;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
        font-size: 11px !important;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
    th{
        font-size: 13px;
    }
}
@media (min-width: 0px) and (max-width: 399px){
    .margins_inicio{
        margin-top: 30px;
        font-size: 14px !important;
    }
    .img_pgm_inicio{
        width: 80% !important; 
        margin-left: 10% !important;
    }
    .progress_bar_container{
        width: 50%; 
        float: right !important;
        text-align: right;
    }
    .img_pgm_encuesta{
        width: 70% !important;
    }
    .textarea_height{
        height: 100px;
    }
    .del_1_al_5_width_pregunta{
        width: 85% !important;
    }
    .del_1_al_5_width_respuesta{
        width: 15% !important;
    }
    .dependencias_pregunta{
        width: 60% !important;
    }
    .dependencias_respuesta{
        width: 40% !important;
    }
    .container_no_color {
        margin-top: 2%;
        width: 70%;
        margin-left: 15%;
        /*background-color: #fff;*/
        /*border-radius: 10px;*/
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .container {
        margin-top: 2%;
        width: 90%;
        margin-left: 5%;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px;
        text-align: center;
    }
    
    .header {
        background-color: #b11c50;
        color: white;
        padding: 10px 0;
    }
    
    .header p {
        font-size: 18px;
        font-weight: bold;
    }
    
    .content{
        width: 100%;
        margin-left: 0%;
    }
    
    .content img {
        width: 100px;
        margin-top: 40px;
    }
    
    .content h1 {
        font-size: 21px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .content p {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }
    
    .content .participa {
        font-size: 23px;
        color: #b11c50;
        font-style: italic;
        font-weight: bold;
        padding: 10px;
    }
    
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 90%;
        margin-left: 5%;
    }
    
    .footer .btn {
        padding: 7px 12px;
        background-color: #b28f5d00;
        color: #b28e5d;
        border: 1px solid #b28e5d;
        border-radius: 5px;
        cursor: pointer;
        font-size: 12px;
        cursor: pointer;
        transition: transform 0.4s;
    }
    
    .footer .btn:hover {
        background-color: #d3a96e;
        border: 1px solid #d3a96e;
        color: #fff;
        transform: scale(1.15);
    }
    
    .progress-bar {
        width: 60%;
        background-color: #f2f2f2;
        border-radius: 5px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-bar .progress_one {
        width: 12.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_two {
        width: 25%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_three {
        width: 37.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_four {
        width: 50%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_five {
        width: 62.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_six {
        width: 75%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_seven {
        width: 87.5%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-bar .progress_eight {
        width: 100%; /* Página 1 de 3 */
        height: 100%;
        background-color: #b28e5d;
        border-radius: 5px;
    }
    
    .progress-text-content{
        display: inline-block;
        vertical-align: middle;
    }
    
    .progress-text {
        font-size: 14px;
        color: #555;
    }
    
    footer {
        margin-top: 20px;
        font-size: 12px;
        color: #888;
    }
    
    .consulta_publica_survey{
        font-size: 20px !important;
    }
    
    .form-control:focus {
        border-color: #d9c6ac;
        box-shadow: 0 0 0 0.2rem rgba(217, 198, 172, 0.25);
    } 
    
    .aviso_de_privacidad{
        text-align: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 50px;
    }
    
    .aviso_de_privacidad h1{
        font-size: 20px;
        color: #b11c50;
        margin: 15px 0;
        font-weight: bold;
    }
    
    .aviso_de_privacidad p{
        font-size: 13px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    
    /************************************************************/
    .form-group {
        margin-bottom: 20px;
    }
    
    label {
        font-size: 14px;
        color: #333;
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    .required {
        color: red;
        margin-left: 5px;
    }
    
    .radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .radio-option {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(33% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
        font-size: 11px !important;
    }
    
    .radio-option input {
        display: block;
    }
    
    .radio-option .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option:hover {
        border-color: #cdac7e;
    }
    
    .radio-option.selected {
        background-color: #ece2d519;
    }
    /***********************************************************50% Radio**********************************************/
    .radio-option-50 {
        display: flex;
        align-items: center;
        padding: 10px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        width: calc(49% - 10px);
        box-sizing: border-box;
        cursor: pointer;
        transition: background-color 0.3s, border-color 0.3s;
        font-size: 11px !important;
    }
    
    .radio-option-50 input {
        display: block;
    }
    
    .radio-option-50 .custom-radio {
        /*width: 16px;
        height: 16px;
        border: 2px solid #cdac7e;
        border-radius: 50%;*/
        margin-right: 10px;
        /*position: relative;
        transition: border-color 0.3s;*/
    }
    
    /*.radio-option-50 .custom-radio::before {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #cdac7e;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .radio-option-50 input:checked + .custom-radio::before {
        opacity: 1;
    }
    
    .radio-option-50 input:checked + .custom-radio {
        border-color: #cdac7e;
    }*/
    
    .radio-option-50:hover {
        border-color: #cdac7e;
    }
    
    .radio-option-50.selected {
        background-color: #ece2d519;
    }
    th{
        font-size: 13px;
    }
}