@supports (-webkit-touch-callout: none) {
    .home {
        /* Fix scroll on mobile safari */
        min-height: -webkit-fill-available !important;
     } 
  }

.section-text, .section-text a {
    position: absolute;
    color: var(--bs-primary);
    text-shadow: white 1px 1px 3px;
    top: 0px;
    padding: 25% 10%;
}

.home {
    position: absolute;
    height: 100%;
    width: 100%;
}
.quadro {
    position: relative;
    overflow: hidden;
    float: left;
    background-position: top center;
    background-size: cover;
}

@media (orientation: landscape) {
    .quadro {
        width: 25%;
        height: 100%;
        transition: width 0.8s;
    }
    .blurred {
        opacity: 0.4;
        width: 16.666%;
        transition: width 0.8s;
    }
    .focused {
        width: 50%;
    }
}
  
@media (orientation: portrait) {
    .quadro {
        height: 25%;
        width: 100%;
    }
}

.voce {
    background-image: url("./voce/img/intro.jpeg");
}

.adecec {
    background-image: url("./adecec/img/intro.png");
}
.museu {
    background-image: url("./museu/img/intro.jpeg");
}

.infcor {
    background-position: bottom center;
    background-image: url("./infcor/img/intro.jpeg");
}
