:root{
    --color-brand: #0B6AB0;
}

.color-b{
    color: var(--color-brand) !important;
}

.bg-corporative{
    background: var(--color-brand) !important; 
}

#top-bar{
    background: var(--color-brand);
}

.border-corporative{
    border: 1px solid var(--color-brand);
}
.br-0{
    border-radius: 0px !important;
}
.valoracio-estrella:hover{
    cursor: pointer;
    /* transform: scale(1.5); */
}

.icona_formacions_portlet{
    border-radius: 50%; 
    height: 80px !important; 
    width: 80px !important; 
    color: white !important; 
    text-align: center; 
    justify-content: center; 
    align-items: center; 
    display: flex;
}


.c-btn{display:inline-block;position:relative;overflow:hidden;}
.c-btn.type-1{font-size:14px;line-height:18px;font-weight:700;color:var(--color-brand);border:2px solid var(--color-brand);-moz-border-radius:5px;border-radius:5px;}
.c-btn.type-1 span,.c-btn.type-1 input{display:inline-block;position:relative;padding:15px 20px 15px 20px; /*padding:5%**/;z-index:2;}
.c-btn.type-1:before{content:'';display:block;position:absolute;top:0;left:0;bottom:0;width:0;background:var(--color-brand);-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.c-btn.type-1:after{content:'';display:block;position:absolute;top:0;right:0;bottom:0;width:0;background:var(--color-brand);-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.c-btn.type-1 input{background:transparent;border:0;font-size:inherit;line-height:inherit;text-transform:inherit;letter-spacing:inherit;font-weight:inherit;}
.c-btn.type-1.full{width:100%;text-align:center;}
.c-btn.type-1.color-2{border-color:#fff;color:#fff;}
.c-btn.type-1.color-2:before,
.c-btn.type-1.color-2:after{background:#fff;}
.c-btn.type-1:hover{color:#fff;}
.c-btn.type-1:hover:before,.c-btn.type-1:hover:after{width:51%;}
.c-btn.type-1.color-2:hover{color:#30373b;}



.cntct-button-2:disabled, .cntct-button-2[disabled]{
    border: 2px solid #999999 !important;
    border-color: #999999 !important;
    background-color: #cccccc !important; 
    background: #cccccc !important;
    color: #666666 !important;
}
input:disabled, input[disabled]{
    background-color: #cccccc !important; 
    color: #666666 !important;
    background: #cccccc !important;
}
.disabled-btn{
    border:1px solid #999999 !important;
}

/* CONTACTE */
.cntct-button-2 {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 1px;
    text-decoration: none;
    color: white;
    background: transparent;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 2px solid white;
    border-radius: 10px;
    box-shadow: inset 0 0 0 0 white;
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    width: 200px;
    height: 48px;
    margin-bottom: 40px;
}

.cntct-button-2-header{
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    text-decoration: none;
    color: white;
    background: transparent;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 1px solid white;
    border-radius: 30px;
    box-shadow: inset 0 0 0 0 white;
    font-family: Quicksand, sans-serif;
    font-weight: 600;
    width: 200px;
}

.cntct-button-2:hover {
    color: var(--color-brand);
    box-shadow: inset 0 -100px 0 0 white;
}

.cntct-button-2-header:hover {
    color: var(--color-brand);
    box-shadow: inset 0 -100px 0 0 white;
}


.cntct-button-2:disabled{
    transition: none !important;
    background: #cccccc !important;
    box-shadow: inset 0 -100px 0 0 #cccccc;

}

.cntct-button-2:active {
    transform: scale(0.9);
}


.bg-contactar{
    background: var(--color-brand); 
    padding: 40px 0px !important;
}

.swiper {
    width: 100%;
    height: 700px !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

element.style {
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, 0px);
}
.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.call-to-action {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: #fff;
    z-index: 1;
    text-align: center;
    padding: 40px 30px;
    background: var(--color-brand) !important;
    width: 50% !important;
}



/* BLOG */
#header-blog{
    background-position: top !important;
    /* background-size: contain !important; */
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.bg-img{
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.img-noticia{
    height: 200px;
}

.container-filter {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}

.container-filter li {
    list-style: none;
    display: inline-block;
}

.container-filter a {
    display: block;
    font-size: 14px;
    /* margin: 10px 5px; */
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 400;
    line-height: 30px;
    -webkit-transition: all 0.6s;
    border-bottom: 1px solid transparent;
    color: #2E130C !important;
}

.container-filter a:hover {
    color: #2E130C !important;
}

.container-filter a.active {
    color: #2E130C !important;
    /* border-bottom: 1px solid #222222; */
    font-weight: 800;
}
.item-box {
    position: relative;
    overflow: hidden;
    display: block;
}

.item-box a {
    display: inline-block;
}


.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 20px; /* Ajusta el margen superior según sea necesario */
}

.pagination {
    /* Estilos personalizados para la paginación */
}

.pagination .page-item {
    margin: 0px 5px;
}

.pagination .page-link {
    border: 1px solid var(--color-brand) !important;     
    border-radius: 0px !important;   
    color:var(--color-brand) !important;
}

.page-link:focus{
    box-shadow: inherit !important;
}
.pagination .page-item.active .page-link {
    /* Estilos personalizados para el enlace de la página activa */
}
.page-link:hover {
    background-color: var(--color-brand) !important;
    color: #fff !important;
}
.page-item.active .page-link {
    color: #fff !important;
    background-color: var(--color-brand) !important;
    border-color: var(--color-brand) !important;
    border: 1px solid var(--color-brand) !important;     
    border-radius: 0px !important;
}
.swiperBlog{
    height: 300px;
}
.noticia:hover{
    cursor: pointer;
   /* -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 1000;*/
    overflow: hidden;
}

.noticia-info{
    font-weight: 400;
    font-size: 13px;
}
.saber-mes{
    font-size: 15px;
}
.noticia-url{
    font-weight: 500;
}
.bg-noticia{
    width: 100%;
    height: 500px;
    position: relative;
    text-align: center;
    cursor: pointer;
    /* margin-bottom: 20px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.parent:hover .bg-noticia, .parent:focus .bg-noticia {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .bg-noticia:before, .parent:focus .bg-noticia:before {
    display: block;
}

.parent .row {
    position: relative;
}
.parent:hover a, .parent:focus a {
    display: block;
}
.parent {
    width: 100%;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
}

.noticia-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

/* .bg-noticia:hover {
    background-size: 150%;
} */


/* END BLOG*/

.w-20{
    width: 20% !important;
}
.w-30{
    width: 30% !important;
}
.w-40{
    width: 40% !important;
}

input.form-control , textarea.form-control, select{
    border: 1px solid transparent !important;
    border-bottom: 1px solid white !important;
    border-radius: 0px !important;
}
.form-control-contact:focus{
    background: var(--color-brand) !important;
}
.form-control:focus, textarea.form-control:focus{
    color: white;
    border-bottom: 2px solid white !important;
    outline: 0 !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0) !important;
}

input.form-control-bl-1, select.form-control-bl-1, textarea.form-control-bl-1{
    border: 1px solid transparent !important;
    border-bottom: 1px solid var(--color-brand) !important;
    border-radius: 0px !important;
}

input.form-control-bl-1:focus, select.form-control-bl-1:focus, textarea.form-control-bl-1:focus{
    border: 1px solid transparent !important;
    border-bottom: 2px solid var(--color-brand) !important;
    border-radius: 0px !important;
    color: black !important;
}

.link-button-col{
    color: var(--color-brand) !important;
    text-decoration: none !important;
}

.link-button-col:hover{
    color: white !important;
    text-decoration: none !important;
}

.btn-danger-cc {
    border: 0.75px solid red;
    border-radius: 0px;
    text-transform: uppercase;
    color: red;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    background: transparent !important;
}

.btn-danger-cc:hover {
    border: 0.75px solid red;
    border-radius: 0px;
    text-transform: uppercase;
    color: white !important;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    transition: ease-out 0.5s;
    -webkit-transition:all 300ms ease-in-out !important;
    -moz-transition:all 300ms ease-in-out !important;
    transition:all 300ms ease-in-out !important;
    text-decoration: none !important;
    background: red !important;
}



.btn-brand-cc {
    border: 0.75px solid var(--color-brand);
    border-radius: 0px;
    text-transform: uppercase;
    color: var(--color-brand);
    display: inline-block;
    width: 100%;
    font-weight: 500;
    background: transparent !important;
}

.btn-brand-cc:hover {
    border: 0.75px solid var(--color-brand);
    border-radius: 0px;
    text-transform: uppercase;
    color: white !important;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    transition: ease-out 0.5s;
    -webkit-transition:all 300ms ease-in-out !important;
    -moz-transition:all 300ms ease-in-out !important;
    transition:all 300ms ease-in-out !important;
    text-decoration: none !important;
    background: var(--color-brand) !important;
    /* box-shadow: inset 0 -100px 0 0 var(--color-brand); */
}

.btb {
    border-top: 1px solid var(--color-brand);
    border-bottom: 1px solid var(--color-brand);
}

.form-control-contact {
    /* width: 300px; */
    /* padding: 10px; */
    border: 1px solid transparent !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075) !important;
    border-bottom: 1px solid white !important;
    border-radius: 0px !important;
    background: transparent !important;
    color: white !important;
}

.form-control-contact:focus {
    border-bottom-color: white !important; 
    border-bottom: 2px solid white !important;

}
.form-control-contact::placeholder {
    color: white !important;
    /* font-size: 1.5em; */
}

.white{
    color: white;
}

.underline-links a {
    text-decoration: underline !important; /* Asegura que el subrayado sea visible */
}

.tt-post-2-litle{
    color: white;
    font-size: 50px; 
    font-weight: 800;
}
/* Estilos específicos para fondo claro */
.light-background{
    background: #ffffff !important;
    color: #000000;
}
.light-background .form-control-contact {
    background: transparent !important;
    color: #000 !important;
}

.light-background .form-control-contact:focus {
    border-bottom-color: #000 !important;
    border-bottom: 2px solid #000 !important;
}

.light-background .form-control-contact::placeholder {
    color: #000 !important;
}

.light-background .label_contact {
    color: #000 !important;
}


.label_contact {
    color: white !important;
    font-size: 16px !important;
}

.form-control-n {
    border: 1px solid transparent !important;
    box-shadow: inset 0 0px 0px black !important;
    border-bottom: 1px solid black !important;
    border-radius: 0px !important;
    background: transparent !important;
    color: black !important;
}

.form-control-n:focus {
    border-bottom-color: black !important; 
    border-bottom: 2px solid var(--color-brand) !important;
}

.input-group-text{
    background: transparent !important;
}

@media (max-width: 767px) {

    .call-to-action{
        width: 90% !important;
    }
}

 
.nav-subpagines {
    position: absolute;
    top: 100%;
    left: 0%;
    justify-content: normal;
    display: grid;
    box-shadow: 0 0 3.76px 0.24px rgb(0 0 0 / 15%);
}
.item-sub {
    padding: 15px 40px 15px 15px;
    background: #ffffffdf;
    /* border-bottom: 0.5px solid rgb(122, 122, 122); */
    text-align: left;
    color: black;
    color: black;
    text-decoration: none;
    width: 100% !important;
    min-width: 200px !important;
}

.item-sub:hover{
    color: var(--color-brand);
    text-decoration: none;
}

.bb-2{
    border-bottom: 1px solid #00000021;
}

label{
    color: black !important;
    /* text-transform: uppercase; */
}

@media(max-width: 767px){
    .icona_formacions_portlet{
        border-radius: 50%; 
        height: 200px; 
        width: 200px; 
        color: white !important; 
        text-align: center; 
        justify-content: center; 
        align-items: center; 
        display: flex;
    }
    
}

.bg-corporative{
    background-color: var(--color-brand);
    color: white !important;
}

.bg-color {
    background-color: #fff;
    height: 100%;
    position: relative;
}

.color-white{
    color: white;
}

a.color-white:hover{
    color: white;
    text-decoration-line: underline;
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /* Estilo para la superposición */
    .bg-color::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 30%;
        height: 100%;
        background-color: var(--color-brand);
    }
    
    /* Estilo para el contenido dentro de la primera columna */
    .bg-corporative .col-md-6 {
        position: relative;
        z-index: 2;
        padding: 0; /* Eliminar el relleno para que no haya espacio en blanco en la parte superior e inferior */
    }
}


.card-header.collapsed, .cardd{
    background-color: white  !important;
    color:  var(--color-brand);
}

.card-header, .cardd{
    background-color: var(--color-brand) !important;
    color: white;
}


.opinion-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}
.opinion-header {
    font-weight: bold;
    color: var(--brand-color);
    border-bottom: 1px solid var(--brand-color);
    padding-bottom: 8px;
    margin: 0px 5px !important;
}

.opinion-nombre {
    font-size: 14px;
}

.opinion-fecha {
    color: #666;
    font-size: 0.9rem;
}

.gm-style-iw-chr{
    position: absolute;
    right: 0;
}



body{
    margin: 100px 50%;
  }
  
.onoff {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    position: relative;
    cursor: pointer;
    width: 55px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.onoff label {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #e0e0e0;
    color: white !important;
    border-radius: 5px;
    font-weight: bold;
    -webkit-transition: background 0.3s, text-indent 0.3s;
    -moz-transition: background 0.3s, text-indent 0.3s;
    -o-transition: background 0.3s, text-indent 0.3s;
    transition: background 0.3s, text-indent 0.3s;
    text-indent: 27px;
}
.onoff label:after {
    content: 'NO';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    font-size: 12px;
    color: #591717;
    z-index: 1;
}
.onoff label:before {
    content: '';
    width: 15px;
    height: 24px;
    border-radius: 3px;
    background: #FFF;
    position: absolute;
    z-index: 2;
    top: 3px;
    left: 3px;
    display: block;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
}
.onoff input:checked + label {
    background: #3ebb2d;
    text-indent: 8px;
}
.onoff input:checked + label:after {
    content: 'SI';
    color: #091707;
}
.onoff input:checked + label:before {
    left: 37px;
}



/*SWAL MODAL!!*/
/* Estilo general del modal */
.swal2-popup {
    font-family: 'Helvetica', 'Arial', sans-serif;
    background-color: #fefefe;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* Título */
.swal2-title {
    color: #333;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Contenido de texto */
.swal2-html-container {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
}

/* Input Fields (email, password) */
.swal2-input {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    color: #333;
    background-color: #f9f9f9;
    box-sizing: border-box;
    margin-bottom: 15px;
    transition: border-color 0.3s;
}

/* Input hover/focus */
.swal2-input:focus {
    border-color: #007bff;
    outline: none;
}

/* Botón de confirmación */
.swal2-confirm {
    background-color: #007bff;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 8px;
    transition: background-color 0.3s, transform 0.2s;
}

/* Hover/focus en el botón */
.swal2-confirm:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

/* Botón de cancelar (si se incluye) */
.swal2-cancel {
    background-color: #ccc;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 8px;
    transition: background-color 0.3s, transform 0.2s;
}

/* Hover/focus en el botón de cancelar */
.swal2-cancel:hover {
    background-color: #999;
    transform: scale(1.05);
}

/* Cambiar el fondo de la pantalla */
.swal2-container {
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.5); /* efecto de opacidad */
}

.swal2-popup .swal2-title{
    color: var(--color-brand) !important;
}

.swal2-popup .swal2-styled.swal2-confirm{
    font-size: 15px !important;
}
button.swal2-cancel.swal2-styled{
    font-size: 15px !important;
}
/*END SWAL MODAL*/

.form-control-bl-1.is-invalid{
    border-bottom: 1px solid red !important;
}


.form-control-file::-webkit-file-upload-button {
    visibility: hidden;
  }

  .form-control-file::before {
    content: 'Adjuntar imagen';
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid var(--color-brand) !important;
    border-radius: 0px !important;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    /*text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;*/
    color: var(--color-brand);
    width: 100%;
  }
  .form-control-file:hover::before {
    border-color:  var(--color-brand);
  }
  .form-control-file:active::before {
    /*background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);*/
    background-color:  var(--color-brand);
    color: white;
  }
  input[type='file'] {
      color: transparent;
      height: 42px !important;
  }
  .form-control-file::focus{
      border:0px !important;
  }

  .pt-100{
    padding-top: 100px;
  }

  .positionskity{
    position: sticky; 
    top: 140px; 
    background-color:#FFF; 
    z-index: 10; 
    padding: 20px
  }

  @media (max-width: 767px) {
    .positionskity{
        position: sticky; 
        top: 80px; 
        background-color:#FFF; 
        z-index: 10; 
        padding: 20px;
        font-size: 10px !important;
    }
  }

.alert-danger {
    color: #ffffff  !important;
    background-color: #ff0015 !important;
    border-color: #ff0019 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

.alert-success{
    color: #ffffff  !important;
    background-color: #008000 !important;
    border-color: #008000 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}

@media (max-width: 767px) {
    .fs-12{
        font-size: 12px !important
    }
    .fs-10{
        font-size: 10px !important
    }
}

@media (min-width: 767px) {
    .fs-md-14{
        font-size: 14px !important
    }
}


/*ESTILS DELS BOTONS DELS SWALS!!!*/
.swal2-confirm {
    border: 0.75px solid var(--color-brand);
    border-radius: 0px;
    text-transform: uppercase;
    color: var(--color-brand);
    display: inline-block;
    width: 100%;
    font-weight: 500;
    background: transparent !important;
}

.swal2-confirm:hover {
    border: 0.75px solid var(--color-brand);
    border-radius: 0px;
    text-transform: uppercase;
    color: white !important;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    transition: ease-out 0.5s;
    -webkit-transition:all 300ms ease-in-out !important;
    -moz-transition:all 300ms ease-in-out !important;
    transition:all 300ms ease-in-out !important;
    text-decoration: none !important;
    box-shadow: inset 0 -100px 0 0 var(--color-brand) !important;
}

.swal2-cancel {
    border: 0.75px solid red;
    border-radius: 0px;
    text-transform: uppercase;
    color: red;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    background: transparent !important;
}

.swal2-cancel:hover {
    border: 0.75px solid red;
    border-radius: 0px;
    text-transform: uppercase;
    color: white !important;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    transition: ease-out 0.5s;
    -webkit-transition:all 300ms ease-in-out !important;
    -moz-transition:all 300ms ease-in-out !important;
    transition:all 300ms ease-in-out !important;
    text-decoration: none !important;
    box-shadow: inset 0 -100px 0 0 red !important;
}


.btn-brand-cc:disabled, .btn-brand-cc[disabled], .cntct-button-2:disabled, .cntct-button-2[disabled], input:disabled, input[disabled]{
    border: 2px solid #999999 !important;
    border-color: #999999 !important;
    background: #cccccc !important;
    color: #666666 !important;
    cursor: not-allowed !important;
}


.btn-selected{
    background: var(--color-brand) !important;
    color: white !important;
    border: 2px solid var(--color-brand);
    padding: 6px 20px;
}
.btn-no-selected{
    background: white !important;
    color: var(--color-brand) !important;
    border: 2px solid var(--color-brand);
    padding: 6px 20px;
}


/*SCROLL*/
.scroll-list {
    padding: 0px 20px;
    max-height: 290px;
    overflow-y: auto;
}

/* Personalización de la barra de scroll */
.scroll-list::-webkit-scrollbar {
    width: 8px; /* Ancho de la barra de desplazamiento */
}

/* Color de fondo de la barra de desplazamiento */
.scroll-list::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color claro de fondo */
    border-radius: 10px;
}

/* Color y diseño del "thumb" de la barra */
.scroll-list::-webkit-scrollbar-thumb {
    background-color: var(--color-brand); /* Color de la barra */
    border-radius: 10px;
}

/* Color del "thumb" al pasar el mouse */
.scroll-list::-webkit-scrollbar-thumb:hover {
    background-color:  var(--color-brand);; /* Color más oscuro al pasar el mouse */
}