body {
    overflow: hidden;
}

.contenedor_izquierdo {
    width: 100%;
    max-width: 320px;
    -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.38);
    background: #ffffff;
    position: relative;
    z-index: 3;
}

#offcanvas-overlay {
    z-index: 2;
}

.cabecera_ministerio {
    -webkit-box-shadow: 0px 2px 12px -1px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 2px 12px -1px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 2px 12px -1px rgba(0, 0, 0, 0.37);
    height: 66px;
}

.cabecera_ministerio img {
    width: 200px;
}

.detalles_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
}

.bloq_iconos_det {
    gap: 5px;
}

.item_detales_list h2 {
    font-size: 13px;
    font-weight: 300;
    color: #575757;
    margin-bottom: 5px;
}

.bloq_iconos_det span {
    font-size: 14px;
    color: #2895D8;
    font-weight: 600;
}

.row_redes_sociales {
    display: flex;
    align-items: center;
    gap: 15px;
}

.redes_sociales h2 {
    font-size: 14px;
    color: #2895D8;
    font-weight: 300;
    margin-bottom: 10px;
}

.conte_interno_aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 141px);
    padding: 30px 22px 45px 22px;
}

.bloq_conte_ministro_interno {
    height: auto;
    padding: 22px;
    display: flex;
    align-items: center;
    padding-bottom: 100px;
}

.titulo_departamento_nombre {
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    color: #575757;
}

.titulo_departamento {
    font-size: 22px;
    font-weight: 600;
    line-height: 18px;
    color: #2895D8;
    margin-top: 5px;
}

.contenedor_detalles_departamento {
    background: #F1F6FA;
    padding: 22px 15px;
}

.contenedor_detalles_departamento h2 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #575757;
}

.list_item_detalle_intervencion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.item_detalle_intervencion {
    display: flex;
    align-items: center;
    gap: 10px;
}

.detalles_intervencion_t span {
    font-size: 14px;
    font-weight: 500;
    color: #2895D8;
    line-height: 1.2;
}

.detalles_intervencion_t p {
    font-size: 13px;
    font-weight: normal;
    color: #575757;
    line-height: 1.2;
}

.detalles_intervencion_m {
    font-size: 14px;
    line-height: 18px;
    color: #575757;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.detalles_intervencion_m p {
    margin: 0;
}


.conte_interno_aside_detalles {
    height: calc(100vh - 20px);
    overflow-x: auto;
    padding: 20px 0px;
}

.detalles_intervencion_m p span {
    font-weight: 700;
}

.conten_con_slider_t {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    gap: 12px;
}

.w_img_full {
    width: 100%;
    display: block;
}

.margin_10_carrusel {
    margin-top: 10px;
}

.contenedor_slider_s .swiper-slide img {

    border-radius: 10px;
    overflow: hidden;
}

.contenedor_slider_s .swiper-container-thumbs .swiper-slide-thumb-active img {
    border: 3px solid #2895D8;
}

.conte_acordeon_detalles {
    padding: 0px 60px 0px 0px;
    border-right: 1px solid #5757573d;
}

.titulo_etapas_s {
    font-size: 20px;
    font-weight: bold;
    color: red !important;
    margin-top: 20px;
    text-transform: uppercase
}

.conte_acordeon_detalles .uk-accordion-title {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    border-radius: 10px;
}



.conte_acordeon_detalles .uk-accordion-title span {
    background: #B4B4B4;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
    flex-shrink: 0;
}

.conte_acordeon_detalles .uk-accordion-title p {
    font-size: 14px;
    font-weight: bold;
    color: #B4B4B4;
    background: #F1F6FA;
    width: 100%;
    border-radius: 10px;
    padding: 13px 17px;
}

.bloq_lineal_s {
    position: relative;
}

.bloq_lineal_s::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: #575757;
    left: 11px;
    top: 40px;

}

.bloq_lineal_s.uk-open .uk-accordion-title span,
.bloq_lineal_s.uk-open::before {
    background: #2895D8 !important;
}

.bloq_lineal_s.uk-open .uk-accordion-title p {
    color: #2895D8 !important;
}

.bloq_lineal_s:last-child::before {
    opacity: 0;
}




.bloq_padding_espacio_acordeon {
    display: flex;
    align-items: center;
    padding-left: 35px;
}



.listado_dolares_item1 {
    width: 100%;
    max-width: 780px;
}

.list_presupuesto_total h3 {
    font-size: 12px;
    line-height: 21px;
    color: #575757;
    margin-bottom: 5px;
}

.item_monto_total {
    display: flex;
    align-items: center;
    gap: 10px;
}

.item_monto_total img {
    width: 20px;
}

.item_monto_total span {
    font-size: 14px;
    font-weight: bold;
    color: #2895D8;
    line-height: 21px;
}

.list_presupuesto_total {
    padding: 20px 25px;
    border: 1px solid #71BF45;
    border-radius: 10px;
    margin-left: 40px;
}

.conte_acordeon_detalles .uk-accordion-content {
    margin-top: 0px;
}


.item_entidad {
    display: flex;
    align-items: center;
    gap: 10px;
}

.detalles_entidad_row span {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    color: #2895D8;
}

.detalles_entidad_row p {
    font-size: 10px;
    line-height: 15px;
    font-weight: 300;
    color: #575757;
    margin: 0;
    margin-top: -5px;
}

.list_iconos_enitdad {
    gap: 32px;
}




.range-container {
    margin-bottom: 20px;
}

input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 12px;
    border-radius: 5px;
    background: linear-gradient(to right, #71BF45 0%, #71BF45 50%, #fff 50%, #fff 100%);
    outline: none;
    transition: background 0.2s;
    overflow: hidden;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #71BF45;
    cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #71BF45;
    cursor: pointer;
}

.cabecera_entidad p {
    font-size: 12px;
}

.list_select_presupuesto {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0px;
}

.list_select_presupuesto span {
    font-size: 12px;
    color: #575757;
    font-weight: 600;
}

.contenedor_range_presupuesto {
    display: flex;
    align-items: flex-start;
    width: 390;
    justify-content: space-between;
}

.ano_tecnico_presupusto span {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #2895D8;
}

.item_range_presupuesto {
    display: flex;
    align-items: center;
}

.item_range_presupuesto span {
    color: #2895D8;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    width: 45px;
    margin-right: 10px;
}

.conten_range_total {
    width: 140px;
}

.item_range_presupuesto p {
    font-size: 12px;
    line-height: 23px;
    color: #575757;
    margin-left: 25px;
    margin-top: 0;
    margin-bottom: 0;
}

.item_adjunto_s {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 25px;
}

.item_adjunto_s span {
    font-size: 12px;
    color: #575757;
    line-height: 21px;
}

.item_adjunto_s img {
    width: 17px;
}
















.cabecera_ejecucion {
    display: flex;
    align-items: center;
    border: 1px solid #71BF45;
    border-radius: 10px;
    width: max-content;
}

.item_cabecera_ejecucion {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px;
    width: 156px;
    justify-content: center;
}

.item_cabecera_ejecucion p {
    font-size: 10px;
    line-height: 13px;
    color: #575757;
    margin: 0;
    width: 100%;
    max-width: 75px;
}

.item_cabecera_ejecucion span {
    font-size: 14px;
    color: #2895D8;
    font-weight: 500;
}

.item_cabecera_ejecucion:first-child {
    border-right: 1px solid #71BF45;
}

.row_listado_fechas_ejecucion {
    display: flex;
    align-items: center;
    gap: 30px;
}

.listado_fechas_ejecucion {
    margin-top: 10px;
}

.listado_fechas_ejecucion h2 {
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    color: #575757;
    margin-bottom: 8px;
}

.item_fecha_ejecucion span {
    font-size: 10px;
    line-height: 17px;
    color: #575757;
    font-weight: 500;
    margin-bottom: 5px;
    display: table;
}

.calender_fecha {
    gap: 6px;
}

.calender_fecha span {
    font-size: 14px;
    font-weight: bold;
    color: #2895D8;
    line-height: 17px;
    margin-bottom: 0px;
}



.bloq_compatibilidad_ejecucion {
    margin-top: 20px;
}

.bloq_compatibilidad_ejecucion p {
    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    color: #575757;
    width: 100%;
    max-width: 100px;
    margin: 0;
}

.bloq_compatibilidad_ejecucion span {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #2895D8;
}

.cabecera_contratista_eje {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
}

.listado_contratista_ejecucion {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cabecera_contratista_eje img {
    width: 20px;
}

.cabecera_contratista_eje span {
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    color: #575757;
}

.cuerpo_contratista_eje {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #71BF45;
    border-radius: 10px;
    padding: 13px;
}

.item_cuerpo_contra {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.item_cuerpo_contra span {
    font-size: 12px;
    line-height: 17px;
    color: #575757;
}

.item_cuerpo_contra p {
    font-size: 13px;
    color: #2895D8;
    line-height: 17px;
    font-weight: 600;
    margin: 0;
}

.margin_30_ejecucion {
    margin-top: 30px !important;
}

.item_adjunto_ejecucion span {
    font-size: 12px;
    font-weight: 500;
    color: #2895D8;
}

.listado_archivos_adjuntos {
    display: flex;
    align-items: center;
    gap: 37px;
    margin-top: 40px;
}

.item_adjunto_ejecucion {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.icon_adjunto_text_ejecucion {
    gap: 7px;
}

.icon_adjunto_text_ejecucion img {
    width: 18px;
}

.icon_adjunto_text_ejecucion span {
    color: #575757 !important;
}





.pasos_conten_4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}



.cabecera_text_s_insidnete {
    gap: 8px;
}

.cabecera_text_s_insidnete img {
    margin-top: 5px;
    width: 24px;
}

.cabecera_text_s_insidnete span {
    color: #2895D8;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    width: 100%;
    max-width: 200px;
}

.cuerpo_text_insidente {
    color: #575757;
    font-size: 13px;
    line-height: 19px;
    max-width: 244px;
    width: 100%;
    padding-left: 32px;
}

.bloq_detalles_insidentes {
    width: 100%;
    max-width: 780px;
    gap: 70px;
    border-bottom: 1px solid #2895D8;
    padding-bottom: 17px;
}

.gap_70_bloq_detalle {
    gap: 70px;
}

.bloq_lineal_s .uk-accordion-title::before {
    position: absolute;
    right: 15px;
    background-image: url('/assets/img/icon_flecha_s.svg');
}

.text_negro_13_cabe {
    font-size: 13px;
    line-height: 21px;
    color: #575757;
    font-weight: 400;
}


.text_verde_13_cabe {
    font-size: 13px;
    line-height: 21px;
    color: #71BF45;
}



.text_negro_14_cabe {
    font-size: 14px;
    line-height: 21px;
    color: #575757;
}

.font-wei-500 {
    font-weight: 500 !important;
}


.text_azul_14_cabe {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #2895D8;
}


.text_azul_14_cabe_bold {
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    color: #2895D8 !important;
}

.text_azul_18_cabe_bold {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    color: #2895D8 !important;
}


.text_azul_14_cabe_semi_bold {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #2895D8;
}


.text_azul_12_cabe {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #2895D8;
}

.text_negro_12_cabe {
    font-size: 12px;
    line-height: 21px;
    color: #575757;
}


.text_celeste_20_cabe {
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    color: #2895D8;
}



.item_exp_paso1 {
    gap: 10px;
    padding: 7px 0px;
}

.item_exp_paso1 img {
    width: 24px;
}

.item_archivo_doc {
    gap: 3px;
}

.item_archivo_doc img {
    width: 18px;
}

.content_paso2 {
    width: 100%;
    max-width: 780px;
}

.gap_38_list_ex {
    gap: 38px;
}

.list_expediente_t {
    gap: 5px;
    margin: 25px 0px;
}

.ancho_120_parrafo {
    width: 100%;
    max-width: 140px;
}

.ancho_220_bloq_t {
    width: 100%;
    max-width: 160px;
}

.gap_8_column_s {
    gap: 8px;
}

.gap_20_column_s {
    gap: 20px;
}

.text_12_lig_18 {
    font-size: 12px;
    line-height: 18px;
    color: #575757;
}

.ancho_210_text {
    width: 100%;
    max-width: 210px;
}

.item_metas_select {
    padding-bottom: 25px;
    border-bottom: 1px solid #B4B4B4;
}

.text_celest_aside p {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    color: #2895D8;
}

.etapa_expediente {
    position: absolute;
    background: #fff;
    color: #2895D8;
    font-size: 13px;
    z-index: 3;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    border-radius: 10px;
}

.bloq_general_notifi {
    background: #F6F6F6;
    padding: 15px 20px;
}


.bloq_acordeon .bloq_general_notifi .cabecera_interna_modi span {
    width: auto !important;
    background: none !important;
    color: #2895D8 !important;
    text-transform: uppercase;
    font-size: 14px;
}

.cabecera_interna_modi {
    gap: 5px;
}

.cabecera_select_interno {
    margin: 20px 0px 20px 0px;
}

.text_14_semb_verde {
    font-size: 14px;
    color: #71BF45;
    font-weight: 600;
    line-height: 21px;
}

.text_14_semb_rojo {
    font-size: 14px;
    color: #ED1D21;
    font-weight: 600;
    line-height: 21px;
}

.contenedor_adicionales {
    padding: 20px;
    border: 1px solid #B4B4B4;
    border-radius: 10px;
}



.contenedor_adicionales table tbody tr td:last-child {
    width: 20%;
}

.contenedor_adicionales table tbody tr td:last-child .item_archivo_doc {
    justify-content: space-between;
}

.bloq_list_apliaciones {
    width: 100%;
    max-width: 650px;
}

.gap_5 {
    gap: 5px;
}

.video_l::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000008c;
}

.border_radio_20 {
    border-radius: 20px;
    overflow: hidden;
}

.boto_play_s {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 35px;
    height: 35px;
}

.boto_play_s img {
    width: 100%;
}

.item_slider_interno {
    padding: 0px 10px;
}

.quitar_svg_slider {
    margin-left: 0px;
    margin-right: 0px;
}

.quitar_svg_slider svg {
    display: none;
}

.quitar_svg_slider img {
    width: 30px;
    height: 30px;
}

.espacio_slider_d {
    padding-left: 40px;
}

.titulo_slider_paso3 {
    font-size: 15px;
    font-weight: 700;
    color: #71BF45;
    padding-left: 20px;
}

.bloq_videos_fotos {
    padding-top: 30px;
    border-top: 1px solid #B4B4B4;
}

.bloq_liquidacion_obra {
    width: 100%;
    max-width: 550px;
}

.bloq_liquidacion_obra table tbody tr td {
    padding: 5px 20px;
}

.modificar_efecto_s {
    width: 1100px;
    background: #fff;
    padding-left: 350px;
    z-index: 2 !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.uk-offcanvas-close {
    position: static;
}

.btn_cerrar_blo {
    cursor: pointer;
}

.btn_cerrar_blo svg {
    display: none;
}

.conten_flex_retorno {
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    transform: rotate(180deg);
    cursor: pointer;
}

.boderde_boton_aside {
    border: 1px solid #71BF45;
    border-radius: 10px;
    overflow: hidden;
}

.boderde_boton_aside button {
    padding: 5px 10px;
    height: auto;
    line-height: 21px;
}

.boderde_boton_aside button span {
    font-size: 13px;
    color: #575757;
    font-weight: 300;
    line-height: 21px;
}

.select_azul_modif .contene_select_asul {
    background: #2895D8;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 14px;
}

.cabecera_valoracion {
    background: #F6F6F6;
    border-radius: 10px;
    padding: 15px 20px;
}

.gap_10_row {
    gap: 10px;
}



.text_rojo_14_cabe_semi_bold {
    font-size: 14px;
    font-weight: 600;
    color: #ED1D21;
    line-height: 21px;
}

.text_verde_14_cabe_semi_bold {
    font-size: 14px;
    color: #71BF45;
    font-weight: 500;
    line-height: 21px;
}

.select_rojo_modif .contene_select_rojo {
    border: 1px solid #ED1D21;
    border-radius: 10px;
    padding: 5px 10px;
}

.color_text_normal {
    font-size: 13px;
    line-height: 21px;
    color: #575757;
}

.select_verde_modif .contene_select_verde {
    border: 1px solid #71BF45;
    border-radius: 10px;
    padding: 5px 10px;
}

.margin_tablas_d {
    margin: 20px 0px;
}

.bloq_valoraciones_minam table caption {
    margin-bottom: 20px;
}




::-webkit-scrollbar {
    width: 7px;
}


::-webkit-scrollbar-thumb {
    background: #2895D8;

    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.bloq_tabla_1_margin {
    position: relative;
    margin: 20px 0px;
    padding: 0px 20px;
    padding-bottom: 20px;
    padding-right: 0px;
}

.bloq_tabla_1_margin::before {
    content: '';
    width: 13px;
    height: 100%;
    background-image: url('/assets/img/paso2/cuadro_form1.png');
    position: absolute;
    left: 0;
    background-size: 100% 100%;
    top: 10px;
}

.bloq_tabla_2_margin {
    margin-top: -25px;
    padding-left: 35px;
}

.bloq_tabla_2_margin {
    position: relative;
    padding-bottom: 20px;
}

.bloq_tabla_2_margin::before {
    content: '';
    width: 7px;
    height: 100%;
    background-image: url('/assets/img/paso2/cuadro_form2.png');
    position: absolute;
    left: 20px;
    background-size: 100% 100%;
    top: 14px;
}

.bloq_tabla_3_margin {
    padding-left: 35px;
}



.bloq_regresar_modal {
    cursor: pointer;
}

.btn_cerrar_blo {
    position: sticky;
    top: 50%;
}

.iten_hover_celeste_des:hover p {
    color: #2895D8 !important;
}

.cursor_mapa {
    cursor: pointer;
}

.bloq_fle_mapa {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
    right: 0;
}

.swiper-button-prev-mapa img,
.swiper-button-next-mapa img {
    width: 13px;
}

.swiper-button-prev-mapa img {
    margin-right: 10px;
}

.swiper-button-next-mapa img {
    margin-left: 10px;
}