@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;800&display=swap');

@font-face {
    font-family: "Verlag";
    src: url("../fonts/Verlag Bold.otf") format("opentype");
}

/* Textos */

body {
    font-family: 'Open Sans';

    background-image: url('../src/FONDO-INTERACTIVO.png');
    background-attachment: fixed;
    background-size: cover;
    background-color: #f6e7e0;
}

#principal-container {
    width: 100%;
    background-image: url(https://encasa.parqueexplora.org/interactivos/espectroscopia/src/FONDO-PRINCIPAL.jpg),
        url(https://encasa.parqueexplora.org/interactivos/espectroscopia/src/FONDO-NEGRO-1.jpg);
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, repeat-y;
    background-size: contain;

}

#desliza {
    font-family: "obviously-condensed";
    font-size: 40px;
    font-weight: bold;
    color: #fcfcfc;
    text-align: center;
    line-height: 1.1;
}

.menu-title {
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 800;
}

.title-c {
    font-family: "obviously-condensed";
    font-size: 100px;
    font-weight: bold;
    color: #2d2d2d;
    line-height: 0.8;
    padding-bottom: 30px;
}

.subtitle-c {
    font-family: "obviously";
    font-size: 27px;
    font-weight: bold;
    color: #2d2d2d;
    line-height: 1.2;
}

.has-verlag-font {
    font-family: 'Verlag';
}

/* Elementos */
.is-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
}

.img-fluid {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    position: relative !important;
    background-size: contain;
}

.is-absolute {
    position: absolute !important;
}

.button.menu-title,
.tabs a {
    background-color: white;
}

.button.menu-title:focus,
.button.menu-title.is-active,
.tabs.is-toggle li.is-active a {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
    color: #fff;
    z-index: 1;
}

.top-margin-custom {
    border-top: #2d2d2d 1px solid;
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 20px;
}

.start-btn {
    font-family: 'Verlag';
    border: 1px solid white;
    color: white;
}

.button.menu-title:focus,
.button.menu-title:hover,
.start-btn:focus,
.start-btn:hover {
    outline: 0 !important;
    border: 0 !important;
    color: white !important;
}

.adaptative-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Fondos */

.is-transparent {
    background-color: transparent;
}

.bg-green {
    background-color: #2e7a61;
}

.bg-gray {
    background-color: #ececec;
}

.bg-pink {
    background-color: #f3a891;
}

.bg-orange {
    background-color: #ff802c;
}

.color-orange {
    color: #ff802c;
}

.bg-gray-with-transparency {
    background-color: rgba(236, 236, 236, 0.5);
}

.blur-effect {
    filter: blur(6px);
}

.has-rounded-corners {
    border-radius: 5px !important;
}

.has-large-border {
    border-radius: 20px !important;
}

/* Interactivos */

.m--10 {
    margin: -10px;
}

.has-fly-cursor {
    cursor: url('../src/telarañas/MOSCA\ MOUSE.png'), auto;
}

/* Interactivo Ojos */

.counter-circle {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ececec;
    border: 1px solid;
    border-radius: 50%;
    border-color: #2e7a61;
    align-self: end;
    justify-self: end;
    z-index: 1;
    margin-bottom: 10px;
    margin-right: 10px;
    font-family: 'Verlag';
    color: #2e7a61;
}

.intro-text {
    width: 90%;
    z-index: 3;
    padding-bottom: 10%;
    align-self: end;
    justify-self: center;
    text-align: center;
}

.sect-contianer {
    display: grid;
    grid-template-areas: 'spider-eyes';
    justify-items: center;
}

.img-sup {
    grid-area: spider-eyes;
}

.swing-anim {
    animation: swing 1.5s ease;
    animation-iteration-count: 1;
}

@keyframes swing {
    15% {
        transform: translateX(5px);
    }

    30% {
        transform: translateX(-5px);
    }

    45% {
        transform: translateX(3px);
    }

    60% {
        transform: translateX(-3px);
    }

    75% {
        transform: translateX(2px);
    }

    100% {
        transform: translateX(0);
    }
}

/* Interactivo Taxonomía */
#startView1 {
    background-image: url("../src/taxonomia/FONDO-INTRO.png");
    background-size: contain;
}

#detail-img {
    height: 55%;
    width: 100%;
    margin-bottom: 5%;
}

#detail-info {
    height: 40%;
    width: 100%;
    color: white;
}

/* Interactivo Mapa */

.map {
    background-size: contain;
}

.has-custom-shadow {
    -webkit-box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.27);
    box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.27);
}

#principalViewMobileMap {
    background-size: auto;
    background-position: center;
    background-image: url('../src/mapa/MAPA-GENERAL.jpg');
}

#menu2 {
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    z-index: 5;
}

.nav-up {
    top: -140px;
    display: none;
}

@media only screen and (max-width: 768px) {
    #startView1 {
        background-image: url("../src/taxonomia/FONDO-MOVIL.png");
        background-size: contain;
    }

    .image.is-16by9 {
        padding-top: 200% !important;
        overflow: scroll;

    }

    .title-c {
        font-size: 70px;
        line-height: 0.9;
    }

    .subtitle-c {
        font-size: 27px;
        line-height: 0.9;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .menu-title {
        font-size: 13px;
    }

    .has-especial-bg {
        border-radius: 5px !important;
        background-color: rgba(236, 236, 236, 0.5);

    }
}