/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}


/*Customs scripts*/

body {
    padding: 0;
    margin: 0;
}

#map {
    height: 100%;
    width: 100vw;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #756666;
}

h1, h2 {
    font-family: "Amarante", serif;
    font-weight: 400;
    font-size:3rem;
}
h3{font-size: 24px; font-weight: 600;}

h1.underline{position:relative;}
p.desc{font-size:1.5rem}
.underline:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 6px;
    background: #1ec1c1;
    left: 0;
    bottom: -15px;
}


.s1{font-size:1rem}
.s2 {
    font-size: 2rem
}
.s3 {
    font-size: 3rem
}

.light{color:#000;}
.dark {
    color: #fff;
}

.color1 {
    color: #1ec1c1;
}
.bgcolor1 {
    background-color: #FFF6F6;
}
.bgcolor2 {
    background-color: blue;
}
.pb2 {
    padding-bottom:2rem;
}
.pb4 {
    padding-bottom: 4rem!important;
}
.pb6 {
    padding-bottom: 6rem !important;
}

.textcenter {
    text-align: center;
}

p#top{margin-bottom:3rem;text-align:center; margin-top: 2rem;}


i[class*=arrow] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 0.125rem solid;
    border-bottom: 0;
    border-left: 0;
    border-radius: 1px;
    text-indent: -624.9375rem;
}

i[class*=arrow][class*=-up] {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

i[class*=arrow][class*=-right] {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

i[class*=arrow][class*=-down] {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

i[class*=arrow][class*=-left] {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

i[class*=arrow][class*=-heavy] {
    border-width: 0.3rem;
}

i[class*=arrow][class*=-sm] {
    width: 0.5rem;
    height: 0.5rem;
}

    i[class*=arrow][class*=-white] {
        border-color: #fff;
    }

    i[class*=arrow][class*=-lg] {
        width: 1.5rem;
        height: 1.5rem;
    }



button {
    border: none;
    outline: none;
    cursor: pointer;
}

#start-button,
#restart {
    font-size: 1.3em;
    padding: 0.5em 1.8em;
    border-radius: 0.2em;
}

#restart {
    margin-top: 0.9em;
}

.display-container {
    background-color: #ffffff;
    padding: 3.1em 1.8em;
    width: 80%;
    max-width: 37.5em;
    margin: 0 auto;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 0.6em;
}

.header {
    margin-bottom: 1.8em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.6em;
    border-bottom: 0.1em solid #c0bfd2;
}

.question {
    margin-bottom: 1.25em;
    font-weight: 600;
}

.option-div {
    width: 100%;
    text-align: center;
    color:#fff;
    outline: none;
    background: transparent;
    border: none;
    margin-bottom:0.75rem;
}

.option-div:disabled {
    color: #000000;
    cursor: not-allowed;
}



.hide {
    display: none;
}

p.incorrect, p.correct {
    color: #fff!important;
    margin:0;
}



/*HEADER*/
#menu-icon {
    font-size:64px;
    position:relative;
}

    #menu-icon:after {
        content: "";
        position: absolute;
        width: 110px;
        height: 110px;
        background-color: #DDD6AF;
        border:4px solid #fff;
        box-shadow:0 5px 10px rgba(0,0,0,0.5);
        border-radius:50%;
        z-index:-1;
        top:-65px;
        left:-55px;
    }

    .burger-menu {
        width: 30px;
        height: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }

.bar {
    width: 100%;
    height: 3px;
    background-color: #756666;
}




/*SCREENS*/

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #ffffff;
    overflow-y:scroll;
}


.popup-close {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #707070;
    color: #707070;
}

.header-wrapper{
   display:flex;
   justify-content:flex-end;
}


.start-screen {
    z-index: -1 !important
}

.menu-icon {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 9999;
}

.menu {
    position: relative;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #5d5d5d;
}

#main{position:absolute;top:0;left:0;z-index:9999}



#map {
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}


.leaflet-bottom.leaflet-right {
    display:none!important;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}



#rewardsMenuButton {
    position: relative;
    width: 100%;
}
    #rewardsMenuButton a {
        position: absolute;
        right: 0;
        top: 0;
        background-color: #a3dcf5;
        width: 120px;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        left: 100%;
        top: calc(-50% - 20px);
        border-radius: 50%;
    }

.submenu li a {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-weight:600;
}

        #menu-icon {
            background-color: transparent;
        }

[class*=button-holder]{
    display: flex;
    justify-content: flex-start;
}

[class*=button-holder][class*=-center] {
    justify-content: center;
}



#que-fem{overflow:hidden;background-color: #F8F7F4;}

    #que-fem h2, .popup b {
        color: #325B11;
    }
    #que-fem p {
        color: #7D6F65;
    }
    #que-fem #top i {
        border-color: #B79C0D;
    }

    #intro .content-wrapper{padding-top: 0; padding-bottom: 40px;}

#menu {
    background-color: #AFAC77
}
    #menu h2{color:#fff;}

    #menu .popup-close {
        border: 2px solid #fff;
        color: #fff;
    }

    #menu .submenu {
        margin-top:3rem;
        margin-bottom:0;
        padding:0;
        list-style:none;
    }

        #menu .submenu
        {
            display:flex;
            flex-direction:column;
            grid-row-gap: 0;
        }
        #menu .submenu li {
            border-bottom: 1px solid #fff;
            padding: 10px 0;
            position:relative;
        }
            #menu .submenu li:after {
                position: absolute;
                content: "";
                width: 0.5em;
                height: 0.5em;
                border-right: 2px solid #fff;
                border-top: 2px solid #fff;
                transform: rotate(45deg) translateY(-50%);
                top:50%;
                right:0.5em;
            }

            #menu .submenu li a {
                font-size: 24px;
                color: #fff;
                position:relative;
                display:block;
            }





label {
    display: block;
    margin-bottom: 0.5rem;
}


.mt0{margin-top:0!important}
.mb0 {
    margin-bottom: 0 !important
}


.btn {
    font-size: 1em;
    margin: 0;
    background-color: #1ec1c1;
    color: #ffffff;
    padding: 0 40px;
    border-radius: 40px;
    text-decoration: none;
    position:relative;
    height: 40px;
    line-height: 40px;
    border: 2px solid;
}
button.btn{line-height: inherit;height: 44px;}

    

.btn.style-1 {
        border-color: #1ec1c1;
        color: #000000;
        background: #ffffff;
        text-transform: uppercase;
}

    .btn.style-2 {
        border-color: #756666;
        color: #756666;
        background: #fff;
        box-shadow: 0 7px #756666 !important;
        width: 100%;
        text-align: center;
    }

.btn.style-3 {
    border-color: #000000;
    color: #000000;
    background: transparent;
    
}

    .btn.style-4 {
        border-color: #94C227;
        color: #fff;
        background: #94C227;
        box-shadow: 0 7px #739228 !important;
        text-align:center;
        text-transform: uppercase;
    }

    .btn.style-5 {
        border-color: #FF5757;
        color: #fff;
        background: #FF5757;
        box-shadow: 0 7px #910000 !important;
        text-align: center;
        text-transform: uppercase;
    }



   
    




[class*=columns] {
    display: grid; /* or inline-flex */
    grid-row-gap: 15px;
    column-gap: 15px;
    margin: 2rem 0;
}

    [class*=columns] .col p{width:100%;}
    [class*=columns][class*=-c2] {
        grid-template-columns: repeat(2, 1fr);
    }

    [class*=columns][class*=-c3] {
        grid-template-columns: repeat(3, 1fr);
    }


    [class*=columns][class*=-c4] {
        grid-template-columns: repeat(4, 1fr);
    }

    [class*=columns][class*=-c5] {
        grid-template-columns: repeat(5, 1fr);
    }


#language-selector {
    width:100%;
}

.image-holder {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #DDD6AF;
    border-radius: 50%;
    border: 4px solid #AFAC77;
}

.stored .image-holder {
    background-color: #ECDA79;
    border: 4px solid #ECDA79;
}
    .image-holder:after {
    position: absolute;
    content: '?';
    color: #fff;
    text-align: center;
    width: 42px;
    height: 42px;
    font-size:42px;
    font-family: "Amarante", serif;
    font-weight: 400;
    
}



input[type=text] {
    display:block;
    border-radius: 50px;
    outline: 0;
    border: 1px solid #756666;
    box-shadow: none;
    height: 42px;
    width:calc(100% - 2px);
    text-align: center;
    padding:0;
    
}


img {
    display:block;
    width:100%;
    height:auto;
}



.poi-popup {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow-y: scroll;
}


.zoom-holder{position:relative; margin-bottom:165px}
.zoom-holder:after {
    content: "";
    position: absolute;
    width: 246px;
    height: 213px;
    bottom: -165px;
    left: calc(50% - 106px);
    background-image: url('assets/img/icons/goal-icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 999;
}

#start-poi p {
    margin-top: 0.5rem;
    color: #fff;
}

.poi-holder {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.poi-popup .popup-close {
    color: #fff;
    border-color: #fff;
}

#quizCorrectPanel .poi-holder {
    position: relative;
}



.e404 {
    background-color: #325B11;
    color:#fff;
}
.e404 h3{font-weight:inherit}




#rewardsMenu .content-wrapper:before, #contactMenu .content-wrapper:before {
    content: url('assets/img/logo-bg.png');
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: -250px;
    top: -75px;
}



#profileMenu #nameText {
    width: calc(100% - 2px);
    padding: 0;
    height: 42px;
}

.rounded {
    border-radius: 50%;
}
.border-1 {
    border: 5px solid #1ec1c1;
}
.centered{margin:0 auto;}

.contact-img{margin-top:30px; width:calc(100% - 10px)}

a {
    color: #325B11;
    text-decoration: none;
}

.info-links {
    list-style: none;
    padding: 0;
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
    overflow:hidden;
}
    .info-links li{
        flex:1;
        text-align:center;
    }
    .info-links a {
        flex: 1; /* Distribuye el espacio disponible de manera equitativa */
        height: 100%; /* Toma toda la altura del contenedor */
    }
    .info-links a img {
        height: 100%; /* Toma toda la altura del contenedor */
        margin:0 auto;
       
    }

.align-center {
    display: flex;
    align-items: center; /* Alineaci?n vertical al centro */
    justify-content: center; /* Alineaci?n horizontal al centro */
}   

img.social-icon{width:36px; height:auto;}


.leaflet-popup-content {
    max-width: 300px; /* Establece el ancho máximo deseado */
}




#flagButton, #goelocationButton{ padding: 0 20px 0 44px;}

#flagButton::before {
    background-image: url(assets/img/icons/next_icon.svg);
}
#goelocationButton::before {
    background-image: url(assets/img/icons/geo_icon.svg);
}
#flagButton::before, #goelocationButton::before  {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-size: cover;
}

    #flagButton img, #goelocationButton img {
        width: auto;
        height: 44px;
    }


#rewardsMenuHolder .col {
    aspect-ratio: 1/1;
    display: flex; /* Aplica el sistema de alineaci?n flexbox */
    justify-content: center; /* Centra horizontalmente el contenido */
    align-items: center; /* Centra verticalmente el contenido */
    position: relative;
}

.new:after {
    position: absolute;
    top: -10px;
    right: -10px;
    content: url('assets/img/icons/new_bg.svg');
    width:40px;
    height:40px;
}


.poi-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:100%;
    padding:0 80px;
}

img.reward-img {
    max-width: 300px;
    max-height: 300px;
    object-fit: cover;
}

#popup-content h3{margin-top:0}
#popup-content p { }

.popup-close {
    position:absolute;
    top:30px;
    right:30px;
    display:block;
    z-index:999;
}

input[type="number"] {
    border-radius: 50px;
    border: 1px solid #756666;
    padding: 0;
    height: 42px;
    text-align: center;
    color: #999;
    outline: none;
    width: calc(100% - 2px);
    
}

#quiz-help{color:#000;font-style:italic;}



#menu-icon {
    position: relative;
    padding:0;
}
    #menu-icon img {
        width:85px;
        height:auto;
    }


    #header {
        top: 15px;
        left: 20px;
        position: fixed;
    }

.notify {
    position:absolute;
    top:-20px;
    right:-20px;
    width:28px;
    height:28px;
    background-color:red;
    color:#fff;
    text-align:center;
    line-height:28px;
    border-radius:50%;
    font-size:18px;
    font-weight:normal;
}

#menu li a .notify {
    top:0;
    right: 28px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

h2 {
    margin-top:0 ;
    margin-bottom: 1.5rem;
    color: #325B11;
}

.screen-holder{
    margin:0 auto;
    padding:20px 20px 100px 20px;
    position:relative;
    overflow:hidden;
}
    

#contactMenu h4 {
    color: #B79C0D;
}

        .screen-holder .popup-close {
            position: relative;
            float: right;
            top: inherit;
            right: inherit;
        }


        #contentsHolder{padding-top: 20px;}
#contentsHolder p {
    color: #756666;
}


ul.agraiments{padding-left: 0;}
ul.agraiments li{list-style-position: inside;}
#contentsPanel .content-wrapper {
    overflow-y: scroll;
    height: 100vh;
}


/* Hide scrollbar for Chrome, Safari and Opera */
#contentsHolder::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#contentsHolder {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}




#rewardInfoPanel.poi-popup .popup-close {
    color: #707070;
    border-color: #707070;
}

.profile-img {
width:300px;height:300px; margin:30px auto}

#nameLabel, #completedNameLabel {
    font-size: 20px;
    font-weight: 600;
    color: #756666;
}



#rewardsMenuHolder .col img {
    opacity: 0;
}

#rewardsMenuHolder .col{cursor:pointer;}

#rewardsMenuHolder .col.stored img {
    opacity: 1;
}


button:disabled,
button[disabled] {
    cursor:not-allowed!important;
}


.col.stored .image-holder:after {
    display:none;
}

#rewardHolder, #rewardInfoHolder {
    column-gap: 0 !important;
    background-image: url('assets/img/bg_premi.png');
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    background-position: center;
    margin:0;
    /*aspect-ratio: 1/1;*/
}

#bookPanel h4 {
    color: #756666;
    font-size: 24px;
    font-weight: 600;
}



p.panelInfo {
    font-size: 16px;
    font-weight: 300 !important;
    font-style: italic;
    color: #325B11;
}


  

    #rewardInfoPanel {
        z-index: 999;
    }

#bookPanel p.small {
    font-size: 16px;
    font-weight: inherit;
}





p.correct {
    background: #c4deb9;
    padding: 0.5em 1em;
    color: green !important;
    font-weight: bold;
    border-radius: 50px;
    min-width: 70px;
    text-align:center;
}


.content-wrapper{padding:20px 20px 4rem 20px;}
#e-content{padding:20px 20px 4rem 20px; max-width: 440px; margin: 0 auto;text-align: center;}
.e404-title{font-size: 10rem;text-align:center; margin: 0;}

input,
textarea,
button,
select,
a,#rewardsMenuHolder .col {
    -webkit-tap-highlight-color: transparent!important;
    outline: none !important;
    box-shadow: none !important;
}


p {
    margin-top: 0;
    line-height: 1.5em;
    color: #756666;
}

#helpHolder p {
    margin-top: 1em;
    margin-bottom: 0;
}

#contentsHolder img {
    margin-bottom: 2em;
}

h3{margin-bottom: 1rem;}

.img-404{margin-bottom:2rem;}



.custom-list {
    counter-reset: my-counter;
    list-style-type: none;
    padding-left: 0;
    
    color: #756666;
}

    .custom-list li {
        position: relative;
        margin-bottom: 10px;
        padding-left: 50px;
        font-size: 24px;
    }

        .custom-list li:before {
            content: counter(my-counter);
            counter-increment: my-counter;
            position: absolute;
            left: 0;
            top: 0;
            width: 25px;
            height: 25px;
            background-color: #92AF4D;
            color:#fff;
            border-radius: 50%;
            text-align: center;
            line-height: 25px;
            font-weight: 400;
            font-size:16px;
        }


    #contentsPanel:before, #introPanel:before {
        content: "";
        width: 100%;
        height: 300px;
        background-color: #B79C0D;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

#contentsPanel .poiImage img, #introPanel .poiImage img{
    box-shadow: 0 3px 15px #6700001A;
    border-radius:20px;
}

#introPanel .poiImage{margin-bottom: 20px;}


@media screen and (min-width:800px) {
    .poi-popup, .popup,.buttonsHolder, #controlsPanel {
        max-width: 800px;
        left: calc(50% - 400px);
    }   
    
}

#informacionInteres img {margin-bottom: 1em;}
#cuestionarioPanel .screen-holder{ padding: 20px 20px 120px 20px;}


#rewardPanel, .popup, .poi-popup {
    overflow: auto;
    scrollbar-width: 0; /* Anchura del scrollbar */
    /*scrollbar-color: transparent transparent;  Color del scrollbar */
}

    #rewardPanel::-webkit-scrollbar, .popup::-webkit-scrollbar, .poi-popup::-webkit-scrollbar {
        width: 0; /* Anchura del scrollbar para navegadores webkit (Chrome, Safari) */
    }

    #rewardPanel::-webkit-scrollbar-thumb, .popup::-webkit-scrollbar-thumb, .poi-popup::-webkit-scrollbar-thumb {
        background-color: transparent; /* Color del thumb del scrollbar */
    }

    #rewardPanel::-webkit-scrollbar-track, .popup::-webkit-scrollbar-track, .poi-popup::-webkit-scrollbar-track {
        background-color: transparent; /* Color del track del scrollbar */
    }

#intro-logos .col img{max-height:80px;}


.reward-img {
    margin: 0 auto;
    padding: 40px;
}

#length{display: none;}


#poi-submit{display:flex;}

#boton{height: 35px;margin: 0;width: auto; padding: 0 15px;}

#vrPanel .zoom-holder{position: relative;}

#vrPanel .zoom-holder:before {
    content: "";
    display: block;
    width: 129px;
    height: 95px;
    background-image: url('assets/img/icons/vr_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    pointer-events: none; /* Agregamos esta línea para deshabilitar los eventos en el elemento */
  }
  

  #intro .site-logo{margin-bottom: 4rem;}


  #poi-submit{display: none;}

  .audioButton {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #94C227;
    border: none;
    cursor: pointer;
    font-size: 0; /* Oculta el texto dentro del botón */
    color: transparent; /* Hace que el texto dentro del botón sea transparente */
    width: 44px; height: 44px;
    padding: 0;
  }

  #clearDataButton{width: 100%;}
  
  .audioButton::before {
    content: ""; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-size: cover;
  }

  .audioButton::before {
    background-image: url('assets/img/icons/speaker_icon.svg');
  }
  .audioButton.inactivo::before {
    background-image: url('assets/img/icons/speaker_muted_icon.svg');
  }

  .buttonsHolder, #controlsPanel {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #EFEBE1;
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    justify-content: space-between;
    
  }
  
   
  .buttonsHolder{ z-index: 99999;}
  #controlsPanel{z-index: -1;}
  #controlsPanel.hide{display: none;}
  

.poiImage {
    position: relative;
    width: 100%; /* ajusta el ancho según sea necesario */
    height: auto; /* ajusta la altura según sea necesario */
}

.caption {
    position: absolute;
    font-size: 16px;
    font-style: italic;
    bottom: 15px;
    left: 0;
    width: auto;
    text-align: center; /* opcional: para centrar el texto horizontalmente */
    background-color: #fff; /* opcional: fondo oscuro translúcido */
    color: #362E2E; /* opcional: color del texto */
    padding: 3px 19px 3px 6px; /* opcional: añade espacio alrededor del texto */
}


.screen-holder .btn{margin-top:1em; width: 100%;}

#quizIncorrectPanel .screen-holder h2 {color:#FF5757}
#quizCorrectPanel .screen-holder h2 {color:#92AF4D}
#helpHolder p{margin-top: 0; margin: 1em 0 0 0;}
#rewardsMenu .screen-holder{padding: 20px 20px 100px 20px;}

#contentsPanel .poiImage img, #introPanel .poiImage img{background-color: #fff;}

.leaflet-popup-content {
    max-width: 250px; /* Establece el ancho máximo deseado */
    margin: 0!important;
    padding: 20px 20px 0!important;
}
.leaflet-popup-content h4{margin-bottom: 0!important;}
.leaflet-popup-content p{margin-top: 0!important;}


#popup-audio{position: fixed; width: 300px; display: flex; left: calc(50% - 150px); top:30%; background: #fff; z-index: 999!important; text-align: center;padding: 0 20px 30px 20px;box-sizing: border-box;border-radius: 10px;}

.hidden{display: none;}


#menuContainer{z-index: 999999!important;}


#notificacion{
    position: fixed;  z-index: 9999; background: #EFEBE1; width: 100%; height: 100%;
    display: flex;
    justify-content: center; /* Alinea horizontalmente */
    align-items: center; /* Alinea verticalmente */
    top:0;
}
#notificacion .holder{ width: 250px;box-sizing: border-box;padding: 20px;text-align: center; background: #fff;  border-radius: 10px}
#notificacion h4{ margin-top: 0;}
#notificacion .holder .btn{background-color: #555;}

#top{cursor: pointer;}

#cookieConsent {
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    z-index: 999999;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
    display: none;;
}
#cookieConsent button {
    background-color: #94C227;
    color: white;
    border: none;
    padding: 10px 30px;
    cursor: pointer;
}
#cookieConsent a {
    color: #94C227;
}