

@font-face {
    font-family: 'din_problack';
    src: url('fonts/dinpro_black-webfont.eot');
    src: url('fonts/dinpro_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinpro_black-webfont.woff2') format('woff2'),
         url('fonts/dinpro_black-webfont.woff') format('woff'),
         url('fonts/dinpro_black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'din_probold';
    src: url('fonts/dinpro_bold-webfont.eot');
    src: url('fonts/dinpro_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinpro_bold-webfont.woff2') format('woff2'),
         url('fonts/dinpro_bold-webfont.woff') format('woff'),
         url('fonts/dinpro_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'din_promedium';
    src: url('fonts/dinpro_medium-webfont.eot');
    src: url('fonts/dinpro_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinpro_medium-webfont.woff2') format('woff2'),
         url('fonts/dinpro_medium-webfont.woff') format('woff'),
         url('fonts/dinpro_medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'din_proregular';
    src: url('fonts/dinpro-webfont.eot');
    src: url('fonts/dinpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinpro-webfont.woff2') format('woff2'),
         url('fonts/dinpro-webfont.woff') format('woff'),
         url('fonts/dinpro-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
  font-family: 'din_prolight';
  src: url('fonts/dinpro_light-webfont.eot');
  src: url('fonts/dinpro_light-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/dinpro_light-webfont.woff2') format('woff2'),
       url('fonts/dinpro_light-webfont.woff') format('woff'),
       url('fonts/dinpro_light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}

body{
    font-family: 'din_proregular',arial !important;
    text-rendering: geometricPrecision;
}

ul{
    text-align: start;
}

.top-min{
    margin-top: -53px;
}

.menu-header{
    background-color: #171a63;
    padding-bottom: 50px;
    padding-top: 10px;
  
}

.menu-header .logo{
    width: 408px;
}

.menu-header .rs{
    height: 20px;
    width: 100%;
}

.menu-header .btn-simulador{
    background-color: #2d2db4;
    color: #fff;
    border-radius: 14px;
    padding: 10px 25px;
    font-size: 15px;
    font-family: 'din_promedium';
}

.menu-header .btn-simulador:hover{
    background-color: #2d2db4;
    color: #fff;
}


.menu-principal{
    padding: 20px;
    margin-top: -50px;
    z-index: 2;
}

/* .menu-principal .container{
    background-color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
    border-radius: 19px;
} */

  .menu-principal a {
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 15px;
    color: #171a63;
    text-transform: uppercase;
    font-family: 'din_probold';
    padding-bottom: 20px;
    padding-top: 20px;
    display: inline-flex;
    align-items: center;
  }

  .menu-principal a span{
    font-family: 'din_probold';
  }

  
  .menu-principal a img{
    filter: brightness(0) saturate(100%) invert(16%) sepia(22%) saturate(3264%) hue-rotate(213deg) brightness(91%) contrast(99%);
    opacity: 0.3;
    padding-right: 4px;
    height:21px;
    }

  .menu-principal a:hover img,
  .menu-principal a.active img {
    filter:none;
    opacity: 1;
    }

    .menu-principal .menu-item a::after{
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 0%;
        height: 6px;
        background-color: #ff0000; /* tu color */
        transition: width 0.3s ease;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
      }

      .menu-principal a:hover::after,
      .menu-principal a.active::after,
      .menu-principal .menu-item:hover > a::after {
        width: 100%;
      }

      /*INICIO DE SECCIONES*/
      .section-base {
        position: relative;
        z-index: 1;
      }

      .section-overlay {
          margin-top: -44px;
          position: relative;
          z-index: 2;
      }

      .hero-wrapper {
        height: calc(100vh - 200px);
        overflow: hidden;
      }
    
      .slick-hero {
        height: 100%;
      }
    
     .slick-track {
        height: calc(100vh - 200px);
      }
  
      .slick-item {
        height: calc(100vh - 200px);
        background-size: cover;
        background-position: center;
        position: relative;
      }

      .custom-prev{
        color: #ff0000 !important;
        background-color: #fff !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
     }
     .custom-next{
        background-color: #ff0000 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
     }
    .container-form{
      width: 100%;
      max-width: 1320px;
      height: 100%;
      z-index: 2;
      pointer-events: none;
    }

      .login-box {
        z-index: 10;
        padding-top: 20px;
        position: relative;
        width: 300px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: auto;
      }

      .login-box form input{
        padding: 15px 20px;
        margin-left: 25px;
        margin-right: 25px;
        width: 83%;
        display: block;
        margin-bottom: 0 !important;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
      }

      .login-box form input:first-child{
        border-bottom: 0 ;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
      }

      .login-box form button{
        padding-top: 12px;
        padding-bottom: 15px;
        font-family: 'din_probold';
        letter-spacing: 1px;
        background-color: #ff0000 !important;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
      }

      .login-box .olvide-contrasena{
        margin-top: 10px;
        margin-bottom: 20px;
      }

      .login-box .olvide-contrasena a{
        color: #2b2e83 !important;
      }

      .login-box h5{
        color: #171a63;
        font-family: 'din_probold';
        font-size: 20px;
      }
    
      .slick-item h1 {
        display: inline-block;
        padding-right: 10px;
        font-family: 'din_probold';
        max-width: 800px;
        text-decoration: underline;
        font-size: 35px;
      }

      .slick-item a{
        color: #fff;
      }

      .slick-item p{
        font-family: 'din_probold';
        font-size: 20px;
      }

      .section-news #prensaTabs .nav-item button{
        font-family: 'din_probold';
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        font-size: 18px;
        background-color: #ff0000;
        color: #fff;
      }

      .section-news #prensaTabs .nav-item button.active{
        color: #171a63;
        text-decoration: underline;
        background-color: #fff;
      }

      .section-news .nav-tabs{
        margin-bottom: 60px !important;
      }


      .section-news #prensaTabs .nav-item:first-child{
        margin-right: 15px;
      }


      .section-news h2,
      .section-directorio-general .carousel-contenido h2{
        font-family: 'din_probold';
        font-size: 28px;
        position: relative;
        display: inline;
        color: #141761;
        text-decoration: none;
        background-image: linear-gradient(transparent, transparent), linear-gradient(transparent, transparent), linear-gradient(to right, #141761, #61385e, #cc444c, #ff3d2c);
        background-repeat: no-repeat;
        background-position: 120%, 122%, 0 130%;
        background-size: 100% 11px;
        padding-bottom: 0px;
        line-height: 40px;
        text-transform: uppercase;
      }

      .section-news h2 a,
      .section-directorio-general .carousel-contenido h2 a{
        text-decoration: none;
        color: #141761;
      }

      .section-news div.categoria,
      .section-directorio-general .carousel-contenido div.categoria{
        text-transform: uppercase;
        font-family: 'din_promedium';
        font-size: 18px;
      }

      .section-news p.fecha,
      .section-directorio-general .carousel-contenido p.fecha{
        color: #2b2e83;
        font-family: 'din_probold';
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 14px;
      }

      .section-news .card{
        border-radius: 19px !important;
        border: none;
        width: 85%;
        margin: auto 0 0 auto;
      }
      

      .section-news .card .card-header{
        font-family: 'din_probold';
        letter-spacing: 2px;
        background-color: #001E60;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        padding: 12px 0px;
      }

      .section-news .card .list-group{
        padding-left: 35px;
        padding-right: 35px;
      }

      .section-news .card .list-group-item{
        color: #2b2e83;
        padding: 15px 0px;
      }

      .section-news .card .list-group-item a{
        color: #2b2e83;
        text-decoration: none;
      }

      
      .section-news .slide .slick-dots {
        margin-top: 1.5rem;
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding-left: 0;
      }
      
      .section-news .slide .slick-dots li button:before {
        font-size: 12px;
        color: #ccc;
      }
      
      .section-news .slide .slick-dots li.slick-active button:before {
        color: #ff0000;
      }

      .section-news .noticias-carousel .slick-slide img,
      .section-news .prensa-carousel .slick-slide img,
      .section-directorio-general .noticias-carousel .slick-slide img{
        width: 100%;
        height: 300px;
        border-radius: 20px;
        object-fit: cover;
      }

      .section-news .noticias-carousel .slick-slide,
      .section-news .prensa-carousel .slick-slide,
      .section-directorio-general .slick-slide{
        height: auto;
      }

      .section-news .noticias-carousel .content,
      .section-news .prensa-carousel .content,
      .section-directorio-general .carousel-contenido .content{
        position: relative;
        padding-left: 30px;
      }

      .section-news .tab-content .tab-pane{
        margin-bottom: 60px;
      }

 
      
      /* Estilo de los dots */
      .section-news .slick-dots,
      .section-directorio-general .slick-dots {
        display: inline-flex !important;
        gap: 10px;
        padding: 0;
        margin: 0;
        list-style: none;
        justify-content: center;
        right: -100px;
        bottom: 0 !important;
      }
      
      .section-news .slick-dots li button,
      .section-directorio-general .slick-dots li button {
        width: 35px !important;
        height: 6px !important;
        border-radius: 7px;
        background-color: #eeeaea !important;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s;
        padding: 0 !important;
      }
      
      .section-news .slick-dots li button:before,
      .section-directorio-general .slick-dots li button:before{
        width: 35px !important;
        height: 6px !important;
        content: '' !important;
        border-radius: 7px;
      }

      .section-news .slick-dots li.slick-active button:before,
      .section-directorio-general .slick-dots li.slick-active button:before{
        opacity: 1;
        background-color: #ff0000;
      }

      .section-news .slick-dots li.slick-active button,
      .section-directorio-general .slick-dots li.slick-active button{
        background-color: #333;
      }
      
      .section-news .slick-dots li button:hover ,
      .section-directorio-general .slick-dots li button:hover {
        background-color: #666;
      }

      .section-news .slick-dots li,
      .section-directorio-general .slick-dots li {
        height: 6px !important;
        margin: 0 7px !important;
      }

      .section-news .slick-arrows,
      .section-directorio-general .slick-arrows{
        position: absolute;
        top: 20px;
        right: 30px;
      }

      .section-news .slick-arrows .slick-prev,
      .section-directorio-general .slick-arrows .slick-prev{
        background-color: #ff0000;
      }

      .section-news .slick-arrows .slick-next,
      .section-directorio-general .slick-arrows .slick-next{
        background-color: #ff0000;
      }

      .section-news .slick-prev, .section-news .slick-next,
      .section-directorio-general .slick-prev, .section-directorio-general .slick-next{
        width: 39px;
        height: 36px;
      }

      .section-news .slick-prev,
      .section-directorio-general .slick-prev{
        color: #ff0000 !important;
        background-color: #fff !important;
        border-color: #fff !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        left: -54px;
      }

      .section-news .slick-next,
      .section-directorio-general .slick-next{
        color: #fff !important;
        background-color: #ff0000 !important;
        border-color: #ff0000 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
      }

      .section-news .slick-prev:before,
      .section-directorio-general .slick-prev:before{
        font-family: 'din_probold';
        color: #ff0000 !important;
        content: '<';
        opacity: 1;
        line-height: 0.3em;
      }

      .section-news .slick-next:before,
      .section-directorio-general .slick-next:before{
        font-family: 'din_probold';
        color: #ffff !important;
        content: '>';
        opacity: 1;
        line-height: 0.3em;
      }

      .section-directorio{
        background-color: #171a63;
        background: linear-gradient(to bottom, #171a63, #191d6d, #1e217f, #3036c8);
        padding-top: 60px;
        padding-bottom: 60px;
      }

      .section-directorio .directorio-card {
        background-color: white;
        border-radius: 1rem;
        padding: 1.5rem 2rem;
        min-height: 180px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s ease;
      }
      .section-directorio .directorio-card:hover {
        transform: translateY(-5px);
      }
      .section-directorio .directorio-sub {
        color: #e3000f;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 0.05em;
        padding-bottom: 10px;
        font-family: 'din_promedium';
      }
      .section-directorio .directorio-title a {
        color: #001f72;
        font-size: 16px;
        text-decoration:underline ;
        font-family: 'din_probold';
      }

      .section-intereses .card-link {
        background: #fff;
        border-radius: 16px;
        padding: 50px 20px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        text-align: center;
        transition: transform 0.2s ease;
      }

      .section-intereses .img-fondo {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 200px; /* ajusta según lo necesario */
        height: auto;
        transform: translate(-50%, -50%);
        z-index: 1;
      }
      
      .section-intereses .img-principal {
        position: relative;
        z-index: 2;
        height: auto;
      }
  
      .section-intereses .card-link:hover {
        transform: translateY(-5px);
      }
  
      .section-intereses .card-link img {
        height: 90px;
        object-fit: contain;
      }
  
      .section-intereses .card-link a {
        display: block;
        font-weight: bold;
        color: #181b66;
        text-decoration: underline;
        margin-top: 10px;
      }
  
      .section-intereses .institucion {
        padding: 15px 25px;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
      }
  
      .section-intereses .institucion img {
        max-height: 60px;
        max-width: 100%;
      }
  
      .section-intereses h2 {
        text-align: center;
        color: #181b66;
        font-weight: bold;
        margin-bottom: 40px;
        font-family: 'din_probold';
      }

      .footer-afda {
        background-color: #181b66;
        /* background: linear-gradient(to right, #181b66, #191d6d, #1e217f, #3036c8); */
        font-size: 0.9rem;
        padding-top: 80px;
        padding-bottom: 15px;
      }

      .footer-afda .text-right {
        text-align: right;
      }
      
      .footer-afda p{
        opacity: 0.6;
        margin-bottom: 0;
      }

      .footer-afda .contacto{
        position: relative;
      }

      .footer-afda .contacto:after{
        content: "";
        position: absolute;
        width: 1px;
        height:70px;
        background-color: #d6d6d6;
        opacity: 0.2;
        display: block;
        right: 0;
        top: 0;
      }

      .footer-afda .border-top{
        margin-top: 40px;
      }

      .footer-afda p strong{
        width: 55px;
        display: inline-block;
      }
      
      .footer-afda a {
        color: #ffffff;
        text-decoration: none;
        margin: 0 15px;
        font-size: 12px;
        font-family: 'din_promedium';
      }

      .footer-afda a:last-child{
        margin: 0;
      }
      .footer-afda a img {
        height: 15px;
      }
      .footer-afda a:hover {
        text-decoration: underline;
      }
      
      .whatsapp-float {
        position: fixed;
        /* width: 100px;
        height: 60px; */
        bottom: 165px;
        right: 60px;
        z-index: 999;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
      .whatsapp-float img {
        width: 60px;
        height: 60px;
      }

      .section-banner{
        padding-top: 40px;
        padding-bottom: 20px;
        min-height: 250px;
        background-image: url(../images/banner1.jpg);
        background-size: cover;
        background-position: center center;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
      }

      .section-banner .container{
        /* padding-left: 40px;
        padding-right: 40px; */
      }

      .section-banner h1{
        color: #ffffff;
        font-size: 30px;
        font-family: 'din_prolight';
        text-transform: uppercase;
      }

      .section-banner .breadcrumb {
        display: flex;
        list-style: none;
        padding-top: 10px;
        font-size: 14px;
        letter-spacing: 1px;
        font-family: 'din_probold';
      }
    
      .section-banner .breadcrumb li + li::before {
        content: "|";
        padding: 0 8px;
        color: #fff;
      }
    
      .section-banner .breadcrumb a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
      }
    
      .section-banner .breadcrumb li:last-child {
        color: #fff;
      }

      .section-contenido{
        padding-top: 80px;
        padding-bottom: 80px;
        text-align: center
      }

      .section-contenido h3{
        font-family: 'din_probold';
        color: #2b2e83;
        font-size: 35px;
        margin-bottom: 40px;
        text-transform: uppercase;
      }

      .section-contenido h5{
        font-family: 'din_probold';
        color: #2b2e83;
      }

      .section-contenido p{
        color: #666666;
        text-align: start;
      }

      .section-contenido hr{
        margin-top: 50px;
        margin-bottom: 30px;
      }

      .section-contenido .titulo_eventos{
        padding-bottom: 40px;
        text-transform: uppercase;
        color: #001f72;
        font-family: din_probold;
      }

      .section-contenido .pagination span{
        font-size: 11px;
      }

      .section-contenido span{
        font-size: 16px;
        font-family: 'din_proregular' !important;
        
      }

      .section-contenido p strong{
        font-family: 'din_probold';
      }

      .section-contenido .directorio-card {
        background-color: white;
        border-radius: 19px;
        padding: 1.5rem 2rem;
        min-height: 180px;
        box-shadow: 1px 1px 12px 5px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s ease;
        margin-bottom: 30px;
      }
      .section-contenido .directorio-card:hover {
        transform: translateY(-5px);
      }

      .section-contenido .directorio-sub {
        color: #e3000f;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 0.05em;
        padding-bottom: 10px;
        font-family: 'din_promedium';
      }
      .section-contenido .directorio-title {
        color: #001f72;
        font-weight: bold;
        font-size: 16px;
        text-decoration:underline ;
        font-family: 'din_probold';
      }

      .section-contenido .directorio-title a {
        color: #001f72;
      }

      .section-directorio-general{
        padding-top: 60px;
        padding-bottom:60px;
      }

      .section-directorio-general .nombCargo{
        color: #2b2e83;
        font-size: 13px;
        font-family: 'din_probold';
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        font-weight: bold;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 5px;
      }

      .section-directorio-general .titulo-destacado{
        color:#2b2e83;
        font-family: 'din_probold';
        font-size: 35px;
        margin-bottom: 50px;
        text-align: center;
        text-transform: uppercase;
      }

      .section-directorio-general .mb-120{
        margin-bottom: 120px;
      }

      .section-directorio-general .titulos h1{
          color: #2b2e83;
          font-family: 'din_probold';
          margin-bottom: 40px;
      }

      .section-directorio-general .titulos p{
        color: #666666;
        margin-bottom: 40px;
      }

      .section-directorio-general .titulos p span{
        font-family: 'din_proregular' ! IMPORTANT;
      }

      .section-directorio-general .directorio-card {
        background-color: white;
        border-radius: 19px;
        padding: 1rem 2rem;
        min-height: 180px;
        box-shadow:  1px 1px 12px 5px rgba(0, 0, 0, 0.1);
        transition: transform 0.2s ease;
        text-decoration: none;
      }

      .section-directorio-general .directorio-card img.foto{
        height: 150px;
        object-fit: cover;
        width: 100%;
        margin-bottom: 15px;
      }
      .section-directorio-general .directorio-card:hover {
        transform: translateY(-5px);
      }
      .section-directorio-general .directorio-sub {
        color: #e3000f;
        text-transform: uppercase;
        font-size: 0.9rem;
        letter-spacing: 0.05em;
        padding-bottom: 10px;
        font-family: 'din_promedium';
        font-size: 13px;
      }
      .section-directorio-general .directorio-title {
        color: #001f72;
        font-size: 16px;
        text-decoration:underline ;
        font-family: 'din_probold';
      }

      .section-directorio-general .directorio-cargo {
        color: #001f72;
        font-size: 15px;
        font-family: 'din_promedium';
        margin-top: 10px;
      }

      .section-directorio-general .directorio-title a{
        color: #001f72;
      }

      .section-directorio-general.votacion p{
        margin-bottom: 10px;
        font-family: 'din_probold';
      }

      .section-directorio-general.votacion .nameWin h5{
        font-family: 'din_probold';
      }

      .section-directorio-general.votacion .listConsejo{
        margin-top: 30px;
        padding-bottom: 60px;
      }

      .section-directorio-general.votacion .listConsejo .itemConsejo.votoCandidato .directorio-card{
        background-color: #171a63;
      }

      .section-directorio-general.votacion .listConsejo .itemConsejo.votoCandidato .directorio-title,
      .section-directorio-general.votacion .listConsejo .itemConsejo.votoCandidato .directorio-cargo{
        color: #fff;
      }

      .section-directorio-general.votacion .wrapVotaciones{
        text-align: center;
      }

      .section-directorio-general.votacion .wrapVotaciones .btnVotar{
        background-color: #ff0000;
        color: #fff;
        padding: 10px 80px;
        border-radius: 7px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: 'din_probold';
        text-decoration: none;
      }

      .section-directorio-general.votacion .wrapVotaciones .btnAbstencion{
        background-color: #666;
        color: #fff;
        padding: 10px 50px;
        border-radius: 7px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: 'din_probold';
        text-decoration: none;
      }

      .section-directorio-general.votacion .colCanvas{
        position: relative;
        margin-top: 30px;
        margin-bottom: 50px;
      }


      .section-directorio-general.votacion .colCanvas .totalVotos{
        position: absolute;
        top:50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }

      .section-directorio-general.votacion .colCanvas .totalVotos span{
        color: #cc0003;
        text-transform: uppercase;
        font-size: 20px;
        font-family: 'din_probold';
      }

      .section-directorio-general.votacion .colCanvas .totalVotos  #numero_de_votos{
        font-size: 60px;
        font-family: 'din_probold';
        color: #171a63;
      }

      .section-directorio-general.votacion .colWinner{
           display: flex;
            gap: 40px;
      }

      .section-directorio-general.votacion  .colWinnerResultado{
        display: block;
        text-align: center;
        margin-top: 60px;
      }

      .section-directorio-general.votacion .colWinnerResultado a{
        background-color: #ff0000;
        color: #fff;
        padding: 10px 80px;
        border-radius: 7px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: 'din_probold';
        text-decoration: none;
      }


      .section-directorio-general.votacion .colWinner .itemWin{
        color: #fff;
        padding: 20px;
        border-radius: 7px;
        box-shadow: 1px 1px 12px 5px rgba(0, 0, 0, 0.1);
        flex:1;
      }

      .section-directorio-general  .slick-dots-container,
      .section-news  .slick-dots-container,
      .section-news  .slick-dots-container-prensa{
        position: absolute;
        left: 40%;
        translate: -40%;
        bottom: -50px;
      }

      .section-news-interna{
        padding-top: 80px;
        padding-bottom: 40px;
      }

      .section-news-interna h1{
        font-family: 'din_probold';
        color: #001f72;
        text-align: center;
        margin-bottom: 60px;
      }

      .section-news-interna h2{
        background: linear-gradient(to right, #141761,#61385e, #cc444c, #ff3d2c);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: 'din_probold';
      }

      .section-news-interna p.fecha{
        color: #2b2e83;
        font-family: 'din_probold';
        letter-spacing: 2px;
      }

      .section-news-interna .card{
        border-radius: 19px !important;
        border: none;
        width: 75%;
        margin: auto 0 0 auto;
      }
      

      .section-news-interna .card .card-header{
        font-family: 'din_probold';
        letter-spacing: 2px;
        background-color: #001E60;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        padding: 12px 0px;
      }

      .section-news-interna .card .list-group{
        padding-left: 35px;
        padding-right: 35px;
      }

      .section-news-interna .card .list-group-item{
        color: #2b2e83;
        padding: 15px 0px;
      }

      
      .section-news-interna .slide .slick-dots {
        margin-top: 1.5rem;
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding-left: 0;
      }
      
      .section-news-interna .slide .slick-dots li button:before {
        font-size: 12px;
        color: #ccc;
      }
      
      .section-news-interna .slide .slick-dots li.slick-active button:before {
        color: #ff0000;
      }


      .section-news-interna .noticias-carousel .slick-slide,
      .section-news-interna .prensa-carousel .slick-slide{
        height: auto;
      }

      .section-news-interna .noticias-carousel .content,
      .section-news-interna .prensa-carousel .content{
        position: relative;
        padding: 1rem 1rem 1rem 3rem !important;
      }

 
      
      /* Estilo de los dots */
      .section-news-interna .slick-dots {
        display: inline-flex !important;
        gap: 10px;
        padding: 0;
        margin: 0;
        list-style: none;
        justify-content: center;
        right: 0;
        bottom: -40px;
      }
      
      .section-news-interna .slick-dots li button {
        width: 35px !important;
        height: 6px !important;
        border-radius: 7px;
        background-color: #eeeaea !important;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s;
        padding: 0 !important;
      }
      
      .section-news-interna .slick-dots li button:before{
        width: 35px !important;
        height: 6px !important;
        content: '' !important;
        border-radius: 7px;
      }

      .section-news-interna .slick-dots li.slick-active button:before{
        opacity: 1;
        background-color: #ff0000;
      }

      .section-news-interna .slick-dots li.slick-active button {
        background-color: #333;
      }
      
      .section-news-interna .slick-dots li button:hover {
        background-color: #666;
      }

      .section-news-interna .slick-dots li {
        height: 6px !important;
        margin: 0 7px !important;
      }

      .section-news-interna .slick-arrows{
        position: absolute;
        top: 20px;
        right: 30px;
      }

      .section-news-interna .slick-arrows .slick-prev{
        background-color: #ff0000;
      }
      .section-news-interna .slick-arrows .slick-next{
        background-color: #ff0000;
      }

      .section-news-interna .slick-prev, .section-news-interna .slick-next{
        width: 39px;
        height: 36px;
      }

      .section-news-interna .slick-prev{
        color: #ff0000 !important;
        background-color: #fff !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        left: -54px;
      }

      .section-news-interna .slick-next{
        color: #fff !important;
        background-color: #ff0000 !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
      }

      .section-news-interna .slick-prev:before{
        font-family: 'din_probold';
        color: #ff0000 !important;
        content: '<';
        opacity: 1;
        line-height: 0.3em;
      }

      .section-news-interna .slick-next:before{
        font-family: 'din_probold';
        color: #ffff !important;
        content: '>';
        opacity: 1;
        line-height: 0.3em;
      }

      .option-bar {
        background-color: #fff;
        border-bottom: 1px solid #cccccc;
      }

      .option-bar .option {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #141A6D;
        gap: 10px;
        height: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        letter-spacing: 1px;
        font-family: 'din_promedium';
      }

      .option-bar .option a{
        color: #141A6D;
        text-decoration: none;
        cursor: pointer;
      }

       .option-bar .option img{
        height: 22px;
      }
   
      .option-bar .divider {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        
      }
      
      .section-documentos{
        padding-top: 100px;
        padding-bottom: 100px;
      }

      .section-documentos h1{
        text-align: center;
        margin-bottom: 30px;
        color: #2b2e83;
        font-family: 'din_probold';
      }

      .section-documentos .mt-20{
        margin-top: 20px;
      }
      .section-documentos p,
      .section-documentos p span{
        font-family: 'din_proregular' !important;
      }

     

      .section-documentos .doc-card {
        border-radius: 20px;
        box-shadow:  1px 1px 12px 5px rgba(0, 0, 0, 0.1);
        padding: 30px;
        background-color: white;
        transition: transform 0.3s;
      }
  
      .section-documentos .doc-card:hover {
        transform: translateY(-5px);
      }
  
      .section-documentos .doc-image {
        width: 80px;
        height: auto;
        z-index: 2;
        position: relative;
      }
  
      .section-documentos .doc-title {
        font-family: 'din_probold';
        color: #171a63;
        text-decoration: underline;
        font-size: 1.1rem;
      }

      .section-documentos .mtb-60{
        margin-top: 60px;
        margin-bottom: 60px;
      }
  
      .section-documentos p.content{
        color: #666666;
        text-align: center;
      }

      .section-documentos p.content a{
        color:#ff0000;
        font-family: 'din_probold';
      }

      .section-documentos p.content strong{
        color:#666666;
        font-family: 'din_probold';
        text-align: start;
      }

      .section-documentos .doc-title.big {
        font-size: 40px
      }

      .section-documentos .doc-download {
        color: #ff0000;
        font-weight: bold;
        font-family: 'din_promedium';
        font-size: 10px;
        letter-spacing: 1px;
        margin-top: 10px;
      }

      .section-documentos .img-fondo{
        position: absolute;
        left: 38%;
        width: 125px;
        height: auto;
        transform: translate(-50%, -50%);
        z-index: 1;
        rotate: 11deg;
        bottom: 0;
      }


      .section-contacto .form-section {
        padding: 60px 20px;
      } 

      .section-contacto h2{
        color: #2b2e83;
        font-family: 'din_probold';
      }

      .section-contacto p{
        color:#666666;
      }

      .section-contacto .form-control{
        padding: 15px 20px;
        border-radius: 10px;
      }

      .section-contacto .btn-enviar {
        background-color: #ff0000;
        color: white;
        font-family: 'din_probold';
        border-radius: 10px;
        letter-spacing: 2px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 25px;
      }

      .section-contacto .btn-enviar:hover{
        background-color: #ff0000;
        color: white;
      }

      /* .section-contacto .select-box {
        border: none;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        border-radius: 10px;
        overflow: hidden;
      }

      .section-contacto .select-box select {
        border: none;
        padding: 1rem;
        width: 100%;
        font-family: 'din_probold';
        color: #001b6e;
      } */

      .section-contacto .archivo {
        color: #ff0000;
        font-size: 0.9rem;
      }

      .section-contacto .link-archivo {
        color: #001b6e;
        font-family: 'din_probold';
      }

      .custom-select-wrapper {
        display: flex;
        max-width: 100%;
        border-radius: 10px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        overflow: hidden;
      }
  
      .section-contacto .custom-select-wrapper select {
        flex-grow: 1;
        border: none;
        font-family: 'din_probold';
        color: #001b6e;
        appearance: none;
        background: white;
        cursor: pointer;
        padding: 15px 20px;
      }
  
      .section-contacto .custom-select-arrow {
        width: 50px;
        background: #ff0000;
       
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0.4rem 0;
      }
  
      .section-contacto .custom-select-arrow svg {
        width: 18px;
        height: 18px;
        fill: white;
      }
  
      .section-contacto select::-ms-expand {
        display: none;
      }
  
      .section-contacto select:focus {
        outline: none;
      }


      /*UPDATES*/

      #dl-menu {
        display: none;
    }

    #menu {
        position: relative;
        text-align: center;
        /* justify-content: center;
        display: flex; */
        width: 100%;
        background-color: #fff; 
        /* padding-bottom: 20px;
        padding-top: 20px; */
        border-radius: 19px;
    }

    #menu .nav {
      padding-left: 20px;
      padding-right: 20px;
      align-items: center;
      justify-content: center;
    
    }

    #menu .nav li{
      position: relative;
      text-align: center;
      flex: 1 0 auto;
    }

    #menu .nav li:hover > ul {
        display: block;
        list-style: none;
        background:linear-gradient(180deg, rgba(28, 31, 118, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 94%, rgba(255, 255, 255, 1) 100%);
        /* background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(71, 10, 10, 1) 14%, rgba(116, 7, 7, 1) 25%, rgba(193, 3, 3, 1) 44%, rgba(255, 0, 0, 1) 88%, rgba(255, 0, 0, 1) 100%);        */
        min-width: 240px;
        top: 40px;
        left: 0;
        justify-content: center;
        border-bottom-left-radius: 19px;
        border-bottom-right-radius: 19px;
        padding-top: 30px;
        padding-bottom: 10px;
        z-index: -1;
    }

    #menu .nav li:hover ~ .top-min.hero-wrapper{
      background-color: red;
    }

    #menu .nav li:hover > ul li a{
        color:#191c6c;
         font-family: 'din_promedium';
         font-size: 15px;
         padding: 10px 0px;
         text-transform: none;
    }


    #menu .nav li:hover > ul li a:hover{
      text-decoration: underline;
    }

    #menu .nav li:hover a > ul li a:hover{
      text-decoration: underline;
    }

    #menu .nav li:hover > ul li a:after{
      content: '';
      display: none;
    }

    #menu .nav li ul {
        display: none;
        position: absolute;
        min-width: 240px;
        z-index: 1;
    }

  
    #menu .nav li ul li {
        position: relative;
        border-bottom: 1px solid rgba(168, 168, 168, .5);
        margin-left: 20px;
        margin-right: 20px;
        text-align: left;
    }

    #menu .nav li ul li:last-child{
      border: none;
    }

    .form-perfil{
      width: 800px;
      margin: 0 auto;
      padding-bottom: 100px;
    }

    .form-perfil .fileUpload{
      position: relative;
      overflow: hidden;
      display: flex;
      justify-content: right;
      top: -30px;
    }

    .form-perfil .fileUpload input.upload{
        position: absolute;
        opacity: 0;
        height: 36px;
    }

    .form-perfil h2{
      color: #2b2e83;
      font-family: 'din_probold';
    }

    .form-perfil .form-control{
      height: 50px;
      border-radius: 5px;
      font-family: 'din_promedium';
    }

    .form-perfil .form-check-inline{
      padding-left: 0;
    }

    .form-perfil .form-check-inline label{
      font-family: 'din_promedium';
    }

    .form-perfil .form-check-inline input[type="checkbox"]{
      margin-left: 5px;
    }

    .form-perfil .profile-img {
      width: 150px;
      height: 150px;
      object-fit: cover;
      border-radius: 50%;
      border: 4px solid white;
      position: relative;
    }
    .form-perfil .camera-icon {
      background-color: #ff0000;
      color: white;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      cursor: pointer;
    }

    .form-perfil .camera-icon img{
       width: 20px;
      padding-top: 3px;
    }

    .form-perfil .profile-container {
      margin-top: -75px;
    }

    .form-perfil .btnSave{
      background-color: #ff0000;
      border: 1px solid #ff0000;
      font-family: 'din_probold';
      font-size: 18px;
      color: #ffffff;
      border-radius: 6px;
      padding-top: 7px;
      padding-bottom: 10px;
      letter-spacing: 1px;
      font-weight: normal;
      text-rendering: geometricPrecision;
    }

    .form-perfil .btnCambiarContrasena{
      text-align: center;
      color: #000000;
      font-family: 'din_promedium';
      padding-top: 15px;
      padding-bottom: 30px;
    }

    .form-perfil .btnCerrarSesion{
      background-color: #181b65;
      border-radius: 40px;
      text-align: center;
      color: #fff;
      padding: 14px 20px;
      width: 200px;
      margin: 0 auto;
      font-family: 'din_promedium';
      text-decoration: auto;
      font-size: 14px;
      letter-spacing: 1px;
    }

    .section-oportunidades{
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .section-oportunidades .card-oportunidad {
      border: none;
      border-radius: 20px;
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
      overflow: hidden;
      display: flex;
      align-items: center;
      height: 135px;
    }

    .section-oportunidades .card-oportunidad img {
      max-height: 135px;
      object-fit: contain;
      margin-right: 90px;
    }

    .section-oportunidades .card-texto {

      font-size: 1.3rem;
      color: #0b1062;
      text-decoration: underline;
    }

    .section-oportunidades .card-body {
      display: flex;
      align-items: center;
    }

    .section-oportunidades .card-body a{
      color: #171a63;
    font-size: 23px;
    font-family: 'din_probold';
    text-align: center;
    }

    .section-oportunidades .titulo {
      text-align: center;
      margin-bottom: 40px;
      color: #2b2e83;
      font-family: 'din_probold';
    }

    .section-oportunidades .descripcion {
      color: #666;
      max-width: 700px;
      margin: 0 auto 3rem auto;
    }

    .section-directorio-general .tarjeta-paf {
      display: flex;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 1px 1px 12px 5px rgba(0, 0, 0, 0.1);
      background-color: white;
      height: 160px;
    }

    .section-directorio-general .tarjeta-paf .tarjeta-icono {
      background-color: #f3f3f3;
      flex: 0 0 150px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
    }

    .section-directorio-general .tarjeta-paf .tarjeta-icono img {
      width: 80px;
    }

    .section-directorio-general .tarjeta-paf .tarjeta-cuerpo {
      padding: 1.5rem 1rem;
      flex-grow: 1;
    }

    .section-directorio-general .tarjeta-paf .tarjeta-titulo {
      font-family: 'din_probold';
      font-size: 15px;
      color: #171a63;
      text-decoration: underline;
      margin-bottom: 0.5rem;
    }

    .section-directorio-general .tarjeta-paf .tarjeta-texto,
    .section-directorio-general .tarjeta-paf .tarjeta-texto a {
      font-size: 0.9rem;
      color: #666666;
      text-decoration: none;
    }

  
    /* .modOptions{
      display: block;
      width: 100%;
      background-color: #e6e6e6;
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .modOptions .btnCumple{
      background-color: transparent;
      border: none;
      text-decoration: underline;
      color: #171a63;
      font-family: 'din_promedium';
      text-transform: uppercase;
      letter-spacing: 1px;

    }

    .modOptions .btnBuscar{
      background-color: #ff0000;
      border: 1px solid #ff0000;
      color: #fff;
    }

    .modABC .letter-nav a {
      margin: 0 5px;
      text-decoration: none;
      color: #0b1062;
      font-weight: 500;
    } */

    .filtroABC ul {
      list-style: none;
      padding: 0;
    }

    .filtroABC ul li {
      background: none;
      padding: 0;
    }

    .filtroABC ul li a {
      font-family: 'din_probold';
      font-size: 14px;
      color: #2b2e83;
      line-height: 25px;
      display: block;
      float: left;
      height: 25px;
      width: 3.703703%;
      text-align: center;
      text-decoration: none;
      -webkit-transition: background .5s ease 0s, color .5s ease 0s;
      -moz-transition: background .5s ease 0s, color .5s ease 0s;
      transition: background .5s ease 0s, color .5s ease 0s;
    
    
  }

  .filtroABC ul li:first-child a{
    margin-left: -15px;
  }

  .filtroABC ul li:last-child a{
    margin-right: -15px;
  }

  .listAsociados{
    margin-top: 80px;
    padding-bottom: 50px;
  }

  .listAsociados .colAsociados .itemAsociado{
    background-color: #fff;
    text-align: center;
    color: #171a63;
    font-family: 'din_probold';
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    margin-bottom: 15px;
  }

  .listAsociados .colAsociados .itemAsociado .headTab{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .listAsociados .colAsociados .itemAsociado .headTab.acTab{
    background-color: #171a63;
    color: #fff;
    text-decoration: underline;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }

  .buscador{
    background-color: #e6e6e6;
  }

  .buscador .search-bar {
    display: flex;
    align-items: stretch;
    gap: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
  }
  
  /* Enlace */
  /* .buscador .search-bar a {
    color: #0b1062;
    font-weight: 600;
    text-decoration: underline;
    font-size: 14px;
    white-space: nowrap;
    align-self: center;
  } */

  .buscador .search-bar .btnCumple{
    background-color: transparent;
    border: none;
    text-decoration: underline;
    color: #171a63;
    font-family: 'din_promedium';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
  }
  /* Input y select deben expandirse */
  .buscador .search-bar input[type="text"],
  .buscador .search-bar select {
    flex: 1;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
    background-color: #ffffff;
    box-sizing: border-box;
    font-family: 'din_promedium';
    border: 1px solid #d9d9d9;
    outline: none;
  }
  
  /* Estilo adicional para el select */
  .buscador .search-bar select {
    /* background-image: linear-gradient(#0b1062, #0b1062),
                      linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-repeat: no-repeat, repeat;
    background-position: right 0.7rem center, 0 0;
    background-size: 1rem auto, 100%;*/
    appearance: none; 
    flex-grow: 1;
    color: #001b6e;
    appearance: none;
    background: white;
    cursor: pointer;
    color: #808080;
    font-family: 'din_promedium';
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  /* Botón debe tener tamaño fijo */
  .buscador .search-bar .btnBuscar {
    background-color: #ff0000;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    font-family: 'din_probold';
    text-transform: uppercase;
    transition: background-color 0.3s;
  }
  
  .buscador .search-bar .btnBuscar:hover {
    background-color: #c70000;
  }

  .buscador .custom-select-wrapper{
    display: flex;
    max-width: 100%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: none;
    width: 35%;
  }

  .buscador .custom-select-arrow {
    width: 50px;
    background: #171a63;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0;
}
  
.buscador .custom-select-arrow svg {
  width: 18px;
  height: 18px;
  fill: white;
}

.listAsociados .perfil-container {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  max-width: 700px;
  margin: 0 auto;
}

.listAsociados .perfil-foto {
  text-align: center;
  position: relative;
}

.listAsociados .perfil-foto img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}

.listAsociados .perfil-foto a {
  position: absolute;
    bottom: -25px;
    color: #fff;
    background-color: #ff0000;
    border-radius: 7px;
    padding: 5px 4px;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    width: 85%;
    text-align: center;
    font-family: 'din_probold';
    left: 50%;
    transform: translate(-50%, -50%);
}


.listAsociados .perfil-foto button {
  margin-top: 10px;
  background-color: #E60000;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 1px;
}

.listAsociados .perfil-detalle{
  flex: 1;
}

.listAsociados .perfil-detalle h2 {
  color: #0b1062;
  font-size: 24px;
  margin: 0 0 15px 0;
  font-weight: 700;

}

.listAsociados .perfil-info {
  display: flex;
  gap: 40px;
  text-align: left;
  align-items: flex-end;
}

.listAsociados .perfil-col {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'din_proregular';
  flex: 1;
  position: relative;
}

.listAsociados .perfil-col:first-child::after{
  content: '';
  height: 100%;
  width: 1px;
  background: #e5e5e5;
  position: absolute;
  top: 0;
  right: 0;
}

.listAsociados .perfil-col p,
.listAsociados .perfil-col span{
  margin-bottom: 0;
  display: block;
}


.listAsociados .perfil-detalle .nombre_completo{
  font-size: 25px;
  font-family: 'din_probold';
  text-align: left;
  margin-bottom: 30px;
}


.bgPopup {
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
 
}

.wrapPopup {
  background: #fff;
  display: block;
  padding: 28px 28px 0px 28px;
  height: 360px;
  width: 500px;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  font-family: 'din_probold';
  text-align: center;
  box-shadow: 1px 1px 12px 5px rgba(0, 0, 0, 0.1);
}

.wrapPopup form input,
.wrapPopup form textarea{
  width: 100%;
  margin-bottom: 10px;
  padding: 8px 20px;
  border-radius: 10px;
  border:1px solid #dee2e6;
}

.wrapPopup .contPopup p{
  color: #171a63;
  font-size: 18px;
  margin-bottom: 0;
}

.wrapPopup .contPopup span{
  color: #171a63;
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
}

.wrapPopup .contPopup .form-control{
  margin-bottom: 10px;
    text-align: center;
    font-family: 'din_proregular';
}

.wrapPopup .contPopup .btnEnviar{
  background-color: #ff0000;
    width: 100%;
    border: 1px solid #ff0000;
    border-radius: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'din_probold';
    font-size: 14px;
    margin-bottom: 10px;
}

.wrapPopup .contPopup .btnBorrar{
  background-color: #666;
    width: 100%;
    border: 1px solid #666;
    border-radius: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'din_probold';
    font-size: 14px;
    margin-bottom: 10px;
}

.section-contacto .form-section {
  padding: 60px 20px;
} 

.section-contacto h2{
  color: #2b2e83;
  font-family: 'din_probold';
}

.section-contacto p{
  color:#666666;
}

.section-contacto .form-control{
  padding: 15px 20px;
  border-radius: 10px;
}

.section-contacto .btn-enviar {
  background-color: #ff0000;
  color: white;
  font-family: 'din_probold';
  border-radius: 10px;
  letter-spacing: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* .section-contacto .select-box {
  border: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  border-radius: 10px;
  overflow: hidden;
}

.section-contacto .select-box select {
  border: none;
  padding: 1rem;
  width: 100%;
  font-family: 'din_probold';
  color: #001b6e;
} */

.section-contacto .archivo {
  color: #ff0000;
  font-size: 0.9rem;
}

.section-contacto .link-archivo {
  color: #001b6e;
  font-family: 'din_probold';
}

.custom-select-wrapper {
  display: flex;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  overflow: hidden;
}

.section-contacto .custom-select-wrapper select {
  flex-grow: 1;
  border: none;
  font-family: 'din_probold';
  color: #001b6e;
  appearance: none;
  background: white;
  cursor: pointer;
  padding: 15px 20px;
}

.section-contacto .custom-select-arrow {
  width: 50px;
  background: #ff0000;
 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0;
}

.section-contacto .custom-select-arrow svg {
  width: 18px;
  height: 18px;
  fill: white;
}

.section-contacto select::-ms-expand {
  display: none;
}

.section-contacto select:focus {
  outline: none;
}

.section-directorio-general.votacion .tarjeta-lista {
  background: white;
  border-radius: 16px;
  padding: 30px 40px;
  box-shadow:  1px 1px 12px 5px rgba(0, 0, 0, 0.1);
  margin: 40px auto;
  position: relative;
  margin-bottom: 30px;
}

.section-directorio-general.votacion .headLista.actVoto .tarjeta-lista{
  background-color: #2b2e83;
}


.section-directorio-general.votacion .headLista.actVoto .tarjeta-lista .nombre_lista,
.section-directorio-general.votacion .headLista.actVoto .tarjeta-lista .cargo,
.section-directorio-general.votacion .headLista.actVoto .tarjeta-lista .nombre,
.section-directorio-general.votacion .headLista.actVoto .tarjeta-lista .nombCargo{
  color: #fff;
}

.section-directorio-general.votacion .tarjeta-lista .nombre_lista{
  color:#2b2e83;
  font-size: 25px;
  font-family: 'din_probold';
  text-decoration: underline;
}

.section-directorio-general.votacion .tarjeta-lista .cargo{
  color:#2b2e83;
  font-size: 10px;
  font-family: 'din_probold';
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.section-directorio-general.votacion .tarjeta-lista .nombre{
  color:#4c4c4c;
  font-size: 14px;
  margin-bottom: 5px;
}

.section-directorio-general.votacion .tarjeta-lista .boton-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  position: absolute;
  left: 50%;
  translate: -50%;
}

.section-directorio-general.votacion .tarjeta-lista .btn-votar {
  background-color: #fa0000;
  color: white;
  padding: 12px 35px;
  border: none;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  font-size: 15px;
  font-family: 'din_probold';
  letter-spacing: 2px;
  cursor: pointer;
  transition: background 0.3s;
}

.section-directorio-general.votacion .tarjeta-lista .btn-votar:hover {
  background-color: #c20000;
} 


/*********************************************************************
*** PAGINATOR ********************************************************
*********************************************************************/
.pagination{
  display: inline-flex;
  justify-content: center;
}

.pagination li{
  background: none !important;
  padding: 0 !important;
}

.pagination li a{

  background: #001f72;
  font-size: 11px;
  color: #fff;
  display: block;
  float: left;
  border: 1px #fff solid;
  padding: 10px;
  text-decoration: none !important;
}

.pagination li.active a{
  background: #fff;
  color:#001f72;
  border:1px solid #001f72;
}

.paginator{
  /*  background: yellow;*/
  display: block;
  height: 40px;
  padding: 20px 0px 0px 10px;
}



.paginator ul li{
  background: none;
  padding: 0;
}

.paginator ul li a{
  background: #001f72;
  font-size: 11px;
  color: #fff;
  display: block;
  float: left;
  border: 1px #fff solid;
  padding: 10px;
  text-decoration: none !important;
}

/*********************************************************************
*** LOADING **********************************************************
*********************************************************************/
.modGallery .shadow{
  background: rgba(0, 0, 0, 1);
  display: none;
  position: absolute;
}

.modGallery .shadow .loading{
  background: transparent url(images/loading.gif) no-repeat 0% 0%;
  background-size: contain;
  display: block;
  height: 50px;
  width: 50px;
  opacity: .8;
  margin: -50px 0px 0px -25px;
  position: relative;
  top: 50%;
  left: 50%;
}

.modGallery .shadow .cargando{
  /*  background: yellow;*/
  font-size: 14px;
  color: #fff;
  display: block;
  height: 24px;
  width: 100px;
  text-align: center;
  margin-left: -50px;
  position: relative;
  top: 250px;
  left: 50%;
}

.desPict{
  background: transparent url(images/mod_galeria/bg.png) repeat 0% 0%;
  font-size: 12px;
  color: #fff;
  line-height: 15px;
  display: block;
  padding: 20px;
  width: 490px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}

.thumbs{
  display: block;
  padding-top: 5px;
}

.numThumbs{
  display: block;
  height: 45px;
  width: 420px;
  margin: 0 auto;
  padding-left: 3px;
}

.numThumbs img{
  display: block;
  /* float: left;
   margin-right: 5px;*/
}

.btnClose{
  display: block;
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: -28px;
    right: -28px;
    color: #fff;
    background-color: red;
    border-radius: 50%;
    font-size: 20px;
    font-family: 'din_problack';
    padding-top: 2px;
}

.redes-sociales{
  display: flex;
}

.login-mb{
  display: none;
}

#resultado .btn{
  background-color: #181b66;
  border-color: #181b66;
}

#popup_recuperar_password .login-box{
  position: relative;
  top: 0;
  transform: none;
  margin: 0 auto;
}

#popup_recuperar_password .modal-content .btn-close2{
  Background-color: #ff0000;
  opacity: 1;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: 45%;
  z-index: 9;
  transform: translateY(-50%);
  text-align: center;
  fill: red;
  width: 35px;
  height: 35px;
  border: none;
}

#popup_recuperar_password .modal-content{
  background-color: transparent;
  border: none;
}

#popup_recuperar_password .btnEntrar {
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: 'din_probold';
  letter-spacing: 1px;
  background-color: #ff0000 !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 100%;
  color: #fff;
  border: none;
  margin-top: 20px;
}

#popup_recuperar_password .login-box form input{
  border: 1px solid #dee2e6;
}

@media (max-width: 1100px) {
  #menu {
      display: none;
  }

  
  #dl-menu {
    display: block;
  }

  .menu-header .logo{
    width: 240px;
  }

  /****MENU****/

  .dl-menuwrapper {
    width: 100%;
    max-width: 300px;
  /*	float: left;*/
    float: right;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    z-index: 10;
  }
  
  .dl-menuwrapper:first-child {
    margin-right: 100px;
  }
  
  .dl-menuwrapper button {
    background: #171a63;
    border: none;
    width: 48px;
    height: 45px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    
    margin: 0px 0px 0px 250px;
  }
  
  .dl-menuwrapper button:hover,
  .dl-menuwrapper button.dl-active,
  .dl-menuwrapper ul {
    background: #171a63;
  }
  
  .dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 5px;
    background: #fff;
    top: 10px;
    left: 16%;
    box-shadow: 
      0 10px 0 #fff, 
      0 20px 0 #fff;
  }
  
  .dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .dl-menuwrapper li {
    position: relative;
  }
  
  .dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    outline: none;
    text-decoration: none;
  }
  
  .no-touch .dl-menuwrapper li a:hover {
    background: rgba(255,248,213,0.1);
  }
  
  .dl-menuwrapper li.dl-back > a {
    padding-left: 30px;
    background: rgba(0,0,0,0.1);
  }
  
  .dl-menuwrapper li.dl-back:after,
  .dl-menuwrapper li > a:not(:only-child):after {
    position: absolute;
    top: 0;
    line-height: 50px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: ">";
    color: #fff;
    font-size: 18px;
  }
  
  .dl-menuwrapper li.dl-back:after {
    left: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .dl-menuwrapper li > a:after {
    right: 10px;
    color: rgba(0,0,0,0.15);
  }
  
  .dl-menuwrapper .dl-menu {
    margin: 5px 0 0 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .dl-menuwrapper .dl-menu.dl-menu-toggle {
    transition: all 0.3s ease;
  }
  
  .dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  /* Hide the inner submenus */
  .dl-menuwrapper li .dl-submenu {
    display: none;
  }
  
  /* 
  When a submenu is openend, we will hide all li siblings.
  For that we give a class to the parent menu called "dl-subview".
  We also hide the submenu link. 
  The opened submenu will get the class "dl-subviewopen".
  All this is done for any sub-level being entered.
  */
  .dl-menu.dl-subview li,
  .dl-menu.dl-subview li.dl-subviewopen > a,
  .dl-menu.dl-subview li.dl-subview > a {
    display: none;
  }
  
  .dl-menu.dl-subview li.dl-subview,
  .dl-menu.dl-subview li.dl-subview .dl-submenu,
  .dl-menu.dl-subview li.dl-subviewopen,
  .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
  .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
    display: block;
  }
  
  /* Dynamically added submenu outside of the menu context */
  .dl-menuwrapper > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
  }
  
  /* Animation classes for moving out and in */
  
  .dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.4s;
    animation: MenuAnimOut1 0.4s;
  }
  
  .dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
    animation: MenuAnimOut2 0.3s ease-in-out;
  }
  
  .dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 0.4s ease;
    animation: MenuAnimOut3 0.4s ease;
  }
  
  .dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 0.4s ease;
    animation: MenuAnimOut4 0.4s ease;
  }
  
  .dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 0.4s ease;
    animation: MenuAnimOut5 0.4s ease;
  }
  
  @-webkit-keyframes MenuAnimOut1 {
    0% { }
    50% {
      -webkit-transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
      -webkit-transform: translateZ(-372.5px) rotateY(15deg);
      opacity: .5;
    }
    100% {
      -webkit-transform: translateZ(-500px) rotateY(0deg);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes MenuAnimOut2 {
    0% { }
    100% {
      -webkit-transform: translateX(-100%);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes MenuAnimOut3 {
    0% { }
    100% {
      -webkit-transform: translateZ(300px);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes MenuAnimOut4 {
    0% { }
    100% {
      -webkit-transform: translateZ(-300px);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes MenuAnimOut5 {
    0% { }
    100% {
      -webkit-transform: translateY(40%);
      opacity: 0;
    }
  }
  
  @keyframes MenuAnimOut1 {
    0% { }
    50% {
      -webkit-transform: translateZ(-250px) rotateY(30deg);
      transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
      -webkit-transform: translateZ(-372.5px) rotateY(15deg);
      transform: translateZ(-372.5px) rotateY(15deg);
      opacity: .5;
    }
    100% {
      -webkit-transform: translateZ(-500px) rotateY(0deg);
      transform: translateZ(-500px) rotateY(0deg);
      opacity: 0;
    }
  }
  
  @keyframes MenuAnimOut2 {
    0% { }
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0;
    }
  }
  
  @keyframes MenuAnimOut3 {
    0% { }
    100% {
      -webkit-transform: translateZ(300px);
      transform: translateZ(300px);
      opacity: 0;
    }
  }
  
  @keyframes MenuAnimOut4 {
    0% { }
    100% {
      -webkit-transform: translateZ(-300px);
      transform: translateZ(-300px);
      opacity: 0;
    }
  }
  
  @keyframes MenuAnimOut5 {
    0% { }
    100% {
      -webkit-transform: translateY(40%);
      transform: translateY(40%);
      opacity: 0;
    }
  }
  
  .dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.3s;
    animation: MenuAnimIn1 0.3s;
  }
  
  .dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
    animation: MenuAnimIn2 0.3s ease-in-out;
  }
  
  .dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 0.4s ease;
    animation: MenuAnimIn3 0.4s ease;
  }
  
  .dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 0.4s ease;
    animation: MenuAnimIn4 0.4s ease;
  }
  
  .dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 0.4s ease;
    animation: MenuAnimIn5 0.4s ease;
  }
  
  @-webkit-keyframes MenuAnimIn1 {
    0% {
      -webkit-transform: translateZ(-500px) rotateY(0deg);
      opacity: 0;
    }
    20% {
      -webkit-transform: translateZ(-250px) rotateY(30deg);
      opacity: 0.5;
    }
    100% {
      -webkit-transform: translateZ(0px) rotateY(0deg);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes MenuAnimIn2 {
    0% {
      -webkit-transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0px);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes MenuAnimIn3 {
    0% {
      -webkit-transform: translateZ(300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes MenuAnimIn4 {
    0% {
      -webkit-transform: translateZ(-300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes MenuAnimIn5 {
    0% {
      -webkit-transform: translateY(40%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes MenuAnimIn1 {
    0% {
      -webkit-transform: translateZ(-500px) rotateY(0deg);
      transform: translateZ(-500px) rotateY(0deg);
      opacity: 0;
    }
    20% {
      -webkit-transform: translateZ(-250px) rotateY(30deg);
      transform: translateZ(-250px) rotateY(30deg);
      opacity: 0.5;
    }
    100% {
      -webkit-transform: translateZ(0px) rotateY(0deg);
      transform: translateZ(0px) rotateY(0deg);
      opacity: 1;
    }
  }
  
  @keyframes MenuAnimIn2 {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1;
    }
  }
  
  @keyframes MenuAnimIn3 {
    0% {
      -webkit-transform: translateZ(300px);
      transform: translateZ(300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1;
    }
  }
  
  @keyframes MenuAnimIn4 {
    0% {
      -webkit-transform: translateZ(-300px);
      transform: translateZ(-300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1;
    }
  }
  
  @keyframes MenuAnimIn5 {
    0% {
      -webkit-transform: translateY(40%);
      transform: translateY(40%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  .dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.4s ease;
    animation: SubMenuAnimIn1 0.4s ease;
  }
  
  .dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out;
  }
  
  .dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 0.4s ease;
    animation: SubMenuAnimIn3 0.4s ease;
  }
  
  .dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 0.4s ease;
    animation: SubMenuAnimIn4 0.4s ease;
  }
  
  .dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 0.4s ease;
    animation: SubMenuAnimIn5 0.4s ease;
  }
  
  @-webkit-keyframes SubMenuAnimIn1 {
    0% {
      -webkit-transform: translateX(50%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0px);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes SubMenuAnimIn2 {
    0% {
      -webkit-transform: translateX(100%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0px);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes SubMenuAnimIn3 {
    0% {
      -webkit-transform: translateZ(-300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes SubMenuAnimIn4 {
    0% {
      -webkit-transform: translateZ(300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes SubMenuAnimIn5 {
    0% {
      -webkit-transform: translateZ(-200px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
      opacity: 1;
    }
  }
  
  @keyframes SubMenuAnimIn1 {
    0% {
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1;
    }
  }
  
  @keyframes SubMenuAnimIn2 {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1;
    }
  }
  
  @keyframes SubMenuAnimIn3 {
    0% {
      -webkit-transform: translateZ(-300px);
      transform: translateZ(-300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1;
    }
  }
  
  @keyframes SubMenuAnimIn4 {
    0% {
      -webkit-transform: translateZ(300px);
      transform: translateZ(300px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1;
    }
  }
  
  @keyframes SubMenuAnimIn5 {
    0% {
      -webkit-transform: translateZ(-200px);
      transform: translateZ(-200px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
  }
  
  .dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.4s ease;
    animation: SubMenuAnimOut1 0.4s ease;
  }
  
  .dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
    animation: SubMenuAnimOut2 0.3s ease-in-out;
  }
  
  .dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 0.4s ease;
    animation: SubMenuAnimOut3 0.4s ease;
  }
  
  .dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 0.4s ease;
    animation: SubMenuAnimOut4 0.4s ease;
  }
  
  .dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 0.4s ease;
    animation: SubMenuAnimOut5 0.4s ease;
  }
  
  @-webkit-keyframes SubMenuAnimOut1 {
    0% {
      -webkit-transform: translateX(0%);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(50%);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes SubMenuAnimOut2 {
    0% {
      -webkit-transform: translateX(0%);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(100%);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes SubMenuAnimOut3 {
    0% {
      -webkit-transform: translateZ(0px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(-300px);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes SubMenuAnimOut4 {
    0% {
      -webkit-transform: translateZ(0px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(300px);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes SubMenuAnimOut5 {
    0% {
      -webkit-transform: translateZ(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(-200px);
      opacity: 0;
    }
  }
  
  @keyframes SubMenuAnimOut1 {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(50%);
      transform: translateX(50%);
      opacity: 0;
    }
  }
  
  @keyframes SubMenuAnimOut2 {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 0;
    }
  }
  
  @keyframes SubMenuAnimOut3 {
    0% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(-300px);
      transform: translateZ(-300px);
      opacity: 0;
    }
  }
  
  @keyframes SubMenuAnimOut4 {
    0% {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(300px);
      transform: translateZ(300px);
      opacity: 0;
    }
  }
  
  @keyframes SubMenuAnimOut5 {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateZ(-200px);
      transform: translateZ(-200px);
      opacity: 0;
    }
  }
  
  /* No JS Fallback */
  .no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  
  .no-js .dl-menuwrapper li .dl-submenu {
    display: block;
  }
  
  .no-js .dl-menuwrapper li.dl-back {
    display: none;
  }
  
  .no-js .dl-menuwrapper li > a:not(:only-child) {
    background: rgba(0,0,0,0.1);
  }
  
  .no-js .dl-menuwrapper li > a:not(:only-child):after {
    content: '';
  }
  
  /* Colors for demos */
  
  /* Demo 1 */
  .demo-1 .dl-menuwrapper button {
    background: #c62860;
  }
  
  .demo-1 .dl-menuwrapper button:hover,
  .demo-1 .dl-menuwrapper button.dl-active,
  .demo-1 .dl-menuwrapper ul {
    background: #9e1847;
  }
  
  /* Demo 2 */
  .demo-2 .dl-menuwrapper button {
    background: #e86814;
  }
  
  .demo-2 .dl-menuwrapper button:hover,
  .demo-2 .dl-menuwrapper button.dl-active,
  .demo-2 .dl-menuwrapper ul {
    background: #D35400;
  }
  
  /* Demo 3 */
  .demo-3 .dl-menuwrapper button {
    background: #08cbc4;
  }
  
  .demo-3 .dl-menuwrapper button:hover,
  .demo-3 .dl-menuwrapper button.dl-active,
  .demo-3 .dl-menuwrapper ul {
    background: #00b4ae;
  }
  
  /* Demo 4 */
  .demo-4 .dl-menuwrapper button {
    background: #90b912;
  }
  
  .demo-4 .dl-menuwrapper button:hover,
  .demo-4 .dl-menuwrapper button.dl-active,
  .demo-4 .dl-menuwrapper ul {
    background: #79a002;
  }
  
  /* Demo 5 */
  .demo-5 .dl-menuwrapper button {
    background: #744783;
  }
  
  .demo-5 .dl-menuwrapper button:hover,
  .demo-5 .dl-menuwrapper button.dl-active,
  .demo-5 .dl-menuwrapper ul {
    background: #643771;
  }
  
  /****FIN MENU***/
  .section-news .card{
    margin:0 auto;
  }

  /*FOOTER*/
  .footer-afda{
    padding-top: 30px;
  }

  .footer-afda .text-right{
    text-align: left;
    padding-top: 20px;
  }

  .redes-sociales{
    display: none;
  }

  .menu-principal{
    position: absolute !important;
    margin-top: 0;
    right: 10px;
    top: 12px;
  }

  .hero-wrapper,.slick-track{
    height: 500px;
  }

  .slick-item h1{
    font-size: 30px;
  }

  .section-news .noticias-carousel .slick-slide img, .section-news .prensa-carousel .slick-slide img, .section-directorio-general .noticias-carousel .slick-slide img{
    height: 150px;
    object-fit: contain;
  }

  .section-news .nav-tabs{
    margin-bottom: 10px !important;
  }

  .section-contenido,
  .section-directorio-general,
  .section-documentos{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-directorio-general .titulos h1{
    margin-bottom: 20px;
    font-size: 22px;
  }

  .section-contenido h3{
    font-size: 22px;
  }

  .section-banner{
    min-height: 150px;
  }

  .section-banner h1{
    font-size: 22px;
  }

  .section-banner .breadcrumb{
    font-size: 12px;
  }

  .section-contacto .form-section,
  .section-contacto .form-section {
    padding: 30px 20px;
  }

  .section-directorio-general .directorio-card{
    min-height: auto !important;
  }

  .form-perfil .form-control{
    margin-bottom: 10px;
  }

  .login-mb{
    display: block;
    position: absolute;
    z-index: 9;
    background-color: #ff0000;
    color: #fff;
    right: 20px;
    padding: 5px 20px 10px;
    text-decoration: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-family: 'din_probold';
    font-size: 13px;
    text-transform: uppercase;
    border-color: #ff0000;
  }

  .login-mb img {
    width: 17px;
  }

  .formulario-mb{
    display: none;
  }

  #loginMB .login-box{
    position: relative;
    top: 0;
    transform: none;
    margin: 0 auto;
  }

  .modal-content{
    background-color: transparent !important;
    border: transparent !important;
  }

  .form-perfil{
    width: 100%;
  }

  .modal-content .btn-close2{
    Background-color: #ff0000;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: 45%;
    z-index: 9;
    transform: translateY(-50%);
    text-align: center;
    fill: red;
    width: 35px;
    height: 35px;
    border: none;
  }

  .section-contacto .form-control{
    margin-bottom: 10px;
  }

  #resultado #btnVolver{
    margin-bottom: 10px;
  }

  .footer-links a:first-child{
    margin-left: 0;
  }

  .footer-afda a img{
    width: 90%;
    height: auto;
  }

  .footer-afda a img.rs{
    width: auto;
    height: 15px;
  }

  .wrapPopup{
    width: auto;
  }

  .btnClose{
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .section-directorio-general.votacion .colWinner{
    display: block;
  }
  
  .section-directorio-general.votacion .colWinner .itemWin{
    margin-bottom: 10px;
  }

  .section-directorio-general.votacion .colWinnerResultado a{
    font-size: 13px;
  }
}

.modal{
  background: rgba(255, 255, 255, 0.8) !important; 
}