
/* MAIN */

.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 1600px;
    position: relative;
}
#main-website{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

/** Header **/
#header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    background: #1e1e1e;
    height: 140px;
    padding-left: 70px;
    box-sizing: border-box;
}
#main-logo{
    display: block;
    width: 190px;
    height: auto;
}
.terranova{
    display: block;
    width: 100%;
    height: auto;
}
#main-menu, #menu{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 930px;
    position: relative;
    height: 140px;
}
.itemMenu{
    display: block;
    width: auto;
    min-width: 60px;
    height: 140px;
    box-sizing: border-box;
}
.link-itemMenu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: auto;
    height: 140px;
    font-size: 20px;
    color: #fefefe;
    font-weight: 400;
    box-sizing: border-box;
    border-top: 3px solid #1e1e1e;
    font-family: "Poppins", sans-serif;
    padding: 0 10px;
}
.itemMenu:hover .link-itemMenu, .itemMenu-select{
    border-top: 3px solid #ce8827;
    color: #ce8827;
    text-decoration: none;
}
#main-menuMobile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 140px;
    position: relative;
    height: 140px;
    background-color: #ce8827;
}
.button-menuMobile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 140px;
    position: relative;
    height: 140px;
    background: transparent;
    padding: none;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    cursor: pointer;
    transition-duration: .35s;
}
.button-menuMobile hr{ 
    color: #1e1e1e;
    font-size: 40px;
    display: block;
    width: auto;
    height: auto;
    padding: none;
    border: none;
}
.button-menuMobile:hover { transform: scale(1.1); }

#menuMobile{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 450px;
    height: auto;
    background: #ce8827;
    padding: 40px 20px;
    box-sizing: border-box;
    z-index: 999;
    top: 138px;
    right: 0;
    transition-duration: .35s;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.itemMenuMobile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 400px;
    height: auto;
    border-bottom: 1px solid #1e1e1e;
}
.link-itemMenuMobile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 400px;
    height: auto;
    font-size: 24px;
    color: #1e1e1e;
    height: 45px;
}
.link-itemMenuMobile:hover{ font-weight: 800; text-decoration: none; color: #1f1f1f; }
#main-menuMobile:hover #menuMobile, #main-menuMobile .active-menuMobile{ visibility: visible; opacity: 1; }

#buttom-whatsLink{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 85px;
    height: 85px;
    background: #27ce51;
    position: fixed;
    top: 400px;
    right: 25px;
    z-index: 999;
    border-radius: 42.5px;
    transition-duration: .35s;
}
.whatsButton{
    padding: 0;
    margin: 0;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    color: #fefefe;
    border-top: none;
    width: 30px;
    height: 30px;
    transition-duration: .35s;
}
#buttom-whatsLink:hover{ transform: scale(1.1); text-decoration: none; }
#buttom-whatsLink:hover .whatsButton{ width: 40px; height: 40px; font-size: 40px; }
/** Footer **/
#footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    background: #1e1e1e;
    height: auto;
    box-sizing: border-box;
    margin-top: 130px;
}
#footer-identificate, #footer-menu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    height: auto;
    box-sizing: border-box;
}
#footer-identificate .main{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 125px;
}
#logo-footer{
    display: block;
    width: 140px;
    height: auto;
}
#footer-socialmedia{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 50%;
    max-width: 900px;
}
#list-socialmedia{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 25px 25px;
}
.item-socialmedia{
    width: 42px;
    height: 42px;
    position: relative;
    display: block;
    box-sizing: border-box;
}
.socialmedia{ 
    display: block;
    width: 42px;
    height: 42px;
    position: relative;
    box-sizing: border-box;
}
.socialmedia hr{
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 42px;
    height: 42px;
    font-size: 42px;
    color: #ce8827;
    margin: 0;
    position: relative;
    transition: 0,35s;
}
.socialmedia:hover{ text-decoration: none; }
.socialmedia:hover hr{ transform: scale(1.1); }
#footer-contacts{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    gap: 0 40px;
    margin-bottom: 80px;
}
.item-contactfooter{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    min-height: 134px;
    border: 2px solid #fefefe;
    color: #fefefe;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}
#footer-address{ width: 500px; font-size: 30px; }
#footer-mail{ width: 415px; font-size: 20px; }
#footer-phone{ width: 415px; font-size: 45px; }
#footer-menu{ border-top: 1px solid #3a3a3a; padding-top: 80px; padding-bottom: 40px; }
#menu-footer, #list-menu{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    gap: 0 20px;
}
.footer-itemMenu{
    display: block;
    width: auto;
    height: auto;
}
.footerlink-itemMenu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: auto;
    height: auto;
    font-size: 16px;
    color: #fefefe;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}
.footerlink-itemMenu:hover{ text-decoration: none; color: #ce8827; } 

#copyright{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    background: #1e1e1e;
    height: 90px;
    box-sizing: border-box;
    border-top: 1px solid #3a3a3a;
    padding: 0 160px;
}
.copyright{
    display: block;
    width: auto;
    max-width: 800px;
    color: #fefefe;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
}
.developer{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 40%;
    max-width: 400px;
    gap: 0 20px;
}
.developer-title{
    display: block;
    color: #fefefe;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
}
.developer-image{
    display: block;
    width: 60px;
    height: auto;
    transition-duration: .35s;
}
.developer:hover{ text-decoration: none; }
.developer:hover .developer-title{ font-style: italic; }
.developer:hover .developer-image{ transform: scale(0.9); }

/** Home **/
#banner{
    display: block;
    width: 100%;
    height: auto;
}
#controlSlick{
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.slick-slide{
    max-width: 100vw;
    width: 100%;
    overflow: hidden !important;
}
.slick-slide .image-mobile{ display: none; }
#listBanner, .slick-track, .itemBanner, .image-mobile{ height: 750px; }
.arrowslick{
    background: none;
    box-shadow: none;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    border: 2px solid #fefefe;
    box-sizing: border-box;
    cursor: pointer;
}
.prevArrow{ margin-right: 75px; }
.nextArrow{ margin-left: 75px; }
.navIcon{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 48px;
    height: 48px;
    color: #fefefe;
    font-size: 30px;
    margin: 0;
    padding: 0;
    border: 0;
}
.arrowslick:hover{ border-color: #ce8827; }
.navIcon:hover{ color: #ce8827; }
.slick-sliderDots{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: auto;
    height: 48px;
}
.slick-dots{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: auto;
    gap: 10px;
}
.slick-dots button{
    width: 75px;
    height: 3px;
    background-color: #fefefe;
    opacity: 0.4;
    box-shadow: 0;
    border: none;
    font-size: 0;
}
.slick-active button{
    background-color: #ce8827;
    opacity: 1;
}
#main-categoriesHome{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 120px;
}
#title-categoriesHome{ margin-bottom: 70px; }
.title-site{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 50px;
}
.hr-titleSite{
    width: 350px;
    height: 3px;
    display: block;
    margin: 0;
    padding: 0;
    background: #c2c2c2;
    box-shadow: none;
    border: none;
}
.title-categoriesHome{
    display: block;
    width: 30%;
    max-width: 800px;
    min-width: 400px;
    text-align: center;
    height: auto;
    font-size: 36px;
    color: #898585;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    margin: 0 45px;
}
#list-categoriesHome{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 35px 60px;
}
.item-categoriesHome, .link-categoriesHome{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 355px;
    height: auto;
}
.image-categoriesHome{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.image-categoriesHome img{ transition-duration: .35s; }
.name-categoriesHome{
    width: 100%;
    height: auto;
    line-height: 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 36px;
    color: #898585;
    margin-top: 20px;
}
.link-categoriesHome:hover{ text-decoration: none; }
.link-categoriesHome:hover .image-categoriesHome img{ transform: scale(1.1); }
.link-equipmentsHome{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 255px;
    height: 50px;
    background: #ce8827;
    color: #303064;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    cursor: pointer;
    margin-top: 75px;
}
.link-equipmentsHome:hover{ text-decoration: none; background-color: #cf821d; font-weight: 400; color: #303064; }
#main-newsHome{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 120px;
}
#list-newsHome{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 80px;
    gap: 10px 10px;
}
.item-newsHome{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: calc(50% - 20px);
    height: 600px;
}
.link-newsHome{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 600px;
    position: relative;
}
.image-newsHome{
    display: block;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.image-newsHome img{ transition-duration: .35s; }
.image-newsHome::after{
    display: block;
    width: 100%;
    height: 400px;
    content: '';
    background: url('../../images/sombraNews.webp') top center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.title-newsHome{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 600px;
    padding: 35px 30px;
    box-sizing: border-box;
    position: absolute;
    z-index: 99;
    transition-duration: .35s;

}
.name-newsHome{
    display: block;
    width: 100%;
    height: auto;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    color: #eeeeee;
    transition-duration: .15s;
}
.button-newsHome{
    display: block;
    width: 100%;
    height: auto;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    color: #eeeeee;
    margin-top: 40px;
    visibility: hidden;
    opacity: 0;
    transition-duration: .25s;
    text-align: center;
}
.link-newsHome:hover .image-newsHome img{ transform: scale(1.1); }
.link-newsHome:hover .title-newsHome{
    background-color: #303064;
    opacity: 0.8;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.link-newsHome:hover .name-newsHome{
    text-align: center;
    font-size: 48px;
}

.link-newsHome:hover .button-newsHome{
    filter: alpha(opacity=1);
    opacity: 1;
    visibility: visible;
}
#main-publicitiesHome{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 150px;
}
.link-publicitiesHome{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    gap: 0;
}
#detail-publicitiesHome{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 50%;
    height: auto;
    background: #ce8827;
    box-sizing: border-box;
    padding: 95px 60px;
}
.name-publicitiesHome{
    display: block;
    width: auto;
    height: auto;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
    font-size: 36px;
    color: #f4f4f4;
}
.call-publicitiesHome{
    display: block;
    width: auto;
    height: auto;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 55px;
    color: #f4f4f4;
    line-height: 65px;
    transition-duration: .35s;
}
.button-publicitiesHome{
    display: block;
    width: auto;
    height: auto;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
    font-size: 18px;
    color: #f4f4f4;
    background: #303064;
    border: none;
    box-shadow: none;
    min-width:200px;
    height:50px;
    line-height:50px;
    text-align: left;
    box-sizing: border-box;
    padding-left: 20px;
    transition-duration: .35s;
}
.link-publicitiesHome:hover .call-publicitiesHome{ line-height: 70px; }
.link-publicitiesHome:hover .button-publicitiesHome{ transform: scale(1.1); }
.image-publicitiesHome{
    display: block;
    width: 50%;
    height: 830px;
    overflow: hidden;
    position: relative;
}
.image-publicitiesHome img{ transition-duration: .35s; } 
.link-publicitiesHome:hover .image-publicitiesHome img{ transform: scale(1.1); }
.link-publicitiesHome:hover{ text-decoration: none; }
#main-clients{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 120px;
}
#titleClients{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 80px;
}
.name-titleClients{
    display: block;
    width: 15%;
    max-width: 205px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    border-bottom: 1px solid #ce8827;
}
.detail-titleClients{
    display: block;
    width: 50%;
    margin-right: 15%;
    max-width: 850px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
}
.link-titleClients{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
    width: 20%;
    max-width: 255px;
    height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    background: #ce8827;
    color: #303064;
    transition-duration: .35s;
}
.whatsClients{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    font-size: 32px;
    color: #303064;
    margin-right: 20px;
    border: none;
}
.link-titleClients:hover{ text-decoration: none; color: #303064; transform: scale(1.1); color: #1e1e1e; }
.link-titleClients:hover .whatsClients{ color: #1e1e1e; }
#list-clients{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 7px 5px;
}
.iten-clints{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: calc(25% - 5px);
    height: 175px;
    border: 1px solid #dfdfdf;
    background: #fff;
}
.link-clints{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 175px;
}
.image-clients{
    display: block;
    width: 180px;
    height: 90px;
    position: relative;
    overflow: hidden;
    transition-duration: .35s;
}
.iten-clints:hover .image-clients{ transform: scale(1.1); }

/** Internas */
#page{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 65px;
}
#breadcrubs, #breadcrubs nav{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}
.breadcrumb{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    gap: 20px;
}
.breadcrumb-item{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    width: auto;
    height: auto;
    gap: 20px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #898585;
    line-height: 15px;
    max-width: 420px;
}
.breadcrumb-item a{ display: block; color: #1e1e1e; position: relative; }
.breadcrumb-item a::before{
    position: absolute;
    right: -14px;
    top: 0;
    width: auto;
    content: '/';
    color: #1e1e1e;
}
.breadcrumb-item a:hover { text-decoration: none; color: #ce8827; }
#pageName{
    display: block;
    padding: 0;
    margin: 30px 0 0;
    font-size: 72px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #ce8827;
}


/** Notícias */
#main-news{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}
#destachNews, .link-destachNews{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    gap: 70px;
}
#destachNews{ margin-bottom: 150px; margin-top: 130px; }
.link-destachNews:hover{ text-decoration: none; }
.image-destachNews{
    display: block;
    width: calc(50% - 35px);
    height: 600px;
    overflow: hidden;
}
.image-destachNews img{ transition-duration: .35s; }
.link-destachNews:hover .image-destachNews img{ transform: scale(1.1); }
.detail-destachNews{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    width: calc(50% - 35px);
    height: auto;
    gap: 0;
    padding: 65px 0;
}
.name-destachNews{
    display: block;
    width: 100%;
    height: auto;
    color: #1f1f1f;
    font-size: 28px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    margin-bottom: 10px;
}
.category-destachNews{
    display: block;
    width: 100%;
    height: auto;
    color: #ce8827;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    margin-bottom: 90px;
}
.description-destachNews{
    display: block;
    width: 100%;
    height: auto;
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    margin-bottom: 45px;
}
.button-news{
    display: block;
    width: 180px;
    height: 42px;
    line-height: 38px;
    color: #ce8827;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    border: 2px solid #ce8827;
    box-sizing: border-box;
    background: transparent;
    padding: 0;
}
.link-destachNews:hover .button-news, .link-news:hover .button-news{ background-color: #ce8827; color: #1e1e1e; }
#list-news{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    gap: 40px 70px;
}
.item-news, .link-news{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    height: auto;
}
.item-news{ width: calc(33% - 47px); }
.link-news{ width: 100%; }
.link-news:hover{ text-decoration: none; }
.image-news{
    display: block;
    width: 100%;
    height: 315px;
    overflow: hidden;
    margin-bottom: 35px;
}
.image-news img{ transition-duration: .35s; }
.link-news:hover .image-news img{ transform: scale(1.1); }
.title-news{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}
.name-news{
    display: block;
    width: 100%;
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    margin-bottom: 10px;
}
.description-news{
    display: block;
    width: 100%;
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    margin-bottom: 30px;
}

/** Paginate **/
#list-Paginate{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding-top: 75px;
}
.title-Paginate{
    display: block;
    width: auto;
    height: auto;
    color: #1e1e1e;
    font-size: 18px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-style: italic;
}
#list-Paginate nav{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: auto;
}
.pagination{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: auto;
    padding: 0;
    gap: 10px 15px;
}
.page-item{
    display: block;
    min-width: 45px;
    height: 45px;
}
.page-link{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    text-align: center;
}
.page-item span{
    background: transparent;
    border: 2px solid #ce8827;
    color: #ce8827;
    font-weight: 400;
}
.page-item a{
    background: #2a285e;
    color: #ce8827;
    font-weight: 600;
}

/** Notícia Detalhes **/
#newsDetail{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: auto;
    margin-top: 85px;
}
#title-newsDetail{
    width: 100%;
    max-width: 900px;
    display: block;
    font-size: 32px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    text-align: center;
    color: #1e1e1e;
    margin-bottom: 10px;
}
#category-newsDetail{
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    text-align: center;
    color: #ce8827;
    margin-bottom: 30px;
}
.image-newsDetail{
    display: block;
    width: 100%;
    max-width: 950px;
    height: 600px;
    margin-bottom: 40px;
    overflow: hidden;
}
#description-newsDetail{
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #1e1e1e;
}
#description-newsDetail strong{ font-weight: 800; }
#description-newsDetail em{ font-style: italic; }
#description-newsDetail ul{ display: block; list-style: disc; padding: 20px; }
#information-newsDetail{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 65px;
    border-top: 1px solid #818181;
    gap: 60px;
    box-sizing: border-box;
    padding: 40px 20px 0;
}
.information-newsDetail{
    display: block;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #1e1e1e;
}
#otherNews{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: auto;
    margin-top: 80px;
}
#title-otherNews{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: auto;
    color: #ce8827;
    font-size: 32px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    margin-bottom: 55px;
}

/** Termos de Uso **/
#terms{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: auto;
}
#title-terms{
    width: 100%;
    display: block;
    font-size: 32px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    text-align: center;
    color: #ce8827;
    margin-bottom: 60px;
}
#term{
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #1e1e1e;
}
#term strong{ font-weight: 800; }
#term em{ font-style: italic; }
#term ul{ display: block; list-style: disc; padding: 20px; }

/** Serviços **/
#services{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: auto;
    margin-top: 80px;
}
#list-services{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    width: 100%;
    gap: 70px 20px;
    height: auto;
}
.item-services{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 485px;
    height: auto;
}
.image-services, .link-imageservices{
    display: block;
    width: 100%;
    height: 365px;
    overflow: hidden;
    margin-bottom: 30px;
}
.image-services img{ transition-duration: .35s; }
.item-services:hover img{ transform: scale(1.1); }
.image-services:hover{ text-decoration: none; }

.link-services,
.title-services{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    font-size: 24px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #1e1e1e;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.title-services{ padding-left: 10px; }
.link-services:hover{ text-decoration: none; }
.buttons-services{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    height: auto;
    gap: 20px;
}
.goto-services{
    display: block;
    width: 180px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #ce8827;
    color: #ce8827;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    text-align: center;
}
.goto-services:hover{ text-decoration: none; color: #1e1e1e; background: #ce8827; }
.whats-services{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 210px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #2a285e;
    font-size: 18px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    text-align: center;
}
.whats-services hr{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 26px;
    height: 26px;
    font-size: 26px;
    padding: 0;
    margin: 0;
    color: #fff;
    margin-left: 10px;
}
.whats-services:hover{
    text-decoration: none;
    border: 2px solid #2a285e;
    background: transparent;
    color: #2a285e;
}
.whats-services:hover hr{ color: #2a285e; }

/** Serviços detalhe **/
#detailService{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: auto;
}
#information-detailService{
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    line-height: 26px;
    color: #1e1e1e;
    padding-top: 80px;
}
.image-detailService{
    display: block;
    width: 50%;
    max-width: 485px;
    height: 365px;
    float: left;
    margin: 0 20px 20px 0;
    overflow: hidden;
}
#gallery-detailService{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: auto;
    gap: 20px;
    margin-top: 60px;
}
.imagegallery-detailService{
    display: block;
    width: 300px;
    height: 225px;
    overflow: hidden;
}
.imagegallery-detailService img{ transition-duration: 0.35s; }
.imagegallery-detailService:hover img{ transform: scale(1.1); }
.separate-detailService{
    padding: 0;
    background: #898585;
    width: 100%;
    height: 1px;
    margin: 120px 0;
}

/** Equipamentos **/
#equipaments{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    width: 100%;
    height: auto;
    gap: 0 100px;
    padding-top: 55px;
}
#menuEquipaments{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 260px;
    height: auto;
    gap: 40px;
}
#title-menuEquipaments{
    display: block;
    width: 100%;
    height: auto;
    font-size: 24px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    line-height: 26px;
    color: #424141;
}
#list-menuEquipaments{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    width: 100%;
    height: auto;
    gap: 10px 0;
}
.item-menuEquipaments{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    width: 100%;
}
.name-menuEquipaments{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    width: 100%;
    min-height: 31px;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    color: #424141;
    transition: 0.35s;
    border-bottom: 1px solid #818181;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 10px;
}

.name-menuEquipaments:hover, .selected-menuEquipaments{
    background: #ce8827;
    color: #fff;
    text-decoration: none;
}
.selected-menuEquipaments span{
    display: block;
    width: calc(100% - 20px);
}
.item-menuEquipaments hr{
    font-size: 15px;
    color: #fff;
    padding: 0;
    margin: 0;
    width: 15px;
    height: 15px;
    display: block;
    border: none;
}
#listEquipaments{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: calc(100% - 360px);
    height: auto;
}
#list-listEquipaments{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    height: auto;
    gap: 25px 3%;
}
.item-listEquipaments{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 30%;
    height: auto;
}
.link-listEquipaments{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    height: auto;
}
.image-listEquipaments{
    width: 100%;
    height: 300px;
    display: block;
    overflow: hidden;
}
.image-listEquipaments img{ transition: 0.35s; }
.name-listEquipaments{
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #1e1e1e;
    margin-top: 10px;
    margin-bottom: 15px;
}
.link-listEquipaments:hover{ text-decoration: none; }
.item-listEquipaments:hover .image-listEquipaments img{ transform: scale(1.1); }
.buttons-listEquipaments{ 
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    height: auto;
    gap: 5px;
}
.goto-listEquipaments{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 42px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #ce8827;
    border: 2px solid #ce8827;
    background: transparent;
    transition: 0.35s;
}
.goto-listEquipaments:hover{
    background: #ce8827;
    color: #fff;
    text-decoration: none;
    font-style: italic;
}
.whats-listEquipaments{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 42px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #fff;
    background: #2a285e;
    transition: 0.35s;
    gap: 20px;
    border: 2px solid #2a285e;
}
.whats-listEquipaments hr{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 26px;
    height: 26px;
    font-size: 26px;
    color: #fff;
    padding: 0;
    margin: 0;
    transition: 0.35s;
}
.whats-listEquipaments:hover{ text-decoration: none; gap: 30px; color: #fff;  }
.whats-listEquipaments:hover hr{ transform: scale(1.1); }

/** Equipamento Detalhe **/
#equipament{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    width: 100%;
    height: auto;
    padding: 85px 0 0;
    gap: 100px;
}
#image-equipament{
    display: block;
    overflow: hidden;
    width: 660px;
    height: 490px;
}
#info-equipament{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
    width: calc(100% - 760px);
    height: auto;
    gap: 0;
}
.description-equipament{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width:100%;
    height: auto;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #1e1e1e;
    margin-bottom: 50px;
}
.title-equipament{
    display: block;
    font-size: 24px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    margin-bottom: 20px;
}
.description-equipament strong{ font-weight: 800; }
.description-equipament em{ font-style: italic; }
.description-equipament ul{ display: block; list-style: disc; padding: 20px; }
.whats-equipament{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 285px;
    height: 55px;
    box-sizing: border-box;
    padding: 0 20px;
    background: #2a285e;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    transition: 0.35s;
}
.whats-equipament hr{
    display: block;
    width: 20px;
    height: 20px;
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 0;
    transition: 0.35s;
    border: 0;
}
.whats-equipament:hover{ text-decoration: none; font-size: 20px; color: #fff; }

#morreEquipaments{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: auto;
}
#list-morreEquipaments{
     display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: auto;
    gap: 20px 3%;
}
.item-morreEquipaments{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 30%;
    height: auto;
}
.item-morreEquipaments:hover .image-listEquipaments img{ transform: scale(1.1); }

/** Contato **/
#formContact{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    max-width: 850px;
    height: auto;
    padding-top: 85px;
}
#title-formContact{
    display: block;
    font-size: 38px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #1f1f1f;
    margin-bottom: 35px;
    width: 100%;
    height: auto;
}
#subtitle-formContact{
    display: block;
    font-size: 20px;
    line-height: 33px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #1f1f1f;
    margin-bottom: 50px;
    width: 100%;
    max-width: 350px;
    height: auto;
    box-sizing: border-box;
}
#form-formContact, #mainForm-formContact{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    height: auto;
    position: relative;
}
#list-formContact{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    height: auto;
    gap: 20px;
}
.item-formContact{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    height: auto;
}
.itemLeft-formContact{ width: 475px; }
.itemRight-formContact{ width: calc(100% - 495px); }
.subList-formContact{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    height: auto;
    width: 100%;
    gap: 10px;
}
.subitem-formContact{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    height: auto;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    gap: 12px;
}
.input-formContact, .textarea-formContact{
    display: block;
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    padding: 0 15px;
    box-shadow: none;
    color: #424141;
    border: 1px solid #a5a5a5;
    background: #e5e5e5;
}
.inputMediun-formContact{ width: 75%; }
.inputSmall-formContact{ width: 20%; }
.input-formContact:focus, .textarea-formContact:focus{  outline: 1px solid #ce8827; border-color: #cf821d; }
.textarea-formContact{ height: 250px; padding-top: 5px; padding-bottom: 5px; }
#footer-formContact{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    height: auto;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    gap: 20px;
    margin-top: 20px;
}
.message-formContact{
    display: flex;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #1f1f1f;
    font-size: 18px;
    width: 60%;
}
.button-formContact{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: auto;
    width: 100px;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #ce8827;
    font-weight: 900;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 24px;
    cursor: pointer;
    transition: 0.35s;
}
.button-formContact:hover{ color: #2a285e; }
.error-message{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: auto;
    width: auto;
    background: #ce8827;
    padding: 10px 20px;
    color: #fff;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 16px;
    position: absolute;
    z-index: 999;
    top: -40px;
    right: -60px;
}
#otherContacts{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: auto;
    width: 100%;
    padding-top: 90px;
    margin-bottom: 100px;
}
#title-otherContacts{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: auto;
    width: 100%;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #1f1f1f;
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
}
#list-otherContacts{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: auto;
    width: 100%;
    margin-bottom: 65px;
    gap: 40px;
}
.item-otherContacts{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: auto;
    width: auto;
    gap: 10px;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #666666;
    font-size: 20px;
}
.item-otherContacts hr{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 50px;
    width: 50px;
    margin: 0;
    padding: 0;
    color: #ce8827;
    font-size: 50px;
    border: none;
}
.item-otherContacts:hover{ color: #1e1e1e; text-decoration: none; }
#maps{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: auto;
    width: 100%;  
    background: #e5e5e5;
    padding: 45px 0 80px;
    box-sizing: border-box;
}
#mainMaps{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    gap: 70px;
}
#information-maps{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    height: auto;
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
}
.title-maps{
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #414141;
    font-size: 38px;
    margin-bottom: 75px;
}
.address-maps{
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #414141;
    font-size: 26px;
    letter-spacing: -0.15px;
}
#map{
    display: block;
    width: 580px;
    height: 375px;
}

/** Trabalhe Conosco **/
.textareaWork-formContact{ height: 185px; }
.file-formContact{
    width: 65%;
    display: block;
    height: 55px;
    line-height: 55px;
    box-sizing: border-box;
    padding: 0 15px;
    box-shadow: none;
    color: #424141;
    border: 1px solid #a5a5a5;
    background: #e5e5e5;
    cursor: pointer;
}
.messageFile-formContact{
    height: 55px;
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #414141;
    font-size: 14px;
    letter-spacing: -0.55px;
}
#messageInfo-formContact{
    position: absolute;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 600px;
    min-height: 300px;
    background-color: #eeeeee;
    top: 50px;
    left: 50%;
    margin-left: -300px;
    box-shadow: 0 0 66px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0 0 66px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 66px 0px rgba(0,0,0,0.75);
}
.close-formContact{ display: none; }
#messageInfo-formContact span{
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #414141;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 20px;
}
#messageInfo-formContact span hr{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 50px;
}
.terranova-send{ color: #2a285e; }
.terranova-confirm{ color: #ce2727; }
.terranova-error{ color: #27ce51; }
.open-formContact{ display: flex; }


/** Empresa **/
#history{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 150px;
}
#title-history{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: auto;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    color: #1e1e1e;
    font-size: 72px;
    margin-bottom: 50px;
}
#text-history{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    max-width: 890px;
    height: auto;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #1e1e1e;
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
}
.separate-history{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 75px;
    height: 3px;
    padding: 0;
    margin: 0;
    background: #ce8827;
    margin-bottom: 30px;
}
#gallery-history{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: auto;
    gap: 20px;
}
#institucional{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: auto;
    gap: 45px;
    margin-bottom: 70px;
}
.item-institucional{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: calc(33.33% - 30px);
    height: auto;
    background: #ce8827;
    box-sizing: border-box;
    padding: 35px 75px 70px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.title-institucional{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #fff;
    font-size: 18px;
    margin-bottom: 50px;
}
.title-institucional strong{
    font-weight: 200;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    color: #1e1e1e;
    font-size: 46px;
}
#complience{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    margin-bottom: 130px;
}
.item-complience{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    max-width: 815px;
    height: auto;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #1e1e1e;
    font-size: 18px;
    text-align: center;
}
.title-complience{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    max-width: 815px;
    height: auto;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    color: #1e1e1e;
    font-size: 46px;
    text-align: center;
    margin-bottom: 40px;
}
#structure{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    margin-bottom: 130px;
}
.item-structure{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    max-width: 815px;
    height: auto;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #1e1e1e;
    font-size: 18px;
    text-align: center;
    gap: 50px;
}
.title-structure{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    max-width: 815px;
    height: auto;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #1e1e1e;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 999;
}
.title-structure::after{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #898585;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 0;
}
.title-structure strong{
    z-index: 999;
    background: #fbfbfb;
    padding: 15px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #898585;
    font-size: 36px;
}
#actuation{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    gap: 70px;
}
.imagegallery-actuation{
    display: block;
    width: 675px;
    height: 700px;
}
.item-actuation{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    max-width: 510px;
    height: auto;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #898585;
    font-size: 18px;
    gap: 40px;
}
.title-actuation{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    height: auto;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #898585;
    font-size: 36px;
    gap: 40px;
}

/* #region cookie */
.cookie-consent {
    display: block;
    width: 100%;
    min-width: 340px;
    height: auto;
    margin: 0;
    padding: 20px 20px 20px 70px;
    background: #ce8827;
    position: fixed;
    bottom: 0;
    left: 0px;
    z-index: 90000;
}

.cookie-consent-box {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    gap: 30px 0;
    margin: 0;
    padding: 0;
    width: 100%;
    flex-direction: column;
}

.cookie-consent-text {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.cookie-consent__title {
    font-size: 26px;
    font-family: "Poppins";
    font-weight: 600;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.cookie-consent__message {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-family: "Poppins";
    font-weight: 400;
    margin-bottom: 20px;
}

.cookie-consent-button {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 0;
    width: 250px;
    margin: 0;
    padding: 0;
}

.cookie-consent__agree {
    display: block;
    width: 250px;
    height: 50px;
    margin: 0;
    padding: 0;
    background: #1e1e1e;
    color: #fff;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    appearance: none;
    border: 0;
    cursor: pointer;
    transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
}

.cookie-consent__agree:hover {
    background: #141414;
    font-weight: bold;
    color: #ce8827;
}