* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;

}


.background {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
}

.background-index {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-attachment: scroll;
    background-position: top center;
}

.background-text {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;

}

.background-text h1 {
    font-family: 'Druk Wide Trial';
    font-size: 45px;
}


.arrow {
    animation: animate 2s infinite;
    position: fixed;
    bottom: 10px;
    left: 50%;
    margin-left: -20px;
    width: 46px;
    height: 46px;
    background-image: url(../images/down-arrow.png);
    background-size: contain;
}

a[disabled] {
    pointer-events: none;
}



body {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100vw;

}

header {

    display: flex;
    width: 100%;
    height: 110px;
    transition: 1s;
    position: fixed;

}



header.rolagem {
    z-index: 2;
    background-color: #fff;

}

.logo {

    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 90px;
    width: 53%;

}

.logo img {
    width: 334px;
}

/* Estilo do Menu monbile*/

.btn-abrir-mobile i {
    font-size: 30px;
    text-align: end;

}

.menu-mobile.abrir-menu {
    width: 70%;
}

.menu-mobile.abrir-menu~.overlay-menu {
    display: block;
}

.btn-abrir-mobile {
    display: none;
    padding-left: 10%;
    margin-top: -6px;
    margin-right: -20px;


}


.menu-mobile {
    background-color: white;
    height: 100vh;
    width: 0%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    transition: .2s;
}



.menu-mobile nav a {
    text-align: left;
    color: black;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 25px;


}

.menu-mobile nav {
    display: flex;
    flex-direction: column;
    padding: 10px;

}

.menu-mobile .btn-fechar {
    color: #000;
    font-size: 30px;
    padding: 20px;
    text-align: end;

}

.overlay-menu {
    background: #000000a6;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7777;
    display: none;

}

div img {

    width: 100%;

}

.menu {
    display: flex;
    flex-grow: 0.6;
    justify-content: left;
    align-items: center;

}

.flex {
    display: flex;
    justify-content: center;
    width: 1280px;

}

.flex-2 {
    display: flex;
    justify-content: center;
    width: 1280px;

}


nav a {

    margin: 3%;
    text-decoration: none;
    color: inherit;
    font-size: 13px;
    font-weight: 700;
}

.btn-social {
    display: flex;
    align-items: center;
    justify-content: left;

}

.btn-social button {

    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    background-color: rgba(152, 152, 152, 0.4);
    border: none;
    cursor: pointer;
    margin: 0 3px;
    opacity: 85%;

}

.btn-social-bottom {
    display: flex;
    align-items: center;
}



.btn-social-bottom button {
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 50%;
    background-color: rgba(152, 152, 152, 0.4);
    border: none;
    cursor: pointer;
    margin: 0 3px;
    opacity: 85%;
}


section {
    display: flex;

}

section img {
    width: 100%;

}

main {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 100vw;
    padding: 20px 0 0 0;
}

.container {
    width: 100vw;
    background: white;
    padding-right: 5px;
    padding-left: 2px;



}

.img_box img {
    height: 100%;

}

.hover-content {
    flex-direction: column;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgb(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.6s;
    cursor: url(../images/lr-arrow2.png), pointer;

}

.hover-content:hover {
    opacity: 1;

}

.hover-content p {
    font-family: druk;
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
}

.hover-content span {
    font-family: druk;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}



.slider-container .container {
    padding: 0 0;
    max-width: 1200px;
    margin: 0 auto;
}


.swiper-slide {
    padding-right: 6px;
    padding-left: 6px;

}


.swiper-button-next {
    padding-right: 12px;
}

.swiper-button-prev {
    padding-left: 4px;
}


.sobre {
    display: flex;
    justify-content: center;
    width: 100vw;
    padding-top: 50px;
    padding-bottom: 30px;

}

.container-3 {
    display: flex;
    width: 100vw;
    padding: 20px 0 0 0;

}


.leftside {
    display: flex;
    flex-direction: column;
    width: 900px;
    justify-content: center;
    align-items: end;


}

.leftside h1 {
    font-family: 'Druk Wide Trial';
    width: 100%;
    font-size: 40px;
    padding-left: 65px;
    text-align: left;
    text-indent: 12%;

}

.leftside p {
    text-align: justify;
    text-indent: 12%;
    padding-left: 65px;
    font-family: Akkurat;
    font-size: 17px;
}

.leftside img {
    height: 100%;
}

.rightside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 960px;



}

.rightside img {
    width: 80%;

}


.leftside2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 960px;
}

.leftside2 img {
    width: 50%;
    height: 50%;


}

.rightside2 {
    display: flex;
    width: 960px;

}

.rightside2 img {
    height: 100%;
}

.container-4 {
    display: flex;
    width: 100%;
    position: relative;
    padding: 20px 0 0 0;


}

.container-4 img {
    display: flex;
    width: 100%;
}


.galeria-text {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: wheat;
    font-size: 8vw;
}


h3 {
    font-size: 12px;

}


footer {
    padding: 0 0 0 0;
    z-index: 9999;

}

.footer {

    display: flex;
    width: 100vw;
    justify-content: space-around;
    padding: 20px 3%;
    background-color: #fff;


}

.footer-left {
    width: 100%;
    text-align: right;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 180px;


}

.footer-left img {
    width: 330px;
}

.footer-center {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-left: 50px;

}

.footer-center a {

    font-size: 12px;
    font-weight: 700;
    color: #161616;
    text-decoration: none;

}

.footer-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding-left: 108px;


}


button a {
    color: #000;
}


.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: 0.2s;
    display: flex;
    visibility: hidden;
    opacity: 0;
    z-index: 999988;
    transition: all 0.3s ease-in-out;

}

.navigation.active {
    visibility: visible;
    opacity: 1;
}

.navigation .navArea {
    z-index: 888888;
    position: relative;
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 37px;
    padding-left: 37px;



}

.navigation .navArea ul li {
    list-style: none;
    margin-top: 7px;
    margin-left: 20px;



}

.navigation .navArea ul li a {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: black;

}

.navigation .navArea ul li span {
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: black;
}

.navigation .navArea ul li:hover a {
    color: gray;
}

.imgArea {
    position: relative;
    width: 50%;
    height: 100vh;
    background-color: #000;
}

.imgArea img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menuToggle {
    position: absolute;
    top: 30px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: #000 url(./images/menu.png);
    z-index: 999999999999999999999;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    visibility: hidden;

}

.menuToggle.active {

    background: url(../images/close.png);
    z-index: 999999999999999999999;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    visibility: visible;
    position: fixed;
}

.navLogo {
    padding-left: 20px;
    padding-bottom: 32px;

}

.navLogo img {
    width: 18rem;
}

.proj-about {
    display: flex;
    justify-content: center;
    width: 100vw;
    padding-top: 50px;
    padding-bottom: 30px;
}


.proj-about-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 50px;
    width: 800px;

}

.proj-about-left img {
    width: 90%;
}


.proj-about-right {
    display: flex;
    padding-right: 50px;
    width: 50%;
    flex-direction: column;
    justify-content: space-between;

}


.middle-info p {
    text-align: center;
    font-size: 0.8rem;
    color: gray;
    font-style: italic;
}

.middle-info span {
    display: flex;
    justify-content: right;
    text-align: right;
    font-size: 0.8rem;
    color: gray;
    font-style: italic;
}


.bottom-info {
    font-size: 0.9rem;
    text-indent: 12%;
    text-align: justify;


}

.info-proj {
    font-family: akkurat;
    font-size: 15px;
}

.top-info {
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.box-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid black;

}

.box-info label {
    font-family: akkurat;
    font-weight: 700;
}

.box-info span {
    font-family: Akkurat;
    font-size: 15px;

}

.box-left {
    display: flex;
    justify-content: left;
    flex-direction: column;
}

.box-left label {
    padding-top: 20px;
    border-bottom: 1px solid black;
    font-family: akkurat;
    font-weight: 700;

}


.box-right {
    display: flex;
    flex-direction: column;


}

.box-right span {
    padding-top: 20px;
    padding-left: 40px;
    border-bottom: 1px solid black;
    font-family: akkurat;
}


.two-photos {
    width: 100%;
    display: flex;
    padding-left: 200px;
    padding-right: 200px;
    padding-bottom: 45px;
}

.two-photos-2 {
    width: 100%;
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 45px;
}

.three-photos {
    width: 100%;
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 45px;

}

.three-photos-box {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;


}

.two-photos-box {
    text-align: left;

}

.two-photos-box-left {
    padding-right: 20px;
    height: 100%;
}

.two-photos-box-right {
    height: 100%;
    padding-left: 20px;
}

.full-photo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-bottom: 50px;

}

.full-photo img {
    height: 100%;
}




.contato {

    width: 100%;
    height: 100vh;

}

.contato a {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    color: #000;


}

.contato h2 {
    font-family: 'Druk Wide Trial';
    position: absolute;
    text-align: center;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.contato-btn-social {
    position: absolute;
    text-align: center;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.contato-btn-social button {

    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 50%;
    background-color: rgba(152, 152, 152, 0.4);
    border: none;
    cursor: pointer;
    opacity: 45%;
    margin: 0 3px;
}

.form-container {
    display: flex;
    justify-content: center;
    width: 100vw;


}

.form-container2 {
    text-align: center;
    padding-bottom: 50px;
    width: 1080px;

}

.form-about {
    display: flex;
    justify-content: center;
    width: 100vw;
}

.form-about2 {
    text-align: center;
    padding-bottom: 50px;
    width: 1080px;
}

.form-about2 h1 {
    font-family: 'Druk Wide Trial';
    padding: 150px 0 50px 0;
}

.form-about2 p {
    width: 1000px;
    text-align: left;
    padding: 50px 0 50px 0;
}

.user-details {
    display: flex;
    justify-content: space-between;

}

.input-single {
    width: 45%;
    display: flex;
    flex-direction: column;
    text-align: left;
    border-bottom: 1px solid black;
}


.input-single input {
    height: 40px;
}


form h1 {
    font-family: 'Druk Wide Trial';
    padding: 150px 0 50px 0;
}

form p {
    width: 1000px;
    text-align: left;
    padding: 50px 0 50px 0;
}

.user-details2 {
    display: flex;
    justify-content: left;
    flex-direction: column;
    width: 100%;

}

.input-single2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    border-bottom: 1px solid black;
    padding-top: 50px;
}

.input-single2 input {
    height: 35px;
}

.input-single3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    border-bottom: 1px solid black;
    padding-top: 50px;

}

.input-single3 label {
    padding-bottom: 10px;

}



textarea:focus,
input:focus {
    box-shadow: 0 0 0 0;
    outline: 1;
    outline-color: #000;
}

.user-details3 {
    display: flex;
    justify-content: left;
    padding-top: 50px;




}

.input-single3-left {
    width: 550px;
    display: flex;
    flex-direction: row;
    text-align: left;

}

.input-single3-left label {
    line-height: 1.5;
}


.input-single3-right {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 4px;

}

.input-single3-right label {
    line-height: 1.5;
}

.input {
    font-size: 16px;
    padding-left: 0.75em;

}

.btn-formulario {
    width: 100%;
    text-align: center;
    padding-top: 20px;

}

form input[type=submit] {
    width: 100px;
    font-size: 20px;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    background-color: black;
    color: #fff;
    cursor: pointer;
}

form input[type=radio] {
    accent-color: #000;
}

textarea {
    padding-top: 0.75em;
    padding-left: 0.75em;
    max-width: 100%;
    min-width: 100%;
    font-size: 16px;
    text-align: left;
    box-sizing: border-box;
    resize: none;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}



@font-face {
    font-family: druk;
    src: url(../fonts/DrukWide-Heavy-Trial.otf);
}

@font-face {
    font-family: akkurat;
    src: url(../fonts/Akkurat.ttf);
}

@media screen and (max-width: 1000px) {
    header {
        background-color: #fff;
        padding: 15px 10%;
        height: 70px;
        z-index: 99999;
        align-items: center;

    }

    .background {
        background-position: top center;
        background-attachment: scroll;
    }

    .background-index {
        background-attachment: scroll;
    }

    .background-text h1 {
        font-size: 30px;
        width: 100%;

    }


    .sobre {
        display: flex;
        justify-content: left;

    }

    .flex {
        display: flex;
        justify-content: left;
        width: 100vw;
        flex-direction: column;
    }

    .flex-2 {
        display: flex;
        justify-content: left;
        width: 100vw;
        flex-direction: column-reverse;
    }


    .imgArea {
        display: none;
    }

    .logo {
        width: 100%;
        padding-left: 0;
        text-align: left;

    }

    .logo img {
        width: 100%;
    }

    .menu {
        display: none;
    }

    .btn-social {
        display: none;
    }

    .btn-social-bottom {
        height: 80px;
    }



    .sobre .flex {
        display: flex;
        flex-direction: column;

    }

    .leftside {
        width: 100vw;

    }

    .leftside h1 {
        font-family: Druk Wide Trial, sans-serif;
        font-size: 30px;
        padding-left: 0;
        text-align: center;
        text-indent: 0;
    }

    .leftside p {
        text-align: justify;
        text-indent: 12%;
        padding-left: 10px;
        padding-right: 10px;
        font-family: Akkurat;
        font-size: 17px;
    }


    .rightside {
        width: 100vw;
        padding-left: 10px;
        padding-right: 9px;


    }

    .rightside img {
        width: 100%;
        height: 100%;
    }

    .container-3 .flex {
        display: flex;
        flex-direction: column;

    }

    .leftside2 {
        width: 100vw;

    }

    .rightside2 {
        width: 100vw;

    }

    .leftside2 img {
        width: 100%;
        height: 100%;
    }


    .footer {
        flex-direction: column;
        height: 150px;
    }


    .btn-abrir-mobile {
        display: block;


    }

    .footer-center {
        display: none;
    }

    .footer-left {
        text-align: center;
        margin-left: 0;
    }

    .footer-left img {
        width: 230px;
        padding-top: 0;

    }

    .footer-right {
        display: flex;
        justify-content: center;
        padding-left: 0;

    }

    .navigation .navArea ul li a {
        font-size: 17px;
        font-weight: 700;

    }

    .navigation .navArea ul li {
        margin-bottom: 20px;


    }

    .navigation .navArea ul li span {
        font-size: 20px;

    }

    .navLogo {
        justify-content: center;
        padding-bottom: 32px;

    }

    .navLogo img {
        width: 17rem;
    }

    .hover-content p {

        font-size: 20px;

    }

    .hover-content span {

        font-size: 8px;

    }

    .top-info {

        padding-bottom: 20px;
    }


    .proj-about {
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
    }


    .proj-about-right {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: flex-start;



    }

    .proj-about-left {
        justify-content: flex-start;
        width: 100%;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;

        flex-direction: row;

        align-items: flex-start;


    }

    .proj-about-left img {

        width: 100%;

    }

    .middle-info {
        padding: 40px 0 20px 0;
    }

    .bottom-info {
        padding: 40px 0 20px 0;
    }

    .two-photos {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 45px;
    }


    .two-photos-2 {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 45px;
    }

    .three-photos {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;


    }

    .three-photos-box {
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;

    }

    .form-about2 {
        text-align: center;
        padding-bottom: 50px;
        width: 100vw;

    }

    .form-about2 h1 {
        padding: 100px 0 50px 0;
    }

    .form-about2 p {
        width: 100vw;
        text-align: center;
        padding: 30px 20px 20px 20px;
        text-align: justify;
    }

    .user-details {
        flex-direction: column;
        padding: 0 20px 0 20px;


    }

    .input-single {
        width: 100%;
        padding: 40px 0 0 0;
        text-align: left;
        border-bottom: 1px solid black;


    }

    .user-details2 {
        display: flex;
        padding: 0 20px 0 20px;
        justify-content: left;
        flex-direction: column;
        width: 100%;

    }


    .user-details3 {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 0;
        padding-top: 0;



    }

    .input {
        padding-left: 0;
    }

    .input-single3-left {
        width: 100vw;
        padding: 50px 0 0 20px;


    }

    .input-single3-left label {
        line-height: 2;
    }

    .input-single3-right {
        width: 100vw;
        padding: 50px 0 0 20px;
    }

    .input-single3-right label {
        line-height: 2;
    }

    .input-single2 {
        padding: 50px 0 0 0;

    }

    textarea {
        padding-left: 0;
    }

    .input-single3 {
        text-align: justify;

    }

    .full-photo {

        padding-bottom: 20px;

    }


}