/* ADMIN EDITOR (DON'T DELETE THIS LINE) */
@import 'admin-editor.css';
@import 'style2.css';
/* END ADMIN EDITOR */

/* FRONTEND STYLE */
body{
	position: relative;
    font-family: "halyard-text", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    width: 100vw;
}
.instalacao {
    height: 100%;
    object-fit: cover;
}
html {
    overflow-x: hidden;
    width: 100vw; 
}
#banner{
    width: 100%;
}
.bgBody{
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 150vh;
    background: transparent linear-gradient(0deg, #FFFFFF00 0%, #016b5d90 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
}
*:focus{
	outline: none !important;
}

a:hover, a{
	text-decoration: none;
	color: inherit;
}
.halyard-text{
    font-family: "halyard-text", sans-serif;
}
.halyard-micro{
    font-family: "halyard-micro", sans-serif;
}
.halyard-display{
    font-family: "halyard-display", sans-serif;
}
.t13{
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.65px;
}
.t15{
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -1.5px;
}
.t16{
    font-size: 16px;
    line-height: 25px;
}
.t20{
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -2px;
}
.t30{
    font-size: 30px;
    line-height: 42px;
    letter-spacing: -3px;
}
.t36{
    font-size: 36px;
    line-height: 51px;
    letter-spacing: -3.6px;
}
.t50{
    font-size: 50px;
    line-height: 71px;
    letter-spacing: -5px;
}
.t100{
    font-size: 100px;
    line-height: 141px;
    letter-spacing: -10px;
}
.book{
    font-weight: 300;
}
.regular{
    font-weight: 400;
}
.medium{
    font-weight: 500;
}
.semiBold{
    font-weight: 600;
}
.bold{
    font-weight: 700;
}
.h-orange:hover{
    color: #D65F00;
}
.c-orange{
    color: #D65F00;
}
.c-green{
    color: #016B5C;
}
.c-black{
    color: #000000;
}
.c-white{
    color: #ffffff;
}
.c-darkGray{
    color: #6E6E6E;
}
.c-gray{
    color: #868686;
}
.bg-green{
    background-color: #016B5C;
}
.bg-gray{
    background: #F4F4F4;
}
.bg-white{
    background: #ffffff;
}
.bg-semi-white {
    background-color: #F4F5F9;
}
.bg-main{
    background: #EDEEF5;
}
.pointer{
    cursor: pointer;
}
.bRadius5{
    border-radius: 5px;
}
.bRadius10{
    border-radius: 10px;
}
.btnOrange{
    min-width: 156px;
    height: 49px;
    background: #D65F00;
    color: #ffffff;
    padding: 0 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-family: "halyard-display", sans-serif;
    font-weight: 500;
    font-size: 20px;
    transition: all ease-in-out 300ms;
    border: 0;
}
.btnOrange:hover{
    background: #ffffff;
    color: #D65F00;
}
.btnOrange img{
    filter: brightness(0) invert(1);
    margin-right: 10px;
}
.btnOrange:hover img{
    filter: none;
}
.zindex2{
    z-index: 2;
}
/* CSS */

.support-logo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: fit-content;
    background: #fff;
    z-index: 99;
}
.support-logo div {
    padding: 15px;
    cursor: pointer;
}
.support-logo1 {
    bottom: 110px;
}
.support-logo3 {
    bottom: 195px;
}
.support-logo .fa-times-circle {
    position: absolute;
    top: -11px;
    right: -9px;
    font-size: 24px !important;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    background: #fff;
}
header{
    position: fixed;
    top: 34px;
    left: 40px;
    right: 40px;
    padding: 22px 40px;
    background: #FFFFFF;
    border-radius: 21px;
    z-index: 99;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.07);
}
header .navbar{
    background-color: unset !important;
    padding: 0px;
}
header .langDropdown img{
    width: 26px;
    height: 26px;
    margin-right: 13px;
    filter: brightness(0);
    transition: all ease-in-out .15s;
}
header .langDropdown:hover img{
    filter: unset;
}
header .nav-link{
    color: #000000;
    font-family: "halyard-display", sans-serif;
    font-weight: 500;
    font-size: 22px;
    padding: 0 25px !important;
}
header .nav-link:hover,header .nav-link.active{
    color: #D65F00 !important;
}
header .nav-link:focus-visible{
    box-shadow: unset !important;
}
header .dropdown-item{
    color: #000000;
    font-family: "halyard-display", sans-serif;
    font-weight: 300;
    font-size: 22px;
}
header .dropdown-item:hover,
header .dropdown-item.active{
    background: transparent !important;
    color: #D65F00;
}
header .dropdown-menu{
    margin-top: 31px !important;
    border: 1px solid #fff;
    border-radius: 6px;
    min-width: 250px;
}
.h3, h3 {
        font-size: 1.15rem;
    }
header .langDropdown + .dropdown-menu{
    min-width: 180px;
}
header .dropdown-toggle::after{
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    font-size: 13px;
    border: 0;
}
header .serviceIconMenu{
    width: 25px;
    margin-right: 25px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
header .serviceIconMenu img{
    max-height: 100%;
    max-width: 25px;
}
header.langGradient::after{
    opacity: 1;
    transition: all ease-in-out 500ms;
}
header::after{
    content: "";
    position: absolute;
    inset: 0;
    background: transparent linear-gradient(112deg, #FFFFFF00 90%, #d65f007a 100%) 0% 0% no-repeat padding-box;
    border-radius: 21px;
    pointer-events: none;
    transition: all ease-in-out;
    opacity: 0;
}

#homebanner.active #phrase1 {
    bottom: 50%;
}

#homebanner.active #phrase2 {
    bottom: 38%;
}

#ImageM {
    position: absolute;
    /* top: 100%; */
    z-index: 10;
    transition: top ease-in-out 300ms;
    transition-delay: 0.1s;
    left: 5%;
    max-height: 80%;
    height: 100vh;
}

#phrase1 {
    position: absolute;
    bottom: -20%;
    left: 27%;
    z-index: 2;
    transition: all ease-in-out 500ms;
    transition-delay: 0.5s;
}

#phrase2 {
    position: absolute;
    bottom: -20%;
    right: 15%;
    z-index: 2;
    transition: all ease-in-out 800ms;
    transition-delay: 0.65s;
}

.box-icon {
    background: #EDEEF5;
    border-radius: 5px;
    width: 86px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 16px;
}

.service-name-home {
    max-width: 300px;
}

.box-icon img {
    max-height: 100%;
}

.service-block .img-service-hover:hover .shadow {
    opacity: 1;
}

.service-block .img-service-hover .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000045;
    opacity: 0;
    z-index: 100;
    border-radius: 10px;
    transition: opacity ease-in-out 350ms;
}

#servicos a:hover {
    color: #D65F00;
}

.image-service {
    border-radius: 10px;
    overflow: hidden;
}

.slideshow .slick-track {
    display: flex !important;

}

.slideshow .slick-slide {
    margin: 0 20px;
    height: inherit !important;
}

/* the parent */
.slideshow .slick-list {
    margin: 0 -20px;
    overflow: visible;
}

.ls-16 {
    letter-spacing: -1.6px;
}

.ls-30 {
    letter-spacing: -3px;
}

.navi-service .slick-dots {
    position: relative;
    bottom: 0;
    padding-left: 0 !important;
}

.navi-service .slick-dots::before {
    position: relative;
    bottom: 0;
    padding-left: 0 !important;
}

.block-lastnews {
    padding: 36px 29px 49px 29px;
}
#anosdeexperienciaeinstalacoes strong {
    font-weight: 500;
}
.text-preview {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 72px;
}

.navi-service .arrow {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    background-color: #D65F00;
}

.navi-service .arrow:hover {
    background-color: #FFFFFF;
}
.navi-service.orange .arrow {
    background-color: #D65F00;
}
.navi-service .arrow img {
    filter: brightness(0) invert(1);
}
.navi-service .arrow:hover img {
    filter: unset;
}

.navi-service.orange .arrow:hover {
    background-color: #ffffff;
}
.navi-service.orange .arrow  img{
    filter: brightness(0) invert(1);
}
.navi-service.orange .arrow:hover  img{
    filter: unset;
}


#servicos .navi-service ul li,
#projeto .navi-service ul li {
    opacity: 0.5;
}

#servicos .navi-service ul li.slick-active,
#projeto .navi-service ul li.slick-active {
    opacity: 1;
}

#servicos .navi-service ul li::before,
#projeto .navi-service ul li::before {
    position: absolute;
    width: 8px;
    content: '';
    border-radius: 50%;
    height: 8px;
    left: 5px;
    top: 3px;
}
.slick-dots li button{
    opacity: 0;
}

.btn-generic {
    font: normal normal medium 20px/20px Halyard Display;
    letter-spacing: 0px;
    color: #D65F00;
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 12px 30px;
    transition: all ease-in-out 250ms;
}

.btn-generic:hover {
    background: #D65F00;
    color: #FFFFFF;
}

.video iframe {
    border: 0;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.box-icon-service {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 9%;
    top: 10%;
}
.slideshow .slick-slide img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.navi-service .dots ol,
.navi-service-content ul,
.navi-service .dots ul {
    padding-left: 1.25rem;
    list-style: none;
}

.navi-service .dots ul li ,
.navi-service-content ul li {
    position: relative;
}

.navi-service .dots ul li::before,
.navi-service-content ul li::before {
    position: absolute;
    width: 8px;
    content: '';
    border-radius: 50%;
    height: 8px;
    left: -1.25rem;
    top: 10px;
    background-color: #D65F00;
}

.other-services {
    position: absolute;
    padding: 0px 1.5rem;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}

.img-service-hover::after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000040;
    z-index: 2;
    top: 0;
}

.top150 {
    top: 150px;
}

#descarregueapresentacao {
    background: transparent linear-gradient(141deg, #D65F00 0%, #ffd5b3 97%, #fadbc1 100%) 0% 0% no-repeat padding-box;
    position: relative;
    z-index: 1;
}

#descarregueapresentacao,
#descarregueapresentacao .row {
    min-height: 190px;
}

img.folheto {
    position: absolute;
    bottom: -16px;
    transition: bottom ease-in-out 300ms;
}

#descarregueapresentacao:hover img.folheto {
    bottom: -1px;
}

#ultimasnoticias {
    position: relative;
    z-index: 10;
    background: #EDEEF5;
}

.bg-EDEEF5 {
    background: #EDEEF5;
}
.homeGradient{
    position: absolute;
    inset: 0;
    z-index: 1;
    background: transparent linear-gradient(0deg, #00000000 0%, #016B5C 100%) 0% 0% no-repeat padding-box;
}

.listIndustries{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.itemIndustry{
    width: calc(20% - 8px);
    background: #EDEEF5;
    border-radius: 10px;
    padding: 38px 5%;
}
.itemIndustry img{
    display: block;
    margin: auto;
}
.imgBoxIndustry{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
}

.itemCertificados{
    display: flex;
    margin-bottom: 12px;
}
.labelCertificados{
    width: 100%;
    height: 49px;
    margin-right: -5px;
    background: #ffffff;
    padding: 10px 37px 10px 32px;
    font-family: "halyard-micro", sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -2px;
}
.areaCertificados{
    padding: 42px 86px;
    background: #016B5C;
    border-radius: 10px;
}
.certificadosPosition{
    position: absolute;
    bottom: 15px;
}
.listCertificados{
    display: flex;
    position: relative;
    z-index: 2;
    gap: 16px;
}
.listCertificadosHome{
    display: flex;
    gap: 16px;
}
.itemCertificadosInfo{
    background: #ffffff;
    border: 3px solid #016B5C;
    border-radius: 14px;
    padding: 37px 20px;
    width: 20%;
}
.itemCertificadosInfoHome{
    border: 0px;
    padding: 30px 16px;
}
.paddingCertificados{
    padding: 52px 40px;
}
.newsImage{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #4679BD;
}
.newsImage:before{
    content: "";
    display: block;
    padding-top: 55%;
}
.newsImage img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.customPaginator ul li:first-child,
.customPaginator ul li:last-child{
    display: none;
}
.customPaginator .page-item .page-link{
    padding: 0 6px;
    background: transparent;
    border: 0;
    font-family: "halyard-micro", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #D65F00;
    box-shadow: unset;
    outline: unset;
}
.customPaginator .page-item.active .page-link{
    color: #9F9F9F;
}
.customPaginatorAfter,
.customPaginatorBefore{
    font-family: "halyard-micro", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #D65F00;
}
.customPaginatorAfter{
    margin-right: 10px;
}
.customPaginatorBefore{
    margin-left: 10px;
}
.certificadoFooter{
    margin-right: 10px;
    width: 63px;
}
.certificadoFooter img{
    width: 43px;
    height: 43px;
    filter: brightness(0) invert(1);
    margin: auto;
    display: block;
}
.certificadoFooter>div{
    font-size: 10px;
    margin-top: 5px;
    text-align: center;
}
.newsletter{
    background: transparent linear-gradient(356deg, #0c7465 0%, #5fbeb0 100%) 0% 0% no-repeat padding-box;
    /* margin-top: 120px; */
    height: 166px;
}
.imageNewsletter{
    position: relative;
    bottom: 89px;
    transition: bottom ease-in-out 300ms;
}
.newsletter:hover .imageNewsletter {
    bottom: 104px;
}
footer{
    position: relative;
    z-index: 2;
}
input, textarea, select{
    font-size: 16px;
    font-family: "halyard-display", sans-serif;
    color: #6E6E6E;
    padding: 10px 21px;
    border: 1px solid #9D9D9D;
    background: #ffffff;
    border-radius: 5px;
    width: 100%;
}
.inputNewsletter{
    max-width: 520px;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px;
    max-width: 22px;
    border: 1px solid #6E6E6E;
    background: #ffffff;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    flex: 0 0 22px;
}

input[type="checkbox"]::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #6E6E6E;
    opacity: 0;
    font-size: 14px;
}

input[type="checkbox"]:checked::before {
    opacity: 1;
}

/* Remover estilo padrão do Firefox */
input[type="checkbox"]::-moz-check {
    display: none;
}

.rgpdNewsletter{
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.rgpdNewsletter label{
    margin-left: 12px;
    font-size: 13px;
    letter-spacing: -0.65px;
    line-height: 18px;
    font-family: "halyard-micro", sans-serif;
    color: #ffffff;
}
#newsletterForm label.error{
    position: absolute;
    color: red;
    font-size: 12px;
    bottom: -13px;
    left: 0px;
    margin: 0px;
}

.squareMap-info,
.squareMap{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.squareMap-info {
    background-color: #ffffff3b;
}
.squareMap:before{
    content: "";
    display: block;
    padding-top: 70%;
}
.squareMap iframe,
.squareMap #map{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.teamImg{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
aspect-ratio: 2 / 2;
}
.teamImg:before{
    content: "";
    display: block;
    padding-top: 140%;
}
.listNews,
.listTeam {
    gap:4rem;
}
.listTeamItem {
    width: calc(25% - 3rem);
}
.list.newsImage {
    aspect-ratio: 2/1.1;
}
.listNewsItem {
    width: calc(50% - 2rem);
}
.img-service-hover img {
    aspect-ratio: 16/9;
    border-radius: 10px;
    object-fit: cover;
}
.img-service-hover {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.img-service-hover::before {
    content: "";
    display: block;
    padding-top: 56.25%;
    /* 16:9 = 9/16 * 100 */
}

.img-service-hover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.position-sticky .image-service {
    aspect-ratio: 16/10;
    object-fit: cover;

}
.teamImg img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
            aspect-ratio: 2 / 2;
            object-position: top center;
}
.formBuild-input{
    margin-bottom: 12px;
    position: relative;
}
.formBuild-input.rgpd label{
    margin-left: 15px;
    color: #6E6E6E;
}
.formBuild-input.rgpd{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}
.formBuild-input label.error{
    position: absolute;
    color: red;
    font-size: 12px;
    bottom: -13px;
    left: 0px;
    margin: 0px;
}
.blockOrange{
    width: 51px;
    height: 48px;
    border-top: 5px solid #D65F00;
    border-left: 5px solid #D65F00;
    display: block;
}
.iconTeam{
    width: 22px;
    text-align: center;
    margin-right: 10px;
}
.candItem{
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
    border-radius: 5px;
}
.candItem>div:nth-child(1){
    width: 600px;
}
.candItem>div:nth-child(2),
.candItem>div:nth-child(3),
.candItem>div:nth-child(4){
    width: calc((100% - 600px) / 3);
}

.fileUploadInput {
    display: flex;
}
.fileUploadInput input[type="file"] {
    padding: 0;
    height: 49px;
    margin-left: 15px;
}
.fileUploadInput input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
    margin-left: 10px;
    padding: 0;
    height: 50px;
    width: 0;
}
#candFormModal .modal-content{
    padding-left: 10%;
}
.candForm{
    width: 60%;
    margin-bottom: 60px;
}
.candForm .formBuild-input.rgpd{
    margin-top: 30px;
    margin-bottom: 30px;
}
.modal-header{
    border: 0px;
}
.modal-content{
    border: 0;
    border-radius: 0;
}
.contentProjetos{
    margin-top: -11px;
    position: relative;
    z-index: 1;
}
.setaProjetos{
    width: 82px;
    height: 58px;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
}
.projetoItem:hover .setaProjetos{
    background: #016B5C;
}
.projetoItem:hover .setaProjetos img{
    filter: brightness(0) invert(1);
}
.projetoItem:hover .contentProjetos{
    background: #ffffff !important;
}
.projetoItem:hover .contentProjetos p{
    color: #676767;
}
.projetoItem:hover .contentProjetos>div{
    color: #016B5C;
}
.projetoItem .contentProjetos p,
.projetoItem .contentProjetos>div,
.projetoItem .contentProjetos,
.projetoItem img{
    transition: all ease-in-out 300ms;
}
.projetoItem:hover img{
    transform: scale(1.1);
}
.projetoImg{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.projetoImg:before{
    content: "";
    display: block;
    padding-top: 36%;
}
.projetoImg img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.iconIndustria{
    width: 57px;
    height: 57px;
    background: #016B5C;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin-right: 15px;
}
.iconIndustria img{
    filter: brightness(0) invert(1);
    max-height: 100%;
}




/* RESPONSIVE */

@media screen and (max-width:1600px) {
    .spacer90 {
        height: 70px;
    }
         .t50 {
             font-size: 40px;
             line-height: 1.2;
             letter-spacing: -3px;
         }

    /* #ImageM {

        height: 400px;
    } */

    .service-name-home {
        max-width: 250px;
    }

    .box-icon {
        width: 80px;
        height: 80px;
    }
    header .nav-link{
        font-size: 16px;
        padding: 0 10px !important;
    }
    header .dropdown-menu,
    header .langDropdown + .dropdown-menu{
        min-width: unset;
    }
    header .dropdown-item{
        font-size: 16px;
    }
    .listCertificadosHome{
        justify-content: center;
        flex-wrap: wrap;
    }
    .itemCertificadosInfoHome{
        width: calc(33.33% - 11px);
    }
    .areaCertificados {
        padding: 42px 42px;
    }
    .itemCertificadosInfo .t20{
        font-size: 14px;
    }
    .t100 {
        font-size: 80px;
        line-height: 1.2;
        letter-spacing: -8px;
    }
    .t36 {
        font-size: 30px;
        line-height: 1.2;
    }
    .imageNewsletter {
        bottom: 60px;
    }
    .newsletter:hover .imageNewsletter {
        bottom: 75px;
    }
    .listNews,
        .listTeam {
            gap: 2rem;
        }
    
        .listNewsItem {
            width: calc(50% - 1rem);
        }
        .listTeamItem {
            width: calc(25% - 1.5rem);
        }
}

@media screen and (max-width:1200px) {
    #ImageM {
        left:0px;
        max-width: 100%;
    }
    header{
        top: 12px;
        left: 12px;
        right: 12px;
        padding: 12px 30px;
    }
    header .dropdown-toggle::after{
        font-size: 10px;
    }
    .candItem>div:nth-child(1){
        width: 400px;
    }
    .candItem>div:nth-child(2),
    .candItem>div:nth-child(3),
    .candItem>div:nth-child(4){
        width: calc((100% - 400px) / 3);
    }
    .candItem{
        padding: 30px 20px;
    }
    #candFormModal .modal-content {
        padding-left: 0;
    }
    .candForm{
        width: 100%;
    }
        .listNewsm
        .listTeam {
            gap: 4rem;
        }
    
        .listNewsItem {
            width: calc(50% - 2rem);
        }
        .listTeamItem {
            width: calc(25% - 3rem);
        }
}
@media screen and (max-width:991px) {
    .years30 div{
        text-align: center;
        margin-bottom: 30px;
    }
    .years30 img {
        width: 200px;
    }
    .candItem{
        flex-direction: column;
    }
    .candItem>div{
        width: 100% !important;
        margin-bottom: 10px;
    }
    #homebanner #banner {
        min-height: 600px;
        object-fit: cover;
    }

    #homebanner.active #phrase1 {
        left: 5%;
    }

    #homebanner #phrase2 {
        left: 100%;
        right: unset;
    }

    #homebanner.active #phrase2 {
        left: 5%;
    }

    
    .box-icon {
        width: 70px;
        height: 70px;
    }

    .service-block {
        margin-bottom: 60px;
    }

    .slideshow .slick-slide {
        margin: 0 16px;
        height: inherit !important;
    }

    /* the parent */
    .slideshow .slick-list {
        margin: 0 -16px;
        overflow: visible;
    }
    header .dropdown-menu{
        margin-top: 0px !important;
        border: 0px;
        padding: 0 !important;
        margin-bottom: 5px;
    }
    header .dropdown-item{
        padding: 0 !important;
        padding-left: 20px !important;
    }
    header .serviceIconMenu{
        display: none;
    }
    header .langDropdown img{
        width: 20px;
        height: 20px;
    }
    header .langDropdown{
        margin-top: 15px;
    }
    .itemIndustry{
        width: calc(25% - 8px);
        padding: 38px 5%;
    }
    .t100 {
        font-size: 60px;
    }
    .t36 {
        font-size: 28px;
        line-height: 1.2;
    }
    .itemCertificadosInfoHome{
        width: calc(50% - 8px);
    }

}
@media screen and (max-width:576px) {
    .certificadoFooter {
        margin-top: 14px;
    }
    a.t15.halyard-micro.me-0.me-md-5.medium.c-white {
        margin-bottom: 16px;
    }
    .newsletter .spacer60 {
        height: 20px;
    }
    .block-contact {
        margin-top: 60px;
    }
    .block-contact:first-child {
        margin-top: 10px;
    }
    header .nav-bar {
        margin-top: 12px;
    }
    header .dropdown-item {
        padding: 3px 0px !important;
        padding-left: 0px !important;
        margin: 4px 0px;
        font-size: 90%;
    }
    header .nav-link {
        font-size: 16px;
        padding: 4px 0px !important;
        margin: 4px 0px;
    }
    .slideshow .slick-slide {
        margin: 0 8px;
        height: inherit !important;
    }

    /* the parent */
    .slideshow .slick-list {
        margin: 0 -8px;
        overflow: visible;
    }
    header .navbar-brand img{
        width: 200px;
    }
    .labelCertificados {
        font-size: 16px;
        padding: 14px 27px 14px 22px;
    }
    .itemIndustry{
        width: calc(50% - 5px);
        padding: 38px 5%;
    }
    .t100 {
        font-size: 45px;
        letter-spacing: -6px;
    }
    .t50 {
        font-size: 38px;
        line-height: 1.2;
        letter-spacing: -5px;
    }
    .t30 {
        font-size: 24px;
        line-height: 1.2;
    }
    .t15,.t16,body{
        font-size: 14px;
        line-height: 1.2;
    }
    .newsletter {
        background: transparent linear-gradient(356deg, #016B5C 0%, #b9f6ec 100%) 0% 0% no-repeat padding-box;
        height: auto;
        padding-bottom: 20px;
    }
    .service-block {
        margin-bottom: 30px;
    }
    .paddingCertificados {
        padding: 20px 16px;
    }
    .t50 {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: -3px;
    }
    .btnOrange {
        min-width: 150px;
        padding: 0 16px;
        font-size: 18px;
    }
    header {
        padding: 12px 16px;
    }
    .box-icon-service {
        left: 3%;
        top: 3%;
    }
    .block-service-inside {
        display: flex;
        flex-direction: column-reverse;
    }
    .setaProjetos {
        transform: scale(0.65);
        transform-origin: left;
    }
    .contentProjetos p {
        margin-bottom: 0px;
    }
}

/* CONFIG */
loader.active{
    opacity: 1;
    pointer-events: unset;
}
loader{
    position: fixed;
    inset: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: all ease-in-out 300ms;
}
loader img{
    position: absolute;
    width: 70px;
}
.loader {
    width: 100px;
    height: 100px;
    border: 3px solid #D65F00;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 106px;
    height: 106px;
    border-radius: 50%;
    border: 3px solid;
    border-color: #016B5C transparent;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.noScroll{
	overflow: hidden;
}

.critec{
    font-weight: 800;
    font-size: 28px;
    font-family: 'Gilroy';
    text-transform: lowercase;
}


.spacer150 {grid-column: inherit; height: 150px;width: 100%;}
.spacer120 {grid-column: inherit; height: 120px;width: 100%;}
.spacer90 {grid-column: inherit; height: 90px;width: 100%;}
.spacer60 {grid-column: inherit; height: 60px;width: 100%;}
.spacer30 {grid-column: inherit;height: 30px;width: 100%;}
.spacer15 {grid-column: inherit;height: 15px;width: 100%;}

.block150 {display: inline-block; width: 150px;}
.block120 {display: inline-block; width: 120px;}
.block90 {display: inline-block; width: 90px;}
.block60 {display: inline-block; width: 60px;}
.block30 {display: inline-block; width: 30px;}
.block15 {display: inline-block; width: 15px;}

/* LARGE DISPLAY'S */
@media (max-width: 1400px) {
	.xl-spacer150 {height: 150px;}
	.xl-spacer120 {height: 120px;}
	.xl-spacer90 {height: 90px;}
	.xl-spacer60 {height: 60px;}
	.xl-spacer30 {height: 30px;}
	.xl-spacer15 {height: 15px;}

	.xl-block150 {display: inline-block; width: 150px;}
	.xl-block120 {display: inline-block; width: 120px;}
	.xl-block90 {display: inline-block; width: 90px;}
	.xl-block60 {display: inline-block; width: 60px;}
	.xl-block30 {display: inline-block; width: 30px;}
	.xl-block15 {display: inline-block; width: 15px;}

	.xl-taleft {text-align: left;}
	.xl-tacenter {text-align: center;}
	.xl-taright {text-align: right;}
	.xl-tajustify {text-align: justify;}
}

@media (max-width: 1200px) {
	.lg-spacer150 {height: 150px;}
	.lg-spacer120 {height: 120px;}
	.lg-spacer90 {height: 90px;}
	.lg-spacer60 {height: 60px;}
	.lg-spacer30 {height: 30px;}
	.lg-spacer15 {height: 15px;}

	.lg-block150 {display: inline-block; width: 150px;}
	.lg-block120 {display: inline-block; width: 120px;}
	.lg-block90 {display: inline-block; width: 90px;}
	.lg-block60 {display: inline-block; width: 60px;}
	.lg-block30 {display: inline-block; width: 30px;}
	.lg-block15 {display: inline-block; width: 15px;}

	.lg-taleft {text-align: left;}
	.lg-tacenter {text-align: center;}
	.lg-taright {text-align: right;}
	.lg-tajustify {text-align: justify;}
}

/* DESKTOP */
@media (max-width: 992px) {
	.md-spacer150 {height: 150px;}
	.md-spacer120 {height: 120px;}
	.md-spacer90 {height: 90px;}
	.md-spacer60 {height: 60px;}
	.md-spacer30 {height: 30px;}
	.md-spacer15 {height: 15px;}

	.md-block150 {display: inline-block; width: 150px;}
	.md-block120 {display: inline-block; width: 120px;}
	.md-block90 {display: inline-block; width: 90px;}
	.md-block60 {display: inline-block; width: 60px;}
	.md-block30 {display: inline-block; width: 30px;}
	.md-block15 {display: inline-block; width: 15px;}

	.md-taleft {text-align: left;}
	.md-tacenter {text-align: center;}
	.md-taright {text-align: right;}
	.md-tajustify {text-align: justify;}
}

/* TABLET */
@media (max-width: 768px) {
	.sm-spacer150 {height: 150px;}
	.sm-spacer120 {height: 120px;}
	.sm-spacer90 {height: 90px;}
	.sm-spacer60 {height: 60px;}
	.sm-spacer30 {height: 30px;}
	.sm-spacer15 {height: 15px;}

	.sm-block150 {display: inline-block; width: 150px;}
	.sm-block120 {display: inline-block; width: 120px;}
	.sm-block90 {display: inline-block; width: 90px;}
	.sm-block60 {display: inline-block; width: 60px;}
	.sm-block30 {display: inline-block; width: 30px;}
	.sm-block15 {display: inline-block; width: 15px;}

	.sm-taleft {text-align: left;}
	.sm-tacenter {text-align: center;}
	.sm-taright {text-align: right;}
	.sm-tajustify {text-align: justify;}
}

/* MOBILE */
@media (max-width: 420px) {
	.xs-spacer150 {height: 150px;}
	.xs-spacer120 {height: 120px;}
	.xs-spacer90 {height: 90px;}
	.xs-spacer60 {height: 60px;}
	.xs-spacer30 {height: 30px;}
	.xs-spacer15 {height: 15px;}

	.xs-block150 {display: inline-block; width: 150px;}
	.xs-block120 {display: inline-block; width: 120px;}
	.xs-block90 {display: inline-block; width: 90px;}
	.xs-block60 {display: inline-block; width: 60px;}
	.xs-block30 {display: inline-block; width: 30px;}
	.xs-block15 {display: inline-block; width: 15px;}

	.xs-taleft {text-align: left;}
	.xs-tacenter {text-align: center;}
	.xs-taright {text-align: right;}
	.xs-tajustify {text-align: justify;}
}

img {
	max-width: 100%;
}
