body {
    overflow: hidden;
    position: relative;
}
::-webkit-scrollbar {
    width: 4px!important;  /* Cambia el ancho de la barra de desplazamiento */
}

#loading{
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: absolute;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
}

#loading div{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -50px;
}

#loading div img{
    margin-bottom: 30px;
    width: 200px;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
  }
  .loader::before , .loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #71BF45;
    animation: prixClipFix 2s linear infinite ;
  }
  .loader::after{
    border-color: #2895D8 ;
    animation: prixClipFix 2s linear infinite , rotate 0.5s linear infinite reverse;
    inset: 6px;
  }

  @keyframes rotate {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
  }

  @keyframes prixClipFix {
      0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
      25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
      50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
      75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
      100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
  }

.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;
    margin-bottom: 4px;
}

.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;
    border-radius: 10px;
}

.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; */
    padding: 0;
}

.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,
.bloq_lineal_s.uk-active .uk-accordion-title span,
.bloq_lineal_s.uk-active::before
{
    background: #2895D8 !important;
}

.bloq_lineal_s.uk-open .uk-accordion-title p,
.bloq_lineal_s.uk-active .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: 100%;
}

.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('/frontend/assets/img/icon_flecha_s.svg') !important;
    transition: .1s;
}

.bloq_lineal_s.uk-open .uk-accordion-title::before {
    background-image: url('/frontend/assets/img/icon_flecha_up.svg') !important;
}

.bloq_lineal_s.uk-disabled .uk-accordion-title::before {
    position: absolute;
    right: 15px;
    background-image: url('/frontend/assets/img/icon_flecha_gris.svg') !important;
    transition: .1s;
}

.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: 82%;
    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('/frontend/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('/frontend/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;
}

.select-ellipsis {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.region-hover>g>path,
.region-hover>g>text {
    cursor: pointer !important;
}

.contenedor_slider_s .swiper-slide img {
    height: 83px;
    width: 83px;
    object-fit: cover;
}

.main-slider .swiper-slide img {
    height: 269px;
    width: 269px;
    object-fit: cover;
}

.span-ellipsis {
    width: calc(100% - 20px);
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.barra-mobile-container {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
    display: none;
}

.barra-mobile-container img {
    width: 50px !important;
}

.detalles_list_desktop {
    display: flex;
}

.detalles_list_mobile {
    display: none;
}

.contenedor_izquierdo_expanded {
    height: 100% !important;
}

.contenedor_izquierdo_expanded_middle {
    height: 50% !important;
}

.contenedor_izquierdo_contracted {
    height: 6% !important;
}

.uk-tooltip-map {
    width: 250px;
}

.container-department-info {
    display: none;
    position: relative;
}

.uk-tooltip-map .uk-list.uk-list-divider {
    margin-top: 0;
}

.desktop_container {
    display: block;
}

.mobile_container {
    display: none;
}

.uk-intervencion-subnav {
    justify-content: space-between;
}

.uk-intervencion-subnav li a {
    border-radius: 15px;
    padding: 4px 20px !important;
    text-transform: capitalize !important;
    background-color: rgba(217, 217, 217, 1) !important;
    color: rgba(87, 87, 87, 1) !important;
}

.uk-intervencion-subnav li.uk-active a {
    background-color: rgba(40, 149, 216, 1) !important;
    color: #fff !important;
}

.uk-tooltip-map .uk-list-divider .uk-flex {
    flex-direction: column;
}

.uk-tooltip-map .detalles_mapa_in {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.uk-tooltip-map .row_detalles_mapa_in {
    width: 50%;
    flex-direction: row !important;
}

.btn_vermas_mapa_detalle {
    width: 85%;
    margin: 0 !important;
    margin-top: 20px !important;
    text-align: center;
    padding: 4px 11px !important;
}

.uk-tooltip-map>.uk-list>li {
    padding-bottom: 15px;
}

.barra_mobile_logo_container{
    display: none;
}

/*** RESPONSIVE *******/
@media (max-width: 768px) {

    .mobile_container {
        display: block;
    }

    .desktop_container {
        display: none;
    }

    .contenedor_izquierdo {
        width: 100%;
        max-width: 100% !important;
        position: fixed;
        top: 0;
        transition: .5s;
    }

    .conte_interno_aside {
        padding-top: 0;
    }

    .bloq_conte_ministro img {
        width: 100%;
    }

    .detalles_list {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .detalles_list .item_detales_list {
        width: 40%;
    }

    .barra-mobile-container {
        display: block;
    }

    .detalles_list_desktop {
        display: none;
    }

    .detalles_list_mobile {
        display: flex;
    }

    .detalles_list_mobile img {
        width: 40px;
    }

    .detalles_list_mobile h2 {
        margin: 0;
        margin-top: 8px;
    }

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

    .detalles_list_mobile .item_detales_list {
        padding-left: 20px;
        margin-bottom: 15px;
    }

    .contenedor_izquierdo .cabecera_ministerio {
        background: #fff;
    }

    .controls {
        right: 30px !important;
        bottom: 30px !important;
    }

    .controls button{
        width: 50px!important;
        height: 50px!important;
    }

    div[data-tippy-root] {
        transform: none !important;
        width: 90%;
        margin-left: 5% !important;
        height: 60%;
        margin-bottom: 45% !important;
    }

    div[data-tippy-root] .tippy-box {
        max-height: 100%;
    }

    .redes_sociales {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 30px;
    }

    .redes_sociales h2 {
        margin: 0;
        font-size: 18px;
    }

    .redes_sociales img {
        width: 22px;
    }

    .uk-tooltip-map {
        width: 100%;
    }

    .tippy-content {
        overflow-x: hidden;
    }

    .container-department-info {
        display: block;
        border-bottom: 1px solid rgba(40, 149, 216, 1);
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .container-department-info a {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 5px;
    }

    .container-department-info h5 {
        margin: 0;
        color: rgba(40, 149, 216, 1);
        font-weight: bold;
        font-size: 20px;
    }

    .container-department-info div {
        color: rgba(87, 87, 87, 1);
    }

    .bloq_detalles_insidentes {
        border: 0;
    }

    .cabecera_text_s_insidnete img {
        margin: 0;
    }

    .cuerpo_text_insidente {
        max-width: 100%;
    }

    .titulo_etapas_s {
        font-size: 16px;
    }

    .conte_acordeon_detalles {
        border: 0;
        padding: 0;
    }

    .listado_dolares_item1 .uk-width-1-2 {
        padding: 0px;
        padding-left: 10px;
    }

    .listado_dolares_item1 .uk-width-1-2 .uk-flex-middle {
        align-items: flex-start !important;
    }

    .listado_dolares_item1 .uk-width-1-2 .uk-flex-middle>img {
        margin-top: 5px;
    }

    .item_archivo_doc a img {
        width: 14px;
        margin-top: 2px !important;
    }

    .item_archivo_doc a .text_negro_13_cabe {
        font-size: 11px;
    }

    .uk-cabecera-ministerio {
        display: flex;
        justify-content: center;
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
        padding: 20px 0;
        margin-top: -20px;
    }

    .uk-cabecera-ministerio img {
        width: 250px;
    }

    .back_container {
        padding-left: 22px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .back_container span {
        color: #7ec556;
        font-weight: 500;
        font-size: 13px;
        margin-left: 7px;
    }

    .bloq_conte_ministro_interno {
        padding-top: 0;
    }

    .bloq_padding_espacio_acordeon .listado_dolares_item1 .uk-width-1-1.uk-flex-top {
        padding: 0;
    }

    .cabecera_valoracion>.uk-flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .cabecera_valoracion .uk-link {
        color: #fff;
    }

    .cabecera_valoracion .select_azul_modif {
        margin-top: 8px;
    }

    .container_adicional {
        flex-direction: column;
        align-items: flex-start;
    }

    .container_adicional .select_rojo_modif {
        max-width: 100%;
        width: 100%;
    }

    .container_adicional .select_rojo_modif .contene_select_rojo {
        width: 90%;
        max-width: 90%;
    }

    .main-slider .swiper-slide img {
        width: 100%;
    }

    .barra_mobile_logo_container {
        display: block;
        position: absolute;
        top: 0;
        background: #ffffff;
        width: 100%;
    }

    .conte_interno_aside{
        display: none;
    }
}
