:root {
    --white: #fff;
    --primary: #6b4e9f;
    --primary-li: #d9cff9;
    --secun-li: #fde9d1;
    --grey01: #ebebeb;
    --gray02: #999;
    --black: #333;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 1px;
  }
  
  *::-webkit-scrollbar-track {
    background: transparent;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 1px;
    border: 1px solid transparent;
}

html{
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

h1, h2, h3, h4{
    font-family: 'Comfortaa', cursive;
}

p, ol li, ul li{
    font-family: 'Roboto Slab', serif;
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 300;
}

a{
    text-decoration: none;
}

input[type="text"]{
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    line-height: 2rem;
    border-radius: 5px;
}

input[type="text"].error{
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid rgb(220, 67, 67);
    line-height: 2rem;
    border-radius: 5px;
}

textarea.error{
    border: 1px solid rgb(220, 67, 67);
}

.main-menu{
    display: flex;
    width: 100%;
    position: fixed;
    justify-content: center;
    padding: 1rem 0;
    top: 0;
    left: 0;
    z-index: 10000;
    transition: all 0.2s;

}

.main-menu .item-menu{
    color: var(--white);
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 0.5rem 2rem 0.5rem 2rem;
    border-right: 1px solid #333;
    display: flex;
    align-items: flex-start;
    transition: all 0.2s;
}

.main-menu .item-menu:last-child{
    border-right: none;
}

.scrollUp .main-menu{
    background-color: var(--white);
}

.section.coles{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
        max-width: 1200px;
    margin: auto;
}

.sub-sect{
    padding-left: 2rem;
}

.subtitle.sub-sect{
    font-size: 18px;
}

.grid-docs{
    flex-wrap: wrap;
    margin-top: 2rem;
}

.grid-docs .link-tar{
    width: calc(33.3333% - 1rem);
    margin-top: 0;
}

.instructivo{
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 14px;
    width: 79%;
    background-color: var(--grey01);
    position: sticky;
    top: 100px;
    padding: 1rem;
    border-radius: 10px;
    margin-top: 1rem;
}

.reco{
    background-color: var(--primary-li);
    padding: 3rem;
    border-radius: 5px;
}


.reco h3{
   margin-top: 0;
}

.biblio{
    margin-bottom: 4rem;
}

.pasos-ende{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1rem;
    text-align: left;
}

.pasos-ende span{
    display: block;
    font-size: 0.9rem;
    background-color: var(--black);
    color: var(--white);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    min-width: 30px;

}

video{
    width: calc(100% - 2rem);
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 1px 2px rgba(21,21,21,.02), 0px 0.25rem 0.5rem rgba(21,21,21,.08);
    margin: 1rem;
    margin-top: 2rem;
}

.scrollUp .main-menu .item-menu{
    color: var(--black);
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.3rem 1.5rem 0.3rem 1.5rem;
    border-right: 1px solid #333;
    display: flex;
    align-items: flex-start;
}

.videos{
    width: 100%;
    margin-top: 2rem;
}

header{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    background-image: url(../img/portada-n.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding-bottom: 7rem;
    box-sizing: border-box;
}

.link-especial{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.portada-coleccion{
    padding: 1rem;
    background-color: #ffffff52;
    color: #535353;
    height: 170px;
    box-sizing: border-box;
    margin-top: 3rem;
}

.portada-coleccion h3{
    margin-bottom: 3px;
}

.portada-coleccion span{
    font-size: 14px;
}

.img-port{
    width: 100%;
    max-width: 350px;
}

header.inter{
    height: 60vh;
}



header.amar{
    background-image: url(../img/port-des.svg);
}

.banner-promo{
    margin-top: 4rem;
}

.banner-promo img{
    width: 100%;
    height: auto;
    display: block;
}

header:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
background: linear-gradient(176deg, rgba(0,0,0,0) 16%, rgba(0,0,0,0.7637648809523809) 81%);
    z-index: 1;
    display: block;
    height: 100%;
    width: 100%;
}

header.inter:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.3239889705882353) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
    display: block;
    height: 100%;
    width: 100%;
}

header h1 img{
    width: 500px;
    max-width: 800px;
    position: relative;
    z-index: 2;
}

header h1 span{
    color: var(--primary);
    font-size: 4.1rem;
    display: block;
    text-align: right;
    margin-top: -32px;
}

header h2{
    color: var(--white);
    font-size: 1rem;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 800px;
    text-align: center;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 3rem;
    font-family: 'Roboto Slab', serif;
}

.container{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}



.bg-grey{
    background-color: var(--grey01);
}

.bg-orange{
    background-color: var(--primary);
}

.tow-colum .container{
    display: flex;
}

.container {
    position: relative;
}

.link{
    color: var(--black);
    position: absolute;
    bottom: 2rem;
    right: 0;
}

.link.blanco{
    color: var(--primary-li);
}

.link-pie{
    color: var(--primary);
    font-size: 13px;
    font-weight: 500;
}

.pies-content{
    background-color: var(--grey01);
    padding: 1rem 2rem;
    margin: 4rem 0;
}

.pies-content p{
    font-size: 14px;
    margin: 0.5rem;
    line-height: 1.7;
}

.pies-content p span{
    font-weight: 500;
}

.pies-content > div{
    border-bottom: 1px dashed #999;
}

.biblio{
    margin-bottom: 3rem;
}

.section .title{
    color: var(--primary);
    font-size: 1.35rem;
    position: relative;
    width: 260px;
    margin-top: 4rem;
}

.section .title:after{
    content: '';
    display: block;
    width: 30%;
    height: 1px;
    background-color: var(--primary);
    margin-top: 1rem;
}

.section .title.white{
    color: var(--black);
}

.section .title.white:after{
    background-color: var(--black);
}

.section.complet{
    display: block;
}

.col-1{
    width: 100%;
    max-width: 200px;
}

.col-1.colec{
    max-width: 350px;
}

.col-2{
    width: calc(100% - 200px);
}

.indications-rl{
    background: var(--primary-li);
    padding: 1rem;
    font-size: 13px;
    margin-right: 16px;
    color: var(--black);
}

.indications-rl-mb{
    background: var(--primary-li);
    padding: 1rem;
    font-size: 13px;
    margin-right: 16px;
    color: var(--black);
    display: none;
}

.col-2 img{
    width: 100%;
    height: auto;
    display: block;
    margin-top: 3rem;
}

.layud .col-1{
    max-width: 30%;
    box-sizing: border-box;
    padding-right: 2rem;
}

.layud .col-2{
    max-width: 70%;
}

.title-des{
    color: var(--primary);
    font-size: 1.4rem;
    margin-bottom: 3rem;
    margin-top: 4rem;

}

.title-des.big{
    font-size: 1.6rem;
    line-height: 1.3;
}

.princi{
    margin-top: 4rem;
}

.princi-c{
    margin-top: 3rem;
    margin-bottom: 0;
}

.link-tar{
    width: 90%;
    display: block;
    background-color: var(--primary-li);
    background-position-x: 1rem;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 32px;
    padding: 10px 16px;
    border-radius: 5px;
    color: #474747;
    font-size: 12px;
    margin-top: 2rem;
    font-family: 'Roboto Slab', serif;
    min-height: 54px;
    box-sizing: border-box;
    padding-left: 70px;
}

.link-tar:hover{
    background-color: #fee2c3;
}

.audio.link-tar{
    background-image: url(../img/icon_music.svg);
}

.video.link-tar{
    background-image: url(../img/icon_play.svg);
}

.doc.link-tar{
    background-image: url(../img/icon_doc.svg);
}

.subtitle{
    margin-top: 4rem;
}

.item-publication{ 
    max-width: 260px;
    min-width: 260px;
    margin: 5rem 0 5rem 0;
}

.item-publication img{
    height: 170px;
    max-height: 170px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.item-publication h2{
    font-size: 1.2rem;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    color: var(--black);
    text-decoration: none;
    
}

.slides-res{
    overflow-x: scroll;
}

.flex {
    gap: 1rem;
    display: flex;
}

.flex-wrap{
    flex-wrap: wrap;
}

.item-content{
    padding: 1rem;
    min-height: 200px;
}

.item-content span{
    font-size: 0.75rem;
    color: var(--white);
    text-decoration: none;
}

.item-resource{
    width: calc(50% - 1rem);
    margin: 1rem 0 5rem 0;
}

.item-resource:first-child{
    width: 50%;
}

.item-resource .item-content{
    min-height: 400px;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-resource .item-content span{
    color: var(--white);
    position: relative;
    z-index: 1;
}

.item-resource .item-content:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: block;
    height: 100%;
    width: 100%;
}

.p-40{
    padding: 4rem 0;
}

.item-resource h2 {
    font-size: 1.2rem;
    margin-top: 10rem;
    color: var(--white);
    position: relative;
    z-index: 2;
    font-family: 'Roboto Slab', serif;
}

.item-history{
    width: calc(33% - 1rem);
    margin: 4rem 0 2rem 0;
}

.item-history img{
    width: 100%;
}

.item-history .item-content{
    background-color: transparent;
}

.item-history h2{
    font-size: 1.2rem;
    color: var(--black);
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}

.item-history span{
    color: var(--primary);
}

.item-public-res span{
    color: var(--black);
}

#mainPublic{
    width: 100%;
    overflow-x: scroll;
    position: relative;
    transform: translateY(-1px);
}

.img-item{
    height: 170px;
    width: 100%;
    overflow: hidden;
}

.item-history span{
    display: block;
    padding-top: 0.5rem;
}

.actions{
    position: relative;
    z-index: 2;
    display: flex;
}

.btn{
    border: none;
    padding: 0.7rem 2.5rem;
    display: inline-flex;
    align-items: center;
    margin-right: 1rem;
}

.col-p3{
    padding: 3rem 1rem;
}

.btn svg{
    margin-right: 0.5rem;
}



.btn.btn-primary{
    color: var(--black);
    background-color: var(--primary);
    min-width: 120px;
    margin-bottom: 1rem;
}

.btn.btn-primary svg path{
    fill: var(--black);
    margin-right: 0.5rem;
}

.btn.btn-secundary{
    color: var(--black);
    background-color: var(--white);
}

.clear-des-filters{
    display: none;
    cursor: pointer;
    align-items: center;
}

.clear-des-filters.is-visible{
    display: flex;
}

.clear-des-filters svg{
    width: 30px;
}

.item-public-res a{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    color: var(--black);
}

.item-public-res h2{
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    margin-top: 0;
}

.item-public-res .categories{
    display: flex;
    align-items: center;
}

.item-public-res img{
    width: 260px;
    height: auto;
}

.col-filters{
    width: 25%;
    background-color: var(--grey01);
    padding: 1rem;
}

.download{
    font-size: 12px;
    color: #d6892c;
}

#mainPublicResour{
    width: 75%;
}

.item-public-res .item-content{
    width: calc(100% - 350px);
    box-sizing: border-box;
    padding-top: 0;
}

.item-public-res .date{
    display: block;
    font-size: 0.8rem;
    font-family: 'Roboto Slab', serif;
}

.item-public-res h4{
    color: var(--primary);
    font-family: 'Comfortaa', cursive;
    font-size: 0.8rem;
    margin-right: 0.5rem;
    margin-top: 0;
    margin-bottom: 0;

}

.item-public-res .label{
    display: block;
    font-size: 0.8rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    margin-right: 1rem;
}

.filters{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#filtersText{
    background-image: url(../img/icon-search.svg);
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-right: 3rem;
}

.cifras{
    height: 80vh;
    background-image: url(../img/bg-cifras.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.cifras .container{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.cifra span{
    font-size: 120px;
    display: block;
    font-weight: 800;
    margin-bottom: 0;
    margin-bottom: -24px;
}

.cifra{
    font-size: 1.2rem;
    color: var(--white);
    width: 50%;
    padding-bottom: 4rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}

.download-b{
        position: absolute;
        right: 0;
        bottom: 4rem;
        color: #fff;
        text-decoration: underline;
        border-left: 1px solid #fff;
        height: 80px;
        padding-left: 1rem;
}

.cifra strong{
    font-weight: bold;
}

.title-c{
    font-size: 2rem;
    font-weight: 700;
    color: var(--white);
}

.title-c span{
    font-size: 4rem;
    color: var(--primary);
}

#mainSumas{
    margin-top: 3rem;
    width: 100%;
}  

#mainSumas .item-public-res{
    border-bottom: 1px dashed #ccc;
    margin-bottom: 1rem;
}

#mainSumas .item-content {
    padding: 2rem;
    min-height: 189px;
    padding-bottom: 0;
}

.podcast{
    width: 100%;
    padding: 2rem 0;
}

.podcast .img-posd{
    background-size: cover;
    width: 600px;
    height: 340px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 1rem;
    box-sizing: border-box;

}

.gal{
    margin-left: -100px;
    margin-right: -100px;
    margin-bottom: 4rem!important;
}

.gal img{
    height: 350px;
    width: auto;
}

.full-gal{
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
    transform: translateX(-35%);
    margin-bottom: 4rem!important;
}

.full-gal img{
    height: 350px;
    width: auto;
}

.doc.flex{
    display: flex;
    align-items: center;
}

mark{
    background-color: #eaa812;
}

blockquote{
    display: flex;
    font-family: 'Roboto Slab', serif;
    font-size: 1.1rem;
    align-items: flex-start;
    color: var(--black);
    margin-top: 3rem;
    line-height: 1.6;
}

blockquote svg{
    margin-right: 1.5rem;
    fill: var(--primary)
}

blockquote p{
    margin-top: 0;
    font-weight: 400;
}

#contentHistorie a.flex{
    display: flex;
    align-items: center;
    color: #000000;
}

.tooltip{
    background: #fcb26982;
    position: relative;
}

.tootipcontent{
    position: absolute;
    display: none;
    width: 300px;
    bottom: 0;
    left: 50%;
    transform: translateY(calc(100% + 10px)) translateX(-50%);
    background: #d1d1d1;
    padding: 1rem;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    border-radius: 10px;
}

.tootipcontent.is-open{
    display: block;
    z-index: 100;
}

.tootipcontent:before{
   content: '';
   display: block;
   width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #d1d1d1;
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -10px;

}



.deco{
    width: 100%;
    position: absolute;
    bottom: -1.5rem;
    z-index: 1;
}

.deco svg{
    display: block;
    fill: var(--primary);
}

.deco.white svg{
    display: block;
    fill: var(--white);
}

.deco.grey svg{
    display: block;
    fill: var(--grey01);
}

audio{
    border-radius: 0;
}

audio::-webkit-media-controls-panel{
    background-color: #fff;
    border: 3px solid var(--primary);
    
}

audio::-webkit-media-controls-play-button{
    color: var(--primary);
    background-color: var(--primary);
    border-radius: 50%;
}

footer{
    padding: 4rem 0;
}

footer .logos{
    width: 300px;
}

footer .col-1-f{
    width: 30%;
    border-right: 1px solid var(--black);
    padding-right: 2rem;
}

footer .dis p{
    font-size: 0.9rem;
    color: #666;
    padding-left: 2rem;
}

footer .container{
    gap: 1rem;
    display: flex;
    border-top: 1px solid #333;
    padding-top: 1rem;
}

#generandoEqui p{
    margin-top: 7rem;
    margin-bottom: 3rem;
}

#generandoEqui .btn{
    margin-bottom: 5rem;
}

#mainHistories{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

#mainHistories .item-history{
    margin: 0;
}

#mainHistories .item-history span{
    position: relative;
    z-index: 2;
    color: var(--white);
}

#mainHistories .item-history h2{
    position: relative;
    z-index: 2;
    color: var(--white);
}


#mainHistories .item-history .item-content:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: block;
    height: 100%;
    width: 100%;
}

#mainHistories .item-history .item-content{
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
}

#mainHistories .item-history:first-child {
    width: calc(66% - 1rem);
}

.mapa{
    height: 100vh;
    width: 100%;
}

.mapa-desi{
    height: calc(100vh - 58px);
    width: 100%;
}

#generandoEqui .col-2{
    padding-left: 4rem;
}

#generandoEqui .col-1 .btn{
   margin-bottom: 1rem;
}

.form-h{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-h input {
    margin-bottom: 1rem;
}

textarea{
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    line-height: 2rem;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.por-50{
    width: 44%!important;
}

.col-filters .content-filters{
    position: sticky;
    top: 100px;
}

.items-filter{
    max-height: 50vh;
    overflow: auto;
}


.items-filter label{
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 0.5rem;
    color: #777;
    font-size: 0.9rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.content-filters h3{
   display: flex;
   justify-content: space-between;
}

.content-filters svg{
    width: 20px;
    margin-right: 1rem;
 }

.items-filter label input{
    margin-right: 0.5rem;
}

.no-result{
    padding: 2rem;
    background-color: #ffeb3b57;
    border: 1px solid #ffeb3b;
    text-align: center;
    color: #444;
}

span.orange{
    color: var(--primary);
}

#icon-clear{
    position: absolute;
    top: 2rem;
    right: 1rem;
    font-size: 12px;
    color: var(--primary);
    cursor: pointer;
}

.is-hidden{
    display: none;
}

.pod{
    background: var(--primary);
    width: calc(100% - 1.7rem);
    margin-top: 1rem;
    padding: 1rem;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    box-sizing: border-box;
}

.pod audio{
    margin-left: 1rem;
}

.toggle{
    display: none;
}

#btnFilterTopics{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.btn-close{
    display: none;
}

.banner-history{
    height: 400px;
    width: calc((100% / 4) - 24px);
    display: flex;
    position: relative;
}

.banner-history.full{
    height: 400px;
    width: 100%;
    margin: auto;
    display: flex;
    position: relative;
    max-width: 1200px;
    margin-bottom: 2rem;
}

.banner-history:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    background: linear-gradient(36deg, rgb(0 0 0 / 99%) 0%, rgba(0, 0, 0, 0) 100%);
    display: block;
    width: 100%;
    height: 100%;
}

.banner-history a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 1rem;
    box-sizing: border-box;
}

.banner-history h3{
    color: var(--white);
    font-size: 1.5rem;
    margin-top: 1rem;
}

.banner-history label{
    color: var(--primary-li);
    font-size: 14px;
}

.banner-history label:after{
    content: '';
    border-bottom: 1px solid var(--primary-li);
    width: 100px;
    margin-top: 1rem;
    display: block;
}

.banner-history span{
    color: var(--primary-li);
    font-size: 14px;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.tg {
    border-collapse:collapse;
    border-spacing:0;
    margin-top: 2rem;
}
.tg td{
    
    border: 1px dashed var(--black);
    font-family: 'Roboto Slab', serif;
    font-size:14px;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
}
.tg th{
    border: 1px dashed var(--black);
    font-family: 'Roboto Slab', serif;
    font-size:14px;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
    font-weight: normal;
}
                .tg .tg-cly1{text-align:left;vertical-align:middle}
                .tg .tg-nrix{text-align:center;vertical-align:middle}
                .tg .tg-0lax{text-align:left;vertical-align:top}


.ventana{
    position: absolute;
    width: 49%;
    height: 100vh;
    background: #fff;
    right: 0;
    z-index: 1000;
    transform: translateX(100%);
    transition: all 0.3s;
    box-sizing: border-box;
    padding: 2rem;
}

.ventana-desi{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    left: 0;
    z-index: 10000;
    transition: all 0.3s;
    box-sizing: border-box;
    padding: 2rem;
    top: 0;
    display: none;
}

.ventana-desi.is-open{
    display: block;
}

.ventana label, .ventana-desi label{
    color: var(--black);
    font-size: 0.9rem;
    margin-top: 1.5rem;
    display: block;
}

.ventana h2{
    color: var(--primary);
    font-size: 1.3rem;
    margin-top: 0;
}

.ventana-desi h2{
    color: var(--primary);
    font-size: 2.3rem;
    margin-top: 0;
    margin-bottom: 0;
}

.ventana-desi h3{
    color: var(--black);
    font-size: 1.2rem;
    text-align: center;
}

.ventana-desi .sublabel{
    margin-top: -10px;
}

.ventana.is-open{
    transform: translateX(0);
}

.ventana .close-v, .ventana-desi .close-v {
    position: absolute;
    top: 16px;
    right: 1rem;
    z-index: 1001;
    background-color: var(--primary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #333;
    font-size: 20px;
    text-align: center;
    padding-top: 1px;
    box-sizing: border-box;
    font-weight: 300;
}

.region-name {
    font-weight: bold;
    margin-bottom: -12px;
}

.region-name i{
    font-style: normal;
}


.ventana .content-v{
    height: 100%;
}

.p-ventana{
    font-size: 14px;
    line-height: 1.6;
}

.scrolable{
    height: calc(50vh - 64px);
    overflow: scroll;
}

.ventana-desi .scrolable{
    height: calc(100vh - 100px);
    overflow: scroll;
}

.graficas.coles-2{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.graficas.coles-2 .col{
    width: 50%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.graficas.coles-2 .col img.icon{
    width: 200px;
}

.graficas.coles-2 .col .number{
    font-size: 100px;
    font-weight: 900;
    color: #333;
}

.graficas.coles-2 .col.col-graf{
    flex-direction: column;
    align-items: center;
    padding: 0 2rem;
}

.mtop50{
    margin-top: 120px!important;
}

.bg-pur{
    background-color: #b783cb;
}

.bg-pur .title{
    color: #fff;
}

.bg-pur .col-1{
    max-width: 284px;
}

.text-context{
    width: 100%;
    max-width: 900px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 50px;
}

.filters-dash{
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    background: #fff;
    padding: 1rem;
    z-index: 1000;
}

#contentHistorie p a{
    color: #e9943f;
}

.filters-dash select{
    line-height: 32px;
    height: 37px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    margin-right: 1rem;
    padding: 10px;
    color: #333;
}

.section.bg-pur .title:after {
    content: '';
    display: block;
    width: 30%;
    height: 1px;
    background-color: var(--white);
    margin-top: 1rem;
}

.regiones-datos{
    background: var(--primary-li);
    position: sticky;
    top: 56px;
    z-index: 100;
}


.menu-exp{
    padding: 0;
    position: sticky;
    top: 56px;
    z-index: 10000;
    background: var(--primary-li);
}

.menu-exp .container{
    display: flex;
}

.menu-exp span {
    padding: 1rem 1rem;
    color: var(--black);
    font-family: 'Comfortaa', cursive;
    letter-spacing: 1;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.bar-chart{
    width: 100%;
}

.menu-exp span img{
    margin-right: 5px;
}

.regiones-datos .container{
    display: flex;
    justify-content: center;
    letter-spacing: 1;
}

.regiones-datos a{
    padding: 1rem 2rem;
    color: var(--black);
    font-family: 'Comfortaa', cursive;
    letter-spacing: 1;
    font-size: 0.9rem;
}

.regiones-datos a:active{
    background-color: #f00;
}

.tabs.vertical{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.tabs.vertical  .tab-header{
    position: sticky;
    width: 22%;
    top: 120px;
    margin-top: 1.5rem;
}

.tab-conten{
    display: none;
}

.tab-conten.is-open{
    display: block;
}

.tabs.vertical  .tab-conten{
    width: 78%;
    padding-left: 2rem;
    box-sizing: border-box;
}

.ficha{
    padding: 5rem 0;
}

.title-graf{
    font-weight: bold;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0.5rem;
}

strong{
    color: #333;
}

.fuente-graf{
    font-size: 12px;
    margin-top: 0;
}

.tab-item{
    font-size: 0.8rem;
    font-family: 'Comfortaa', cursive;
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #ccc;
    margin-right: 1rem;
    cursor: pointer;
    color: var(--gray02);
}

.tab-item:hover{
    color: var(--black);
}

.tab-item.is-active{
    font-weight: bold;
    color: #fdb269;
}

.section-ficha {
    margin-top: 4rem;
    padding: 2rem 0;
}

.bases{
    background: var(--primary-li);
    padding: 4rem 0;
}

.bases h2{
    margin-bottom: 3rem;
}

.bases .container{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

.item-base{
    display: flex;
    flex-wrap: wrap;
    width: 48%;
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.item-base .icon-base{
    width: 60px;
}

.item-base .icon-base img{
    width: 40px;
}

.item-base .des-base{
    width: calc(100% - 60px);
    height: 100px;
    overflow: hidden;
}

.item-base .des-base.is-open{
    height: auto;
}

.ver-mas{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #333;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fdead1;
    font-weight: 100;
    color: #fff;
    text-align: center;
    line-height: 19px;
    font-size: 20px;
}

.ver-mas.is-open{
    transform: rotate(45deg);
}

.title-base{
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
}

.p-base {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
}

.item-content{
    position: relative;
}

.indications{
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    background-color: var(--primary);
    padding: 1rem;
    max-width: 155px;
}

.indications p{
   margin: 0;
   font-size: 12px;
   line-height: 15px;
}

.overlay{
    display: none;
    position: absolute;
    top: 0;
    background-color: #333;
    left: 0;
    padding: 0.5rem;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.overlay span{
    display: block;
    margin-bottom: 8px;
}

.item-slick:hover .overlay, .item-history:hover .overlay{
    display: block;
}

.item-teble{
    display: flex;
    border-bottom: 1px dashed #ccc;
}

.item-teble.bold span{
    font-weight: bold;
    color: #333;
}

.item-teble span a{
    color: #e29c58;
}

.item-teble span{
    font-size: 12px;
    width: 10%;
    box-sizing: border-box;
    padding: 10px;
    color: #333;
}

.item-teble span.title-table, .item-teble span.place-table{
    width: 35%;
}

.p-50{
    padding: 4rem 0;
}

.botones{
    display: flex;
    justify-content: flex-start;
    margin-top: 2rem;
}

.botones a{
    padding: 7px 2rem;
    border: 1px solid var(--white);
    color: var(--white);
    font-size: 1rem;
    margin-right: 1rem;
}

.botones a.active{
    padding: 7px 2rem;
    background-color: var(--white);
    color: #b783cb;
    font-size: 1rem;
    margin-right: 1rem;
}

@media (max-width: 768px) {
    header h1 img {
        position: relative;
        z-index: 2;
        width: 80%;
        display: block;
        margin: auto;
    }

    .full-gal{
        transform: none;
        margin-left: -2rem;
    }

    .gal{
        width: 100vw;
        margin-left: -2rem;
    }

    .slick-dots {
        position: absolute;
        bottom: -37px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 13px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
        margin-top: 1rem;
    }

    header.amar{
        background-image: url(../img/port-mo.svg);
    }

    header {
        background-position: center;
    }

    header h3 {
        padding: 1rem 2rem;
        box-sizing: border-box;
    }

    header.inter{
        background-size: cover!important;
    }

    .indications-rl{
        display: none;
    }

    .indications-rl-mb{
        display: block;
    }

    .tow-colum .container{
        display: block;
        box-sizing: border-box;
        padding: 2rem;
    }

    .col-2 {
        width: 100%;
    }

    .section .title {
        margin-top: 0;
        padding-top: 2rem;
    }

    .container{
        padding: 2rem;
        box-sizing: border-box;
    }

    #publicaciones #mainPublicItems.flex{
        display: flex;
    }

    #publicaciones #mainPublicItems.flex .item-publication {
        max-width: 80%;
        min-width: 80%;
        margin: 5rem 0 5rem 0;
    }

    .link {
        right: 2rem;
    }

    #recursos .slide, #historias .slide, #recursos .container{
        display: block;
        box-sizing: border-box;
    }

    .item-resource{
        width: 100%;
        box-sizing: border-box;
    }

    .item-resource:first-child {
        width: 100%;
    }

    .item-history {
        width: 100%;
        box-sizing: border-box;
        margin: 2rem 0 2rem 0;
    }

    .item-history .item-content {
        min-height: auto;
    }

    #generandoEqui .col-2 {
        padding-left: 0;
    }

    #generandoEqui p {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    footer .container {
        gap: 1rem;
        display: block;
    }

    footer .col-1-f {
        width: 100%;
        border-right: none;
    }

    footer .dis p {
        padding-left: 0;
    }

    .layud .col-2 {
        max-width: 100%;
    }

    #mainHistories .item-history:first-child {
        width: 100%;
    }

    .col-p3 {
        padding: 0;
    }

    .layud .col-1 {
        max-width: 100%;
        box-sizing: border-box;
        padding-right: 2rem;
    }

    .podcast .img-posd {
        width: 100%;
        height: 236px;
    }

    .main-menu, .scrollUp .main-menu{
        display: none;
        background-color: #fdb269;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main-menu .item-menu, .scrollUp .main-menu .item-menu {
        color: #333333;
        font-family: 'Comfortaa', cursive;
        font-weight: 700;
        font-size: 1.5rem;
        padding: 1.5rem 2rem 1.5rem 2rem;
        border-right: 1px solid #333;
        display: block;
        align-items: flex-start;
        transition: all 0.2s;
        width: 100%;
        text-align: center;
    }

    .main-menu.is-open{
        display: flex;
    }

    .main-menu.is-open .btn-close{
        display: flex;
    }

    .toggle{
        position: absolute;
        top: 2rem;
        right: 2rem;
        z-index: 1000;
        width: 40px;
        height: 40px;
        background: #fdb269;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .toggle svg path{
        fill: #333;
    }

    .btn-close{
        position: absolute;
        top: 2rem;
        right: 2rem;
        font-family: 'Comfortaa', cursive;
        font-weight: 100;
        font-size: 1.5rem;
        width: 40px;
        height: 40px;
        background: #e29c58;
        border-radius: 50%;
        display: none;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .por-50 {
        width: 100%!important;
    }

    #filtersText {
        box-sizing: border-box;
    }

    #publicaciones .flex{
        display: block;
    }

    #mainPublicResour {
        width: 100%;
        margin-top: 2rem;
    }

    .item-public-res a {
        display: block;
    }

    .item-public-res .item-content {
        width: 100%;
    }

    .item-public-res img {
        width: 100%;
        height: auto;
    }

    .item-public-res .item-content {
        padding: 1rem;
        min-height: auto;
    }

    .item-public-res h2 {
        font-size: 1rem;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }

    .col-filters{
        width: 100%;
    }

    .filter-topics.is-open{
        display: block;
    }

    .filter-topics{
        position: fixed;
        top: 0;
        left: 0;
        padding: 2rem;
        background: #e5e5e5;
        z-index: 10000;
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
        box-sizing: border-box;
        display: none;
    }

    .col-filters .content-filters{
        position: relative;
        top: 0;
    }

    
    
  }