body {
    font-family: Arial, sans-serif;
    background-color: #000000;
    margin: 0;
    height: 100vh;
    justify-content: center;
    align-items: stretch;
    color: #fff;
}
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

h2{
    font-size: clamp(35px, 5vw, 65px);
    font-weight: bold;
    margin-bottom: clamp(15px, 2.3vw, 30px);
}
h3{
    font-size: clamp(18px, 2.3vw, 30px);
    font-weight: bold;
    margin-bottom: clamp(15px, 2.3vw, 30px);
}
.center{
    max-width: 1300px;
    margin: 0 auto;
}
.botao{
    background-color: rgb(57, 170, 174);
    border-radius: 30%;
    padding: clamp(15px, 1.5vw, 20px) clamp(10px, 1.2vw, 15px);
    color: #fff;
    border: 0;
    font-size: clamp(22px, 3vw, 40px);
    text-transform: uppercase;
    width: clamp(200px, 23vw, 300px);
    cursor: pointer;
}

.borda{
    width: 100%;
    top: -20px;
    left: -20px;
    position: absolute;
}


/******************************************************************/

/* Layout da seção b0 */
.b0 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    min-height: 800px;
    max-width: 1500px;
}
.b0 .esq {
    flex: 1;
    max-width: 50%;
    opacity: 0;
    transform: translateX(-150px) rotate(-45deg);
    animation: slideInLeftRotate 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
}
.b0 h3, .b0 .botao{
    margin: 15px 40px;
}
.b0 .imgcorredor {
    position: relative;
    width: 563px;
    height: 512px;
    flex-shrink: 1;
    max-width: 50%;
    opacity: 0;
    transform: translateX(150px) rotate(45deg);
    animation: slideInRightRotate 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s both;
}
.b0 .imgcorredor .fundo {
    width: 100%;
    height: auto;
    max-width: 543px;
    position: absolute;
    top: 0;
    left: 0;
}

.b0 .imgcorredor .img1 {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 18%;
    height: auto;
    width: 53%;
    max-width: 296px;
}

/* Media query para telas de 1000px ou menos */
@media (max-width: 1000px) {
    .b0 {
        flex-direction: column;
        text-align: center;
        min-height: initial;
    }
    
    .b0 .esq {
        max-width: 100%;
        order: 1;
    }
    
    .b0 .imgcorredor {
        margin: 0 auto;
        order: 2;
        width: 40%;
        max-width: initial;
        height: 400px;
    }
}
@media (max-width: 700px) {
    .b0 .imgcorredor {
        width: 300px;
        max-width: initial;
        height: 400px;
    }
}
/******************************************************************/

/* Layout da seção b0 */
.b1 {
    display: block;
    padding: 20px;
    min-height: 700px;
    position: relative;
}
.b1 h2{
    color: rgb(92, 225, 230);
    text-align: center;
}
.b1 {
    background: url('imgs/foto1.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center -1000px;
    position: relative;
    background-size: 100% auto;
}
.b1 h3{
    max-width: 1000px;
    margin: clamp(20px, 2.3vw, 30px) auto;
    line-height: clamp(30px, 3.8vw, 50px);
}
/* Media query para telas de 1000px ou menos */
/* Media query para telas de 1000px ou menos */
@media (max-width: 1600px) {
    .b1 {
        background-position: center -500px;
    }
}
@media (max-width: 1000px) {
    .b1 {
        flex-direction: column;
        text-align: center;
        min-height: initial;
        background-position: center -200px;
    }
}
@media (max-width: 400px) {
    .b1 {
        background-position: center 0;
    }
}

/******************************************************************/

/* Layout da seção b0 */
.b2 {
    display: block;
    padding: 100px 100px 100px 100px;
}
.b2 .centro{
    max-width: 1500px;
    margin: 0 auto;
}
.b2 h2{
    color: rgb(92, 225, 230);
    text-align: center;
    font-size: clamp(30px, 3.8vw, 50px);
}
.b2 .bx{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    gap: 20px;
}
.b2 .bx span{
    flex: 0 0 25%;
    border-radius: 50%;
    background-color: rgb(92, 225, 230);
    width: clamp(150px, 15vw, 200px);
    height: clamp(150px, 15vw, 200px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: clamp(25px, 3vw, 40px);
    box-sizing: border-box;
    color: #fff;
    font-size: clamp(20px, 2.7vw, 35px);
    font-weight: bold;
}
.b2 h3{
    text-align: center;
    font-size: clamp(18px, 2.3vw, 30px);
    font-weight: bold;
    margin-bottom: clamp(15px, 2.3vw, 30px);
    border-radius: clamp(15px, 1.9vw, 25px);
    border: 1px solid #fff;
    padding: clamp(20px, 2.3vw, 30px);
}

/* Media query para telas de 1000px ou menos */
@media (max-width: 1000px) {
    .b2{
        padding: 50px 10px;
        height: 900px;
    }
    .b2 .bx {
        display: block;
    }
    .b2 .bx span{
        margin: 20px auto;
    }
}





/******************************************************************/

/* Layout da seção b0 */
.b3 {
    display: block;
    padding: 50px 20px 150px 20px;
    position: relative;
    min-height: 400px;
}
.b3 .centro{
    max-width: 1500px;
    margin: 0 auto;
}
.b3 h2{
    color: rgb(92, 225, 230);
    text-align: center;
}
.b3 {
    background: url('imgs/foto2.jpg?3') no-repeat center 20px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center -400px;
    position: relative;
    background-size: 100% auto;
}
/* Media query para telas de 1000px ou menos */
@media (max-width: 1000px) {
    .b3 {
        min-height: initial;
        background-position: center -300px;
    }
}
/* Media query para telas de 1000px ou menos */
@media (max-width: 700px) {
    .b3 {
        min-height: initial;
        background-position: center -100px;
    }
}
/* Media query para telas de 1000px ou menos */
@media (max-width: 500px) {
    .b3 {
        min-height: initial;
        background-position: center 0;
    }
}



/******************************************************************/

/* Layout da seção b0 */
.b4 {
    display: block;
    padding: 20px;
    text-align: center;
}
.b4 .centro{
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
}
.b4 .img{
    flex: 1;
}
.b4 .caixa{
    flex: 1;
    width: 60%;
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 auto;
    color: #000;
    text-align: left;
}
.b4 .caixa h2{
    color: rgb(92, 225, 230);
    text-align: center;
}
.b4 .caixa h3, .b4 .caixa h3{
    font-size: clamp(16px, 1.5vw, 20px);
    font-weight: bold;
    margin-bottom: clamp(20px, 2.3vw, 30px);
    line-height: clamp(22px, 2.3vw, 30px);
}

/* Media query para telas de 1000px ou menos */
@media (max-width: 1000px) {
    .b4 {
        flex-direction: column;
        text-align: center;
    }
    .b4 .centro{
        display: block;
    }
    .b4 .img{
        width: 80%;;
    }
    
}

/* Media query para telas de 1000px ou menos */
@media (max-width: 630px) {
    .b4 .caixa {
        padding: 10px;
        width: calc(90% - 20px);
    }
    
}


/******************************************************************/

/* Layout da seção b0 */
.b5 {
    display: block;
    padding: 20px 20px 100px 20px;
    min-height: 500px;
}
.b5 .centro{
    max-width: 1500px;
    margin: 0 auto;
}
.b5 h2{
    color: rgb(92, 225, 230);
    text-align: center;
    font-size: clamp(30px, 3.8vw, 50px);
}
.b5 .modulos{
    padding: 20px;
    text-align: left;
    display: flex;
    gap: 20px;
}
.b5 .modulos div{
    flex: 1;
    border-radius: clamp(15px, 1.5vw, 20px);
    border: 1px solid #fff;
    width: 50%;
    margin: clamp(15px, 1.5vw, 20px) auto;
    padding: clamp(20px, 2.3vw, 30px);
    line-height: clamp(25px, 2.7vw, 35px);
    font-size: clamp(18px, 1.9vw, 25px);
    box-sizing: border-box;
}
.b5 .modulos b{
    margin-bottom: 20px;
}


/* Media query para telas de 1000px ou menos */
@media (max-width: 1000px) {
    .b5 {
        flex-direction: column;
        text-align: center;
    }
    .b5 .modulos{
        display: block;
    }
    .b5 .modulos div{
        width: 80%;
    }
    
}

/* Media query para telas de 1000px ou menos */
@media (max-width: 1000px) {
    .b5 .modulos div{
        width: 90%;
    }
    .b5 .modulos {
        padding: 10px 0;
    }
    
}


/******************************************************************/

/* Layout da seção b0 */
.b6 {
    display: block;
    padding: 100px 20px 100px 20px;
    min-height: 600px;
    background: url('imgs/foto3.jpg') no-repeat;
    background-attachment: fixed;
    background-position: center -700px;
    position: relative;
    background-size: 100% auto;
}
.b6 h2{
    color: rgb(92, 225, 230);
    text-align: center;
    font-size: clamp(30px, 3.8vw, 50px);
}
.b6 h3{
    width: clamp(300px, 69vw, 900px);
    float: right;
    padding: clamp(15px, 1.5vw, 20px);
    font-size: clamp(24px, 3vw, 40px);
}


/* Media query para telas de 1000px ou menos */
@media (max-width: 1500px) {
    .b6 {
        background-position: center -500px;
    }
}

@media (max-width: 1000px) {
    .b6 {
        padding: 10px;
        background-position: center -300px;
    }
    .b6 .centro{
        padding: 10px;
    }
    .b6 h3{
        float: none;
    }
}
@media (max-width: 600px) {
    .b6 {
        background-position: center 0;
    }
}
@media (max-width: 400px) {
    .b6 h3{
        width: clamp(200px, 69vw, 900px);
    }
}
/******************************************************************/

/* Layout da seção b0 */
.b7 {
    display: block;
    padding: 100px 20px 100px 20px;
    min-height: 600px;
    background: url('imgs/foto5.jpg') no-repeat;
    background-attachment: fixed;
    background-position: center -700px;
    position: relative;
    background-size: 100% auto;
}
.b7 h3{
    text-align: center;
    font-size: clamp(30px, 3.8vw, 50px);
    width: clamp(80%, 50vw, 50%);
    margin: 0 auto;
}
.b7 .botao{
    font-size: clamp(20px, 2.7vw, 35px);
    margin: clamp(30px, 3vw, 40px) auto;
    width: clamp(300px, 38vw, 500px);
    padding: clamp(25px, 3vw, 40px);
    text-align: center;
    text-transform: initial;
    display: block;
}

/* Media query para resoluções maiores que 1500px */
@media (min-width: 1501px) {
    .db7 {
        background-size: 100% auto;
    }
}

/* Media query para telas de 1000px ou menos */
@media (max-width: 500px) {
    .b7 .botao{
        width: 70%;
    }
    
}

/******************************************************************/

/* Layout da seção b0 */
.b8 {
    display: block;
    min-height: 500px;
    padding: 20px 20px 100px 20px;
}
.b8 .centro{
    max-width: 1500px;
    margin: 0 auto;
}

.b8 .botao{
    font-size: clamp(20px, 2.7vw, 35px);
    margin: clamp(30px, 3vw, 40px) auto;
    width: clamp(300px, 38vw, 500px);
    padding: clamp(25px, 3vw, 40px);
    text-align: center;
    text-transform: initial;
    display: block;
}
/* Media query para telas de 1000px ou menos */
@media (max-width: 500px) {
    .b8{
        min-height: initial;
    }    
}

/******************************************************************/
/* ANIMAÇÕES SCROLL */
/******************************************************************/

/* Animações Scroll-Triggered */
.animate-section {
    opacity: 0;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
}

.animate-section.active {
    opacity: 1;
}

/* Slide animations */
.slide-left {
    transform: translateX(-80px);
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slide-left.active {
    transform: translateX(0);
}

.slide-right {
    transform: translateX(80px);
    transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}

.slide-right.active {
    transform: translateX(0);
}

.slide-up {
    transform: translateY(60px);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

.slide-up.active {
    transform: translateY(0);
}

.slide-down {
    transform: translateY(-60px);
    transition: all 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}

.slide-down.active {
    transform: translateY(0);
}

/* Fade and scale animation */
.fade-scale {
    transform: scale(0.85);
    transition: all 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}

.fade-scale.active {
    transform: scale(1);
}

/* Bounce animation */
.bounce-in {
    transform: scale(0.4);
    transition: all 0.1s ease-out;
}

.bounce-in.active {
    transform: scale(1);
    animation: bounceIn 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s both;
}

@keyframes bounceIn {
    0% {
        transform: scale(0.4);
        opacity: 0;
    }
    40% {
        transform: scale(1.1);
        opacity: 0.7;
    }
    60% {
        transform: scale(0.95);
        opacity: 0.9;
    }
    80% {
        transform: scale(1.02);
        opacity: 0.95;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Animações para seção b0 */
@keyframes slideInLeftRotate {
    0% {
        opacity: 0;
        transform: translateX(-150px) rotate(-45deg);
    }
    70% {
        opacity: 0.8;
        transform: translateX(10px) rotate(-5deg);
    }
    100% {
        opacity: 1;
        transform: translateX(0) rotate(0deg);
    }
}

@keyframes slideInRightRotate {
    0% {
        opacity: 0;
        transform: translateX(150px) rotate(45deg);
    }
    70% {
        opacity: 0.8;
        transform: translateX(-10px) rotate(5deg);
    }
    100% {
        opacity: 1;
        transform: translateX(0) rotate(0deg);
    }
}

/* Animação especial para elementos filhos da seção b2 */
.b2 .bx span {
    opacity: 0;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Primeiro span - vem da esquerda */
.b2 .bx span:nth-child(1) {
    transform: translateX(-120px);
}

.b2.active .bx span:nth-child(1) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.2s;
}

/* Segundo span - vem de baixo */
.b2 .bx span:nth-child(2) {
    transform: translateY(120px);
}

.b2.active .bx span:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

/* Terceiro span - vem da direita */
.b2 .bx span:nth-child(3) {
    transform: translateX(120px);
}

.b2.active .bx span:nth-child(3) {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.6s;
}

.b5 .modulos div {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.b5.active .modulos div:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.b5.active .modulos div:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.b5.active .modulos div:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

/* Media query para telas de 1000px ou menos */
@media (max-width: 500px) {
    .b8 .botao{
        width: 70%;
    }
    
}

