:root{
    --color1: rgba(255,255,255,.6);
    --color2: rgba(7, 16, 36, 1);
    --color3: rgba(255,255,255,1);
    --color3a: rgba(255,255,255,.8);
    --color3b: rgba(255,255,255,.1);
    --color3c: rgba(255,255,255,.7);
    --color3d: rgba(255,255,255,.4);
    --color3e: rgba(255,255,255,.5);

    /* BTN */
    --color4: rgba(94, 234, 212, .6);   /* normal */
    --color5: rgba(94, 234, 212, .8);   /* hover */
    --color6: rgba(45, 212, 191, .05);   /* background */
    --color6a: rgba(45, 212, 191, .1);   /* background */
    --color7: rgba(45, 212, 190, 0.156);   /* linea */

    --color8: rgba(255, 0, 0, 0.8); 
    --color9: rgba(6, 162, 173, 0.45);
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

*,
a{
    list-style: none;
    text-decoration: none;
}

p{
    padding: 0px;
    margin: 0px;
}

html {
    scroll-behavior: smooth;
    /*background: rgba(7, 16, 36, .5);*/
}

body {
    /*background: rgba(7,16,36.5);*/
    /*background-color: var(--color2);*/
    font-family: 'Quicksand', sans-serif;
    color: var(--color1);
}

  .tinted{
    background:linear-gradient(65deg, rgba(0, 5, 17, 0.9)0%,  rgba(0, 4, 13, 0.9)33%, rgba(29, 1, 33, 0.9)100%), url(../img/background-brain.webp);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
  }

/* TEXTOS */
h1{
    font-weight: 700;
    font-size: 2rem;
    color: rgba(255,255,255,.9);
    text-shadow: 1px -1px 7px rgba(81,191,178,0.79);
}

h2{
    font-size: 1.4rem;
    color: rgba(255,255,255,.6);
}

h3{
    font-size: 1rem;
}

h4{
    font-size: .8rem;
}

.bajada{
    color: var(--color1);
    font-size: 1rem;
}
.bajadaSmall{
    color: var(--color1);
    font-size: .8rem;
}

.textos{
    color: var(--color1)
}

.destacado{
    color: var(--color3c);
    font-weight: 700;
}

.footertext{
    color: var(--color3d);
    font-size: .7rem;
}

.footerDestacado{
    color: var(--color3e);
    font-weight: 700;
    font-size: .7rem;
}

.featuredTitle{
    color: var(--color3b);
    font-weight: 700;
    font-size: 3rem;
}

.textUrl{
    color: var(--color4);
    text-decoration: none;
}
.textUrl:hover{
    color: var(--color5);
    text-decoration: none;
}

.btnLink-denabled{
    color: rgba(255,255,255,.4);
    background-color: rgba(255,255,255,.05) !important;
    box-sizing: border-box;
    font-weight: bold !important;
    padding: 8px 16px;
    border-radius: 20px;
    display: run-in !important;
}

.btnLink{
    color: var(--color4);
    background-color: var(--color6a) !important;
    border: none;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 20px;
    /*margin-bottom: 1rem;*/
    width: fit-content !important;
}

.btnLink:hover{
    color: var(--color5);
    border: none;
    padding: 8px 16px;
    background-color: var(--color6a) !important;
    font-weight: bold;
}

.btnLinkUrl{
    color: var(--color4);
    border: none;
    font-weight: bold;
}

.btnLinkUrl:hover{
    color: var(--color5);
    border: none;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 16px;
    background-color: var(--color6a) !important;
}

.btnLinkUrlOff{
    color: var(--color7);
    border: none;
    font-weight: bold;
}

/* MARGENES */
.mt-6{
    margin-top: 6rem;
}
.mt-7{
    margin-top: 7rem;
}
.mt-8{
    margin-top: 8rem;
}
.mt-9{
    margin-top: 9rem;
}

.mt-10{
    margin-top: 10rem;
}

.pt-8{
    padding-top: 4rem;
}

/* MENU */
.menu {
    display: flex;
    position: relative !important;
    top: 0px;
    z-index: 9999;
    width: 100%;
    height: 60px;
    overflow: auto;
}

.menu ul {
    display: flex;
    flex-direction: row;
    margin: 0px;
    padding: 0px;
}

.menu ul li {
    display: block;
    margin: 0 1rem 0 0;
}

.menu ul li a {
    padding: 8px 16px;
    color: var(--color4);
    background-color: var(--color6);
    border-radius: 16px;
    text-decoration: none;
    list-style: none;
    font-weight: bold;
    font-size: 1rem;
    display: block;
}

.menu ul li a:hover {
    background-color: var(--color6a);
    padding: 8px 16px;
    color: var(--color5);
    text-decoration: none;
    list-style: none;
    font-weight: bold;
}

.linea-1{
    border: 1px solid aquamarine;
}

.linea-2{
    border-right: 1px dashed var(--color7);
}

.linea-3{
    border-bottom: 1px dashed rgba(255,255,255,.1);
    border-top: 1px dashed rgba(255,255,255,.1);
    padding: 1.5rem 0;
}



.fixed{
    height: 100vh;
    position: fixed;
}

.boxContent{
    padding: 24px;
    min-height: 50px !important;
    margin-bottom: 1rem;
    overflow: hidden;
    box-sizing: content-box;
}

.boxContent img{
    scale: .9;
}

.boxContent:hover{
    /*background-color: rgba(30,41,59,.5); OPCIONAL */
    background-color: rgba(221, 226, 238, .08);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: 1px solid  rgba(221, 226, 238, .1);
    padding: 24px;
    border-radius: 8px;
    min-height: 50px !important;
    transition: all ease 100ms;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
}

.rrss{
    display: flex;
    flex-direction: row;
}

.rrss a{
    background-color: var(--color6);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
}

.rrss a:hover{
    background-color: var(--color6a);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
}

/* ICONOGRAFIA */
.t24{
    width:16px !important;
    height: auto;
    fill: rgba(255,255,255,0);
    margin-left: .5rem;
    transform: scale(5);
}

.t24Link{
    width:24px !important;
    height: auto;
    fill: var(--color4);
    margin-left: .5rem;
}


.t24Icon{
    width:16px !important;
    height: auto;
    fill: var(--color1);
    margin: .5rem;
}

.t24Icon-r{
    width:16px !important;
    height: auto;
    fill: var(--color4);
    margin-right: .5rem;
}

.t32Icon{
    width: 24px !important;
    height: auto;
    fill: var(--color4);
    margin: .5rem;
}

.t32Icon-btn{
    width: 24px !important;
    height: auto;
    fill: var(--color4);
    margin: .5rem;
}

.t32Icon-btn-denabled{
    width: 24px !important;
    height: auto;
    margin: .5rem;
    fill: rgba(45, 212, 191, .1);
}
.t32Icon-btn-clic{
    width: 32px !important;
    height: auto;
    margin: .5rem;
    fill: rgba(0, 216, 187, 0.8);
    text-shadow: #5EEADE 1px 0 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(94,234,222,1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(94,234,222,1);
    box-shadow: 0px 0px 30px 0px rgba(94,234,222,1);
    animation: pulse 0.3s ease-in-out, shake 0.3s ease-in-out !important;
}

/* Define la animación del botón */
@keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(2.5);
    }
    100% {
      transform: scale(1);
    }
  }
  
  @keyframes shake {
    0% {
      transform: translateX(0);
    }
    25% {
      transform: translateX(-2px);
    }
    50% {
      transform: translateX(2px);
    }
    75% {
      transform: translateX(-2px);
    }
    100% {
      transform: translateX(0);
    }
  }


a:hover .t24Link,
a:hover .t32Icon,
a:hover .t32Icon-btn,
a:hover .t24Icon-r{
    fill: var(--color5)
}

.boxContent:hover a .t24{
    text-decoration: none;
    color: var(--color4) !important;
    fill: var(--color4);
    transition: all ease 300ms;
    transform: scale(1);
}

/* OCULTACION ICONO */
.hide {
    color: rgba(255,255,255,0);
    font-size: .8rem;
    top: 150px;
    left: 0px;
    translate: 0 0 80px;
    transform: scale(1);
    position: relative;
}

.boxContent:hover .hide{
    color: var(--color3a);
    font-size: .8rem;
    top: 0px;
    translate: 0 0 0px;
    transform: scale(1);
    transition: all ease 300ms;
    left: 0px;
    display: block;
}

.boxContent a{
    color: var(--color3);
}

.boxContent:hover a{
    color: var(--color4);
}

.boxContent a:hover,
.boxContent a:hover > .t24{
    color: var(--color5);
    fill: var(--color5);
}
@media (max-width: 991.98px) { 
    .vh-100{
        height:auto !important;
    }
    ul {
        padding-left: 0rem;
      }
    .ins-credly {
        width: 40px !important;
        opacity: 50%;
    }
}
.vh-100{
    height: 100vh;
}
.center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.small{
    font-size: .8rem;
}
.inline{
    display: flex;
    align-items: center;
}
.line-t{
    border-top: 1px solid rgba(255,255,255,.05);
    padding: 8px 0;
}
.color-date{
    color: rgba(255,255,255,.5) !important;
}
.color-h3{
    color: rgb(255,255,255);
}

/* PADDING AL TOP
#acerca {
    padding-top: 160px;
}
#experiencia,
#proyectos,
#graficas {
    padding-top: 160px;
}
 */
.enlace-desplazamiento {
    display: block;
    margin-top: 0px;
}

.enlace-desplazamiento2 {
    display: flex;
    flex-direction: row;
    box-sizing: content-box;
}

/*
.imgCircle{
    max-width:80%;
}
*/

/* ETIQUETA PARA NUEVOS TRABAJOS */
.newYellow{
    display: block;
    background-color: rgb(212, 198, 13);
    color: rgb(68, 64, 0);
    border-radius: 0 0 0 8px;
    font-size: .81rem;
    font-weight: bold;
    width: 100px;
    text-align: center;
    position: absolute;
    z-index: 99;
    top: 0px;
    right: -100px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
}
.new{
    display: block;
    color: white;
    background-color: rgb(202, 101, 0);
    border-radius: 0 0 0 8px;
    font-size: .81rem;
    font-weight: bold;
    width: 100px;
    text-align: center;
    position: absolute;
    z-index: 99;
    top: 0px;
    right: -100px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
}

.newHot{
    display: block;
    color: rgba(255,255,255,1);
    background-color: rgba(128, 0, 0,1);
    border-radius: 0 0 0 8px;
    font-size: .8rem;
    font-weight: bold;
    width: 100px;
    text-align: center;
    position: absolute;
    z-index: 99;
    top: 0px;
    right: -100px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
}

.boxContent:hover .newYellow,
.boxContent:hover .newHot,
.boxContent:hover .new{
    transition: all ease 300ms;
    right: 0px;
    animation: slideIn 600ms ease-in-out forwards;
}


  /* Animación de deslizamiento con tres rebotes */
  @keyframes slideIn {
    0% {
      transform: translateX(100%);
      opacity: .5;
    }
    20% {
      transform: translateX(0%);
      opacity: 1;
    }
    30% {
      transform: translateX(35px);
      opacity: 1;
    }
    50% {
      transform: translateX(0%);
      opacity: 1;
    }
    60% {
      transform: translateX(15px);
      opacity: 1;
    }
    100% {
      transform: translateX(0%);
      opacity: 1;
    }
  }




/* TABLA */
.tableHead{
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: rgba(255,255,255,.05);
    padding: 8px 8px;
    font-weight: bold;
}

.tableBody{
    display: flex;
    flex-direction: column;
    box-sizing: content-box;
}

.tableHead .colNumber,
.tableColumn .colNumber{
    width: 3% !important;
}

.tableHead .colTitle,
.tableColumn .colTitle{
    width: 20% !important;
    /*background-color: rgba(128, 0, 0,1);*/
}


.tableHead .colFor,
.tableColumn .colFor{
    width: 10%;
    /*background-color: rgba(202, 101, 0.1)*/
}

.tableHead .colFor,
.tableColumn .colFor{
    width: 20%;
    /*background-color: rgba(3, 183, 183,.1)*/
}
.tableHead .colTec,
.tableColumn .colTec{
    width: 50%;
    /*background-color: rgba(108, 200, 9, .1)*/
}
.tableHead .colGo,
.tableColumn .colGo{
    width: 10%;
    text-align: left;
    /*background-color: rgba(254, 181, 243, 0.1)*/
}

.tableColumn{
    display: flex;
    flex-direction: row;
    padding: 8px 8px;
    border-bottom: 1px solid rgba(255,255,255,.05);
    font-size: .8rem;
}

.tableColumn:hover{
    display: flex;
    flex-direction: row;
    padding: 8px 8px;
    border-bottom: 1px solid rgba(255,255,255,.05);
    background-color: rgba(255,255,255,.01);
}


.ins-credly{
    width: 50px;
    opacity: 50%;
}

a:hover .ins-credly{
    width: 50px;
    opacity: 100%;
}

.ins-credly-inc{
    width: 40px;
}

.cert-credly-1{
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 991.98px) { 

    html,
    body{
        margin: .5rem;
        overflow-x: hidden !important; 
    }
    
    .fixed{
    height: 100% !important;
    position: relative !important ;
    } 

    .tinted{
        background:linear-gradient(65deg, rgba(0, 5, 17, 0.9)0%,  rgba(0, 4, 13, 0.9)33%, rgba(29, 1, 33, 0.9)100%), url(/img/background-brain.webp);
        background-size: cover !important;
        background-position: center center;
        background-attachment:fixed !important;
        background-repeat: no-repeat;
        background-color:  var(--color2);
    }

    .hide{
        display: none !important;
    }

    .hide-text{
        display: none !important;
    }

    .hide-movil{
        display: none !important;
    }

    .ptm-4{
        margin-top: 2rem !important;
    }
    .pe-4{
        padding-right: 0px !important;
    }
    .btnLink-denabled{
        display: none !important;
    }
    .btnLink {
        color: var(--color4);
        background-color: var(--color6a) !important;
        border: none;
        font-weight: bold;
        padding: 8px 16px !important;
        border-radius: 20px;
        margin-bottom: 1rem;
        width: fit-content !important;
        display: block;
      }

    .boxContent{
        padding: 16px;
        min-height: 50px !important;
        margin-bottom: 1rem;
        overflow: hidden;
        box-sizing: content-box;
    }
    
    .boxContent:hover{
        background-color: rgba(221, 226, 238, .08);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        border: 1px solid  rgba(221, 226, 238, .1);
        padding: 16px;
        border-radius: 8px;
        min-height: 50px !important;
        transition: all ease 100ms;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    }
    .boxContent:hover img{
        border: 0px solid rgba(41, 44, 95, 0.4) !important;
        /*box-sizing: border-box;*/
    }
    .tablaHide{
        display: none !important;
    }
    .tableHead .colTitle,
    .tableColumn .colTitle{
        width: 80% !important;
        /*background-color: rgba(128, 0, 0,1);*/
    }
    .tableHead .colGo,
    .tableColumn .colGo{
        width: 20% !important;
        text-align: left;
        /*background-color: rgba(254, 181, 243, 0.1)*/
    }
    .menu {
        display: block !important;
        width: auto;
        height: auto;
    }
    .menu ul {
        display: block;
    }
    .menu ul li a {
        padding: 8px 16px;
        color: var(--color4);
        background-color: var(--color6);
        border-radius: 16px;
        text-decoration: none;
        list-style: none;
        font-weight: bold;
        font-size: 1rem;
        display: block;
        margin: 0 0 1.5rem;
        width: 200px;
    }
    .linea-2{
        border: none;
    }
    .mt-10{
        margin-top: 5rem;
    }
    #acerca {
        padding-top: 50px !important;
      }
    
    #experiencia, #proyectos {
        padding-top: 50px;
    }
    .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 280px !important;
        height: auto;
        margin: 2rem 0 2rem 0;
        aspect-ratio: auto;
    }
}


/* FORMULARIO */
input,
textarea{
    background-color: rgba(255,255,255,.02) !important;
    border: 1px solid rgba(255,255,255,.2) !important;
    color: rgba(255,255,255,.8) !important;
}

.form-select{
    color: rgba(94, 234, 212, .2);
    height: 48px !important;
    background-color: rgba(255,255,255,.02) !important;
    border: 1px solid rgba(255,255,255,.2) !important;
  }
/* Cambia el color de texto del primer option cuando el select está enfocado */
.form-select:focus option:first-child {
    color:rgba(94, 234, 212, .5) !important;/* Cambia el color de texto del primer option */
  }
  
/* Cambia el color de texto a blanco cuando una opción diferente está seleccionada */
.form-select option:not(:first-child):checked {
    color: rgba(255,255,255,.8) !important;
  }

  
input:focus,
textarea:focus,
select:focus{
    background: rgba(255,255,255,.02) !important;
    border: 1px solid rgba(94, 234, 212, .8) !important;
    box-shadow: none !important
}
input::placeholder,
textarea::placeholder{
    color: rgba(94, 234, 212, .2) !important;
}
textarea{
    min-height: 200px !important;
    resize: vertical;
}

.form-select option{
    background-color: #071024;
    margin: 0px;
    color: #51BFB2;
    font-weight: normal !important;
    border: 0px !important;
    padding: 16px 0px;
}

/* AIMACION DE LA BARRA SCROLL */
.progress{
    position: fixed !important;
    z-index: 999999 !important;
    top:0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--color4);
    transform: scaleX(0);
    transform-origin: left !important;
    animation-name: progress !important;
    animation-timeline: scroll();
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,255,157,1);
-moz-box-shadow: 0px 0px 11px 0px rgba(0,255,157,1);
box-shadow: 0px 0px 11px 0px rgba(0,255,157,1);
}

@keyframes progress {
    100%{
        transform: scaleX(1);
    }
}



body{
    overflow-x: hidden !important;
}

.shadow {
    position: fixed;
    z-index: -1;
    width: 200vw;
    height: 200vh;
    left: -20px;
    top: 0px;
    transform: translateX(0%) translateY(0%);
    background-image: radial-gradient(circle 600px at 50%, transparent, rgba(0, 0, 0, .2),rgba(0,0,0,.4));
    background-position: center !important;

  }


/* LOADING */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s;
  }
  
  #loading-text {
    font-size: 24px;
    color: var(--color4);
    animation: blink 1s infinite;
  }

  @keyframes blink {
    0%, 100% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }

  .hidden {
    display: none;
  }
    
  .loading.hidden {
    opacity: 0;
    pointer-events: none;
  }
  
  .iconProg{
    fill: rgba(255,255,255,.2) !important;
    width: 24px;
    height: 24px;
    color: rgba(255,255,255,.2) !important;
    font-size: .7rem;
  }

  /* LOGO AO SVG */
  .st0{fill:#5EEADE;}
  .st1{fill:#071024;}
  .st2{fill:#51BFB2;}


  .icon-footer{
    fill: rgba(255,255,255,.5);
    width: 8px;
    height: 8px;
  }



  /* SWIPPER */
  .swiper-container {
    width: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;

}



.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 380px !important;
    height: auto;
    margin: 2rem 0 2rem 0;
    aspect-ratio: 16/9;
}


.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--color-1)) !important;
}

.swiper-card-box {
    /* width: 300px;*/
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    aspect-ratio: 1/1;
}

.swiper-back-white {
    background-color: var(--color-3);
    border: 1px solid rgba(0, 0, 0, .1)
}

.swiper-img {
    width: 100%;
    padding: .5rem .5rem 0 .5rem;
    border-radius: 12px 12px 0 0 !important;
}

.swiper-card-title {
    font-size: 1.5rem;
    padding: 16px 16px 4px 16px;
    margin: 0px;
    font-weight: bold;
    color: rgba(0,0,0,.5);
}

.swiper-card-text {
    font-size: .8rem;
    padding: 0 16px 16px 16px;
    color: rgba(0,0,0,.5);
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #ddd;
    opacity: 1;
    }

    .swiper-pagination-bullet-active {
    opacity: 1;
    background: deeppink;
    }

    




/* Contenedor del iframe */
.swiper-card-box-iframe {
    position: relative;
    overflow: hidden; /* Oculta cualquier desbordamiento */
    border-radius: 10px; /* Esquinas redondeadas opcionales */
    background-color: #f9f9f9; /* Fondo del contenedor opcional */
    width: 100%; /* Ocupará el ancho completo del contenedor padre */
    height: auto; /* Altura dinámica según el contenido */
  }
  
  /* Estilo del iframe */
  .swiper-card-box-iframe iframe {
    width: 100%;
    height: 510px;
    border: none;
    aspect-ratio: 1 / 1; /* Ajustar proporción para video */
    object-fit: cover; /* Ajustar video al contenedor */
  }
  

  @media (max-width: 991.98px) { 
    /* Contenedor del iframe */
    .swiper-card-box-iframe {
        position: relative;
        overflow: hidden; /* Oculta cualquier desbordamiento */
        border-radius: 10px; /* Esquinas redondeadas opcionales */
        background-color: #f9f9f9; /* Fondo del contenedor opcional */
        width: 100%; /* Ocupará el ancho completo del contenedor padre */
        height: auto; /* Altura dinámica según el contenido */
    }
    
    /* Estilo del iframe */
    .swiper-card-box-iframe iframe {
        width: 100%;
        height: 380px;
        border: none;
        aspect-ratio: 1 / 1; /* Ajustar proporción para video */
        object-fit: cover; /* Ajustar video al contenedor */
    }
}



/* Estilos para las flechas de navegación del Swiper */
.swiper-button-prev,
.swiper-button-next {
  display: flex;
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente */
  width: 50px; /* Altura para demostración */
  height: 50px;
  border-radius:50% !important;
  align-content: center;
  color: var(--color4);
  background-color: rgba(1, 53, 57, 0.0);
  /*border: 2px solid var(--color4) !important;*/
}


.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(1, 53, 57, .8);
}

.swiper-button-prev {
  left: 40px;
}

.swiper-button-next {
  right: 40px;
}
.btn-swiper-l{
    fill: var(--color5) !important;
    width: 40px; /* Ancho del elemento */
    height: 40px;
    padding: 8px 0 0 12px;
}
.btn-swiper-r{
    fill: var(--color5) !important;
    width: 40px; /* Ancho del elemento */
    height: 40px;
    padding: 8px 0 0 8px;
}
.swiper-button-next:hover .btn-swiper-l,
.swiper-button-prev:hover .btn-swiper-r{
    fill: var(--color5) !important;

    
}


@media (max-width: 991.98px) { 

    .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 280px !important;
        height: auto;
        margin: 2rem 0 2rem 0;
        aspect-ratio: auto;
    }
    .modal-content {
        background:linear-gradient(65deg, rgba(0, 5, 17, 0.9)0%,  rgba(0, 4, 13, 0.9)33%, rgba(29, 1, 33, 0.9)100%), url(/img/background-brain.webp);
        width: 100%;
        max-width: 800px;
        padding: 16px;
        border-radius: 8px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid rgba(255,255,255,.1);
        box-sizing: content-box;
    }
}


 /* Estilos inicio de la MODAL */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background-color: rgba(0, 0, 0, 0.92);
            z-index: 199999;   
            transition: opacity 0.5s ease, bottom 0.5s ease;   
        }

        .modal-content {
            background:linear-gradient(65deg, rgba(0, 5, 17, 0.9)0%,  rgba(0, 4, 13, 0.9)33%, rgba(29, 1, 33, 0.9)100%), url(/img/background-brain.webp);
            width: 70% !important;
            max-width: 650px;
            max-height: 250px;
            /*padding: 16px;*/
            border-radius: 8px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border: 1px solid rgba(255,255,255,.1);
            box-sizing: content-box;
        }
        .modal-animation-der{
            position: relative; /* Posición relativa para animar */
            animation: entrarDesdeDerecha 0.5s ease-in-out; /* Nombre de la animación, duración, función de tiempo y repetición */
        }

        .modal-animation-izq{
            position: relative; /* Posición relativa para animar */
            animation: entrarDesdeIzquierda 0.5s ease-in-out; /* Nombre de la animación, duración, función de tiempo y repetición */
        }
                 

        @keyframes entrarDesdeDerecha {
            0% {
              opacity: 0; /* Comienza completamente transparente */
              transform: translateX(40px); /* Empieza fuera del área visible a la derecha */
            }
            100% {
              opacity: 1; /* Termina completamente visible */
              transform: translateX(0); /* Termina en su posición normal */
            }
        }

        @keyframes entrarDesdeIzquierda {
            0% {
              opacity: 0; /* Comienza completamente transparente */
              transform: translateX(-40px); /* Empieza fuera del área visible a la izquierda, con un desplazamiento de -100px */
            }
            100% {
              opacity: 1; /* Termina completamente visible */
              transform: translateX(0); /* Termina en su posición normal */
            }
        }

        .close {
            /*display: flex;
            justify-content: end;*/
            display: block;
            position: absolute;
            z-index: 99999;
            cursor: pointer;
            top: 4px;
            right: 4px;
        }
        .show {
            display: block !important;
            opacity: 1;
        }
        

        /* Estilo para la barra de desplazamiento */
::-webkit-scrollbar {
    width: 5px; /* Ancho de la barra */
}

/* Estilo para el riel de la barra de desplazamiento */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color de fondo */
}

/* Estilo para el pulgar de la barra de desplazamiento */
::-webkit-scrollbar-thumb {
    background: #888; /* Color del pulgar */
    border-radius: 5px; /* Radio del borde */
}


@media (max-width: 991.98px) { 
    .text-ubi{
        text-align: center !important;

    }
    .btn-center{
        display: flex;
        align-items: center;
        justify-content: center !important;
    }
    .modal-animation-der{
        position: relative; /* Posición relativa para animar */
        animation: entrarDesdeDerecha 0.1s ease-in-out; /* Nombre de la animación, duración, función de tiempo y repetición */
    }

    .modal-animation-izq{
        position: relative; /* Posición relativa para animar */
        animation: entrarDesdeIzquierda 0.1s ease-in-out; /* Nombre de la animación, duración, función de tiempo y repetición */
    }

    @keyframes entrarDesdeDerecha {
        0% {
        opacity: 0; /* Comienza completamente transparente */
        transform: translateX(0px); /* Empieza fuera del área visible a la derecha */
        }
        100% {
        opacity: 1; /* Termina completamente visible */
        transform: translateX(0); /* Termina en su posición normal */
        }
    }

    @keyframes entrarDesdeIzquierda {
        0% {
        opacity: 0; /* Comienza completamente transparente */
        transform: translateX(0px); /* Empieza fuera del área visible a la izquierda, con un desplazamiento de -100px */
        }
        100% {
        opacity: 1; /* Termina completamente visible */
        transform: translateX(0); /* Termina en su posición normal */
        }
    }
    #img-logo{
        width: 80%;
        margin: 0 auto;
        display: flex;
    }
    .picture{
        border-radius: 8px 8px 0 0 !important;
        object-fit: cover !important;
        /*height: 100% !important;*/
        /*width: 100% !important;*/
    }

    .modal-content{
        padding: 0px 0px !important;
    }
    .modal-content {
        width: 70% !important;
        max-width: 650px;
        max-height: 550px;
        padding: 16px;
        border-radius: 8px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid rgba(255,255,255,.1);
        box-sizing: content-box;
      }

    .btnLink.disabled {
        display: none !important;
    }


}

.picture{
    border-radius: 8px 0 0 8px;
    object-fit: cover !important;
    height: 100%;
    padding: 0px 0px;
    margin: 0 0;
    position: relative;
}

.col-efecto::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px !important;
    width: 100%;
    height: 100%;
    margin: 0 0 !important;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(313deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(313deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(313deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); 
    border-radius: inherit;
    z-index: 1;
    pointer-events: none;
    object-fit: cover !important;
    border-radius: 8px 0 0 8px !important;
}

/* BLOG */
.titleH1{
    font-size: 2.5rem !important;
    color: rgba(255,255,255,.8) !important;
}
.titleH2{
    font-size: 1.8rem !important;
    color: rgba(255,255,255,.8) !important;
}
.author{
    font-size: 1rem !important;
}
.date{
    font-size: .8rem !important;
}
.extract{
    font-size: 1rem !important;
    margin-bottom: 1rem !important;
}
.paragraph{
    font-size: 1rem !important;
    font-weight: lighter;
}
.paragraph p{
    font-size: 1rem !important;
    margin-bottom: 1rem !important;
}
.paragraph p strong{
    font-size: 1.2rem;
    font-weight: bold;
}
.img-author{
    max-width: 60px !important;
}
.img-post{
    width: 100% !important;
}

button{
    background-color: transparent !important;
    border: none;
}

.like{
    fill: red !important;
    width: .8rem !important;
}

.text-like{
    font-size: .9rem !important;
    color: rgba(255,255,255,0.8) !important;
    background-color: rgba(72, 0, 0, .5) !important;
    padding: 4px 8px 4px 8px;
    border-radius: 8px 8px;
}
.text-like-post{
    font-size: .9rem !important;
    color: rgba(255,255,255,0.8) !important;
    background-color: rgba(72, 0, 0, .5) !important;
    padding: 4px 8px 4px 8px;
    border-radius: 8px 8px;
}
.linea-like{
    color: rgba(255,255,255,.5);
}

/* Estilo para el botón deshabilitado */
.no-text-like {
    pointer-events: none;  /* Evita que se pueda hacer clic en el botón */
    /*opacity: 0.5;*/ /* Visualmente lo hace más transparente */
    cursor: not-allowed; /* Cambia el cursor para mostrar que está deshabilitado */
    background-color: rgb(0, 0, 0) !important;
   
}

.no-text-like svg {
    fill: yellow;
}



/* Animación de salto y agrandamiento del corazón */
@keyframes heartJump {
    0% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
    50% {
        transform: scale(1.5) translateY(-10px); /* Aumenta el tamaño y sube */
        opacity: 0.8;
    }
    100% {
        transform: scale(1) translateY(0); /* Vuelve a su tamaño original */
        opacity: 1;
    }
}

/* Animación de pulso */
@keyframes heartPulse {
    0%, 100% {
        transform: scale(1);
    }
    25%, 75% {
        transform: scale(1.4); /* Pulso: agrandamiento */
    }
    50% {
        transform: scale(1.1); /* Pulso más suave */
    }
}
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(5px); }
}


.post button:hover svg{
    animation: heartJump 0.6s ease-in-out, heartPulse 1.2s infinite;
    animation-fill-mode: both;
}


.img-full-height {
    /*height: 100% !important;*/
    width: auto;
    object-fit: contain !important; /* Ajusta si necesitas cubrir o contener */
    display: block; /* Asegura que la imagen no tenga espaciado extra */
  }

.img-border-r{
    border-radius: 8px 0 0 8px !important;
}




/* Estilo del contenedor de las tabs */
.nav-tabs {
    border-bottom: 0px;
    justify-content: center; /* Centrar las tabs */
    display: flex;
    gap: 1rem; /* Espaciado entre botones */
  }
  
  /* Estilo para las tabs (botones) */
  .nav-tabs .nav-link {
    font-weight: bold;
    border: 2px solid transparent; /* Sin borde inicialmente */
    border-radius: 25px; /* Borde redondeado */
    transition: all 0.3s ease; /* Transición suave */
    text-align: center;
    cursor: pointer;
    padding: 8px 16px;

    color: var(--color4);
    background-color: var(--color6a) !important;
  }
  
  /* Efecto hover para tabs */
  .nav-tabs .nav-link:hover {
    color: var(--color5);
    border: 2px solid transparent; /* Sin borde inicialmente */
    background-color: var(--color6a) !important;
  }
  
  /* Estilo para la tab activa */
  .nav-tabs .nav-link.active {
    background-color: var(--color6a) !important;
    border-color: var(--color6a); /* Borde activo */
    color: var(--color4);
  }
  
  /* Ajustes para accesibilidad (focus state) */
  .nav-tabs .nav-link:focus {
    border-color: var(--color6); /* Borde activo */
    outline-offset: 2px;
  }
  

