* {
    margin: none;
    padding: none;
    list-style: none;
    font-family: "Poppins";
    --orange: #FF7D00;
    --orangeLight: #FB9A3D;
    --yellow: #FFD050;
    --text: #474747;
    --grayBG: #f5f5f5;
    ;
    border: none !important;
}

header {
    padding: 40px 0px;
}

body {
    overflow-x: hidden !important;
}
a {
    text-decoration: none;
    color: var(--text);
    transition: 0.3s;
}

a:hover {
    opacity: 0.6;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.overlay {
    position: absolute;
    background-color: #0000002e;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.pagination {
    position: absolute;
    bottom: 24px;
    left: 50%;
    gap: 8px;
    width: 100%;
    margin: 0 auto;
    /* align-self: center; */
    justify-content: center;
    transform: translate(-50%, 0);
}

.pagination a {
    padding: 8px;
    background-color: white;
    border-radius: 4px;
}

.pagination span {
    padding: 8px;
    background-color: var(--orange);
    color: white;
    font-weight: 700;
    border-radius: 4px;
}

.defaultButton {
    padding: 16px 32px;
    border-radius: 0px 0px 0px 16px;
    color: white;
    font-size: 18px;
    background: var(--orange);
    display: inline-flex;
}


.logo {
    text-align: center;
}

.logo img {
    width: 170px;
}

.logo .idade {
    font-size: 30px;
    font-weight: 900;
    color: var(--orange);
    margin-top: -11px;
}

.logo .frase {
    font-size: 13px;
    font-weight: 600;
    color: var(--orange);
    margin-top: -8px;
}

.logoTopo {
    height: 50px !important;
    width: auto !important;
}

.socialIcon a {
    font-family: "Social" !important;
    font-size: 24px;
    margin-right: 16px;
}

#dropdownMenuLink {
    border-radius: 8px;
    color: #474747;
    background: var(--grayBG);
}

.dropdown-menu {
    border-radius: 0px 40px 8px 8px !important;
    border: 3px solid #EBEBEB;
    background: var(--grayBG);
    box-shadow: 0px 7px 14.3px 0px rgba(0, 0, 0, 0.2);
}

.idiomaDropdown button,
.language {
    background-color: var(--grayBG);
    color: var(--text);
    margin-right: 16px;
    padding: 4px 8px !important;
}

.painelButton {
    background-color: var(--yellow);
    color: #474747;
    padding: 8px 16px !important;
    justify-content: center !important;
    align-items: center !important;
    font-weight: 600;
    border-radius: 0px 16px 0px 0px !important;
}

.painelButton img {
    margin-right: 4px;
}

.bannerHome {
    width: 100%;
    height: 514px;
    background-size: cover;
    padding-right: 40px;
    text-align: right;
    background-position: center center;
}

.bannerHome p {
    font-weight: 500;
    font-size: 24px;
}


.bannerHome .homeIconBannerRight {
    position: absolute;
    right: 24px;
    top: -20px;
    z-index: 10;
}

.bannerHome .homeIconBannerLeft {
    position: absolute;
    left: 500px;
    bottom: -20px;
    z-index: 10;
}

.bannerHome h1 {
    width: 700px;
    min-height: 110px;
    justify-self: self-end;
}

.carouselClients {
    height: auto;
}

.brandsCarousel {
    height: auto;
    padding: 45px 0;
    background-color: var(--grayBG);
}

.demanda-logo-band {
    padding: 24px 0;
}

.demanda-logo-carousel {
    width: min(100%, var(--logo-width));
    margin: 0 auto;
    padding: 0 52px;
}

.demanda-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 86px;
    padding: 8px 6px;
}

.demanda-logo-carousel .demanda-logo-item img {
    display: block;
    width: 100%;
    max-width: 150px;
    height: 66px;
    object-fit: contain;
}

.demanda-logo-carousel .owl-nav {
    margin: 0;
}

.demanda-logo-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text) !important;
    font-size: 32px !important;
    line-height: 1 !important;
    width: 38px;
    height: 44px;
}

.demanda-logo-carousel .owl-nav .owl-prev { left: 4px; }
.demanda-logo-carousel .owl-nav .owl-next { right: 4px; }

.demanda-logo-carousel .owl-nav button:hover,
.demanda-logo-carousel .owl-nav button:focus-visible {
    background: var(--yellow) !important;
    color: var(--text) !important;
}

.demanda-pdf-band {
    padding: 22px 0;
}

.demanda-pdf-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.demanda-pdf-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 68px;
    padding: 14px 20px;
    background: white;
    border-left: 5px solid var(--yellow) !important;
    border-radius: 0 14px 0 0;
    color: var(--text);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
}

.demanda-pdf-chevron {
    width: 14px;
    height: 14px;
    flex: none;
    transform: rotate(-90deg);
}
.demanda-pdf-link-pending { cursor: default; }
.demanda-pdf-link:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }

@media (max-width: 767px) {
    .demanda-pdf-links { grid-template-columns: 1fr; gap: 12px; }
    .demanda-pdf-link { font-size: 15px; }
    .demanda-logo-carousel { padding: 0 36px; }
    .demanda-logo-item { padding: 8px; }
}

.brandLogo {
    /* filter: grayscale(); */
    height: 55px;
    width: auto !important;
    /* background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; */
}

.section {
    margin-top: 100px;
    padding: 24px;
}

.section * {
    text-align: center;
}

.carouselParceiros {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 54px;
}

.carouselParceiros img {
    width: 13%;
    filter: grayscale();
    height: fit-content !important;
}

.section1 {
    position: relative;
}

.section1 span {
    font-size: 60px;
    color: var(--orange);
    font-weight: 700;
}

.dados {
    padding: 0px 20px;
}

.section1 .partnerPhrase {
    font-size: 20px;
    line-height: 30px;
    color: black;
    font-weight: 500;
    padding: 40px 164px;
    /* text-align: left; */
    background-color: var(--grayBG);
    border-radius: 80px 0px 0px 0px;
}

.section1 .partnerPhrase p {
    text-align: left;
}

.section1detail {
    position: absolute;
    margin: 0 auto;
    transform: translate(-48.5%, 251px);
    height: 54%;
}

.section2 *,
.section3 * {
    text-align: left;
}

.section2 * {
    padding: 8px 24px;
}

.section2 p {
    margin: 0;
    font-size: 18px;
}

.section2 h1 {
    text-align: center;
    margin-top: -90px;
}

.section2 strong {
    font-size: 28px;
    padding: 0;
}

.section3 .cards {
    background-color: var(--grayBG);
    padding: 24px;
    padding-top: 32px;
    position: relative;
}

.section3 .cards li {
    min-height: 76px;
}

.section3 .cards:nth-child(1) {
    border-radius: 0 0 0 40px;
}

.section3 .cards:nth-child(3) {
    border-radius: 0 0 80px 0;
}

.section3 h3 {
    padding-left: 30px;
    padding-bottom: 40px;
    height: 110px;
    font-size: 22px;
}

.dropdownLink {
    position: absolute;
    z-index: 11;
    background-color: white;
    border-radius: 8px;
    box-shadow: 2px 2px 20px #ddd;
    gap: 8px;
}

.menuContatoInfo {
    min-width: 260px;
}

.contactInfoItem {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    border-top: 1px solid #f1f1f1 !important;
    padding-top: 8px;
}

.contactInfoLabel {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #8a8a8a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.contactInfoValue {
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
    word-break: break-word;
}

.section3 li {
    position: relative;
}

.listBullet {
    position: absolute;
    top: 8px;
    left: -20px;
}

.listLine {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(-50%, -50%);
    height: 100%;
}

.section4 {
    padding: 80px 0px;
    background-color: var(--grayBG);
}

.carouselDepoimentos {
    padding: 40px;
    position: relative;
}

.carouselDepoimentos .content p {
    color: #6B6B6B;
    font-size: 20px;
    font-weight: 400;
}

.carouselDepoimentos .content h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
}

.carouselDepoimentosImg .slick-slide {
    /* display: block; */
    height: auto;
}

.gradientLeft {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 200px;
}

.gradientRight {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 200px;
}

.section5 .greyBox {
    border-radius: 0px 40px 0px 40px;
    overflow: hidden;
    background-color: var(--grayBG);
}

.section5 .content {
    padding: 24px 52px;
    text-align: left;
    justify-content: center;
    gap: 24px;
}

.section5 .imageOldMan {
    border-radius: 0px 40px 0px 0px;
    filter: grayscale();
}

.section5 .content p {
    font-size: 20px;
    text-align: left;
}

.section6 {
    position: relative;
}

.section6 p {
    font-size: 20px;
    text-align: left;
}

.boxCinza {
    width: 200px;
    height: 578px;
    position: absolute;
    left: 60px;
    background-color: #f5f5f5;
    z-index: -1;
    top: 140px;
    border-radius: 0 0 80px 0;
}

.nf-error-msg,
.ninja-forms-req-symbol {
    color: var(--orange) !important;
}

.imageOldMan {
    height: 340px;
    display: block;
    background-size: cover;
}

.conhecaMais {
    padding: 32px;
    color: white;
    background-color: var(--orange);
    border-radius: 40px 0px 40px 0px;
}

.conhecaMais span {
    font-size: 32px;
    font-weight: 700;
    text-align: left;
}

.saibaMaisButton {
    background-color: white;
    padding: 16px;
    border-radius: 0px 40px 40px 40px;
}

.destaqueLaranja {
    color: var(--orange);
}

.destaqueAmarelo {
    color: var(--yellow);
}

.section6 * {
    text-align: left;
}

.section6 h3 {
    font-size: 44px;
    font-weight: 700;
}

.section6 .destaqueLaranja {
    font-weight: 600;
}

.section6 form {
    padding: 16px;
    background-color: var(--grayBG);
    border-radius: 40px 0px 40px 0px;
}

.section6 input,
.section6 textarea {
    border: 1px solid #6B6B6B;
    border-radius: 99px;
    padding: 8px 16px;
    font-size: 16px;
}

.section6 textarea {
    border-radius: 24px !important;
}

.section6 input::placeholder {
    color: #cecece;
    font-weight: 600;
}


.section6 button,
.field-wrap>div input[type=checkbox],
.field-wrap button,
.field-wrap input[type=button],
.field-wrap input[type=submit] {
    background-color: var(--yellow);
    color: var(--text);
    text-align: center;
    border-radius: 99px;
    padding: 4px;
    font-size: 16px;
    font-weight: 600;
    width: 100% !important;
}

.section6 form p {
    display: contents;
}

.section6 form i {
    font-size: 14px;
}

footer * {
    font-weight: 600;
}

footer .grey {
    background-color: var(--grayBG);
    padding: 24px;
}

footer .orange {
    background-color: var(--orange);
    padding: 24px;
    text-align: center;
    color: white;
}

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

footer .grey .address {
    text-align: right;
    width: 100%;
}

footer .orange p {
    margin: 0;
}

footer .coradini {
    color: #FFD050;
    text-decoration: underline;
}

.menu {
    padding: 0 !important;
    margin: 0 !important;
}

.menu-idioma-container {
    width: 80px;
}

/* SOLUCOES */

.solucoesIconBannerRight {
    position: absolute;
    right: 24px;
    bottom: -30px;
    filter: grayscale(0) !important;
    z-index: 10;
    height: 440px;
}

.solucoesIconBannerLeft {
    position: absolute;
    left: 200px;
    bottom: -30px;
    filter: grayscale(0);
    height: 50px;
    width: 150px;
    z-index: 2;
}

.solucoesPage .banner {
    background-position: -70px top !important;
    background-size: 110%;
}

.solucoesPage .banner h1 {
    font-size: 34px;
    width: 680px;
    padding-right: 40px;
}

.solucoesPage .s1 h4 {
    text-align: left;
}

.solucoesPage .s1 ul {
    padding: 0;
}

.solucoesPage .s1 .areaItem {
    width: 16%;
    justify-content: center;
    height: 220px;
    padding: 16px;
    border-radius: 24px;
    border: 2px solid #d3d3d3 !important;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}

.solucoesPage .s1 .areaItem p,
.solucoesPage .tecnicas button p {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    height: 60px;
    align-content: center;
    color: #8A8A8A;
}

.solucoesPage .s1 .areaItem .icon {
    height: 100px;
    width: 180px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: grayscale() brightness(0.7) contrast(4);
}

.solucoesPage .tecnicas button .icon {
    height: 100px;
    width: 180px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: grayscale() brightness(0.7) contrast(4);
    transition: 0.3s;
}

.solucoesPage .tecnicas button:hover .icon {
    filter: unset;
}


.solucoesPage .s2 {
    background-color: var(--grayBG);
    padding: 100px 0px;
}

.qualiQuanti .orange {
    padding: 16px;
    background-color: var(--orange);
    width: 353px;
    color: white;
    border-radius: 40px 0px 40px 0px;
}

.qualiQuanti .orange:nth-child(4) {
    border-radius: 0px 40px 0px 40px;
}

.qualiQuanti .orange * {
    text-align: left;
    margin: 0;
    padding: 0;
}

.qualiQuanti .orange h3 {
    font-size: 60px;
    text-transform: uppercase;
}

.qualiQuanti .grey {
    border: 1px solid #DCDCDC !important;
}

.qualiQuanti .grey ul {
    margin: 0;
    padding: 0;
}

.solucoesPage .tecnicas hr {
    border: 3px var(--orange) solid !important;
    opacity: 1;
    border-radius: 10px;
}



.solucoesPage .tecnicas button {
    width: 208px;
    justify-content: center;
    height: 220px;
    padding: 16px;
    border-radius: 24px;
    border: 1px solid #f5f5f5 !important;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    /* border: 1px solid #f5f5f5 !important; */
    background-color: white;
}

.content-tecnicas .icon {
    height: auto;
    width: 180px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    /* filter: grayscale(); */
}

.solucoesPage .s2 .plataformas {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
}

.solucoesPage .s3 * {
    align-items: center;
}

.solucoesPage .s3 strong {
    font-size: 18px;
}

.solucoesPage .s3 h5 {
    width: 100%;
    text-align: left !important;
}

.solucoesPage .s3 li {
    text-align: left;
    list-style: circle;
}

.solucoesPage .s5 * {
    text-align: left;
}


.solucoesPage .s5 li {
    list-style: disc;
}

.solucoesPage .s5 span {
    width: 100%;
    display: block;
    font-size: 60px;
}

.solucoesPage .s5 .accordion button {
    width: 100%;
    padding: 16px 32px;
    font-size: 24px;
    font-weight: 700;
    color: var(--text);
}

.solucoesPage .s5 .accordion .accordion-item:nth-child(1) button {
    border-radius: 0px 0px 0px 40px;
    background: #FFAE00;
}

.solucoesPage .s5 .accordion .accordion-item:nth-child(2) button {
    border-radius: 40px 0px 0px 0px;
    background: #FFD050;
}

.solucoesPage .s5 .accordion .accordion-item:nth-child(3) button {
    background: #FF7D00;
    border-radius: 0;
}

.solucoesPage .s5 .accordion .accordion-item:nth-child(4) button {
    border-radius: 0px 0px 40px 0px;
    background: #D3D3D3;
}

.solucoesPage .s5 .accordion .accordion-item:nth-child(5) button {
    border-radius: 40px 0px 40px 40px;
    background: #FB9A3D;
}

.solucoesPage .s6 div {
    gap: 40px;
}

.solucoesPage .s6 img {
    width: 100%;
}

.solucoesPage .s6 span {
    border: 1px #ddd solid !important;
    height: 40px;
    width: 1px;
}

/*POR QUE DEMANDA*/

.whyPage .s1 img {
    width: 100%;
    height: auto;
}

.whyPage .why p {
    align-content: center;
    text-align: left;
}

.whyPage .why div {}

.whyPage .why div p {
    padding: 20px;
}

.whyPage .why div p:nth-child(1) {
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    background-color: var(--yellow);
}

.whyPage .why div p:nth-child(2) {
    border: var(--yellow) 3px solid !important;
}

.whyPage .why div:nth-child(1) p:nth-child(1) {
    border-radius: 40px 0px 0px 0px;
}

.whyPage .why div:nth-child(1) p:nth-child(2) {
    border-radius: 0px 40px 0px 0px;
}

.whyPage .why div:nth-child(2) p:nth-child(1) {
    border-radius: 0px 0px 0px 40px;
}

.whyPage .why div:nth-child(2) p:nth-child(2) {
    border-radius: 0px 0px 40px 0px;
}

.whyPage .why div:nth-child(3) p:nth-child(1) {
    border-radius: 0px 0px 0px 40px;
}

.whyPage .why div:nth-child(3) p:nth-child(2) {
    border-radius: 0px 0px 40px 0px;
}

.whyPage .why div:nth-child(4) p:nth-child(1) {
    border-radius: 40px 0px 0px 40px;
}

.whyPage .why div:nth-child(4) p:nth-child(2) {
    border-radius: 0px 40px 0px 0px;
}

.whyPage .why div:nth-child(5) p:nth-child(1) {
    border-radius: 40px 0px 0px 0px;
}

.whyPage .why div:nth-child(5) p:nth-child(2) {
    border-radius: 0px 0px 40px 0px;
}

.whyPage h2 {
    position: relative;
}

.whyPage .aspas {
    position: absolute;
    width: 30px !important;
    height: 50px !important;
    left: 80px;
    top: -20px;
    background-color: var(--orange);
    -webkit-mask: url(../img/aspas.svg) no-repeat center;
    mask: url(../img/aspas.svg) no-repeat center;
}

.whyPage .s2 {
    height: 1590px;
    position: relative;
}

.whyPage .s2::before {
    content: "";
    position: absolute;
    top: -200px;
    left: -958px;
    width: 4000px;
    height: 1700px;
    background: url(../img/map.png) no-repeat center center;
    background-size: contain;
    z-index: -1;
}

.whyPage .s2 * {
    text-align: left;
}

.whyPage .s2 h1 {
    margin-top: 580px;
}

.whyPage .banner {
    position: relative;
    background-position: 60% 6%;
    background-size: 120%;
}

.whyPage .banner .container {
    position: relative;
}

.whyPage .banner h1 {
    margin-top: -220px;
    padding-right: 120px;
    right: 0;
    text-align: right;
    width: 760px;
    position: absolute;
    /* justify-self: self-start; */
}

.whyPage .places {
    display: flex;
    width: fit-content;
    height: fit-content;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    gap: 10px;
    border-radius: 40px 40px 40px 0px;
    border: 7px solid #FF7D00 !important;
    color: var(--orange);
    margin-top: 300px;
    margin-left: 200px;
}

.whyPage ul {
    padding: 0;
    margin: 0;
}

.whyPage hr {
    border: 2px solid #FFD050 !important;
    opacity: 1;
}

.whyPage .otherPlaces {
    position: absolute;
    right: 300px;
    bottom: 90px;
}

.whyPage .s3 .slick-initialized .slick-slide {
    height: auto !important;
}

.carouselClients .slick-slide {
    /* height: 50px !important; */
    /* width: 163px !important; */
}

.whyPage .s3,
.depoimentosSection {
    background-color: #f5f5f5;
    padding: 90px 0px;
    margin-top: 80px !important;
    position: relative;
}

.grid-item,
.depoimentosSection .grid-item {
    padding: 24px;
}

.depoimentosSection .yellowBox {
    display: block;
    position: absolute;
    top: -30px;
    height: 60px;
    width: 400px;
    left: 0;
    border-radius: 0px 0px 90px 0px;
    background-color: var(--yellow);
}

.whyPage .s3 .gridDepoimentos .grid-item p,
.whyPage .s3 .gridDepoimentos .grid-item h6,
.whyPage .depoimentosSection .gridDepoimentos .grid-item p,
.whyPage .depoimentosSection .gridDepoimentos .grid-item h6 {
    text-align: left;
}

/* .gridDepoimentos {
    background: #DDD;
    height: 75%; /* inherit height from body */

/* .grid-sizer,
.grid-item { width: 20%; }
.grid-item--height2 { width: 40%; } */

.gridDepoimentos {
    /* background: #DDD; */
    height: 850px;
    /* inherit height from body */
    padding-top: 70px;
}

/* clear fix */
.gridDepoimentos:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.gridDepoimentos .grid-item {
    float: left;
    width: 430px;
    height: fit-content;
    /* background: #0D8; */
    border: 2px solid #333;
    border-color: hsla(0, 0%, 0%, 0.7);
}

/* .grid-item--height2 { height: 400px; } */
.gridDepoimentos .grid-item .textBig {
    font-weight: 800;
    font-size: 24px;
}

.gridDepoimentos .grid-item .textBold {
    font-weight: 800;
}

.gridDepoimentos .grid-item svg {
    position: absolute;
    top: -10px;
    left: -10px;
}


/*  Eventos  */

.eventosPage .bannerHome h1 {
    text-align: center;
    width: 100%;
    margin-top: -90px;
}

.eventosPage .eventosIconBannerRight {
    position: absolute;
    right: 24px;
    bottom: -100px;
}

.eventosPage .eventosIconBannerLeft {
    position: absolute;
    left: 24px;
    bottom: -30px;
}

.eventosPage .s1 .mt-5 div {
    position: relative;
}

.eventosPage .s1 .mt-5 div:nth-child(1) span {
    position: absolute;
    right: 137.667px;
    top: -20px;
    width: 137px;
    height: 104px;
    border-radius: 103px 103px 103px 0px;
    background: #ddd;
    z-index: -1;
}

.eventosPage .s1 .mt-5 div:nth-child(2) span {
    position: absolute;
    right: 137.667px;
    top: -20px;
    width: 137px;
    height: 104px;
    border-radius: 0px 0px 103px 103px;
    background: #ddd;
    z-index: -1;
}

.eventosPage .s1 .mt-5 div:nth-child(3) span {
    position: absolute;
    right: 137.667px;
    top: -20px;
    width: 137px;
    height: 104px;
    border-radius: 0px 103px 103px 103px;
    background: #ddd;
    z-index: -1;
}

.eventosPage .s2 {
    padding: 150px 250px;
    position: relative;
}

.eventosPage .s2 h2 {
    background-color: var(--grayBG);
}

.eventosPage .s2::before {
    content: url(../img/pilastra.svg);
    position: absolute;
    width: 242px;
    height: 580px;
    left: -50px;
    top: 0;
}

.eventosPage .s2::after {
    content: url(../img/pilastra.svg);
    position: absolute;
    width: 242px;
    height: 580px;
    right: -50px;
    top: 0;
}

.eventosPage .s2 p {
    font-size: 22px;
}

.eventosPage .s3 h4 {
    font-weight: 400;
    color: #B6B6B6;
}

.eventosPage .eventosServices {
    background-color: var(--yellow);
    border-radius: 0px 0px 40px 40px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    font-weight: 700;
}


.eventosPage .eventosServices ul {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 14px;
}

.eventosPage .eventosServices ul li {
    width: min-content;
    align-content: space-evenly;
}

.eventosPage .gridEventos .grid-item {
    padding: 24px;
    width: 20%;
    height: 210px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eventosPage .gridEventos .grid-item img {
    width: 100%;
}

.eventosPage .s4 h4 {
    font-weight: 400;
}

.eventosPage .s4 .destaqueAmarelo {
    font-size: 30px;
}

.eventosPage .s4 hr {
    margin: 0;
    border-top: var(--yellow) 6px solid !important;
    opacity: 1;
    border-radius: 30px;
}

.eventosPage ul {
    margin-top: 24px;
}

.eventosPage ul li {
    /* list-style: disc !important; */
    text-align: center;
    flex: auto !important;
}

.eventosPage ul li p {
    width: 100%;
    margin: 0;
}

.eventosPage .s5 {
    background-color: var(--grayBG);
    padding: 80px 0;
}

.eventosPage .s6 .tracking {
    align-items: center;
}

.eventosPage .s6 .tracking p {
    background-color: var(--yellow);
    padding: 24px;
    text-align: center;
    width: 100%;
}

.tracking img {
    width: 20px;
    margin: 5px;
    margin-top: -10px;
}

.eventosPage .s6 .tracking p:nth-child(1) {
    border-radius: 0px 0px 0px 40px;
}

.eventosPage .s6 .tracking p:nth-child(3) {
    border-radius: 0px 40px 0px 0px;
}

.eventosPage .s6 .tracking p:nth-child(5) {
    border-radius: 0px 0px 0px 0px;
}

.eventosPage .s6 .tracking p:nth-child(7) {
    border-radius: 40px 0px 0px 0px;
}

.eventosPage .s6 .tracking p:nth-child(9) {
    border-radius: 0px 40px 0px 0px;
}

.eventosPage .s6 .tracking p:nth-child(11) {
    border-radius: 0px 0px 40px 0px;
}

.imgDashboard {
    position: relative;
}

.carouselDashboard .item {
    display: flex;
    justify-content: center;
}

.carouselDashboard img {
    height: auto;
    width: 100%;
}

.dashboardArrow {
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    line-height: 1;
    background-color: #FF7D00;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}

.dashboardArrowPrev {
    left: -55px;
}

.dashboardArrowNext {
    right: -55px;
}

/* Heatlth Page */

.healthPage .healthIconBanner {
    position: absolute;
    left: 40px;
    bottom: -50px;
}

.healthPage .banner {
    background-position: center 20%;
}

.healthPage .banner h1 {
    text-align: left;
    width: 800px;
    margin-left: 40px;
    margin-top: 150px;
    justify-self: self-start;
}

.healthPage .s1 {
    padding: 100px 270px;
    position: relative;
}

.healthPage .s1 .orangeBox {
    width: 150px;
    height: 50px;
    display: block;
    position: absolute;
    z-index: 1;
    background-color: var(--orange);
    right: 23%;
    top: 11%;
    transform: translate(-50%, -50%);
    border-radius: 0px 90px 0px 0px;
}

.healthPage .s1 .orangeLightBox {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #FB9A3D;
    left: 36%;
    top: 87%;
    transform: translate(-50%, -50%);
    border-radius: 90px 90px 0px 0px;
}

.healthPage .s1 .grayBox {
    width: 450px;
    height: 270px;
    display: block;
    position: absolute;
    z-index: -1;
    background-color: var(--grayBG);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.healthPage .s1 p {
    font-size: 24px;
    font-weight: 500;
}

.healthPage .s2>div p {
    background-color: var(--grayBG);
    padding: 24px 32px;
    align-content: center;
}

.healthPage .s2>div p:nth-child(1) {
    border-radius: 0px 0px 0px 40px;
}

.healthPage .s2>div p:nth-child(2) {
    border-radius: 0px 40px 0px 0px;
}

.healthPage .s2>div p:nth-child(3) {
    border-radius: 0px 0px 40px 0px;
}


.healthPage .s2 .publico {
    font-weight: 400;
    margin-bottom: 40px;
}


.healthPage .s3 .items div {
    position: relative;
    padding: 16px;
    height: 225px;
}

.healthPage .s3 .items div p {
    padding: 24px;
    height: 200px;
    align-content: center;
}

.healthPage .s3 .items div:nth-child(1) p {
    border: 3px solid var(--grayBG) !important;
}

.healthPage .s3 .items div:nth-child(2) p {
    border-radius: 0px 80px 0px 0px;
    background-color: var(--grayBG);
}

.healthPage .s3 .items div:nth-child(3) p {
    border: 3px solid var(--grayBG) !important;
}

.healthPage .s3 .items div:nth-child(4) p {
    border-radius: 0px 80px 0px 0px;
    background: var(--grayBG);
    height: fit-content !important;
}

.healthPage .s3 .items .contentSeven {
    border-radius: 0px 40px 0px 0px;
    background: var(--grayBG);
    padding: 24px;
    height: fit-content;
    margin-bottom: 50px;
}

.healthPage .s3 .recrutamentoItems {
    height: fit-content !important;
}

.healthPage .s3 .items .contentSeven h4 {
    font-weight: 400;
}

.healthPage .s3 .recrutamentoItems ul {
    display: flex;
    flex-direction: row;
    gap: 4px;
    height: fit-content;
}

.contentSevenContainer {
    height: auto !important;
}

.healthPage .s3 .recrutamentoItems ul li {
    padding: 16px 24px;
    background-color: var(--yellow);
    align-content: space-evenly;
}

.healthPage .s3 .recrutamentoItems ul li:nth-child(1) {
    border-radius: 40px 0px 0px 0px;
}

.healthPage .s3 .recrutamentoItems ul li:nth-child(2) {
    border-radius: 0px 0px 0px 0px;
}

.healthPage .s3 .recrutamentoItems ul li:nth-child(3) {
    border-radius: 0px 40px 0px 0px;
}

.healthPage .s3 .recrutamentoItems ul li:nth-child(4) {
    border-radius: 0px 0px 0px 0px;
}

.healthPage .s3 .recrutamentoItems ul li:nth-child(5) {
    border-radius: 0px 0px 0px 0px;
}

.healthPage .s3 .recrutamentoItems ul li:nth-child(6) {
    border-radius: 40px 0px 0px 0px;
}

.healthPage .s3 .recrutamentoItems ul li:nth-child(7) {
    border-radius: 0px 40px 0px 0px;
}

.healthPage .s3 span {
    position: absolute;
    color: var(--orange);
    font-weight: 900;
    font-size: 40px;
    left: 5px;
    top: -5px;
    z-index: 10;
    /* display: none; */
}

.healthPage .s31 h2 {
    border-radius: 0px 40px 0px 0px;
    height: 70px;
    width: 800px;
    padding: 24px;
    margin: 0 auto;
    background-color: var(--grayBG);
}

.healthPage .s31 h5 {
    font-weight: 400;
}

.healthPage .s31 .experiencia {
    color: #585858;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 5%;
    position: relative;
}


.healthPage .s31 .experiencia strong {
    color: var(--orange);
    font-weight: 800;
}

.healthPage .s4 div * {
    text-align: left;
}

.healthPage .s4 .leftColumn div:nth-child(2) {
    padding: 24px;
    background-color: var(--grayBG);
    border-radius: 40px 0px 0px 0px;
    margin: 0;
}

.healthPage .s4 .leftColumn div:nth-child(2) li {
    list-style: disc !important;
}

.healthPage .s6 .ansPassos * {
    text-align: left;
}

.healthPage .s6 .ansPassos div {
    padding: 24px;
    height: fit-content;
}

.healthPage .s6 .ansPassos div ul {
    padding: 0;
    display: flex;
    gap: 4px;
    flex-direction: column;
}

.ansList {
    padding: 0 !important;
}

.healthPage .s6 .ansPassos li {
    padding: 16px 24px;
    background-color: var(--text);
    color: white;
    height: 75px;
    align-content: space-evenly;
}

.healthPage .s6 .ansPassos>div:nth-child(1) {
    border-radius: 0px 40px 0px 0px;
    border: 4px solid var(--orange) !important;
}

.healthPage .s6 .ansPassos>div:nth-child(1) li:nth-child(1) {
    border-radius: 0px 0px 0px 40px;
}

.healthPage .s6 .ansPassos>div:nth-child(1) li:nth-child(2) {
    border-radius: 0px 0px 40px 0px;
}

.healthPage .s6 .ansPassos>div:nth-child(1) li:nth-child(3) {
    border-radius: 0px 40px 0px 0px;
}

.healthPage .s6 .ansPassos>div:nth-child(1) li:nth-child(4) {
    border-radius: 0px 0px 0px 40px;
}

.healthPage .s6 .ansPassos>div:nth-child(2) {
    border-radius: 0px 40px 0px 0px;
    border: 4px solid var(--yellow) !important;
}

.healthPage .s6 .ansPassos>div:nth-child(2) li:nth-child(1) {
    border-radius: 40px 0px 0px 0px;
}

.healthPage .s6 .ansPassos>div:nth-child(2) li:nth-child(2) {
    border-radius: 0px 0px 40px 0px;
}

.healthPage .s6 .ansPassos>div:nth-child(2) li:nth-child(3) {
    border-radius: 0px 40px 40px 0px;
}

.healthPage .s6 .ansPassos>div:nth-child(2) li:nth-child(4) {
    border-radius: 40px 0px 40px 0px;
}

.healthPage .s8 {
    background-color: var(--grayBG);
}

.healthPage .s8 .defaultButton {
    width: fit-content !important;
    margin: 0 auto;
}

/* Ambiental  */

.bannerHome {
    position: relative;
}

.ambientalPage .ambientalIconBanner {
    position: absolute;
    left: 80px;
    bottom: -80px;
}

.ambientalPage .ambientalIconBannerRight {
    position: absolute;
    right: 40px;
    bottom: -20px;
}

.ambientalPage .bannerHome h1 {
    color: white;
    text-align: left;
    margin-left: 40px !important;
    justify-self: self-start;
    z-index: 3;
    left: 0;
    top: 0;
    transform: translate(0, -50%);
    position: absolute;
}

.ambientalPage .bannerHome h1>p {
    font-weight: 700;
    padding: 0 !important;
    font-size: 40px;
}

.ambientalPage .s1 .items div {
    /* height: 135px;
    align-content: center; */
}

.ambientalPage .s1 .items div p {
    padding: 16px 42px;
    height: 135px;
    align-content: center;
    font-weight: 700;
}

.ambientalPage .s1 .items div:nth-child(1) p {
    border-radius: 0px 0px 0px 40px;
    background: #FFD050;
}

.ambientalPage .s1 .items div:nth-child(2) p {
    border-radius: 0px 40px 0px 0px;
    background: #FB9A3D;
}

.ambientalPage .s1 .items div:nth-child(3) p {
    border-radius: 0px 0px 40px 0px;
    background: #FF7D00;
}

.ambientalPage .s1 .items div:nth-child(4) p {
    border-radius: 0px 0px 40px 0px;
    background: #FF7D00;
}

.ambientalPage .s1 .items div:nth-child(5) p {
    border-radius: 40px 0px 0px 0px;
    background: #FB9A3D;
}

.ambientalPage .s2 {
    padding: 40px 180px;
}

.ambientalPage .s2 .items div div {
    margin-bottom: 24px;
}

.ambientalPage .s2 .items div div {
    padding: 24px;
    border: 2px solid #CCCCCC !important;
    border-radius: 24px;
    min-height: 284px;
    padding-bottom: 0px;
}

.ambientalPage .s2 .items div div .icon {
    width: 80%;
    height: 150px;
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 16px;
}

.ambientalPage .s2 .items div div p {
    font-size: 18px;
    height: 60px;
    align-content: center;
    color: #8A8A8A !important;
}

.ambientalPage .s3 h2,
.ambientalPage .s3 p {
    padding: 0px 150px;
}

.ambientalPage .diagramaTitle {
    font-weight: 200;
}


@media (max-width:1740px) {

    .whyPage .banner {
        background-position: 60% 6%;
        background-size: 140%;
    }
}

@media (max-width:1440px) {
    .solucoesPage .banner h1 {
        padding-right: 150px;
    }

    .whyPage .banner {
        background-position: 60% 0%;
    }
}

@media (max-width:1290px) {
    .solucoesPage .banner {
        background-position:
            -320px top;
        background-size: 130%;
    }

    .section1 span {
        font-size: 54px;
    }

    .section1 .partnerPhrase {
        padding: 40px;
    }

    .healthPage .banner h1 {
        display: block;
    }

    .solucoesPage .banner h1 {
        padding: 0 !important;
    }

    .solucoesPage .solucoesIconBannerRight {
        display: none;
    }

    .section3 .cards {
        overflow: hidden;
    }

    .section3 .cards li {
        min-height: 90px;
    }

    .bannerHome h1 {
        display: inline-block;
    }

    .whyPage .aspas {
        left: -14px;
    }

    .solucoesPage .s1 .areaItem {
        width: 19%;
    }

    .listLine {
        height: 200%;
    }

    .section5 .content p {
        font-size: 20px;
    }

    .section1detail {
        display: none;
    }


    .ambientalPage .s3 h2,
    .ambientalPage .s3 p {
        padding: 0px;
    }

    .whyPage .banner {
        background-position: 90% 9%;
        background-size: 140%;
    }

    .section2 .col-6 {
        width: 100%;
        justify-items: center;
    }
}


@media (min-width:1024px) {
    .ambientalPage .s2 .items > div {
        width: 25% !important;
    }
}

@media (min-width:777px) {
    .ambientalPage .s2 {
        padding: 40px 24px;
    }

    .ambientalPage .s2 .items > div {
        width: 33%;
    }
}

@media (max-width:1030px) {

    body {
        overflow-x: hidden;
    }

    .whyPage .banner h1 {
        font-size: 32px;
        width: 50vw;
    }

    .solucoesPage .banner h1 {
        padding: 0 !important;
    }

    .whyPage .aspas {
        left: -20px;
    }

    .whyPage h2 {
        font-size: 40px;
    }

    .whyPage .places {
        margin-left: 100px;
    }

    .whyPage .s2::before {
        left: -1100px;
    }

    .whyPage .otherPlaces {
        right: 140px;
    }

    .logoTopo {
        width: 300px;
    }
}

@media (max-width:768px) {


    .logo {
        scale: 1;
    }

    .logoTopo {
        width: 250px;
    }

    .dropdownLink {
        top: 40px;
        left: 20px;
        width: 270px !important;
    }

    .menuContato>a img {
        display: none;
    }

    .menuContato .menuContatoInfo {
        position: static;
        top: auto;
        left: auto;
        width: 100% !important;
        box-shadow: none;
        border-radius: 0;
        padding: 8px 0 !important;
        background-color: transparent;
        margin-top: 6px;
    }

    .homeIconBannerLeft,
    .homeIconBannerRight {
        display: none;
    }

    .bannerHome {
        padding: 24px;
        height: 340px;
        background-position: center center;
    }

    .bannerHome h1,
    .bannerHome p,
    .bannerHome a {
        width: 100%;
        right: 0;
    }

    .section {
        padding: 0;
    }

    .section1>div,
    .section2>div,
    .section3>div,
    .section5>div,
    .section6 {
        flex-direction: column !important;
        padding: 0;
    }

    .menu-mobile {
        position: fixed;
        z-index: 400;
        height: 100vh;
        width: 70vw;
        background-color: white;
        top: 0;
        left: 0;
        padding: 40px;
        display: none;
        margin: 0 !important;
    }

    #mainMenu ul:nth-child(1) {
        order: 2;
        display: flex;
        gap: 4px;
    }

    #mainMenu ul:nth-child(2) {
        order: 1;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 3px solid #f5f5f5 !important;
    }

    .menu-mobile ul,
    .dropdown {
        width: 100%;
        gap: 8px;
    }

    .dropdown .btn {
        width: 100%;
    }

    .menu-mobile ul li,
    .dropdown a {
        width: 100%;
        padding: 8px 0px;
    }

    .divider {
        display: none;
    }

    .painelButton {
        margin-bottom: 40px;
    }

    .socialIcon a {
        display: inline-block;
        width: 20px !important;
    }

    .section1detail {
        display: none;
    }

    .section1 span {
        font-size: 50px;
    }

    .section2 * {
        padding: 8px 0;
    }

    .section2 strong {
        font-size: 21px;
    }

    .section1 .partnerPhrase {
        font-size: 22px;
        line-height: 24px;
        padding: 40px;
    }

    .section3 h3 {
        font-size: 21px;
    }

    .imageOldMan {
        width: 100%;
        height: 200px;
    }

    .section5 .content p {
        font-size: 16px;
        text-align: left;
    }

    .conhecaMais {
        padding: 24px !important;
        gap: 8px !important;
    }

    .carouselDepoimentos {
        padding: 0;
    }

    .carouselDepoimentos .content p {
        font-size: 16px;
    }

    .carouselDepoimentos .content h3 {
        font-size: 24px;
    }

    .conhecaMais span {
        font-size: 24px;
    }

    .conhecaMais a {
        width: 100%;
    }

    footer div div {
        flex-direction: column;
    }

    footer>div>div>div {
        width: 100% !important;
    }

    footer div div a {
        width: 100%;
    }

    .carouselParceiros {
        flex-direction: column;
        /* height: 400px;*/
        margin-bottom: 80px;
    }

    .carouselParceiros .col-2 {
        width: 40%;
    }

    /*SOLUCOES*/

    .solucoesIconBannerRight,
    .solucoesIconBannerLeft {
        display: none;
    }

    .solucoesPage .banner-home,
    .solucoesPage .banner {
        right: 0px;
        left: 0px;
        padding: 24px;
        height: 340px;
    }


    .bannerHome {
        background-size: 210%;
    }

    .solucoesPage .banner {
        background-size: 210%;
    }

    .solucoesPage h1 {
        font-size: 20px !important;
        width: 50vw !important;
        padding-right: 0 !important;
    }

    .solucoesPage .s2 .title {
        display: none !important;
    }

    .solucoesPage .s2 div .qualiQuanti {
        flex-direction: column;
    }

    .solucoesPage .s2 div .qualiQuanti div {
        width: 100% !important;
    }

    .solucoesPage .tecnicas button {
        width: 190px;
    }

    .solucoesPage .s1 .areaItem {
        width: 180px;
    }

    .solucoesPage .tecnicas button {
        margin-left: 5px;
    }

    .solucoesPage .s3,
    .solucoesPage .s4,
    .solucoesPage .s5 {
        /* padding: 24px; */
    }

    .solucoesPage .s3 .d-flex,
    .solucoesPage .s5,
    .solucoesPage .s6 div {
        flex-direction: column;
    }

    .solucoesPage .s5 h1 {
        font-size: 25px !important;
    }

    .solucoesPage .s5 .accordion {
        width: 100% !important;
    }

    .solucoesPage .s6 {
        margin-bottom: 80px;
    }

    .solucoesPage .s6 div {
        gap: 32px;
        padding: 24px;
    }

    .solucoesPage .s6 span {
        display: none;
    }

    /* Heatlh  */




    .healthIconBanner {
        display: none;
    }

    .healthPage .banner-home,
    .healthPage .banner {
        right: 0px;
        left: 0px;
        padding: 24px;
        height: 340px;
        justify-content: center;
    }

    .healthPage .banner h1 {
        width: 100%;
        margin: 0;
    }

    .healthPage .s1 {
        padding: 0;
    }

    .healthPage .s1 .orangeBox {
        right: 33%;
        top: -59%;
    }

    .healthPage .s1 .orangeLightBox {
        left: 36%;
        top: 137%;
    }

    .healthPage .s2 div {
        flex-direction: column;
    }

    .healthPage .s3 .items img {
        margin-top: 40px;
        width: 100%;
    }

    .healthPage .s3 .items div {
        height: auto;
        padding: 0px 24px;
    }

    .recrutamentoItems {
        flex-direction: column;
        padding: 0;
        gap: 8px;
    }

    .healthPage .s31 h2 {
        width: 100%;
    }

    .healthPage .s31 h5 {
        font-size: 18px;
    }

    .healthPage .s31 p {
        font-size: 16px;
    }

    .healthPage .s4 .leftColumn {
        margin-bottom: 20px;
    }

    .healthPage .s4 .d-flex {
        flex-direction: column;
    }

    .ansPassos {
        flex-direction: column;
    }

    .healthPage .s7 .yellowbox {
        display: none;
    }

    .whyPage .s3,
    .depoimentosSection {
        padding: 90px 0px !important;
    }

    .gridDepoimentos {
        height: 920px;
    }

    .gridDepoimentos .grid-item svg {
        left: -4px;
    }



    .eventosPage .eventosServices ul {
        width: 100% !important;
        flex-direction: column;
    }

    .imgDashboard img {
        width: 100%;
    }

    .dashboardArrowPrev {
        left: 10px;
        width: 42px;
        height: 42px;
        font-size: 28px;
    }

    .dashboardArrowNext {
        right: 10px;
        width: 42px;
        height: 42px;
        font-size: 28px;
    }

    .pagination {
        bottom: -46px;
    }

    .healthPage .s8 {
        padding: 20px;
    }

    .eventosPage .eventosIconBannerRight,
    .eventosPage .eventosIconBannerLeft {
        display: none;
    }

    .eventosPage .s1 div {
        flex-direction: column;
    }

    .eventosPage .s2::before,
    .eventosPage .s2::after {
        display: none;
    }

    .eventosPage .s2 {
        padding: 24px;
        position: relative;
    }

    .eventosPage .s2 h2 {
        padding: 24px;
    }

    .eventosPage .eventosServices {
        flex-direction: column;
    }

    .eventosPage ul {
        padding-left: 54px !important;
    }

    .eventosPage ul li {
        list-style: disc !important;
        text-align: left;
        width: 100% !important;
    }

    .eventosPage .gridEventos .grid-item {
        width: 50%;
        height: 150px;
    }

    .eventosPage .s4 .d-flex {
        flex-direction: column;
    }

    .eventosPage .s6 div {
        flex-direction: column;
    }
    .ambientalPage .ambientalIconBanner,
    .ambientalPage .ambientalIconBannerRight {
        display: none;
    }

    .ambientalPage .bannerHome {
        padding: 24px;
        height: 340px;
    }

    .ambientalPage .bannerHome h1 {
        transform: translate(0, 0%);
        width: 100%;
        font-size: 23px;
        left: 0px;
        padding: 24px;
        top: 20%;
    }

    .ambientalPage .bannerHome h1>p {
        transform: translate(0, -50%);
        margin-left: 0px !important;
        font-size: 24px;
    }

    .ambientalPage .s2 {
        padding: 0;
    }

    .ambientalPage .s2 .items div {
        width: 50% !important;
    }

    .ambientalPage .s2 .items div div {
        width: 100% !important;
    }

    .whyPage .banner {
        position: relative;
        /* background-position: 40% 60%; */
    }

    .whyPage .banner {
        background-position: 63% 9%;
        background-size: 202%;
    }

    .whyPage .banner h1 {
        left: 0;
        position: relative;
        text-align: right;
        padding: 0;
        margin: 0;
        font-size: 25px;
    }

    .whyPage .s1 .d-flex {
        flex-direction: column;
    }

    .whyPage h2 {
        font-size: 34px;
    }

    .whyPage .s1 h2 {
        padding: 0px 40px;
    }

    .whyPage .aspas {
        left: 10px;
        top: -10px;
    }

    .whyPage .s2 h1 {
        margin-top: 230px;
    }

    .whyPage .s2 {
        height: 930px;
        position: relative;
    }

    .whyPage .otherPlaces {
        position: relative;
        right: unset;
        bottom: unset;
        padding-top: 24px;
    }

    .whyPage .places {
        margin-top: 190px;
        margin-left: 0 !important;
    }

    .whyPage .places {
        margin-left: 30px;
    }

    .whyPage .s2::before {
        content: "";
        position: absolute;
        top: -510px;
        left: -1150px;
        width: 3620px;
        height: 1280px;
        background: url(../img/map.png) no-repeat center center;
        background-size: contain;
        z-index: -1;
    }

    .whyPage>.container {
        overflow-x: hidden;
    }

    .gridDepoimentos .grid-item {
        width: 382px;
        padding-left: 40px;
    }

    .healthPage .s3 .recrutamentoItems ul {
        display: flex;
        flex-direction: column;
        gap: 4px;
        height: fit-content;
        margin: 0;
        padding: 0;
    }

    footer .grey .address {
        text-align: left;
    }
}

@media (max-width: 400px) {

    .bannerHome h1,
    .bannerHome p,
    .bannerHome a {
        width: 80%;
        font-size: 21px;
        right: 0;
        display: flex;
        justify-self: right;
    }

    .defaultButton {
        font-size: 15px;
        padding: 10px 16px;
        width: 100% !important;
        justify-content: end;
    }
    
    .bannerHome {
        padding: 8px;
    }

    .bannerHome .defaultButton {
        font-size: 14px;
    }

    .healthPage .s6 .ansPassos li {
        height: auto;
    }

    .solucoesPage .s1 .areaItem,
    .solucoesPage .tecnicas button {
        width: 44%;
        padding: 8px;
    }

    .solucoesPage .s2 .plataformas {
        flex-direction: column;
    }

    .solucoesPage .s3 img {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .section2 p {
        padding: 7px 24px;
    }

    .solucoesPage .s1 .areaItem,
    .solucoesPage .tecnicas button {
        /* width: 30% !important; */
        padding: 8px !important;
        height: 150px !important;
    }

    .solucoesPage .tecnicas button .icon,
    .solucoesPage .s1 .areaItem .icon {
        width: 70px;
    }

    .ambientalPage .s2 .items div div {
        width: 70px;
        height: 60px;
        margin: 0;
        min-height: auto;
    }

    .ambientalPage .s2 .items div div .icon {
        width: 80%;
        height: 50px;
        margin-bottom: 0;
    }

    .ambientalPage .s2 .items div {
        width: 33% !important;
        padding: 8px !important;
        height: 122px !important;
        justify-content: center;
        margin-bottom: 10px;
    }

    .modal-body {
        flex-direction: column;
    }

    .content-tecnicas .icon {
        height: 170px;
    }

    .solucoesPage .s1 .areaItem p,
    .solucoesPage .tecnicas button p,
    .ambientalPage .s2 .items div div p {
        text-align: center;
        font-size: 9px;
        line-height: 12px;
    }

    .healthPage .s1 p {
        font-size: 17px;
    }

    .whyPage .s2::before {
        left: -1170px;
    }

    .ambientalPage .s1 .items div p {
        padding: 16px 22px;
        font-size: 14px;
        height: 135px;
        align-content: center;
        font-weight: 700;
    }

    .ambientalPage .bannerHome h1 {
        transform: translate(0, 0%);
        width: 100%;
        font-size: 23px;
        padding: 0;
        margin: 0px !important;
        top: 0%;
    }

    .ambientalPage .bannerHome h1>p {
        transform: translate(0, -50%);
        margin-left: 0px !important;
        font-size: 24px;
    }

    .healthPage .s1 .orangeBox {
        right: 33%;
        top: -39%;
    }

    .healthPage .s1 .grayBox {
        width: 100%;
    }

    .healthPage .s1 .orangeLightBox {
        left: 36%;
        top: 137%;
    }

    .eventosPage .s2 p {
        font-size: 19px;
        padding: 0 !important;
        padding-top: 40px !important;
    }



    .healthPage .banner {
        background-position: 390px 0%;
    }

    .healthPage .banner h1 {
        width: 100%;
        margin: 0;
        margin-left: -10px;
        font-size: 22px;
        margin-top: -180px;
    }

    .whyPage .destaqueLaranja {
        font-size: 19px;
    }

    .boxCinza {
        display: none;
    }

    .section6 p {
        font-size: 16px;
    }

    .carouselParceiros {
        display: flex;
        align-items: center;
        gap: 54px;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
        justify-content: center;
    }

    .whyPage .banner h1 {
        font-size: 17px;
    }

    .whyPage .banner {
        background-position: 53% -481%;
        background-size: 202%;
    }
}

@media (max-width: 403px) {
    .whyPage .banner {
        background-position: 53% 0px;
    }
}

@media (max-width: 320px) {

    .whyPage .banner {
        background-position: 63% -451%;
        background-size: 202%;
    }
}

.gridEventos{
    height: auto !important;
}

.eventosPage .gridEventos {
    display: block;
    height: auto !important;
}

.eventosPage .gridEventos > .wp-block-group.is-layout-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 12px 18px;
    width: 100%;
    height: auto;
}

.eventosPage .gridEventos .wp-block-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 120px;
    margin: 0;
    padding: 10px;
}

.eventosPage .gridEventos .wp-block-image img {
    width: 100%;
    max-height: 120px;
    object-fit: contain;
}

@media (max-width: 900px) {
    .eventosPage .gridEventos > .wp-block-group.is-layout-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (max-width: 540px) {
    .eventosPage .gridEventos > .wp-block-group.is-layout-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px; }
    .eventosPage .gridEventos .wp-block-image { min-height: 90px; padding: 6px; }
    .eventosPage .gridEventos .wp-block-image img { max-height: 90px; }
}

.gridEventos .is-layout-grid {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 40px;
    align-items: center !important;
}
