/*
 Theme Name: Servicios Digitales
 Theme URI: https://...
 Author: MTPE
 Author URI: https://www.gob.pe/mtpe
 Description: Descripción del tema...
 Requires at least: 6.7
 Tested up to: 6.8
 Requires PHP: 7.2
 Version: 1.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: themaserviciodigitales
 Tags: one-column, ...news
*/


*{
      font-family: Roboto,sans-serif;
}

/*::::::::::*/
/* Habilitar transiciones automáticas para las navegaciones */
@view-transition {
    navigation: auto;
}

/* Luego puedes personalizar la animación usando pseudoelementos. */
::view-transition-group(*) {
    animation-duration: 0.5s;
}

/*
.img {
    view-transition-name: product-hero-image;
}


::view-transition-old(product-hero-image) {
    animation: fade-out 0.3s ease-out;
}

::view-transition-new(product-hero-image) {
    animation: fade-in 0.3s ease-in;
}

@keyframes fade-out {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}
*/

/*:::::Accesibilidar:::::*/
                      body.high-contrast {
                        background-color: black;
                        color: yellow;
                      }

                      body.purple-contrast {
                        background-color: #800080;
                        color: #ffffff;
                      }

                      body.gris-contrast {
                        background-color: gray;
                        color: black;
                      }



.accessibility-panel {
  position: fixed;
  top: 5.4em;
  left: 0px;
  /*background-color: rgba(128, 0, 128, 0.8);*/
  /*background-color: rgba(191, 9, 9, 1);*/
  padding: 0px;
  border-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: black !important;
  width: 175px; /* Original width of the panel */
  z-index: 1000;

  cursor: grab ; /* Para que se vea como que se puede arrastrar */

  /* --- New properties to hide part of the button --- */
  /*transform: translateX(-120px); 
  transition: transform 0.3s ease-in-out; /* Smooth transition for when it's revealed */
}




/* Optional: Add a hover effect to reveal the full panel */
.accessibility-panel:hover {
  transform: translateX(0); /* Moves the panel back to its original position */
}




                                          @media (max-width: 600px) {

                                                         .accessibility-panel {

                                                            top: 12em;
                                            
                                                          }

                                          }

                      .accessibility-panel button {
                        display: block;
                        /*margin: 2px 0;*/
                        /*background-color: #f3f8fb;*/
                        /*background-color: #ecf2f9;*/
                        background-color: rgba(191, 9, 9, 1);
                        color: #ffffff;
                        border: 1px solid rgba(126, 144, 180, 1);
                        padding: 7px 5px;
                        font-size: 16px;
                        width: 100%;
                        /*min-height: 32px;*/
                        box-sizing: border-box;
                        white-space: nowrap;
                         text-align: left;
                         border-color:transparent;

                      }
                      .accessibility-panel button:hover {
                         /*background-color: white;*/
                         background-color: rgba(191, 9, 9, 1);
                         color:  #ffffff;
                          font-weight: bold;
                           }

/*                      .hidden-options {
                        display: none;
                      }*/

                                            #accessibility-options button{
                                                 text-align: left;
                                                background-color: #f3f8fb;
                                                color: rgba(69, 69, 69, 1);
                                                border: 1px solid rgba(126, 144, 180, 1);
                                                }
         
                                                #accessibility-options {
                                                  display: none !important;

                                                }

                                                #accessibility-options:not(.hidden-options) {
                                                  display: block !important;

                                                }

                                                .hidden-options {
                                                        display: none !important;
                                                      }

                      body.high-contrast .accessibility-panel {
                        /*background: #eee !important;*/
                      }

                      body.high-contrast .accessibility-panel button {
                        background-color: white !important;
                        color: black !important;
                        border: 1px solid #999 !important;
                      }


                    .accessibility-panel button.active-contrast {
                      border: 2px solid #ffcc00;
                      font-weight: bold;
                    }



                    .accessibility-panel button i.bi.bi-person-wheelchair {
                      /*color: rgba(255, 225, 255, 1.0);*/
                      color: #fff;
                      font-size: 1.1em;
                    }
                    .accessibility-panel button i.bi.bi-person-raised-hand{
                      /*color: rgba(255, 225, 255, 1.0);*/
                         color: #fff;
                      font-size: 1.1em;
                    }

                    .accessibility-panel button:hover  i.bi.bi-person-wheelchair {
                    /*color: red;*/
                       color: #fff;

                        }
                    .accessibility-panel button:hover  i.bi.bi-person-raised-hand {
                    /*color: green;*/
                     color: #fff;

                        }

                    .accessibility-panel button i {
                      /*color:#0056ac;*/
                      color: rgba(191, 9, 9, 1);
                      font-size: 1.1em;
                    }



                    .botontopcss{
/*                        border-top-right-radius: 10px;
                        border-top-left-radius: 10px;
                        border-bottom-right-radius: 5px;
                         border-bottom-right-radius: 5px;*/

                    }
                    .botonbasecss{
                    border-bottom-right-radius: 10px;
                    border-bottom-left-radius: 10px;
                    }







/*:::::::::::::*/

.a_etiqueta_css .aaaa_links_lsis{
    padding-left: 160px !important; 
    height: 20px !important; 
    display: inline-block !important; 
    top: -1.0em !important; 
}



/*:::::Header:::::*/
header{
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
   padding:  0.5em 0em;
}


/* Más estilos aquí */




.form_buscar_cabecera input{
 width: 100%;
 min-width: 620px;
 border-color:rgba(186, 191, 196, 1) ;
 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); /* sombra suave */

}

                @media screen and (max-width: 600px){
                    .form_buscar_cabecera input{
                         min-width: 230px;
                    }

                }


.form_buscar_cabecera input:focus {
  /*box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);*/
  /*outline: none;*/
}

.form_buscar_cabecera input::placeholder {
  color: #888;
  /*font-size: 14px;*/
  font-style: italic;
  letter-spacing: 1px;
}


.form_buscar_cabecera button i{
 /*margin-left: -0.5em;*/
 font-weight: bold;
 /*font-size: 1.0em;*/
}




/*:::::Body:::::*/
body{
    display: grid;
    min-height: 100dvh;
    grid-template-rows: auto 1fr auto;

}



.home_img_fondo_slider{
    border: 0;
    border-radius: 0;

}

.home_img_fondo_slider{
    max-height: 550px;

}

.home_img_fondo_slider .card-img-overlay{
      display: flex;
  justify-content: center;  /* Centra horizontalmente */
  align-items: center;      /* Centra verticalmente */
background: rgba(0, 0, 0, 0.1);
 /*margin-top:10em;*/
}

.home_img_fondo_slider .card-img-overlay .detalles_card{
background: rgba(0, 0, 0, 0.4);
padding:  1.5em 3em;
text-align: center;
 margin-top:10em;
}

 .home_img_fondo_slider .card-img-overlay .detalles_card h5{
    color: rgba(255, 190, 12, 1);
  font-size: 3.5em;
  /*font-weight: bold;*/
  animation: entrada 1.8s ease forwards; /* Duración aumentada a 1.8 segundos */
 }

  .home_img_fondo_slider .card-img-overlay .detalles_card p{
    color: rgba(255, 255, 255, 1);
  font-size: 2.2em;
  margin-top: -0.51em;
  font-weight: bold;
 animation: fadeInSlide 1.5s ease forwards;
 }





                                         /* Definimos la animación */
                                        @keyframes entrada {
                                            0% {
                                              opacity: 0;
                                              transform: translateY(20px);
                                            }
                                            100% {
                                              opacity: 1;
                                              transform: translateY(0);
                                            }
                                          }

                    @keyframes fadeInSlide {
                      0% {
                        opacity: 0;         /* Start completely transparent */
                        transform: translateX(-100px); /* Start 100px to the left */

                      }
                      50% {
                        background: rgba(0, 0, 0, 0.25);

                      }
                      100% {
                        opacity: 1;         /* End fully opaque */
                        transform: translateX(0);  /* End at its original position */
                       
                      }
                    }





 .home_img_fondo_slider .card-img-overlay .detalles_card .lineacss {
                  position: relative;
                  width: 130px;
                  height: 20px; /* alto suficiente para el círculo y líneas */
                  margin: 0 auto;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                   animation: reboteDesdeFondo 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

                .home_img_fondo_slider .card-img-overlay .detalles_card .lineacss::before,
                .home_img_fondo_slider .card-img-overlay .detalles_card .lineacss::after {
                  content: "";
                  flex: 1;
                  height: 2px;  /* grosor de la línea */
                  background-color: rgba(255, 255, 255, 0.9);
                }

                .home_img_fondo_slider .card-img-overlay .detalles_card .lineacss::before {
                  margin-right: 10px; /* espacio entre línea y círculo */
                }

                .home_img_fondo_slider .card-img-overlay .detalles_card .lineacss::after {
                  margin-left: 10px;  /* espacio entre línea y círculo */
                }

                .home_img_fondo_slider .card-img-overlay .detalles_card .lineacss > span {
                  width: 14px;      /* tamaño del círculo */
                  height: 14px;
                  background-color: rgba(255, 255, 255, 0.8);
                  border-radius: 50%;
                  display: inline-block;
                }


 @keyframes reboteDesdeFondo {
    0% {
      opacity: 0;
      transform: scale(0.5);
    }
    60% {
      opacity: 1;
      transform: scale(1.1);
    }
    80% {
      transform: scale(0.95);
    }
    100% {
      transform: scale(1);
    }
  }


                @media screen and (max-width: 600px){
                    .home_img_fondo_slider .card-img-overlay{
                        
                    }
                .home_img_fondo_slider .card-img-overlay .detalles_card{
                    padding:  1.0em 1.5em;
                    margin-top:revert;
                    }

                 .home_img_fondo_slider .card-img-overlay .detalles_card h5{
                  font-size: 1.5em;

                 }

                  .home_img_fondo_slider .card-img-overlay .detalles_card p{
                  font-size: 1.0em;
                  margin-top: -0.71em;
                 }

                                }



.div_ayudarte_contenido{
    text-align: center;
    padding:  4em 1em;
}

.div_ayudarte_contenido h5{
    font-size: 2.0em;
}

.div_ayudarte_contenido p{
    font-size: 1.2em;
}


.card_row_ayudarte_base{
    padding:  2em 1em; 
   
}



.card_row_ayudarte_base .card{
    border: 0;
    border-radius: 0;

     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* sombra suave */

}


            .card_row_ayudarte_base .card:hover{
             transition: transform 0.5s ease; /* Transición para el zoom de la imagen */
               transform: scale(1.01); /* Agranda el elemento un 10% al pasar el cursor */

            }




.card_row_ayudarte_base .card .card-body h5{
    padding:  0.7em 0.1em; 
    font-size: 1.6em;
}

.card_row_ayudarte_base .card .card-body p{
    padding:  0 1.1em; 
    font-size: 1.08em;
    line-height: 1.3;
}

.card_row_ayudarte_base .card .card-footer{
 border-top: 0;
 background-color: transparent;
 text-align: center;
  padding:  2em 1em; 
   
}

.card_row_ayudarte_base .card .card-footer a{
  text-decoration: none;
font-size: 1.1em;
  color: rgba(219, 0, 0, 1);
  font-weight: bold;

}

.card_row_ayudarte_base .card .card-footer a:hover{
  /*background-color: rgba(0, 94, 188, 1);*/
  color: rgba(0, 94, 188, 1);
   /*transform: translateY(-2px); /* Slightly move the link up */
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */

}


            .card_row_ayudarte_base .card .card-footer a::before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 2px; /* Grosor de la línea */
                background-color: #007bff; /* Color de la línea (azul moderno) */
                transform: scaleX(0); /* Inicialmente la línea está invisible */
                transform-origin: bottom right; /* La transformación se origina desde la derecha */
                transition: transform 0.3s ease-out; /* Transición suave para la línea */
            }

            .card_row_ayudarte_base .card .card-footer a:hover {
                color: #007bff; /* Cambia el color del texto a azul en hover */
            }

            .card_row_ayudarte_base .card .card-footer a:hover::before {
                transform: scaleX(1); /* Hace que la línea aparezca de derecha a izquierda */
                transform-origin: bottom left; /* Ahora la transformación finaliza en la izquierda */
            }



.card_row_ayudarte_base .card .card-footer a span{
    position: relative;
top: .25em;

}
.card_row_ayudarte_base .card .card-footer a span i{
   font-size: 1.3em;
 
}










/*:::::Page S_T_Necesito:::::*/


.content_descripcion_body{
    font-weight: 400;
    font-size: 1.05em;
    margin-bottom: 1.0em;
    margin-top: -1em;
}


.soy_retornar_page{
 display: flex; /* 1. Make the container a flex container */
    justify-content: space-between; /* 2. Distribute space between items */
    align-items: center; /* 3. Vertically align items in the middle (optional, but good practice) */
     padding-bottom: 1rem; /* Adjust as needed, based on 'pb-4' from Bootstrap */
}

.soy_retornar_page a{
    text-decoration: none;
    font-weight: bold;
      font-size: 1.1em;
      /*color: rgba(13,110,253,0.2);*/
      /*color: #0D6EFD;*/
     /*color:rgba(39, 97, 232, 1.0 );*/
     /*color:rgba(30, 80, 196, 1.0);*/
      /*color: #005EDC;*/
      color: rgba(0, 94, 220, 0.9);
}
.soy_retornar_page a span{
    /*position: relative;*/
    /*top: -0.2em;*/
    font-weight: 400;
}

.soy_retornar_page a.derecha{
 /*background-color: rgba(93, 109, 126 , 1.0);*/
 color: #005EDC;
 /*padding: 8px 12px;*/
/*  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;*/
  text-decoration: none;
  font-size: 1.4em;
  /*box-shadow: 0 5px 4px rgba(0,0,0,0.2);*/
  /*text-transform:uppercase;*/
/*animation: bounce-mejorado 2s 1; /* La animación se ejecutará solo una vez */
  /*animation: destroy-reconstruct 4s ease-in-out forwards; /* 4 segundos de duración, una vez, se mantiene al final */


/*vitar el arrastre de texto e imágenes en CSS*/
/*:::::*/
 -webkit-user-drag: none;   /* Para navegadores basados en WebKit (Chrome, Safari, Edge Chromium) */
  user-drag: none;           /* Propiedad futura o experimental (puedes incluirla por si acaso) */
  -webkit-touch-callout: none; /* iOS Safari: evita el menú contextual al presionar en móviles */
  -webkit-user-select: none;   /* Safari */
  -khtml-user-select: none;    /* Konqueror HTML */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Estándar: también ayuda con el arrastre de texto por selección */
/*:::::*/


}

@keyframes bounce-mejorado {
  0% {
    transform: translateY(0) scaleY(1);
  }
  20% {
    transform: translateY(-20px) scaleY(1.05); /* Sube y se estira un poco */
    animation-timing-function: ease-out; /* Velocidad al subir */
  }
  40% {
    transform: translateY(0) scaleY(0.95); /* Cae y se aplasta */
    animation-timing-function: ease-in; /* Velocidad al caer */
  }
  60% {
    transform: translateY(-10px) scaleY(1.02); /* Sube un poco de nuevo */
    animation-timing-function: ease-out;
  }
  80% {
    transform: translateY(0) scaleY(0.98); /* Cae y se aplasta ligeramente */
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0) scaleY(1); /* Vuelve a la normalidad */
  }
}


@keyframes destroy-reconstruct {
  0% {
    opacity: 1; /* Completamente visible al inicio */
    transform: scale(1); /* Tamaño normal */
   /* background-color: #e74c3c; /* Rojo */
    background-color: #ffc107;
  }
  25% {
    opacity: 0; /* Se desvanece */
    transform: scale(0.8); /* Se encoge un poco al desvanecerse */
   /* background-color: #c0392b; /* Rojo más oscuro */
    background-color: #0D6EFD;
  }
  50% {
    opacity: 0; /* Permanece invisible */
    transform: scale(0.8); /* Permanece encogido */
    /*background-color: #c0392b; /* Rojo más oscuro */
    background-color: rgba(39, 97, 232, 1.0 );
  }
  75% {
    opacity: 0.5; /* Empieza a aparecer */
    transform: scale(1.1); /* Se agranda un poco al reaparecer */
    /*background-color: #2ecc71; /* Verde */
    background-color: gba(93, 109, 126 , 0.5);
  }
  100% {
    opacity: 1; /* Completamente visible al final */
    transform: scale(1); /* Vuelve al tamaño normal */
    /*background-color: #27ae60; /* Verde más oscuro */
    background-color: rgba(93, 109, 126 , 1.0);
  }
}



.p_p_titulo_detalle_page{

}

.p_p_titulo_detalle_page strong{
    color: #000000;
    /*text-transform:uppercase;*/
     /*text-transform: lowercase;*/
     font-size: 1.8em;
}


.soy_trabajador_necesito_row{

}

.soy_trabajador_necesito_row .col .card{
 border-color: rgba(128, 128, 128, 0.1);   
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);

}

.soy_trabajador_necesito_row .col .card:hover{
transition:  0.7s;
 transform: scale(1.01);
  box-shadow: 0 16px 40px rgba(0,0,0,0.2);

}


.soy_trabajador_necesito_row .col .card img{
    width: 100%;
     max-width: 75px;
     max-height: 75px;
     display: block;
     margin: 0 auto;
     margin-bottom: 1.0em;
     margin-top: 1.5em;
}

.soy_trabajador_necesito_row .col .card .card-body{

}


.soy_trabajador_necesito_row .col .card .card-body h5{
 font-size: 1.9em;
 padding: 0 1em;
 line-height: 1.0;
 text-align: center;
}

.soy_trabajador_necesito_row .col .card .card-body p{

 padding: 1em;
 font-size: 1.1em;
  line-height: 1.4;
}



.soy_trabajador_necesito_row .col .card .card-footer{
background: transparent;
border-top:0 ;
 text-align: center;
}


.soy_trabajador_necesito_row .col .card .card-footer {
  padding: 2em 0.1em;
}

.soy_trabajador_necesito_row .col .card .card-footer a{
  text-decoration: none;
 font-weight: bold;
}
.soy_trabajador_necesito_row .col .card .card-footer a i{
  font-size: 1.3em;
  position: relative;
  top: 3px;

}



.soy_trabajador_necesito_row .col .card .card-footer a:hover{
padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #FFC300 0%, #FFC300 100%);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 6px 15px rgba(171, 178, 185, 0.4);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;

}

.soy_trabajador_necesito_row .col .card .card-footer a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(37, 117, 252, 0.5);
}







/*:::::Servicios para buscar trabajo:::::*/


.detalle_Servicios_buscar_trabajo {

}

.detalle_Servicios_buscar_trabajo .col .card .a_etiqueta_css {
/*padding: 12px 15px;*/
}
.detalle_Servicios_buscar_trabajo .col .card .a_etiqueta_css a{
 background-color: rgba(7, 157, 82, 1);
 color: #ffffff;
 border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px;
padding: 7px 20px;
text-decoration: none;
position: relative;
top: -12px;
font-weight: 500;
}


.detalle_Servicios_buscar_trabajo .col .card{
 padding: 1em 1.5em;
 box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
border-color: rgba(204, 202, 202, 0.4);
}


.detalle_Servicios_buscar_trabajo  .col .card .card-body .row .card-body {
/*background: red;*/
margin-bottom: -1.5em;
}

.detalle_Servicios_buscar_trabajo  .col .card .card-body .row .card-body .card-title{
/*background: red;*/
font-size: 1.8em;
}


.detalle_Servicios_buscar_trabajo  .col .card .card-body .row .card-body p{
/*color: green;*/
line-height: 1.3;
margin-top: -5px;
}






.detalle_Servicios_buscar_trabajo .card-footer{
background: transparent;
border-top: 0;
}

.detalle_Servicios_buscar_trabajo .card-footer a{
 background-color: rgba(191, 9, 9, 1);
 color: #ffffff;
 border-radius: 30px;
 padding: 10px 30px;
 text-decoration: none;
 margin-right: 1em;
 font-weight: 600;
 /* Propiedades para la transición */
  transition: all 0.3s ease-in-out;
  display: inline-block; /* Necesario para transform */

}

.detalle_Servicios_buscar_trabajo .card-footer a:hover{
 /*background-color: rgba(0, 94, 188, 1); 
  transform: scale(1.03); 
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.2); 
 */
/*
background-color: rgba(0, 94, 188, 1); 
  margin-top:1px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
*/

  background: linear-gradient(135deg, rgba(0, 94, 188, 1), rgba(0, 102, 204, 1));
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  transform: scale(1.05);

}





.imgcardfizetam{
    width: 100%;
    max-width: 80px;
    max-height: 80px;
    /*border: 2px solid rgba(0, 0, 0, 0.3);*/
    display: block;
    margin:  0 auto;
    margin-top: 1em;
/*   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);*/

}















/*:::::Paginación::::*/

#pagination {
 text-align: center;

}
#pagination .page-numbers.current {
  background-color: #E63946;
  color: white;
  border-radius: 50%;
  padding: 5px 12px;
  min-width: 2px;
  text-align: center;
  font-weight: bold;
  pointer-events: none;    /* Evita que el link activo sea clickeable */
}

    
#pagination .page-numbers {
  color: #848484;             /* Texto gris para páginas no activas */
  text-decoration: none;   /* Sin subrayado */
  padding: 1px 3px;
  display: inline-block;
  min-width: 1px;
  text-align: center;
  border-radius: 4px;      /* Opcional, un poco de redondeo en los links normales */
  transition: color 0.3s ease;
}

#pagination .page-numbers:hover {
  color: black;            /* Para que cambie al pasar el mouse, opcional */
}






/*:::::Votos:::::*/
.votecss_top{
/*    position: sticky;
   margin-bottom:  -2.5em;*/
   margin-top: 6em;
}

@media (max-width: 724px) {
        .votecss_top{
      /*      position: revert;
           margin-bottom:  revert;
           margin-top: -0.8em;
           margin-bottom: 1em;*/
        }
}

div.votacion-post {
text-align: center;

/*text-align: right;*/
 font-size: 1.2em;
}
div.votacion-post span {
color: rgba(2, 86, 172,1.0);

}



div.votacion-post button.btn-voto{
/*background: #edf0f4;*/
background: transparent;
border: 2px solid #edf0f4;
/*color: rgba(2, 86, 172,1.0);*/
color: lightgray;
 /*font-size: 1.3em;*/
 /*font-weight: bold;*/
}

div.votacion-post button.btn-voto:hover{
background-color: #edf0f4;
/*border-bottom: 2px dashed rgba(2, 86, 172,0.4);*/
}

div.votacion-post button.btn-voto:hover i{
color: #000;
}

div.votacion-post button.btn-voto span.like-count{
color: green;
 /*font-size: 1.1em;*/
 /*font-weight: bold;*/
}
div.votacion-post button.btn-voto span.dislike-count{
    color: red;
}

div.votacion-post button.btn-voto img.emoji{
    font-size: 1em;
    /*background: #e9eaea;*/
}











/*:::::Footer:::::*/

 footer{
    margin-top: 6em;
  min-height: 10em;
    /*text-align: center;*/
    background-color: rgba(38, 41, 46, 1.0);
    color: #ffffff;
/*    display: flex;
   align-items: center;
   justify-content: space-around;*/
 

 display: flex;
  flex-direction: column;
  justify-content: space-between;

}
footer p{
    padding-bottom: 0;
   margin-bottom: 0;
}



footer .mimg_foter_top {
 max-height: 15px;
}


 footer .f1{
 background-image: url('assets/img/linea_base.png');
  background-repeat: repeat;
  min-height: 15px;
 }

footer .f2{}

  footer .f3{
background-image: url('assets/img/linea_base.png');
  background-repeat: repeat;
  min-height: 15px;
 }




 footer ul.footer_link_base{
  list-style-type: none; /* Elimina los puntos/marcadores */
  padding: 0; 
  margin: 0;  
}

footer ul.footer_link_base li{
  line-height: 2;

}
 footer ul.footer_link_base a{
    text-decoration: none;
    color: #ffffff;

}
 footer ul.footer_link_base a:hover{

        color: rgba(255, 190, 12, 1);
    text-decoration: revert;

}



 footer ul.footer_img_redes{
  list-style-type: none; /* Elimina los puntos/marcadores */
  padding: 0; 
  margin: 0;  
  display: flex;         /* Usa Flexbox para colocar los ítems en una fila */
  /*justify-content: center; /* Centra los ítems horizontalmente (opcional) */ 
}

 footer ul.footer_img_redes li{
  /*line-height: 2;*/
  padding: 10px 5px;

}
 footer ul.footer_img_redes a{
    text-decoration: none;
    color: #ffffff;

}

 


 footer ul.footer_img_redes li a .original-img1:hover {
 filter: brightness(50%); /* 50% más brillante */
}

 footer ul.footer_img_redes li a .original-img2:hover {
 filter: brightness(50%); 
}

 footer ul.footer_img_redes li a .original-img3:hover {
 filter: brightness(50%); 
}

/* Puedes combinar filtros */
 footer ul.footer_img_redes li a .original-img4:hover {
 filter: brightness(50%); 
}


 footer ul.footer_img_redes li a .original-img5:hover {
 filter: brightness(50%); 
}

 footer ul.footer_img_redes li a .original-img6:hover {
 filter: brightness(50%); 
}

 footer ul.footer_img_redes li a .original-img7:hover {
 filter: brightness(50%); 
}


/*:::::Scrollbar:::::*/

/* Barra completa */
::-webkit-scrollbar {
  width: auto;             /* ancho vertical */
  height: auto;           /* altura horizontal */
}

/* Fondo de la barra */
::-webkit-scrollbar-track {
  background: #f0f0f0;     /* color del fondo */
}

/* Parte que se mueve */
::-webkit-scrollbar-thumb {
  background-color: rgba(255, 190, 12, 1); /* color de la barra */
  border-radius: 6px;         /* bordes redondeados */
  border: 3px solid #f0f0f0; /* margen dentro del track */
}

/* Al pasar el mouse */
::-webkit-scrollbar-thumb:hover {
  /*background-color: rgba(219, 0, 0, 1);*/
  background-color: rgba(38, 41, 46, 1.0);
}
