:root {
    --corPrincipal: #E2AF22;
    --corSecundaria: #232323;
    --FonteTitulo: "Montserrat", sans-serif;
    --FonteSecundaria: "Inter", sans-serif;
}

#foto {
    top: 350px;
    width: 250px;
}

@media (max-width: 415px) {
    #foto {
        width: 210px;
        top: 410px;
    }
}

main .informacoes button {
    width: unset;
    width: 130px;
}

body main .informacoes button {
    top: 440px !important;
}

body main .informacoes .btnWhats {
    color: #fff !important;
}

main .informacoes .span {
    display: none;
}

.quemSomos picture img {
    height: 690px;
}

.quemSomos .cont {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}

.quemSomos .cont .caixa {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.quemSomos .cont .caixa img {
    width: 150px;
}

.quemSomos .cont .caixa span {
    position: unset;
    color: #232323;
    font-family: var(--FonteSecundaria);
    margin: auto 0;
    width: unset;
    transform: unset;
    text-align: unset;
}

.quemSomos button {
    top: 610px;
    background-color: #232323;
    color: #fff;
}

.quemSomos span {
    top: 580px;
    color: #fff;
}

.assuntos {
    position: relative;
    top: 686px;
    left: 0;
    width: 100%;
}

.assuntos picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3050px;
    object-fit: cover;
}

.assuntos #tituloAss {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    font-family: var(--FonteTitulo);
    color: var(--corPrincipal);
    text-align: center;
    margin: 30px 0;
    width: 100%;
    text-align: center;
}

.assuntos .cont {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}

.assuntos .cont .caixa {
    width: 380px;
    height: auto;
    background-color: #D9D9D9;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
    padding: 20px 20px;
    margin: 40px auto;
}

.assuntos .cont .caixa h2 {
    margin: unset;
    margin-bottom: 23px;
    font-family: var(--FonteSecundaria);
}

.assuntos .cont .caixa li {
    font-family: var(--FonteSecundaria);
    text-decoration: none;
    list-style: none;
    margin: 15px 0;
}

.assuntos .cont .caixa i {
    color: var(--corPrincipal);
    font-size: 23px;
    margin-right: 7px;
}

.chance picture img {
    position: absolute;
    top: 280px;
    right: 0;
    width: 400px;
    object-fit: cover;
}

#logo {
    display: none;
}

.chance {
    position: relative;
    top: 3715px;
    width: 100%;
    height: 675px;
}

.chance h2 {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%);
    font-family: var(--FonteTitulo);
    color: #000;
    font-weight: bold;
    font-size: 22px;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.chance p {
    position: absolute;
    top: 130px;
    font-family: var(--FonteSecundaria);
    color: #000;
    font-size: 18px;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    z-index: 1000;
}

.chance button {
    position: absolute;
    top: 230px;
    left: 6%;
    background-color: transparent;
    padding: 10px 20px;
    font-family: var(--FonteSecundaria);
    color: #000;
    border: 2px solid var(--corPrincipal);
    border-radius: 10px;
    font-size: 17px;
    z-index: 1000;
    transition: transform 0.5s;
    cursor: pointer;
}

.chance button:hover {
    transform: scale(1.1);
}

.footer {
    top: 3720px;
}

@media (min-width: 500px) {
    .chance h2 {
        width: 70%;
    }

    .chance p {
        width: 90%;
    }
}

@media (min-width: 501px) and (max-width: 700px) {
    .chance h2 {
        left: 5%;
        transform: unset;
        text-align: unset;
    }

    .chance p {
        left: 5%;
        transform: unset;
    }

    .chance button {
        left: 5%;
    }

    .chance picture img {
        width: 450px;
        top: 172px;
    }

    .chance {
        height: 615px;
    }
}

@media (min-width: 650px) {
    .quemSomos .cont {
        width: 90%;
    }
}

@media (min-width: 750px) {
    .quemSomos .cont {
        width: 80%;
    }
}

@media (min-width: 860px) {
    .quemSomos .cont {
        width: 70%;
    }
}

@media (min-width: 1000px) {
    .quemSomos .cont {
        width: 60%;
    }
}

@media (min-width: 1150px) {
    .quemSomos .cont {
        width: 50%;
    }

    .quemSomos #fotoQuem {
        display: block !important;
        width: 250px;
        top: 20px;
    }
}

@media (min-width: 1350px) {
    .quemSomos .cont {
        width: 40%;
    }
}

@media (min-width: 1700px) {
    .quemSomos .cont {
        width: 35%;
    }
}

.quemSomos #fotoQuem {
    display: none;
}

@media (min-width: 701px) {
    .chance picture img {
        top: 110px;
    }

    .chance h2 {
        left: 5%;
        transform: unset;
        text-align: unset;
    }

    .chance p {
        left: 5%;
        transform: unset;
        width: 70%;
    }

    .chance button {
        left: 5%;
    }

    .footer {
        top: 3460px;
    }
}

@media (min-width: 800px) {
    /* .chance picture img {
        width: 850px;
        top: 70px;
    } */

    .chance h2 {
        width: 400px;
        left: 12%;
    }

    .chance p {
        width: 500px;
        left: 12%;
    }

    .chance button {
        left: 12%;
    }
}

@media (min-width: 900px) {
    #foto {
        width: 300px;
        top: 290px;
    }

    .chance picture img {
        width: 450px;
        top: 50px;
    }
}

@media (min-width: 1000px) {
    .assuntos .cont {
        padding: 0 100px;
    }

    .assuntos .cont .caixa {
        margin: 40px 0;
    }

    .esquerda {
        margin-left: 55% !important;
    }

    .flecha1 {
        position: absolute;
        top: 90px;
        right: 30%;
        width: 200px;
        transform: scaleY(-1);
    }

    .flecha2 {
        position: absolute;
        top: 420px;
        left: 25%;
        width: 200px;
        transform: rotate(80deg);
    }

    .flecha3 {
        position: absolute;
        top: 750px;
        right: 30%;
        width: 200px;
        transform: scaleY(-1);
    }

    .flecha4 {
        position: absolute;
        top: 1100px;
        left: 25%;
        width: 200px;
        transform: rotate(80deg);
    }

    .flecha5 {
        position: absolute;
        top: 1460px;
        right: 30%;
        width: 200px;
        transform: scaleY(-1);
    }

    .flecha6 {
        position: absolute;
        top: 1850px;
        left: 25%;
        width: 200px;
        transform: rotate(80deg);
    }

    .flecha7 {
        position: absolute;
        top: 2250px;
        right: 30%;
        width: 200px;
        transform: scaleY(-1);
    }
}

@media (min-width: 1100px) {
    .assuntos #tituloAss {
        font-size: 35px;
    }

    #foto {
        width: 380px;
        top: 220px;
    }

    .chance picture img {
        width: 530px;
        top: 20px;
    }

    .footer {
        top: 3510px;
    }
}

@media (min-width: 1200px) {
    .assuntos .cont {
        width: 90%;
    }

    .chance h2 {
        font-size: 25px;
        width: 500px;
    }

    .chance p {
        font-size: 22px;
    }

    .assuntos .esquerda {
        margin-left: 65% !important;
    }

    .flecha1 {
        right: 22%;
    }

    .flecha2 {
        left: 35%;
    }

    .flecha3 {
        right: 22%;
    }

    .flecha4 {
        left: 35%;
    }

    .flecha5 {
        right: 22%;
    }

    .flecha6 {
        left: 35%;
    }

    .flecha7 {
        right: 22%;
    }
}

@media (min-width: 1300px) {
    .chance picture img {
        top: 30px;
    }

    .footer {
        top: 3600px;
    }

    .chance h2 {
        top: 80px;
    }

    .chance p {
        top: 180px;
    }

    .chance button {
        top: 280px;
    }

    .assuntos .cont {
        width: 80%;
    }
}

@media (min-width: 1450px) {
    .chance h2 {
        font-size: 30px;
        width: 600px;
    }

    .chance p {
        font-size: 25px;
    }

    .chance button {
        font-size: 20px;
    }
}

@media (min-width: 1600px) {
    .assuntos .cont {
        width: 70%;
    }
}

@media (max-width: 999px) {
    .flecha1 {
        display: none;
    }

    .flecha2 {
        display: none;
    }

    .flecha3 {
        display: none;
    }

    .flecha4 {
        display: none;
    }

    .flecha5 {
        display: none;
    }

    .flecha6 {
        display: none;
    }

    .flecha7 {
        display: none;
    }
}

.chance picture img {
    width: 580px !important;
}

@media (min-width: 1600px) {
    #foto {
        width: 450px;
        top: 200px;
    }
}