* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Segoe UI Variable";
    src: url("../fonts/SegoeUIVF.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Segoe UI Semilight";
    src: url("../fonts/Segoe_UI_Semi_Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Swiss721BlkBT";
    src: url("../fonts/Swiss 721 Black BT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Swiss721 BT";
    src: url("../fonts/Swiss 721 BT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.page1 {
    height: auto;
}

.serra-gaucha{
    margin-top: 3rem;
}

.header {
    width: 100%;
    height: auto;
    background-color: #18381a;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo-enerpar {
    width: 20%;
    height: 20%;
    margin: 1.5rem 3rem;
}

.header .fazer-orcamento {
    width: 15%;
    height: 15%;
    margin-right: 6rem;
    cursor: pointer;
}

.fazer-orcamento img {
    width: 100%;
    height: auto;
}

.menu {
    background-color: #759A59;
    width: 100%;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu p a{
    color: white;
}

.whatsapp-float {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1000;
    background-color: rgb(62, 185, 62);
    border-radius: 999px;
    width: auto;
    height: auto;
    transition: 0.5s;
}

.wpp {
    width: 50%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.whatsapp-float img{
    padding: 1rem;
    border-radius: 5px;
    font-size: 3rem;
    width: 4rem;
    height: 4rem;
}

.whatsapp-float:hover {
    background-color: #18641d;
}

.menu p {
    padding: 0 3rem;
    font-weight: bold;
    font-size: 1.083rem;
    font-family: "Microsoft PhagsPa", Arial, sans-serif;
    cursor: pointer;
    margin-bottom: unset !important;
}

.title-content {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.title-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.title-text {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: white;
    font-family: "Microsoft PhagsPa", Arial, sans-serif;
}

.title-text span {
    display: block;
}

.first-title {
    font-size: 50pt;
    /*font-family: "Segoe UI Variable";*/
    font-weight: bold;
}

.second-title {
    font-size: 24.3pt;
    font-family: "Segoe UI Variable";
    font-weight: bold;
}

.page2 {
    width: 100%;
}

.page2-firstpart {
    display: flex;
    width: 100%;
    background-color: #18381a;
}

.page2 .imagem-canto {
    width: 65%;
    height: auto;
}

.page2-first-text h1 {
    color: #fff;
    font-weight: bold;
    font-family: "Segoe UI Semilight";
    font-size: 25pt;
    padding-left: 3rem;
    padding-top: 4rem;
}

.page2-first-text p {
    color: #fff;
    font-family: "Segoe UI Semilight";
    font-size: 18pt;
    padding-left: 3rem;
    padding-top: 2rem;
    padding-right: 2em;
    text-align: justify;
}

.conheca-empresa {
    width: 50%;
    height: auto;
    margin-top: 2rem;
    margin-left: 3rem;
    margin-bottom: 2rem;
    cursor: pointer;
}

.nossos-clientes {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
}

.clientes-image {
    width: 60%;
    height: auto;
    margin-top: 1rem;
    margin: 1rem;
    margin-right: 4rem;
}



.nossos-clientes p {
    color: #18381a;
    font-size: 19.6pt;
    font-weight: bold;
    font-family: "Segoe UI Variable";
    padding: 3rem;
    padding-left: 5rem;
}

.logos-clientes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5rem;
}

.simulator-content {
    width: 100%;
    height: auto;
    display: flex;
}

.simulator-first {
    background-color: #18381a;
    width: 45%;
    font-size: 20.3pt;
    color: #fff;
    font-weight: bold;
    padding: 4rem;
    font-family: "Segoe UI Variable";
}

.menu a {
    text-decoration: none;
    color: #000;
}

.simulator-second {
    background-color: #759A59;
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.simulator-second {
    font-weight:bold;
}

.simulator-second a {
    width: 60%;
    margin-top: 3%;
}

.simulador-button {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.simulador-image {
    width: 60%;
    height: auto;
    margin-top: 1rem;
}

.simulator-second p {
    margin-top: 0.5rem;
    color: #000;
    font-weight: bold;
    font-size: 10.3pt;
    font-family: "Segoe UI VAriable", sans-serif;
}

.page3 {
    width: 100%;
    height: auto;
}

.page3-image {
    width: 100%;
    height: auto;
}



.clients-image {
    width: 60%;
    height: auto;
    margin-top: 1rem;
    margin: 1rem;
    margin-right: 4rem;
}

.page3-content {
    width: 100%;
    height: auto;
    display: flex;
}

.page3-content .map {
    width: 30%;
    height: auto;
}

.page3-content .map img {
    width: 100%;
    height: auto;
}

.page3-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 70%;
    margin: 3rem 0rem;
    height: 100%;
}

.page3-text .page3-first-text {
    font-size: 50pt;
    margin-top: 1.2%;
    color: #343735;
    font-weight: bold;
    font-family: "Swiss721 BT";
}

.page3-second-text {
    font-size: 20pt;
    font-family: "Swiss721 BT";
    margin-bottom: 1rem;
    margin-top: -3%;
}

.page3-third-text {
    font-size: 18pt;
    margin-top: 2.5%;
    margin-bottom: 5%;
    padding: 0 10rem;
    font-family: "Segoe UI Semilight";
}

.page3-text img {
    width: 40%;
    height: auto;
}

.page4 {
    width: 100%;
    height: 100%;
}

.page4-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.square {
    width: 33.33%;
    padding-bottom: 32%;
    background-color: #18381a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 1.5rem;
    transition: 0.8s;
}

.map-text-content {
    height: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.square:hover {
    background-color: #759A59;
    .square-text-content button {
        background-color: #18381a;
    }
}

.square-text-content {
    border: solid 1px #fff;
    border-radius: 20px;
    width: 98%;
    height: 100%;
}

.square-text-content a {
    border-radius: 20px;
}

.square-text-content h1 {
    font-size: 19.2pt;
    color: #fff;
    font-weight: bold;
    font-family: "Segoe UI Variable";
    padding: 1rem;
    padding-top: 2rem;
}

.square-text-content p {
    font-size: 17pt;
    text-align: center;
    color: #fff;
    font-family: "Segoe UI Semilight";
    padding: 3rem;
    padding-top: 0;
    height: 50%;
}

.square-text-content button {
    width: 55%;
    height: auto;
    padding: 0.8rem;
    color: #fff;
    border: none;
    background-color: #759A59;
    cursor: pointer;
    border-radius: inherit;
    font-size: 14pt;
    font-weight: bold;
    transition: 0.8s;
    margin-top: 1.2rem;
    margin-bottom: 2rem;
}

.square:nth-child(3n) {
    margin-right: 0;
}

.page4-images {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition:  0.3s ease;
}


.square-image {
    width: 33.33%;
    height: auto;
    background-color: #18381a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    text-align: center;
    transition: opacity 0.3s ease;
}

.images-section {
    position: relative;
    height: auto;
}

.images-row {
    display: flex;
}

.overlay-text {
    /*position: absolute;*/
    width: 100%;
    text-align: center;
    background-color: #18381a;
    top: 30%;
    padding-top: 3rem;
}

.overlay-text h1 {
    margin: 0;
    font-size: 40.3pt;
    color: #fff;
    /*font-family: "Swiss721 BT";*/
}

.overlay-text p {
    color: #fff;
    font-family: "Segoe UI Semilight";
    font-size: 35.2pt;
}



.page5 {
    width: 100%;
    height: auto;
    display: flex;
}

.page5-text {
    width: 60%;
    padding: 10%;
}

.page5-text h1 {
    font-size: 40pt;
    font-family: "Swiss721 BT";
    color: #759A59;
    font-weight: bold;
}

.page5-text p {
    font-size: 21.2pt;
    font-family: "Swiss721 BT";
    margin-top: 2rem;
}

.page5-form {
    width: 40%;
}

.page5-text img {
    padding-top: 2rem;
    width: 80%;
}

.page5-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-content {
    border: solid 3px #759A59;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
    padding: 1rem;
}

.form-title {
    font-size: 30.7pt;
    /*font-family: "Swiss721 BT";*/
    font-weight: bold;
    padding-top: 1rem;
    /*padding-bottom: 0.5rem;*/
}

.form-subtitle {
    font-size: 18.5pt;
    font-family: "Swiss721 BT";
    /*padding-bottom: 1rem;*/
    margin-top: -1rem;
}

.inputs {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.input-content {
    width: 90%;
}

.form-content input {
    padding: 0.6rem;
    margin-top: 0.6rem;
    border: solid 1px #759A59;
    border-radius: 5px;
    font-size: 1rem;
    text-indent: 0.3rem;
    font-family: "Segoe UI Semilight";
}

.checkbox-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox {
    padding-right: 1rem;
    text-align: center;
    font-size: 13.5pt;
    font-family: "Segoe UI Semilight";
    padding-top: 1rem;
}

.checkbox input {
    border: solid 1px #759A59;
}

.termos {
    font-size: 12pt;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: "Segoe UI Semilight";
}

.button-submit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 0.3rem;
    padding-bottom: 1rem;
}

.button-submit button {
    width: 90%;
    background-color: #759A59;
    padding: 1rem;
    border: none;
    font-weight: bold;
    font-size: 12pt;
    font-family: "Segoe UI Variable";
    border-radius: 5px;
    cursor: pointer;
    color: white;
}

.page6 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem;
}

.video-content {
    width: 60%;
}

.video-content iframe {
    height: 20rem;
    width: 100%;
}

.page5-subtitle {
    width: 40%;
    height: 100%;
    font-size: 34pt;
    font-family: sans-serif;
    color: #759A59;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-items: center;
}

.page5-subtitle-content {
    width: 100%;
    align-items: end;
    justify-items: center;
    font-family: "Swiss721 BT";
}

.page5-subtitle-content p{
    margin-bottom: unset !important;
    font-weight: bold;
}

.footer {
    width: 100%;
    height: auto;
    background-color: #18381a;
}

.footer-second {
    text-align: center;
    font-size: 13pt;
    font-family: "Microsoft PhagsPa";
    color: #fff;
    font-weight: bold;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.footer-first {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 3rem;
}

.footer-left {
    color: #fff;
    font-size: 14pt;
    margin-left: 10%;
    font-weight: bold;
}

.footer-left p {
    font-family: "Microsoft PhagsPa";
}

.privacy {
    padding-top: 2rem !important;
}

.footer-right {
    width: 35%;
    height: auto;
    padding-right: 5rem;
}

.footer-right img {
    width: 100%;
    height: auto;
}

.whatsapp-footer {
    display: flex;
    align-items: center;
    margin-left: none;
}

.whatsapp-footer img {
    margin-top: -1rem;
}

.footer-whatsapp {
    margin-left: 0.5rem;
    width: 1.3rem;
    height: 1.3rem;
}

.social-media {
    color: #fff;
    font-weight: bold;
    font-family: "Microsoft PhagsPa";
    font-size: 13pt;
    padding-left: 4rem;
}

.social-media-icons {
    display: flex;
}

.icon-content {
    display: flex;
    padding-right: 2rem;
}

.icon-content img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
}

.icon-content-nuvola {
    display: flex;
    padding-right: 2rem;
    align-items:center;
}

.icon-content-nuvola p {
    margin-bottom: unset;
}

.icon-content-nuvola img {
    width: 5.5rem;
    margin-left: 2rem;
    margin-right: 0.5rem;
}

.dropdown {
    display: none;
}

.privacy a {
    font-style: none;
    color: #FFF;
}

.terms a {
    font-style: none;
    color: #FFF;
}

.instagram {
    font-style: none;
    color: #FFF;
}

@media screen and (max-width: 600px) {
    .dropdown {
        display: block;
        padding-right: 1rem;

    }

    .dropdown .btn {
        background-color: #759A59;
        border: none;
    }

    .fazer-orcamento {
        display: none;
    }

    .menu {
        display: none;
    }

    .first-title {
        font-size: 20pt;
    }

    .second-title {
        font-size: 10pt;
    }

    .page2-first-text p {
        font-size: 13pt;
    }

    .header {
        height: 5rem;
    }

    .header .logo-enerpar {
        width: 50%;
        height: auto;
        margin: 0;
    }

    .page2-firstpart {
        flex-direction: column-reverse;
    }

    .page2 .imagem-canto {
        width: 100%;
        margin-top: 2rem;
    }

    .page2-first-text h1 {
        font-size: 20pt;
    }

    .simulator-content {
        flex-direction: column;
    }

    .simulator-first {
        width: 100%;
        text-align: center;
        font-size: 11pt;
    }

    .simulator-second {
        padding-top: 2rem;
        width: 100%;
    }

    .page3-content {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page3-content .map {
        width: 60%;
        height: auto;
        padding-top: 0.5rem;
    }

    .page3-third-text {
        padding: unset;
        font-size: 17pt;
    }

    .page3-text {
        width: 80%;
    }

    .page3-text .page3-first-text {
        font-size: 45pt;
        margin-bottom: unset;
    }

    .page3-image {
        display: none;
    }

    .page3-text img {
        margin-bottom: 2rem;
        margin-top: unset;
        width: 100%;
    }

    .page4-container {
        flex-direction: column;
    }

    .square {
        width: 100%;
    }

    .square-text-content button {
        margin-bottom: 1rem;
    }

    .page5 {
        flex-direction: column;
    }

    .page5-text {
        width: 100%;
    }

    .page5-form {
        width: 100%;
    }

    .page6 {
        white-space: nowrap;
        margin-top: 5rem;

    }

    .video-content {
        width: 80%;
    }

    .footer-first {
        text-align: center;

        display: block;
    }

    .whatsapp-footer {
        justify-content: center;
    }

    .footer-left {
        margin-left: unset;
    }
    .footer-right {
        width: 100%;
        padding-right: unset;
    }

    .social-media-icons {
        justify-content: center;
    }

    .images-section {
        display: none;
    }

    .title-text {
        padding-left: 2rem;
    }

    .page3-second-text {
        margin-top: unset;
    }

    .social-media {
        padding-left: unset;
    }

    .nossos-clientes {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
        justify-content: space-between;
    }

    .nossos-clientes p {
        padding-left: unset;
        margin-top: 1rem;
        padding: unset;

    }

    .clientes-image {
        width: 90%;
        height: auto;
        margin: unset;
        margin-top: 1rem;
        margin-bottom: 2rem;
        margin-right: unset !important;
    }

     .clients-image {
        margin-right: unset !important;
        margin: unset;
        margin-top: 1rem;
     }

    .overlay-text {
        display:none;
    }

    .icon-content-nuvola {
        display: flex;
        text-align: center;
        width: 100%;
        justify-content: center;
        padding-right: unset !important;
    }

    .icon-content-nuvola img {
        margin-right: unset;
    }

}

.footer .logo-enerpar {
    max-width: 90%;
    justify-self: center;
    align-self: center;
    display:flex ;
    margin: 1rem;
}
