@import url("../index.css");

* {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
}

body {
    background-image: url('../assets/img/ARAUCA/ARAUCA\ MAPA\ ARAUCA\ FONDO_1.png');
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
}

/* Volver Al Mapa */

.VolverContainer {
    width: 250px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    right: 0;
    max-height: 100px;
    padding: 0;
    margin: 0;
    top: 10px;
    border: none;
    z-index: 1;
}

.VolverContainer:hover {
    padding: 0;
}

.VolverContainer img {
    width: 15%;
    max-height: inherit;
    object-fit: contain;
}

.VolverContainer h5 {
    color: var(--mainColorTextWhite);
    font-size: 25px;
    font-weight: 800;
}

.VolverContainer h5:hover {
    color: var(--mainColorTextHover);
    cursor: pointer;
}

.BotonesContainer {
    height: 72%;
    margin: 1rem;
    background-image: url("../assets/img/ARAUCA/CROQUIS\ ARAUCA.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (min-width: 768px) {
    .BotonesContainer {
        margin: 3rem;
    }

}


.Boton {
    z-index: 4;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    cursor: pointer;
    border: none;
}

.Boton img {
    width: 2rem;
}

.Boton .linea {
    width: 0px;
}

.Boton .LineDisplayActive {
    background: rgb(255, 255, 255);
    width: 10px;
    height: 2px;
    display: initial !important;
}

@media (min-width: 768px) {
    .Boton .LineDisplayActive {
        width: 180px;
    }

}

.Boton h5 {
    font-size: 2rem;
    margin-left: 5px;
    color: var(--mainColorTextWhite);
}

@media (min-width: 768px) {
    .Boton h5 {
        display: none;
    }

}

.Boton .h5DisplayActive {
    display: initial;
}

.BotonVisitaJudicial {
    display: flex;
    justify-content: center;
    width: 100%;
    top: 32%;
}

.BotonRelatosJueces {
    display: flex;
    justify-content: center;
    width: 100%;
    top: 20%;
}

.BotonGaleria {
    display: flex;
    justify-content: center;
    width: 100%;
    top: 42%;
}

.BotonTerritorio {
    display: flex;
    justify-content: center;
    width: 100%;
    top: 53%;
}

@media (min-width: 768px) {
    .BotonVisitaJudicial {
        left: 42%;
        width: initial;
    }

    .BotonRelatosJueces {
        left: 27%;
        width: initial;
    }

    .BotonGaleria {
        left: 60%;
        width: initial;
    }

    .BotonTerritorio {
        left: 80%;
        width: initial;
    }
}


.Boton .linea {
    display: none;
}

.Mapa {
    position: absolute;
    justify-content: center;
    pointer-events: none;
    top: 5%;
    z-index: 3;
    right: 35%;
    display: none;
    width: 30%;
}

h2 {
    color: rgba(255, 255, 255, 0.404);
    text-align: center;
    /* border-right: 5px solid white; */
    margin: 0;
    cursor: pointer;
}

h2:hover {
    color: var(--mainColorTextWhite);
}

.displayActive {
    display: initial !important;
}

.active {
    color: var(--mainColorTextHover);
}

a {
    text-decoration: none;
    border: 0;
}


.BotonVisitaJudicial img,
.BotonVisitaJudicial .lineaBotonVisitaJudicialFlorencia,
.BotonRelatosJueces img,
.BotonRelatosJueces .lineaBotonRelatosJuecesFlorencia,
.BotonGaleria img,
.BotonGaleria .lineaBotonGaleriaFlorencia,
.BotonTerritorio img,
.BotonTerritorio .lineaBotonTerritorioFlorencia {
    display: none;
}

@media (min-width: 768px) {

    .BotonVisitaJudicial img,
    .BotonVisitaJudicial .lineaBotonVisitaJudicialFlorencia,
    .BotonRelatosJueces img,
    .BotonRelatosJueces .lineaBotonRelatosJuecesFlorencia,
    .BotonGaleria img,
    .BotonGaleria .lineaBotonGaleriaFlorencia,
    .BotonTerritorio img,
    .BotonTerritorio .lineaBotonTerritorioFlorencia {
        display: initial;
    }

}

#h5BotonTerritorioFlorencia,
#h5BotonGaleriaFlorencia,
#h5BotonVisitaJudicialFlorencia,
#h5BotonRelatosJuecesFlorencia {
    text-wrap: nowrap;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {

    #h5BotonVisitaJudicialFlorencia {
        position: absolute;
        left: -360px !important;
    }

    #h5BotonTerritorioFlorencia {
        position: absolute;
        left: -325px !important;
    }
}

#lineaBotonTerritorioFlorencia,
#lineaBotonVisitaJudicialFlorencia {
    position: absolute !important;
    left: -180px !important;
}


.Separador {
    width: 7px;
    background: white;
    height: 2.4rem;
    margin: 0 1rem;
}

.CarouselRegiones {
    position: absolute;
    bottom: 6%;
    z-index: 5;
    width: inherit;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.TextContainer {
    display: flex;
    justify-content: space-evenly;
    font-size: 2rem;
    align-items: center;
    flex-wrap: nowrap;
    overflow: auto;
    width: 100%;
}

::-webkit-scrollbar {
    background: rgba(255, 255, 255, 0);
    height: 0px;
}

.CarouselButton {
    background: rgba(156, 156, 156, 0.329);
    border: 0;
}

/* Footer */

.FooterContainer {
    width: 100%;
    height: 35px;
    bottom: 0;
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
}

.FooterContainer a {
    margin: 0 2%;
}

.FooterContainer h6 {
    color: var(--mainColorTextWhite);
    font-size: 15px;
    font-weight: 400;
}

.FooterContainer h6:hover {
    color: var(--mainColorTextHover);
    cursor: pointer;
}