html{
   scroll-behavior: smooth !important;
}
a{
  color: #000;
}
.nav-link{
    color: #00000094 !important;
}
.nav-link:hover{
    color: #a3114c !important;
}
.bg-footer{
    background: #3f3f3d;
}
ul{
    list-style: none;
}
.cambioColor{
    color: #fff;
}
.bg-primary{
    background: #a3114c !important;
}
.letra-b{
    color: #fff !important;
}
.footer-line{
    border: 1.5px solid #c99367;
    width: 50px;
}
.cambioColor:hover{
    color: #c99367;
}
.footer-enlaces{
    border-left: 2px solid #c99367;
}
.copyright{
    font-size: 10px;
}
.footer-top{
    border-bottom: 4px solid #c99367;
}
.texto-card {
    font-size: 20px !important;
}
.lead-sub {
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 400 !important;
}
.letra-vino {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(165, 20, 86), rgb(142, 19, 69)) text;
}
.sub{
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.fondo-botones {
    box-shadow: rgba(128, 128, 128, 0.24) 0px 0px 20px;
    padding: 5px 0px;
    background: rgb(255, 255, 255);
    border-radius: 50px;
}
.btn-adbc, .btn-adbc:hover {
    color: rgb(255, 255, 255);
    background: rgb(148, 26, 75);
    border-radius: 50px;
}
.btn-adbc-secondary {
    color: rgb(148, 26, 75);
}
.w-100{
    width: 100%;
}
.fondo-gradient {
    background-color: hsla(0, 0%, 100%, 1);
    background-image: radial-gradient(at 74% 100%, hsl(28deg 100% 74% / 0%) 0px, transparent 50%), radial-gradient(at 7% 44%, hsl(28deg 100% 74% / 29%) 0px, transparent 50%), radial-gradient(at 95% 32%, hsl(336deg 81% 35% / 13%) 0px, transparent 50%), radial-gradient(at 55% 99%, hsla(241, 0%, 100%, 1) 0px, transparent 50%);
}
input{
    outline: none !important
}
.fondo-blanco {
    background-color: #fff;
}
.fondo-experiencia {
    background-image: url('../img/fondo-personas.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fondo-blur, .fondo-blur-blanco{
  position: relative;
  z-index: 0;
}
.fondo-blur::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px); 
  z-index: -1; 
  border-radius: 10px; 
}
.fondo-blur-blanco::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000033;
  backdrop-filter: blur(3px); 
  z-index: -1; 
  border-radius: 10px; 
}
.fondo-competitividad {
    background-image: url(../img/fondo-competitividad.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.letra-negro {
    color: #313131 !important;
}
.enlace {
    text-decoration: none;
    font-size: 21px;
    font-weight: 500;
}
.text-experiencia {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
}
.letra-blanco{
    color: #fff;
}
.bg-none{
    background: none !important;
}
.position-relative{
    position: relative;
}
.a-plan{
    border-top-left-radius: 20px;
    padding: 7px;
}
.subtitulo {
    font-weight: 700;
    font-size: 35px;
}
.fondo-gris {
    background-image: url(../img/fondo-gris-oscuro.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #E3E3E3;
}
.fondo-vino {
    background-image: url(../img/Gob-Color-Vertical-02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #E3E3E3;
}
.card-info {
    background: none;
    box-shadow: none;
    border: none;
}
.transformacion{
  height: 350px;
  width: 100%;
  flex: 1;
  border-radius: 16px;
  transition: all 0.3s ease;
  position: relative;
}
.transformacion:hover > .details-transformacion{
  height: 280px;
  background-color: rgb(0 0 0 / 53%);
}
.details-transformacion {
  color: white;
  /*box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);*/
  width: 100%;
  position: absolute;
  bottom: -32px;
  height: 0;
  transition: height .5s ease-in-out;
  padding: 0.6em;
  overflow: hidden;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.btn-soluciones{
  background: #E3E3E3;
  text-decoration: none;
}
.herramientas{
  background-color: #fff;
  height: 100%;
  /*width: 300px;*/
  flex: 1;
  border-radius: 16px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.herramientas:hover > .details-herramientas{
  height: 15.7em;
}
.overflow{
  overflow-x: scroll;
  height: 185px;
}
.details-herramientas {
    color: white;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    width: 100%;
    /*background-color: rgb(0 0 0 / 53%);*/
    position: absolute;
    bottom: 0;
    height: 2.9em;
    transition: height .5s ease-in-out;
    padding: 0.6em;
    overflow: hidden;
    border-radius: 10px;
}
.fondo-transformacion {
    background-image: url(../img/reunion.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.conoce {
    background: #941A4B;
    color: #fff;
    padding: 5px 25px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0px 5px 15px 0px gray;
}
.fondo-compu {
    background-size: cover;
    background-image: url(../img/fondo-compu.png);
    background-position: center;
    background-repeat: no-repeat;
}
@media (min-width: 992px) {
    .alto {
        height: 450px;
    }
}
.fondo-atencion {
    background-image: url(../img/fondo-atencion.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fondo-identidad {
    background-image: url(../img/fondo-manos.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fondo-datos {
    background-image: url(../img/fondo-laptop.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fondo-muac {
    background-image: url(../img/fondo-muac.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.subtitulo-card {
    font-weight: 700;
    font-size: 24px;
}
.fondo-empresarios {
    background-image: url(../img/fondo-gobierno.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.text-justify{
    text-align: justify;
}
button:focus:not(:focus-visible){
    outline: none !important;
}
button:focus-visible{
    outline: none !important;
}
a{
    text-decoration: none !important;
}
.fondo-pacto {
    background-image: url(../img/NuestraVision.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fs-7{font-size: 7px;}
.oculto{
    display: none;
  }
  .ejes.expandido{
    display: block;
  }
  .ejes{
  background-color: #fff;
  height: 450px;
  width: 100px;
  flex: 1 1 calc(25% - 10px);
  border-radius: 16px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;

}

.ejes:hover {
  flex: 4 1 calc(65% - 10px);
}
.card-eje1{
  background-image: url('../img/eje1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card-eje2{
  background-image: url('../img/eje2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card-eje3{
  background-image: url('../img/eje3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card-eje4{
  background-image: url('../img/eje4.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card-eje5{
  background-image: url('../img/eje5.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card-eje6{
  background-image: url('../img/eje6.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.card-eje7{
  background-image: url('../img/eje7.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ejes-texto{
  position: relative;
  top: 152px;
}
.remove-when-use {
  text-align: center;
  width: 100%;
  position: absolute;
  color: black;
  top: 85px;
  font-weight: bold;
}
.details-eje {
  color: white;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  width: 100%;
  background-color: rgb(0 0 0 / 53%);
  position: absolute;
  bottom: 0;
  height: 4.5em;
  transition: height .5s ease-in-out;
  padding: 0.6em;
  overflow: hidden;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.ejes:hover > .details-eje {
  height: 20.7em;
  /*overflow: scroll;*/
  overflow-y: scroll;
}
.ejes:hover img{
  height: 450px;
  width: 595px;

}
@media (min-width: 992px) {
    .ejes {
        flex: 1 !important;
    }
}
@media (min-width: 992px) {
    .ejes:hover {
        flex: 4 !important;
    }
}

.mi-form-control{
    background: #fff;
    padding: 8px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #dee2e6;
    align-items: center;
}
.btn-ia:hover{
    box-shadow: 0px 0px 10px 0px #a3114c;
    border-radius: 15px;
}
.btn-ia{
    border: 1px solid #a3114c;
    color: #a3114c;
    padding: 1px 5px;
}

#buscadorManual, #searchWidgetTrigger {
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transform: translateX(0);
}
#buscadorManual.hidden, #searchWidgetTrigger.hidden {
  opacity: 0;
  transform: translateX(-10px);
  pointer-events: none;
  position: absolute;
  width: 0;
}

#buscadorManual.visible, #searchWidgetTrigger.visible {
  opacity: 1;
  transform: translateX(0);
  pointer-events: all;
  position: relative;
  width: 100%;
}

#modoIaBtn {
  cursor: pointer;
  transition: all 0.5s ease;
}

#modoIaBtn:hover {
  transform: scale(1.02);
}

#modoIaBtn.active {
  background-color: #a3114c;
  color: #a3114c;
}

.mi-contenedor{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.nav-link:hover{
  border-bottom: 3px solid #a3114c !important;
}

.navbar-nav .nav-link {
  position: relative;
  transition: all 0.3s ease;
  color: #6c757d;
}

.navbar-nav .nav-link:hover {
  color: #a3114c !important;
  transform: translateY(-2px);
}

.navbar-nav .nav-link.active {
  color: #a3114c !important;
  font-weight: 600;
}

.navbar-nav .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: linear-gradient(45deg, #a3114c, #d63384);
  border-radius: 2px;
  animation: slideIn 0.1s ease-out;
}

@keyframes slideIn {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 40px;
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  .navbar-nav .nav-link.active::after {
    bottom: auto;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 3px;
    height: 25px;
  }
}
.position-static{
  position: static;
}
input:focus, textarea:focus, select:focus, input:active{
  outline: none !important;
}
.form-contacto{
  background: #ffffff6b;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 0 16px 0 #80808080;
}

/* From Uiverse.io by david-mohseni */ 
.wrapper {
  display: inline-flex;
  list-style: none;
  width: 100%;
  font-family: "Poppins", sans-serif;
  justify-content: center;
}

.wrapper .icon {
  position: relative;
  background: #fff;
  border-radius: 50%;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #fff;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #fff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #1877f2;
  color: #fff;
}

.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before {
  background: #000;
  color: #fff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: #e4405f;
  color: #fff;
}
.boton-gradient{
    color: rgb(255, 255, 255);
    width: 100%;
    margin-top: 25px;
    /* cursor: pointer; */
    font-size: 15px;
    letter-spacing: 1px;
    background: linear-gradient(to right top, rgb(107, 18, 55) -5%, rgb(244, 77, 153) 100%);
    /* border-width: initial; */
    border-style: none;
    /* border-color: initial; */
    /* border-image: initial; */
    padding: 10px 15px;
    border-radius: 5px;
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.fw-bold{
  font-weight: 600;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.text-end{
  text-align: end;
}
.rounded-4 {
  border-radius: 1rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.card{
  height: 100%  !important;

}
.h-200{
  height: 200px !important;
}
.filter-drop{
  filter: drop-shadow(2px 4px 6px #80808080) !important;
}
#contenedor-herramientas.list-view .vista-lista {
    display: flex;
}
#contenedor-herramientas.list-view .vista-grid {
    display: none;
}
.vista-lista {
    display: none;
}
.herramienta-lista {
    display: grid;
    align-items: center;
    padding: 1rem 1.5rem;
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    transition: transform 0.2s 
      ease-out, box-shadow 0.2s 
      ease-out, border-color 0.2s 
      ease-out;
    cursor: pointer;
    height: 100%;
}
.herramienta-lista-logo {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-right: 1.5rem;
    flex-shrink: 0;
    border-radius: 8px;
}
.herramienta-lista-info {
    flex-grow: 1;
    margin-right: 1.5rem;
}
.herramienta-lista-info .titulo {
    font-size: 1.2rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 0.25rem;
}
.herramienta-lista-info p {
    margin: 0;
}
.herramienta-lista-info .descripcion {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.5;
    text-align: justify;
}
.herramienta-lista-info p {
    margin: 0;
}
.herramienta-lista-enlace {
    flex-shrink: 0;
    text-decoration: none;
    background-color: #e9ecef;
    color: #495057;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.9rem;
    transition: background-color 0.2s 
      ease, color 0.2s 
      ease;
    white-space: nowrap;
    text-align: center;
}
.position-relative {
    position: relative !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.flecha {
    background: #951a4b;
    padding: 5px;
    border-radius: 50px;
}
.lead-sub {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.imagenes-grande {
    display: none !important;
}
@media (min-width: 992px) {
    .imagenes-grande {
        display: flex !important;
    }
}
@media (min-width: 992px) {
    .imagnes-responsivo {
        display: none;
    }
    .herramienta-lista{
      display: flex;
    }
    .img-logo{
      display: block !important;
    }
}
.img-logo{
  display: none;
}
.detalle-card{
    border: 1px solid #c99367;
    height: 300px;
    overflow-y: auto;
    color: #000 !important;
}
.object-fit{
  object-fit: cover;
}
.h-400{
  height: 400px;
}
.border-gold{
  border: 1px solid #c99367;
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover{
  background-color: #c99367 !important;
  color: #fff !important;
}
input{
  outline: none !important;
}

.gallery {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 100%;
  height: 350px;
}
.gallery .item {
  -webkit-box-flex: 1;
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  margin-right: -14px;
  box-shadow: 0 1px 4px 0 rgba(10,16,34,0.2);
  border-radius: 0;
  will-change: flex, transform, box-shadow;
  transition: flex 700ms ease, transform 700ms ease, box-shadow 700ms ease, -webkit-transform 700ms ease, border-radius 700ms ease;
}
.gallery .item:first-child {
  border-radius: 5px 0 0 5px;
  z-index: 5 !important;
}
.gallery .item:nth-child(2) {
  z-index: 4 !important;
}
.gallery .item:nth-child(3) {
  z-index: 3 !important;
}
.gallery .item:nth-child(4) {
  z-index: 2 !important;
}
.gallery .item:last-child {
  border-radius: 0 5px 5px 0;
  z-index: 1 !important;
  margin-right: 0 !important;
}
.gallery .item:hover {
  -webkit-box-flex: 2;
  flex: 2;
  border-radius: 5px;
  z-index: 999 !important;
  box-shadow: 0 12px 24px 0 rgba(10,16,34,0.3), 0 0 0 transparent;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#contenedor-herramientas.list-view .tarjeta-columna {
    width: 95%;
    max-width: 100%;
    flex: 0 0 auto;
    margin-bottom: 0;
}

a:hover{
  /*color: currentcolor !important;*/
}
.card-efect:hover{
  transform: translateY(-10px);
  box-shadow: 0px 5px 15px 0px gray;
   /*box-shadow: 0 15px 25px -4px rgba(0, 0, 0, 0.5), inset 0 -3px 4px -1px rgba(0, 0, 0, 0.2), 0 -10px 15px -1px rgba(255, 255, 255, 0.6), inset 0 3px 4px -1px rgba(255, 255, 255, 0.2), inset 0 0 5px 1px rgba(255, 255, 255, 0.8), inset 0 20px 30px 0 rgba(255, 255, 255, 0.2);*/
}
.card-efect{
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
button:active {
  transform: scale(0.95) !important;
}
.button-box{
  /*box-shadow: inset 0 0.3rem 0.9rem rgba(255, 255, 255, 0.3), 0 3rem 3rem rgba(0, 0, 0, 0.3), 0 1rem 1rem -0.6rem rgba(0, 0, 0, 0.5);*/
  box-shadow: 0px 5px 15px 0px gray;
}
.letra-w:hover{
  color: #fff !important;
}
.letra-blanco:hover{
  color: #fff;
}
.letra-negro:hover{
  color: #000;
}





 
.btn-vermas {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.btn-vermas {
  --primary-color: #fff;
  --hovered-color: #a3114c;
  position: relative;
  display: flex;
  font-weight: 600;
  font-size: 20px;
  gap: 0.5rem;
  align-items: center;
  width: max-content;
}

.btn-vermas a {
  margin: 0;
  position: relative;
  font-size: 20px;
  color: #fff;
}
.btn-vermas a:hover {
  color: #a3114c !important;
}
.btn-vermas::after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: -7px;
  background: #a3114c;
  height: 2px;
  transition: 0.3s ease-out;
}

.btn-vermas a::before {
  position: absolute;
  /*   box-sizing: border-box; */
  content: "Leer más";
  width: 0%;
  inset: 0;
  color: #a3114c;
  overflow: hidden;
  transition: 0.3s ease-out;
}

.btn-vermas:hover::after {
  width: 100%;
}

.btn-vermas:hover a::before {
  width: 100%;
}

.btn-vermas:hover svg {
  transform: translateX(4px);
  color: #a3114c;
}

.btn-vermas svg {
  color: #fff;
  transition: 0.2s;
  position: relative;
  transition-delay: 0.2s;
}
.btn-vermas svg path {
  transition: color 0.2s ease-out;
}

.form-container {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin-bottom: 30px;
}
.section-header {
    background: #a3114c;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(163, 17, 76, 0.3);
}
.btn-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
.scroll-personalizado {
    box-sizing: border-box;
}
.scroll-personalizado::-webkit-scrollbar {
    width: 7px;
}

.scroll-personalizado::-webkit-scrollbar-thumb {
    background: #c99367;
    border-radius: 10px;
}
.scroll-personalizado::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
    margin: 5px 0;
}
.profile-preview{
  width: 150px;
}
.card-list{
  height: 100%;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 1rem
}
.card-list .card-footer{
  background: none;
  border: none;
  text-align: center;
}
.btn-list-cata{
  width: 100%;
  border-radius: 50px;
}
.message-box {
  background-color: #f9f9f9;
  border-left: 4px solid #a3114c;
  border-radius: 5px;
}
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
   width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f0f0f0;
  color: #333;
  font-size: 24px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  background-color: #a3114c;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(163, 17, 76, 0.3);
  }
  .custom-badge{
    font-size: 3rem;
  }