html {
  scroll-behavior: smooth;
}

body {
    margin: 0;
    background-color: transparent;
    display: block;
}

@media (max-width: 1400px) and (max-height: 600px) {
    .logo {
        width: clamp(72px, 10vw, 120px);
    }
}

.apresentacao {
    background-color: transparent;
    width: 100%;
    height: 450px;

    display: grid;
    grid-template-columns: 40% 60%;
}


.photo {
    display: inline-grid;
    place-items: center;
    width: 225px;
    height: 225px;
    justify-self: center;
    align-self: center;

}

.photo img {
    height: 225px;
    width: auto;
    opacity: 1;
    transition: transform 0.8s ease, opacity 0.8s ease;
}


.block-static:hover {
    transform: scale(1.20) rotate(-20deg);

}

.apresentacao-texto {
    display: grid;
    align-content: center;
    font-family: Orbitron, Arial, Helvetica, sans-serif;
    font-size: 20px;
    transform: translateY(45px)
}

.text-pop-up-top {
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
    -webkit-animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes text-pop-up-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none;
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 #333333, 0 2px 0 #333333, 0 3px 0 #333333, 0 4px 0 #333333, 0 5px 0 #333333, 0 6px 0 #333333, 0 7px 0 #333333, 0 8px 0 #333333, 0 9px 0 #333333, 0 50px 30px rgba(0, 0, 0, 0.2);
    }
}

@keyframes text-pop-up-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none;
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 #333333, 0 2px 0 #333333, 0 3px 0 #333333, 0 4px 0 #333333, 0 5px 0 #333333, 0 6px 0 #333333, 0 7px 0 #333333, 0 8px 0 #333333, 0 9px 0 #333333, 0 50px 30px rgba(0, 0, 0, 0.2);
    }
}

.footer-site {
    background-color: transparent;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px;
    font-family: Orbitron, Arial, Helvetica, sans-serif;
    width: 100%;
    font-weight: 400;
}

.footer-site p {
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px;
}

.footer-site a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.footer-site a:hover {
    text-decoration: underline;
}

.info-bubble ul li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.info-bubble ul li a {
    color: #000000;
    text-decoration: none;
}

.info-bubble ul li a:hover {
    text-decoration: underline;
}
