*{
    font-family: 'Darker Grotesque';
    line-height: 1;
    scroll-behavior: smooth;
}



h1,h2,h3,h4,h5,h6,p{
    color: #243A4D;
}

body{
    cursor:none;
    user-select: none;
    
}

a{
    cursor: none;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #243A4D;
    border-radius: 50px
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(87, 96, 104); 
  }

.cursor{
    width: 1.5rem;
    height: 1.5rem;
    background-color: #243A4D;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 9999;
    transition: all .6s ease;
    transition-property: background, transform, opacity;
    transform-origin: 75% 75%;
    mix-blend-mode: difference;
    
}

.menu-responsive{
    display: none;
}

.link-grow{
    transform: scale(3);
    background-color: #243A4D;
    opacity: 0.5; 
}

.title-section{
    font-size: 3em;
    margin-bottom: 0.75em;
    width: 100%;
    line-height: 1;
}

.header-col-2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 7em 0em;
    height: 100vh;
    position: sticky;
    top: 0px;
    border-right: 1px solid #243a4d;
    width: 18%;
}

.menu{
    list-style: none;
    padding: 0;
    width: 80%;
}

.menu a{
    color: #243A4D;
    font-size: 1.25em;
    margin: 0px;
    line-height: 1.5;
}

.header-col-10{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5em 3em;
    background-color: #fff;
    width: 82%;
}

.ml16, .ml17 {
    color: #243A4D;
    font-weight: 800;
    font-size: 3em;
    letter-spacing: 0.4em;
    overflow: hidden;
  }

.ml16 .letter,
.ml17 .letter {
    display: inline-block;
    line-height: 0em;
}

.ml16{
    margin-bottom: -10px;
}

.ml17{
    margin-top: 0px;
    color: rgb(85, 108, 128) ;
}

.about{
    font-size: 2em;
    margin-top: 1em;
    margin-bottom: 2em;
}

#twitch-embed iframe{
    width: 100%;
    height: 600px;
    box-shadow: 0px 0px 25px #243A4D50;
    transition: all .3s ease
}

#twitch-embed iframe:hover{
    box-shadow: 0px 0px 0px #243A4D50;
}

.svg-logo-div{
    display: flex;
    flex-direction: row;
    max-width: 250px;
    justify-content: space-between;
    align-items: center;
}

.svg-logo{
    width: 40px;
    margin: 0 5px;
}

.cls-1, .cls-2, .cls-3{
    width: 150px;
}

.cta-participa{
    background-color: #243A4D;
    width: 100%;
    max-width: 210px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.25em;
    margin: 0px;
}

.cta-participa:hover{
    color: #fff;
}

.event-timeline{
    width: 100%;
    margin-top: 3em;
}

.timeline-day{
    padding: 0px;
}

.timeline-day li{
    display: inline-block;
    list-style: none;
    font-size: 2em;
}

.timeline-day li h3{
    margin-bottom: 0;
    font-size: 1.75em;
    margin-right: 1em;
    color: #243A4D70
}

.event-content{
    width: 100%;
    margin-bottom: 7em;
}

.event-content th p{
    margin: 0;
}

.event-content-day-1,
.event-content-day-2,
.event-content-day-3{
    overflow-x:auto;
    max-width: 100%;
}

.event-content-day-1 table,
.event-content-day-2 table,
.event-content-day-3 table{
width: auto;
}

.event{
    width: max-content;
    height: 100px;
    background-color: #f2f2f2;
    min-width: 150px;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 10px #00000040;
    transition: all .3s ease;
}

.event:hover{
    box-shadow: 0px 0px 10px #00000060
}

.descanso{
    background-color: #cdf1b5;
}

.event p{
    margin: 0;
}

.visible{
    display: block;
}

.no-visible{
    display: none;
}

.active-timeline{
    text-decoration: underline;
    color: #243A4D!important;
}

.participante{

    background-color: aliceblue ;
    background-image: url('../img/coral-moran.jpeg');
    height: 250px;
    background-position: center;
    background-size: cover;
}

.participantes {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 3 / 2 / 4; }
.div4 { grid-area: 1 / 4 / 2 / 5; }
.div5 { grid-area: 1 / 5 / 2 / 6; }
.div6 { grid-area: 2 / 1 / 3 / 2; }
.div7 { grid-area: 2 / 2 / 3 / 3; }
.div8 { grid-area: 2 / 3 / 3 / 4; }
.div9 { grid-area: 2 / 4 / 3 / 5; }
.div10 { grid-area: 2 / 5 / 3 / 6; }
.div11 { grid-area: 3 / 1 / 4 / 2; }
.div12 { grid-area: 3 / 2 / 4 / 3; }
.div13 { grid-area: 3 / 3 / 4 / 4; }
.div14 { grid-area: 3 / 4 / 4 / 5; }
.div15 { grid-area: 3 / 5 / 4 / 6; }
.div16 { grid-area: 4 / 1 / 5 / 2; }
.div17 { grid-area: 4 / 2 / 5 / 3; }
.div18 { grid-area: 4 / 3 / 5 / 4; }
.div19 { grid-area: 4 / 4 / 5 / 5; }
.div20 { grid-area: 4 / 5 / 5 / 6; }
.div21 { grid-area: 5 / 1 / 6 / 2; }
.div22 { grid-area: 5 / 2 / 6 / 3; }
.div23 { grid-area: 5 / 3 / 6 / 4; }
.div24 { grid-area: 5 / 4 / 6 / 5; }
.div25 { grid-area: 5 / 5 / 6 / 6; }
.div26 { grid-area: 6 / 1 / 7 / 2; }
.div27 { grid-area: 6 / 2 / 7 / 3; }
.div28 { grid-area: 6 / 3 / 7 / 4; }
.div29 { grid-area: 6 / 4 / 7 / 5; }
.div30 { grid-area: 6 / 5 / 7 / 6; }

.overlay{
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    padding: 20px;
}

.overlay:hover{
    background-color: #243A4D80;
}

.name-participante{
    display: none;
    transition: all .3s ease;
    color: #fff;
    font-weight: 800;
}

.overlay:hover .name-participante{
    display: block;
}

.fab, .fas{
    color: #fff;
    font-size: 2em;
    margin-right: 5px;
    display: none!important;
    transition: all .3s ease;
}
.fas{
    font-size: 1.75em!important;
}

.overlay:hover .fab{
    display: inline-block!important
}

.overlay:hover .fas{
    display: inline-block!important
}

.colaboradores{
    width: 100%;
}

.img-colaborador{
    width: 150px!important;
    margin: 0 auto;
}

.participa{
    width: 100%;
    background-color: #243A4D;
    padding: 50px;
}

.participa *{
    color: #fff;
}

.caritas-svg{
    width: 150px;
    margin-left: auto;
    margin-top: 2em;
}

.nav-link{
    font-weight: 800;
    font-size: 1.6em;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

.nav-pills .nav-link.active{
    background-color: #fff;
    color: #243a4d
}

.nav-pills{
    font-size: 1.2em;
    margin-bottom: 0!important;
}

.tab-content{
    background-color: #fff;
    padding: 0 2em;
    
}

.tab-content p, .tab-content b, .tab-content a:hover{
    color: #243a4d!important;
}

.tab-pane{
    text-decoration: none;
    flex-direction: column;
}

.tab-content>.active {
    display: flex;
}

code{
    background-color: #f2f2f2;
    color: #243a4d !important;
    padding: 10px 15px;
    border-radius: 7px;
    font-size: 1.5em;
    margin: 0 auto;
    clear: both;
    margin-bottom: 1em;
    text-align: center;
}

.facebook{
    margin-top: 1em;
}

.facebook a{
    color: #243a4d;
    font-weight: bold   ;
}


@media screen and (max-width: 1200px){

    .participantes {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(10, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .participante{
        height: 260px;
    }
        
    .div1 { grid-area: 1 / 1 / 2 / 2; }
    .div2 { grid-area: 1 / 2 / 2 / 3; }
    .div3 { grid-area: 1 / 3 / 2 / 4; }
    .div4 { grid-area: 2 / 1 / 3 / 2; }
    .div5 { grid-area: 2 / 2 / 3 / 3; }
    .div6 { grid-area: 2 / 3 / 3 / 4; }
    .div7 { grid-area: 3 / 1 / 4 / 2; }
    .div8 { grid-area: 3 / 2 / 4 / 3; }
    .div9 { grid-area: 3 / 3 / 4 / 4; }
    .div10 { grid-area: 4 / 1 / 5 / 2; }
    .div11 { grid-area: 4 / 2 / 5 / 3; }
    .div12 { grid-area: 4 / 3 / 5 / 4; }
    .div13 { grid-area: 5 / 1 / 6 / 2; }
    .div14 { grid-area: 5 / 2 / 6 / 3; }
    .div15 { grid-area: 5 / 3 / 6 / 4; }
    .div16 { grid-area: 6 / 1 / 7 / 2; }
    .div17 { grid-area: 6 / 2 / 7 / 3; }
    .div18 { grid-area: 6 / 3 / 7 / 4; }
    .div19 { grid-area: 7 / 1 / 8 / 2; }
    .div20 { grid-area: 7 / 2 / 8 / 3; }
    .div21 { grid-area: 7 / 3 / 8 / 4; }
    .div22 { grid-area: 8 / 1 / 9 / 2; }
    .div23 { grid-area: 8 / 2 / 9 / 3; }
    .div24 { grid-area: 8 / 3 / 9 / 4; }
    .div25 { grid-area: 9 / 1 / 10 / 2; }
    .div26 { grid-area: 9 / 2 / 10 / 3; }
    .div27 { grid-area: 9 / 3 / 10 / 4; }
    .div28 { grid-area: 10 / 1 / 11 / 2; }
    .div29 { grid-area: 10 / 2 / 11 / 3; }
    .div30 { grid-area: 10 / 3 / 11 / 4; }

    .title-section{
        font-size: 2.5em;
    }

    .about{
        font-size: 1.7em;
    }

    .header-col-2{
        width: 24%;
    }

    .header-col-10{
        width: 76%;
    }

    .timeline-day li{
        margin-right: 1em;
        font-size: 1.5em;
    }

    .ml16, .ml17{
        font-size: 2.5em;
    }
}

@media screen and (max-width: 980px){

    .row{
        flex-direction: row-reverse;
    }
    
    .cursor{
        display: none;
    }

    a{
        cursor: pointer!important;
    }

    body{
        cursor: unset;;       
    }
    
    a{
        cursor: none;
    }

    .header-col-10{
        width: 100%;
    }

    .header-col-2{
        transform: translate(250px, 0px);
        transition: all .3s ease;
        position: absolute;
        border-right:none ;
        border-left: 1px solid #243a4d;
        background-color: #fff;
        z-index: 8426842894984;
        display: none;
    }

    .header-col-2 > div{
        display: none;
    }

    .menu-responsive{
        display: block;
        position: fixed;
        right: 0;
        background-color: aliceblue;
        padding: 5%;
        z-index: 5461468146;
    }
    
    .menu-responsive-transition{
        display: flex;
        transform: translateX(0px);
        transition: all .3s ease;
        position: fixed;
    }

    .fas.fa-bars{
        display: block!important;
        color: #243A4D;
    }

    .menu{
        width: 100%;
        text-align: right;
        padding: 0;
        padding-right: 15px ;
        margin-top: auto;
    }

    .header-col-2{
        width: 38%;
    }

}

@media screen and (max-width: 768px){
    .participantes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(15, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
        
    .div1 { grid-area: 1 / 1 / 2 / 2; }
    .div2 { grid-area: 1 / 2 / 2 / 3; }
    .div3 { grid-area: 2 / 1 / 3 / 2; }
    .div4 { grid-area: 2 / 2 / 3 / 3; }
    .div5 { grid-area: 3 / 1 / 4 / 2; }
    .div6 { grid-area: 3 / 2 / 4 / 3; }
    .div7 { grid-area: 4 / 1 / 5 / 2; }
    .div8 { grid-area: 4 / 2 / 5 / 3; }
    .div9 { grid-area: 5 / 1 / 6 / 2; }
    .div10 { grid-area: 5 / 2 / 6 / 3; }
    .div11 { grid-area: 6 / 1 / 7 / 2; }
    .div12 { grid-area: 6 / 2 / 7 / 3; }
    .div13 { grid-area: 7 / 1 / 8 / 2; }
    .div14 { grid-area: 7 / 2 / 8 / 3; }
    .div15 { grid-area: 8 / 1 / 9 / 2; }
    .div16 { grid-area: 8 / 2 / 9 / 3; }
    .div17 { grid-area: 9 / 1 / 10 / 2; }
    .div18 { grid-area: 9 / 2 / 10 / 3; }
    .div19 { grid-area: 10 / 1 / 11 / 2; }
    .div20 { grid-area: 10 / 2 / 11 / 3; }
    .div21 { grid-area: 11 / 1 / 12 / 2; }
    .div22 { grid-area: 11 / 2 / 12 / 3; }
    .div23 { grid-area: 12 / 1 / 13 / 2; }
    .div24 { grid-area: 12 / 2 / 13 / 3; }
    .div25 { grid-area: 13 / 1 / 14 / 2; }
    .div26 { grid-area: 13 / 2 / 14 / 3; }
    .div27 { grid-area: 14 / 1 / 15 / 2; }
    .div28 { grid-area: 14 / 2 / 15 / 3; }
    .div29 { grid-area: 15 / 1 / 16 / 2; }
    .div30 { grid-area: 15 / 2 / 16 / 3; }

    
    .header-col-2{
        width: 250px;
    }

}

@media screen and (max-width: 480px){
    .header-col-10{
        padding: 5em 20px;
    }

    .participantes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(15, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .participante {
        height: 160px;
    }

    .ml16, .ml17{
        font-size: 1.5em;
    }

    .ml16{
        margin-bottom: 0.1em;
    }

    .timeline-day li h3 {
        font-size: 1.25em;
        margin-right: 0;
        
    }

    .timeline-day li {
        margin-bottom: 1em;
    }

    .small{
        font-size: 0.8em;
    }

    .title-section.gracias{
        font-size: 1.5em;
    }

    .participa{
        padding: 20px;
    }

    .header-col-2{
        width: 65%;
    }

    .facebook{
        font-size: 1.3em;
    }

    .event-content{
        margin-bottom: 2.5em;
    }

    .overlay{
        padding: 10px;
    }

    .name-participante{
        line-height: 1;
        font-size: 1.3em;
    }

    .nav-pills .nav-link{
        font-size: 1.1em;
    }

    .tab-content{
        padding: 0 1em
    }
}
