body {
    font-family: 'Gilroy', serif;
    background-color: rgba(35,53,61,1);
}
.grid-container {
    max-width: 100rem;
}
.section-1 {
    height: 130vh;
    background: #000 url("../img/foto-section-1.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.section-1 .background {
    width: 50%;
    height: 100%;
    background: url("../img/bg-section-1.png") no-repeat top left;
    background-size: cover;
    position: absolute;
    left: 8vw;
    top: 0;
    z-index: 3;
}
.section-1 .degrade {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}
.section-1 .container {
    position: relative;
    z-index: 4;
}
.section-1 .logo-container {
    background-color: rgba(255,255,255,1);
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-1 .menu a {
    font-family: 'Pertibd', sans-serif;
    color: #0C1F28;
    text-shadow:  3px 5px 20px #FFFFFF;
    letter-spacing: 3px;
}
.section-1 .menu .button, .section-1 .menu a {
    padding: .7rem 1.5rem;
}
.section-1 .button-container {
    position: absolute;
    z-index: 5;
    top: 90vh;
    width: 100%;
}
.section-1 .button-container a {
    font-family: 'Pertibd', sans-serif;
    font-size: 1rem;
    padding: 0.8rem;
    display: inline-block;
    width: 100%;
    color: rgba(255,255,255,1);
    border: solid 1px  rgba(255,255,255,1);
    letter-spacing: 6px;
}

.section-1 .slogna {
    margin-top: 13vh;
}



.section-1 h2 {
    font-family: 'Pertibd', sans-serif;
    color: rgba(255,255,255,1);
    font-size: clamp(1rem, 1.5rem, 2rem); ;
    text-shadow: -6px 5px 2px #000000;
}
/*.section-1 h2 span {
    color: rgba(76,122,138,1);
}*/
.section-1 #contato-top {
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 850px) {
    .section-1 {
        height: 100vh;
        background: #000 url(../img/foto-section-1.jpg) no-repeat center top;
        background-size: contain;
        position: relative;
        z-index: 0;
    }

    .section-1 .button-container {
        top: 69vh
    }

    .section-1 .menu .button, .section-1 .menu a {
        font-size: 0.7rem;
        padding: .3rem 1rem;
    }

    .section-1 .slogna img {
        width: 45%;
    }

    .section-1 .button-container {
        top: 82vh
    }

    .section-1 .button-container a {
        font-size: 0.7rem;
        letter-spacing: 3px;
    }

    .section-1 h2 {
        font-family: 'Pertibd', sans-serif;
        color: rgba(255,255,255,1);
        font-size: 1rem;
    }
}


@media screen and (max-width: 640px) {
    .section-1 {
        height: 60vh;
        background: #000 url(../img/foto-section-1.jpg) no-repeat center 10vh;
        background-size: cover;
        position: relative;
        z-index: 0;
    }
    .section-1 .button-container {
        top: 50vh
    }
    .section-1 .button-container a {
        font-size: 1rem;
        letter-spacing: 3px;
    }
    .section-1 .degrade {
        /* display: block; */
    }
    .section-1 .slogna {
        margin-top: 5vh;
        margin-bottom: 1vh;
    }
    .section-1 .slogna img {
        width: 45%;
    }

    .section-1 .button-container a {
        padding: 0.7rem 2rem;
        width: auto;
    }
}



.section-2 {
    background-color: rgba(12,31,40,1);
    position: relative;
    min-height: 80vh;
    padding-bottom: 15vh;
}
.section-2 .background {
    background-size: contain;
    background: url("../img/bg-section-2.png") no-repeat center right;
    width: 50%;
    height: 100%;
    background-size: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.section-2 .folhas {
    background-size: contain;
    background: url("../img/folhas.png") no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.section-2 .container-form {
    position: relative;
    z-index: 3;
}
.section-2 .container-title {
    position: relative;
    top: -15vh;
    margin-bottom: -10vh;
}


.section-2 .container-form input {
    min-height: 3rem;
}

.section-2 .container-form textarea {
    min-height: 10rem;
}
.section-2 label {
    margin-bottom: 1.5rem;
}
.section-2 label span {
    font-size: 1.2rem;
    display: inline-block;
    padding-bottom: 0.8rem;
    color: rgba(255,255,255,1);
}

.section-2 .container-form input, .section-2 .container-form textarea {
    font-size: 1rem;
    padding: 1rem 0.7rem;
    background: rgba(94,125,137,1);
    border-color: rgba(122,132,127,1);
}

.section-2 .button-container button {
    font-family: 'Pertibd', sans-serif;
    font-size: 1.5rem;
    width: 45%;
    padding: 0.8rem 1.2rem;
    display: inline-block;
    color: rgba(255,255,255,1);
    border: solid 1px  rgba(255,255,255,1);
    letter-spacing: 6px;
    margin-top: 1rem;
}


@media screen and (max-width: 1024px) {
    .section-2 h2 {
        font-family: 'Pertibd', sans-serif;
        color: rgba(255,255,255,1);
        font-size: 3rem;
    }
}

@media screen and (max-width: 960px) {
    .section-2 .container-title {
        position: relative;
        top: 24px;
        margin-bottom: 5vh;
    }
    .section-2 h2 {
        font-family: 'Pertibd', sans-serif;
        color: rgba(255,255,255,1);
        font-size: 1.5rem;
    }
    .section-2 .container-form {
        margin-bottom: 5vh;
    }
    .section-2 .button-container button {
        font-size: 1rem;
    }
}




.section-3 {
    background-color: rgba(12,31,40,1);
    position: relative;
}
.section-3 .background {
    background-size: contain;
    background: url("../img/folha.png") no-repeat center left;
    width: 18%;
    height: 100%;
    background-size: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.section-3 .container-video {
    text-align: center;
    position: relative;
    z-index: 0;
}

@media screen and (max-width: 960px) {
    .swiper-wrapper {
        padding-bottom: 5rem;
    }
    .swiper-pagination {
        bottom: 5rem;
    }
}


.section-4 {
    padding-top: 5rem;
    background-color: rgba(12,31,40,1);
    position: relative;
    padding-bottom: 5rem;
}
.section-4 .background {
    background-size: contain;
    background: url("../img/folha-lista.png") no-repeat center right;
    width: 35%;
    height: 35%;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -9rem;
    z-index: 1;
}
.section-4 .montanhas {
    background-size: contain;
    background: url("../img/montanhas.png") no-repeat center bottom;
    width: 100%;
    height: 55%;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.section-4 .container-list {
    font-family: 'Pertibd', sans-serif;
    font-size: 3rem;
    color: rgba(255,255,255,1);
    position: relative;
    z-index: 2;
}

.section-4 .container-list .item {
    margin-bottom: 2rem;
}

.section-4 .container-list .icon {
    padding-right: 1.5rem;
}

@media screen and (max-width: 1620px) {
    .section-4 .container-list {
        font-size: 2rem;
    }
}

@media screen and (max-width: 960px) {
    .section-4 {
        padding-bottom: 0;
    }
    .section-4 .container-list {
        font-size: 1.2rem;
    }

    .section-4 .container-list .item {
        text-align: center;
    }

    .section-4 .container-list .icon {
        padding-right: 0;
        text-align: center;
    }

    .section-4 .container-list .text {
        text-align: center;
    }
}



.section-5 {
    background-color: rgba(12,31,40,1);
    position: relative;
    padding-bottom: 15rem;
}
.section-5 .background {
    position: relative;
    z-index: 1;
}

.section-5 .background img {
    opacity: 0.5;
}

.section-5 .folhas {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.section-5 .container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.section-5 .container .container-title {
    position: relative;
    z-index: 2;
}

.section-5 .container .container-button {
    position: relative;
    z-index: 4;
}

.section-5 .container .container-button a {
    font-family: 'Pertibd', sans-serif;
    font-size: 1rem;
    width: 45%;
    padding: 0.8rem 1.2rem;
    display: inline-block;
    color: rgba(255,255,255,1);
    border: solid 1px  rgba(255,255,255,1);
    margin-bottom: 5rem;
    letter-spacing: 6px;
}




@media screen and (max-width: 1024px) {
    .section-5 .container-title {
        min-height: 7rem;
    }

    .section-5 .container-title .title img {
        width: 100vw;
    }

    .section-5 .container-button a {

    }

    .section-5 .container .container-button a {
        padding: 0.5rem 0.5rem;
        font-size: 1rem;
        width: 84%;
    }

}
@media screen and (max-width: 960px) {
    .section-5 .container .container-title {
        width: 28vh;
    }
    .section-5 .container-title {
        min-height: 0;
    }
}

.section-6 {
    position: relative;
}
.section-6 .container-bg {
    width: 100%;
    height: 3rem;
    background-color: #214A35;
}

.section-6 .container-button, .section-8 .container-button {
    position: absolute;
    right: 2rem;
    top: 2rem;
    z-index: 99;
}

@media screen and (max-width: 960px) {
    .section-6 .container-button, .section-8 .container-button {
        display: none;
    }
    .section-6 .container-bg {
        height: 1.5rem;
    }
}


.section-7 {
    background: #F58632 url("../img/capacete-background.png") repeat;
    padding-bottom: 1rem;
}

.section-7 .container-title {
    text-align: center;
}

.section-7 .container-title .container-button {
    position: relative;
    top: -21rem;
    margin-bottom: -18rem;;
}

.section-7 .container-title .container-button a {
    font-size: 1.3rem;
    padding: 1.5rem 2rem;
    display: inline-block;
    color: #F58933;
    border: solid 1px  #363435;
    background-color: #363435;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.section-7 .container-slide {
    position: relative;
    right: -3rem;
    text-align: right;
}

.section-7 .container-text {
    background-color: #363435;
    color: #fff;
    padding: 8rem;
}
.section-7 .container-text h3 {
    font-weight: bold;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.section-7 .container-text h3 span, .section-7 .container-text p span {
    font-weight: bold;
    color: #F58632;
}
.section-7 .container-text p {
    font-size: 1.8rem;
    margin-bottom: 0;
}

.section-7 .box-container {
    position: relative;
    top: -1rem;
    float: right;
    margin-right: 3rem;
    background-color: #fff;
    width: 69vw;
    padding: 7rem 7rem 5.5rem;
}

.section-7 .box-container .container-subtitle {
    font-weight: 800;
    font-size: 5rem;
    color: #000;
    line-height: 1.1;
    text-transform: uppercase;
}

.section-7 .box-container .container-subtitle span {
    color: #F58632;
}

.section-7 .box-container .container-subtext {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
}
.section-7 .box-container .container-subtext p {
    font-size: 1.2rem;
    font-weight: bold;
    color: #F58933;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.section-7 .container-subbutton {
    text-align: center;
    margin: 4rem auto 4rem;
}

.section-7 .container-subbutton a {
    font-size: 1.3rem;
    padding: 1.5rem 2rem;
    display: inline-block;
    color: #F58933;
    border: solid 1px  #363435;
    background-color: #363435;
    letter-spacing: 6px;
    text-transform: uppercase;
}

@media screen and (max-width: 1620px) {
    .section-7 .box-container .container-subtitle {
        font-size: 4vw;
    }
}

@media screen and (max-width: 960px) {

    .section-7 .container-slide {
        display: none;
    }
    .section-7 .container-title .container-button {
        top: 0;
        margin-bottom: 0;
    }
    .section-7 .container-text, .section-7 .box-container {
        padding: 2rem;
    }
    .section-7 .container-text h3 {
        font-size: 2.5rem;
    }
    .section-7 .box-container .container-subtitle {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    .section-7 .container-text p {
        font-size: 1rem;
    }
    .section-7 .box-container {
        top: 0;
        margin-right: 0;
        width: 100%;
    }
    .section-7 .container-subbutton {
        margin: 2rem auto 1rem;
    }
    .section-7 .container-title .container-button a {
        font-size: 1rem;
        padding: 1rem 1.5rem;
    }
}

.section-8 {
    background: url("../img/bg-casa.jpg") no-repeat center bottom;
    background-size: cover;
    border-bottom: solid 2rem #F58933;
    position: relative;
}

.section-8 .container-text {
    background-color: rgba(10, 10, 10, 0.7);
    width: 100%;
    height: 100%;
    padding: 9rem 9rem 9rem 9rem;
}

.section-8 .container-text h2 {
    font-weight: 800;
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.section-8 .container-text h2 span {
    color: #F58632;
}
.section-8 .container-text p {
    font-size: 1.2rem;
    color: #fff;
}

.section-8 .container-text a {
    font-size: 1.2rem;
    width: 45%;
    padding: 0.8rem 1.2rem;
    display: inline-block;
    color: rgba(255,255,255,1);
    border: solid 1px  rgba(255,255,255,1);
    margin-bottom: 5rem;
    text-align: center;
    font-weight: 600;
}


@media screen and (max-width: 1620px) {
    .section-8 .container-text h2 {
        font-size: 3vw;
    }
    .section-8 .container-text {
        padding: 5rem;
    }
}

@media screen and (max-width: 960px) {
    .section-8 .container-text {
        padding: 3rem;
    }
    .section-8 .container-text h2 {
        font-size: 1.6rem;
    }
    .section-8 .container-text a {
        width: 80%;
        display: block;
        margin: 0 auto 1rem;
    }
}




.section-9 {
    padding: 2rem 0 2rem;
    background-color: #fff;
    position: relative;
    z-index: 0;
}
.section-9 h2 {
    font-family: 'Pertibd', sans-serif;
    font-size: 1.8rem;
    color: #0C1F28;
    text-align: center;
    margin-bottom: 2rem;
}
.section-9 .background {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
.section-9 .background-bottom {
    position: absolute;
    right: 0;
    bottom: -2rem;
    z-index: 5;
}
.section-9 .background-rodape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}
.section-9 .container-form {
    padding-bottom: 2rem;
    border-bottom: solid 2px #000;
    margin-bottom: 2rem;
}

.section-9 .container-image {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
}
.section-9 .container-form {
    position: relative;
    z-index: 2;
}
.section-9 .container-form form {
    position: relative;
    z-index: 3;
}

.section-9 .container-form input {
    min-height: 3rem;
}

.section-9 .container-form textarea {
    min-height: 10rem;
}
.section-9 label {
    margin-bottom:0;
}
.section-9 label span {
    font-size: 1.2rem;
    display: inline-block;
    padding-bottom: 0;
    color: #0C1F28;
}

.section-9 .container-form input, .section-9 .container-form textarea {
    font-size: 1rem;
    padding: 1rem 0.7rem;
    background: rgba(255,255,255,1);
    border-color: #0C1F28;
}

.section-9 .button-container button {
    font-family: 'Pertibd', sans-serif;
    font-size: 1.2rem;
    width: 45%;
    padding: 0.8rem 1.2rem 0.5rem;
    display: inline-block;
    color: #0C1F28;
    border: solid 1px  #0C1F28;
    letter-spacing: 6px;
    margin-top: 1rem;
}

.section-9 .final {
    font-family: 'Pertibd', sans-serif;
    font-size: 1rem;
    text-align: center;
}
.section-9 .menu {
    position: relative;
    z-index: 6;
    left: 7rem;
}

.section-9 .menu a {
    color: #0C1F28;
}

.section-9 .social {
    margin-top: 3rem;
    text-align: center;
}
.section-9 .social a {
    display: inline-block;
    margin: 0.5rem;
}


@media screen and (max-width: 960px) {
    .section-9 .menu {
        position: relative;
        z-index: 6;
        left: 0;
        margin-bottom: 2rem;
    }
    .section-9 .container-form {
        padding: 2rem 1rem;
    }
    .section-9 .background, .section-9 .background-bottom, .section-9 .background-rodape {
        display: none;
    }
    .section-9 .final {
        font-size: 0.85rem;
    }
    .section-9 .button-container button {
        font-size: 1rem;
        width: 85%;
    }
}


#whatsapp {
    position: fixed;
    right: 1.5rem;
    bottom: 1.2rem;
    z-index: 9999;
}


.section input, .section textarea, [type=submit], [type=button] {
    border-radius: 0;
}

.section .container-button a, .section .container-button button {

}