

@font-face {
  font-family: 'EquitanSans-Regular';
  src: url('fonts/EquitanSans-Regular.ttf');
}

@font-face {
  font-family: 'EquitanSans-Light';
  src: url('fonts/EquitanSans-Light.otf');
}

@font-face {
  font-family: 'EquitanSans-ExtraLight';
  src: url('fonts/EquitanSans-ExtraLight.ttf');
}

@font-face {
  font-family: 'EquitanSans-SemiBold';
  src: url('fonts/EquitanSans-SemiBold.otf');
}


@font-face {
  font-family: 'WorkSans-Light';
  src: url('fonts/WorkSans-Light.ttf');
}


@font-face {
  font-family: 'Coconat-Regular';
  src: url('fonts/Coconat-Regular.woff');
}



body {
    font-family: EquitanSans-Light;
    margin: 0; 
    padding: 0; 
    background-color: #1300FB; 
    height: 100vh; 
    font-weight:normal;
}

.bg-pink{
    background-color: #ee0071;
}

.bg-green{
    background-color: #d6ed00;
}

.bg-orange{
    background-color: #ff5b00;
}

.txt-blue{
    color:#1300FB;
}

.border-bt-blue{
    border-bottom: 1px solid #1300FB;
}

.border-rt-blue{
    border-right: 1px solid #1300FB;
}

.border-bt-white{
    border-bottom: 1px solid white;
}

.border-rt-white{
    border-right: 1px solid white;
}

.txt-white{
    color:white;
}

.txt-blue{
    color:#1300FB;
}

strong {
    font-family: EquitanSans-SemiBold;
}

.strong {
    font-family: EquitanSans-SemiBold !important;
}

:hover {
    transition: .5s ease-in-out;
}

a{
    font-family: EquitanSans-Light;
    color: white; 
    font-size: 2em;
    line-height: 1.8;
    text-decoration: none;
    text-align:left;
    z-index:100;
    magrin:0;
    font-weight:normal;
}

a:hover{
    color: #EE0071;
}

.arrow{
    font-family: 'WorkSans-Light';
    font-size: 1em;
    font-weight:normal;
}

a:hover .arrow{
    color: #EE0071;
}

.container {
    display: grid;
    grid-template-columns: 70vw 24vw 6vw; 
    grid-template-rows: 8vh 11vh 49vh 32vh; 
    gap: 0; 
    height: 100%; 
}

.text-container {
    display: flex;
    justify-content: space-between; 
    width: 100%; 
    padding: 0 10px;
}

h1{
    color: white; 
    font-size: 7em;
    z-index:100;
    font-family: EquitanSans-Light;
    font-weight:normal;
}

.numbers{
    font-family:EquitanSans-ExtraLight;
    font-variant-numeric: lining-nums;
}

h2{
    color: white; 
    font-size: 2.8em;
    z-index:100;
}

.btn_previous{
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_previous:after {
  content: "";
  display: table;
  clear: both;
}

.btn_previous .column {
    padding: 0 3%;
}

.btn_previous .col-50 {
  width: 45%;
}

.btn_previous p{
    font-family: Coconat-Regular;
    color: white; 
    font-size: 1.2em;
    line-height: 1.5em;
    text-align:left;
    text-decoration: none;
    padding-bottom: 10%;
    padding-top: 3%;
}

.btn_previous p:hover{
    color: #ee0071;
    transition: .5s ease-in-out;
    cursor: pointer;
}



.multi-line-text {
    text-align: left; 
    line-height: 0.8;
    z-index:100;
}

.subtitle{
    color: white; 
    font-size: 1.1em;
    text-align:left;
    z-index:100;
}


.info{
    color: white; 
    font-size: 1.3em;
    text-align:left;
    z-index:100;
}

.info ul {
  width: 100%;
  list-style-type: none;
  display: table;
  margin: 0;
  padding: 0;
}

.info ul li {
  display: table-cell;
  color: #fff;
}

.info ul li a{
    color: white; 
    font-size: inherit;
    text-align:left;
    font-weight: normal;
    line-height: 1em;
}

.info ul li a:hover{
    color: #EE0071; 

}

.info br{
    display: none;
}


.rotate-text {
    transform: rotate(-90deg); 
    white-space: nowrap; 
    border: none;
    z-index:100;
    text-align: left;
}

.circle {
    background-color: #EE0071; 
    border-radius: 50%; 
    width: 99%; 
    height: 99%; 
    z-index:0;
}

.blur1{
    filter: blur(0.4rem);
}
.blur2{
    filter: blur(0.3rem);
}

.overlay-text{
    position: absolute;
}


.text-container {
    display: flex;
    justify-content: space-between; 
    width: 100%; 
    padding: 0 10px 0 10px; 
}

.left-text {
    text-align: left; 
}

.right-text {
    text-align: right; 
}

#fecha.right-text {
    display:none !important;
}

.button-left {
    text-align: left; 
    width: 100%;
}

.item {
    color: white; 
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; 
    position: relative;
}


.text-blur{
    filter: blur(0.1rem);
    -webkit-mask-image: linear-gradient(to left, white 70%,transparent 130%);
    mask-image: linear-gradient(to left,white 70%,transparent 130%);
}


.item:nth-child(1),
.item:nth-child(2),
.item:nth-child(3),
.item:nth-child(4),
.item:nth-child(5),
.item:nth-child(6),
.item:nth-child(7),
.item:nth-child(8),
.item:nth-child(9){
    border-bottom: 1px solid white; 
}

.item:nth-child(1),
.item:nth-child(2),
.item:nth-child(4),
.item:nth-child(5),
.item:nth-child(7),
.item:nth-child(8),
.item:nth-child(10),
.item:nth-child(11){
    border-right: 1px solid white; 
}


.item:nth-child(1),
.item:nth-child(4),
.item:nth-child(7),
.item:nth-child(10) {
    padding: 0 4%; 
}




.sidebar {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 70vw;
    height: 100vh;
    transition: right 0.5s ease;
    z-index: 1000;
}


#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 900;
}


.sidebar.open {
    right: 0;
}

#overlay.show {
    display: block;
}




.sidebar-content {
    display: grid;
    grid-template-columns: 8% 84% 8%;
    grid-template-rows: 33.33% 33.33% 33.33%;
    gap: 0px;
    height: 100%;
}

.btn-cierre {
    grid-row: span 3 / span 3;
}

.btn-talleres {
    grid-column-start: 3;
    grid-row-start: 1;
}

.btn-talleres:hover {
    background-color: #d6ed00;
}

.btn-talleres:hover p{
    color: #1300FB;
}


.btn-ponencias {
    grid-column-start: 3;
    grid-row-start: 2;
}

.btn-ponencias:hover {
    background-color: #ff5b00;
}



.btn-informacion {
    grid-column-start: 3;
    grid-row-start: 3;
}

.btn-informacion:hover{
    background-color: #EE0071;
}


.options-content {
    grid-row: span 3 / span 3;
    grid-column-start: 2;
    grid-row-start: 1;
}

.btn-cierre{
    position: relative;
}

.btn-cierre:hover{
    background-color: #1300FB;
    cursor: pointer;
}

.btn-cierre button:hover{
    cursor: pointer;
}

.btn-cierre button{
    font-family: EquitanSans-Light;
    font-size: 2em;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 5%;
    left: 50%;
     -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-cierre button span{
    font-family: Coconat-Regular;
    font-size: 0.4em;
    text-align: center;
    margin: 0;
    padding-top: 50%;
    background-color: transparent;
    border: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.options{
    display: flex;
    justify-content: center;
    align-items: center;
}

.options:hover{
    cursor: pointer;
}

.options p{
    writing-mode: vertical-rl;
    font-family: Coconat-Regular;
    font-size: 1.2em;
    transform: rotate(-180deg);
    margin: 0 auto;
}

p.text-light{
    font-family: EquitanSans-ExtraLight;
}


.scrollable{
    overflow-y: scroll;
}


.scrollable::-webkit-scrollbar-track {
  background: transparent;
}

.scrollable::-webkit-scrollbar {
  width: 1px;
}

.scrollable::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 0px;
  opacity: 1;
}

.scrollable::-webkit-scrollbar-thumb:hover {
  background: white;
  opacity: 1;
}




.menu-text-blur{
    filter: blur(0.06rem);
    -webkit-mask-image: linear-gradient(to left, white 70%,transparent 130%);
    mask-image: linear-gradient(to left,white 70%,transparent 130%);
}

.hidden{
    display: none;
}

/*------------*/

.informacion-content{
    color: white;
    font-family: EquitanSans-Light;
    padding-top: 9%;
    font-variant-numeric: lining-nums;
}

/* Create two unequal columns that floats next to each other */
.informacion-content .column {
  float: left;
}

.informacion-content .left {
  width: 20%;
  padding-left: 6%;
}

.informacion-content .right {
  width: 70%;
}

.informacion-content .row{
    margin-bottom: 1%;
}

.informacion-content .row:hover{
    cursor: pointer;
}

.informacion-content .row:hover p{
    color:#1300FB;
    transition: .5s ease-in-out;}
}

.informacion-content .row:hover{
    transition: .5s ease-in-out;}
}

.informacion-content .no-link:hover p{
    text-decoration: none;
    color: white;
}

.informacion-content .row:after {
  content: "";
  display: table;
  clear: both;
}


.informacion-content p{
    font-family: EquitanSans-ExtraLight;
    color: white; 
    font-size: 1.5em;
    line-height: 1;
    text-align:left;
    z-index:100;
    margin: 5px 0;
}


.logos img{
     width:85%;
     max-width: 85%;
     padding-left:6%;
     padding-right:6%;
     padding-top: 10%;
}


/*---------------*/


.talleres-content{
    color: white;
    font-family: EquitanSans-ExtraLight;
    padding-top: 6%;
    font-variant-numeric: lining-nums;
}

.talleres-content .row{
    margin-bottom: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
}

.talleres-content .row:hover{
    filter: blur(0.2rem);
    transition: .5s ease-in-out;
    cursor: pointer;

}

.talleres-content .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create two unequal columns that floats next to each other */
.talleres-content .column {
    padding: 0 2%;
}

.talleres-content .col-40 {
  width: 45%;
}

.talleres-content .col-30 {
  width: 35%;
}


.talleres-content h3{
    font-family: EquitanSans-ExtraLight;
    color: #1300FB; 
    font-size: 4.3em;
    line-height: 1;
    text-align:left;
    margin: 5px 0;
}

.talleres-content .img-sm{
    width: 60%;
}

.talleres-content .img-xl{
    width: 90%;
}


/*------------------*/


.ponencias-content{
    color: white;
    font-family: EquitanSans-ExtraLight;
    padding-top: 6%;
    font-variant-numeric: lining-nums;
}

.ponencias-content .row {
    margin-bottom: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
}

.ponencias-content .row:hover{
    filter: blur(0.2rem);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.ponencias-content .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create two unequal columns that floats next to each other */
.ponencias-content .column {
    padding: 0 2%;
}

.ponencias-content .col-40 {
  width: 45%;
}

.ponencias-content .col-30 {
  width: 35%;
}


.ponencias-content h3{
    font-family: EquitanSans-ExtraLight;
    color: white; 
    font-size: 4.3em;
    line-height: 1;
    text-align:left;
    margin: 5px 0;
}

.ponencias-content .img-sm{
    width: 60%;
}

.ponencias-content .img-xl{
    width: 90%;
}



/*--------------------*/

.ponente-content{
    color: white;
    font-family: Coconat-Regular;
    font-variant-numeric: lining-nums;
}

.ponente-content .row{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ponente-content .row:after {
  content: "";
  display: table;
  clear: both;
}

.ponente-content .column {
    padding: 0 3%;
}

.ponente-content .col-50 {
  width: 45%;
}


.ponente-content h3{
    font-family: EquitanSans-ExtraLight;
    color: white; 
    font-size: 4em;
    line-height: 1;
    text-align:left;
    padding-bottom: 0%;
}

.ponente-content h4{
    font-family: EquitanSans-Regular;
    color: white; 
    font-size: 2.2em;
    line-height: 1em;
    text-align:left;
    margin: 5px 0;
    font-weight: normal;
}

.ponente-content h5{
    font-family: EquitanSans-Regular;
    color: white; 
    font-size: 1.2em;
    line-height: 1.2;
    text-align:left;
    margin: 5px 0;
    font-weight: normal;
}

.ponente-content p{
    font-family: EquitanSans-Light;
    color: white; 
    font-size: 1.2em;
    line-height: 1.4em;
    text-align:left;
    margin: 0 0 8px 0; 
}

.ponente-content a{
    font-family: EquitanSans-Regular;
    color: white; 
    font-size: 1.2em;
    line-height: 1.5em;
    text-align:left;
    margin: 5px 0;
    text-decoration: none;
    letter-spacing: 5px;
    display: block;
}

.ponente-content a:hover{
    color: #ee0071;
}

.ponente-content img{
    width: 100%;
    padding-bottom: 5%;
    padding-top: 10%;
}

.txt-color h3{
    color: #1300FB;
}
.txt-color h4{
    color: #1300FB;
}
.txt-color h5{
    color: #1300FB;
}
.txt-color p{
    color: #1300FB;
}
.txt-color a{
    color: #1300FB;
}







.line-adjust {
        display: none;
    }


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

    .container {
        display: grid;
        grid-template-columns: 85vw 0vw 15vw; 
        grid-template-rows: 20vh 8vh 36vh 30vh 4vh; 
        gap: 0; 
        height: 100%; 
    }

    .text-container {
         padding: 0 1%; 
    }


    h1{
        font-size: 3.5em;
        font-family:EquitanSans-Light;
        font-weight:lighter;
    }

    h2{
        font-size: 2.4em;
    }

    .info ul li {
        display: table-row;
        color: #fff;
    }

    .info ul{
        display: flex;
  flex-direction: column-reverse;
    }

    .info br{
        display: block;
    }

    .right-text{
        text-align: left;
    }

    .item:nth-child(1),
    .item:nth-child(4),
    .item:nth-child(7),
    .item:nth-child(10){
        border-right: none 
    }

    .item:nth-child(13){
        border-right: 1px solid white; 
    }

    .button-left {
        font-size: 0.8em;
    }

    .subtitle{
        font-size: 1.1em;
    }

    .sidebar {
        right: -105vw;
        width: 100vw;
    }

    .sidebar-content {
        display: grid;
        grid-template-columns: 9% 82% 9%;
    }

    .btn-cierre button span{
        display: none;
    }

    .informacion-content .left {
        padding-right: 2%;
    }

    .informacion-content p{
        color: white; 
        font-size: 1em;
        line-height: 1;
        text-align:left;
        z-index:100;
        margin: 5px 0;
    }

    .talleres-content h3{
        font-size: 4em;
        margin: 0px 0;
    }

    .talleres-content img, 
    .ponencias-content img {
    	display: none;
    }

    .talleres-content .row {
        padding-left: 5%;
        margin-top: 10%;
        margin-bottom: 10%;
        display: block;
    }

    .talleres-content .col-40 {
        width: 50%;
    }

    .talleres-content .col-30 {
        width: 40%;
    }

    .ponente-content a {
    	font-size: 1em;
    	letter-spacing: 0px;
    }

    .ponente-content a .arrow{
    	display: none;
    }

    .ponencias-content h3{
        font-size: 4em;
        margin: 0px 0;
    }

    .ponencias-content .row {
        padding-left: 5%;
        margin-top: 10%;
        margin-bottom: 10%;
        display: block;
    }

    .ponencias-content .col-40 {
        width: 50%;
    }

    .ponencias-content .col-30 {
        width: 40%;
    }


    .line-adjust{
        display: block;
    }

    .ponente-content .row{
        margin-bottom: 8%;
        padding-bottom: 20%;
        display: table-cell;
        justify-content: center;
        align-items: center;
    }

    .ponente-content .col-50 {
        width: 92%;
    }

    .ponente-content .column {
        padding: 0 4%;
    }

    .ponente-content h3{
        padding-bottom: 0;
    }
    
    .btn_previous{
        display: block;
    }

}







