@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Basic&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Basic&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* Segundo menu */
.secundario-menu {
    display: flex;
    align-items: center;
    padding: 14px 50px;
    max-width: fit-content;
    border-radius: 50px;
    border: 1px solid #FFF;
    background: rgba(84, 120, 66, 0.70);
    backdrop-filter: blur(12px);
    position: absolute;
    transition: all 0.3s ease;
    justify-content: center;
    margin: 0 auto;
    align-content: center;
    left: 0;
    right: 0;
    gap: 38px;
    bottom: 4rem;
}

.secundario-menu.fixed {
    position: fixed;
    top: 9rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    height: 71px;
}

.secundario-menu .menu a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #FFF;
    font-family: Basic;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    margin-right: 12px
}

.secundario-menu .menu a:hover {
  color: #ff9900;
}

.secundario-menu .btn-contato {
  background-color: #ff7f00;
  color: white;
  padding: 6px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  transition: background 0.3s;
}

.secundario-menu .btn-contato:hover {
  background-color: #e66f00;
}

html {
    scroll-behavior: smooth;
}

/* Classes gerais */
.ecos-button {
    background: linear-gradient(89deg, #1C6051 -10.85%, #398474 55.98%, #1C6051 168.68%);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-radius: 14px;
    padding: 20px 35px;

    /* text */
    color: #FFF;
    text-align: center;
    font-family: Basic;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: fit-content;
}

/* Banner Ecos */
.content-banner-ecos {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-top: 8rem;
}

.content-banner-ecos .slider {
    max-width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.content-banner-ecos .custom-arrows {
    display: flex;
    gap: 12px;
    position: absolute;
    right: 19rem;
    bottom: 50%;
    top: 50%;
    flex-direction: column;
}

.content-banner-ecos .custom-arrows button {
    cursor: pointer;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: transparent;
    border:none;
    padding: 33px;
}

.content-banner-ecos .custom-arrows button.nav-prev {
    background: url(../images/page-ecos/arrow-banner.png);
}

.content-banner-ecos .custom-arrows button.nav-prev:hover {
    background: url(../images/page-ecos/arrow-banner-hover.png);
    transform: rotate(180deg);
}

.content-banner-ecos .custom-arrows button.nav-next {
    background: url(../images/page-ecos/arrow-banner.png);
    transform: rotate(180deg);
}

.content-banner-ecos .custom-arrows button.nav-next:hover {
    background: url(../images/page-ecos/arrow-banner-hover.png);
    transform: rotate(0deg) !important;
}

.content-banner-ecos .slider .slide {
    display: grid;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.content-banner-ecos .slider .slide .grid-cont {
    display: flex;
    gap:36px;
    flex-wrap: wrap;
}

.content-banner-ecos .slider .slide .conteudo {
    display: flex;
    gap: 27px;
    flex-direction: column;
    width: 40%;
}

.content-banner-ecos .slider .slide .conteudo img {
    width: 59%;
    height: auto;
}

.content-banner-ecos .slider .slide .conteudo h1,
.content-banner-ecos .slider .slide .conteudo p {
    color: #0A0A0A;
    font-family: "Public Sans";
    font-style: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.content-banner-ecos .slider .slide .conteudo h1 {
    font-size: 62px;
    font-weight: 700;
    line-height: 68px; /* 109.677% */
}

.content-banner-ecos .slider .slide .conteudo p {
    font-size: 20px;
    font-weight: 400;
}

.content-banner-ecos .posiiton-cardone-banner {
    width: 50%;
    justify-items: end;
    display: grid;
}

.card {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: rgba(250, 250, 250, 0.30);
    box-shadow: -8px 8px 40px 0px rgba(0, 0, 0, 0.05);
    padding: 12px 16px;
    width: fit-content;
    height: 100%;
  }

.card-header {
    display: flex;
    align-items: center;
    gap: 6px;
}

.card-header img {
    margin-right: 12px;
}

.card-text {
    display: block;
}

.card-text span,
.card-text p {
    text-align: center;
    font-family: Inter;
    font-style: normal;
    line-height: normal;
}

.card-text span {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.card-text p {
    color: #1C6051;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.img-people-postion {
    right: -25rem;
    position: relative;
    bottom: -1.8rem;
}

.card.postion-one {
    right: -15rem;
    position: relative;
    bottom: -17.8rem;  
}

.card.postion-two {
    right: 0rem;
    position: relative;
    bottom: -22rem;
}

.card.postion-3 {
    right: -27rem;
    position: relative;
    bottom: -17.8rem;  
}

.card.postion-4 {
    right: -12rem;
    position: relative;
    bottom: -22rem;
}

.card.postion-5 {
    right: 22rem;
    position: relative;
    bottom: -35.8rem;
}

.card.postion-6 {
    right: -8rem;
    position: relative;
    bottom: -35.8rem;
}

.card.postion-7 {
    right: 1rem;
    position: relative;
    bottom: -5.8rem;
}

/* Setas customizadas */
.slick-prev,
.slick-next {
    z-index: 10;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #000;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 25px;
    color: #000;
}

/* Remove os dots se não quiser */
.slick-dots {
    bottom: 20px;
}

/* Video */
.video-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
}

.thumbnail {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.thumbnail img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 20px;
}

.video-container {
    display: none;
    aspect-ratio: 16 / 9;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}  

/* O que é Ecos */
.content-section-ecos {
    background: url(../images/page-ecos/detalhe-bg-ecos.png) center bottom -219px no-repeat, #5A7C47;
    background-size: cover;
    padding-top: 63px;
    padding-bottom: 123px;
}

.content-section-ecos .titulo {
    display: flex;
    position: relative;
    margin-bottom: 12px;
}

.content-section-ecos .titulo h2 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 24px 50px rgba(0, 0, 0, 0.10);
    font-family: "Public Sans";
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px; /* 161.29% */
    margin: 0 auto;
}

.content-section-ecos .titulo h2 > ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.content-section-ecos .titulo h2 > ul > li > img{
    position: relative;
    top: 9px;  
    margin-left: 31px;
}

.content-section-ecos .desc {
    display: flex;
    gap: 3%;
}

.content-section-ecos .desc .text-ecos-esq h3,
.content-section-ecos .desc .text-ecos-dir h3 {
    color: #FFD464;
    font-family: "Public Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
}

.content-section-ecos .desc .text-ecos-esq h3 {
    font-size: 28px;
}

.content-section-ecos .desc .text-ecos-dir h3 {
    font-size: 18px;
}

.content-section-ecos .desc .text-ecos-dir h3 > span {
    display: flex;
    align-items: center;
}

.content-section-ecos .desc .text-ecos-dir h3 > span > img {
    margin-right: 16px;
}

.content-section-ecos .desc .text-ecos-esq p,
.content-section-ecos .desc .text-ecos-dir p {
    color: #FFF;
    font-family: Basic;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}
/* End */

/* Section reverbera */
.content-section-reverbera {
     display: flex;
     background: url(../images/page-ecos/detalhe-1-bg-reverbera.png),
     url(../images/page-ecos/detalhe-2-bg-reverbera.png.png), #E57418;
     background-size: 5%, 5%;
     background-position-x: left, right;
     background-position-y: 44px, center;
     background-repeat: no-repeat;
     padding: 60px 0px;
     flex-direction: column;
     justify-content: center;
     align-items: center;
}

.content-section-reverbera .titulo h2 {
    color: #FFF;
    text-align: center;
    font-family: "Public Sans";
    font-size: 62px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 32px;
}

.content-section-reverbera .conteudo {
    display: flex;
    gap: 16%;
}

.content-section-reverbera .conteudo .cards h4,
.content-section-reverbera .conteudo .cards p {
    text-align: center;
    font-family: "Public Sans";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.content-section-reverbera .conteudo .cards h4 {
    color: #FFF;
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 0;
}

.content-section-reverbera .conteudo .cards p {
    color: #DBD3F8;
    font-size: 16px;
    width: 63%;
    margin: 0 auto;
}

.content-section-form {
    padding: 80px 0;
}

/* Section estrutura */
.content-estrutura {
    background-color: #46B89E;
    display: flex;
    padding: 80px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.content-estrutura h2,
.content-estrutura h2 > span {
    font-family: "Public Sans";
    font-size: 50px;
    font-style: normal;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 30px;
}

.content-estrutura h2 {
    color: #FFF;
    font-weight: 600;
}

.content-estrutura h2 > span {
    color: #1C6051;
    font-weight: 400;
}

.content-estrutura .conteudo {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
}

.content-estrutura .conteudo .cards {
    border-radius: 40px;
    display: flex;
    width: 334px;
    height: 387px;
    padding: 40px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
}

.content-estrutura .conteudo .cards.verde {
    background-color: rgba(84, 120, 66, 0.70);
}

.content-estrutura .conteudo .cards.roxo {
    background-color: #704FE6;
}

.content-estrutura .conteudo .cards.amarelo {
    background-color: #FFD464;
}

.content-estrutura .conteudo .cards h4,
.content-estrutura .conteudo .cards p {
    color: #000;
    font-family: "Public Sans";
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0px;
}

.content-estrutura .conteudo .cards.roxo h4,
.content-estrutura .conteudo .cards.roxo p {
    color: #ffffff;
}

.content-estrutura .conteudo .cards img {
    margin-bottom: 72px;
}

.content-estrutura .conteudo .cards h4 {
    font-size: 29px;
}

.content-estrutura .conteudo .cards p {
    font-size: 16px;
}

/* FAQ */
.section-ecosistema {
    background: url(../images/page-ecos/detalhe-bg-ecosistema.png) center center no-repeat, #46B89E;;
    background-size: 76%;
    padding: 4rem 2rem;
    color: #fff;
}

.section-ecosistema .ecos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.section-ecosistema  .ecos-text h2,
.section-ecosistema  .ecos-text p {
    font-family: "Public Sans";
    font-style: normal;
    line-height: normal;
}

.section-ecosistema  .ecos-text h2 {
    color: #123B32;
    font-size: 54px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.section-ecosistema  .ecos-text p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.section-ecosistema  .ecos-text p,
.section-ecosistema  .ecos-text ul li {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.section-ecosistema  .ecos-text ul {
    display: flex;
    flex-direction: column;
    gap:27px;
    list-style:none;
    padding:0;
    margin: 27px 0;
}

.section-ecosistema  .ecos-text ul li::before {
    content: "✔";
    color: #1C6051;
    margin-right: 0.5rem;
}

.section-ecosistema  .ecos-images {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    justify-items: end;
}
  
.section-ecosistema  .ecos-images img {
    position: relative;
    height: auto;
    object-fit: cover;
}

.section-ecosistema .ecos-images img:nth-child(1) {
    width: 45%;
}
  
.section-ecosistema .ecos-images img:nth-child(2) {
    width: 60%;
}
  
.section-ecosistema .ecos-images img:nth-child(3) {
    position: relative;
    z-index: 3;
    width: 75%;
    margin-top: -26px;
}

/* Section form */
.content-section-form h2,
.content-section-form p {
    text-align: center;
    font-family: Roboto;
    font-style: normal;

}

.content-section-form h2 {
    color: #02172C;
    font-size: 40px;
    font-weight: 700;
    line-height: 49px;
    margin-bottom: 0;
}

.content-section-form h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background:#ED1B2E;
    margin:10px auto;
}

.content-section-form p {
    color: #5C676F;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 79px;
    margin-bottom: 32px;
}

.content-section-form .form input[type="text"],
.content-section-form .form input[type="email"],
.content-section-form .form textarea {
    font-size: 16px;
    line-height: 20px;
    color: #02172C;
    font-style: italic;
    border: 1px solid #ADB5BD;
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 15px 20px;
    display: block;
    width: calc(100% - 42px);
    margin: 2px 0px;
    outline: none;
    font-family: 'Roboto', sans-serif;
}

.content-section-form input[type="submit"] {
    margin: 0px auto;
    width: 270px;
    box-shadow: inset -5px -5px 10px rgba(0, 0, 0, 0.15);
    text-align: center;
    font-style: italic;
    border-radius: 80px;
    font-size: 14px;
    background: #ED1B2E;
    color: #FFF;
    padding: 15px 0px;
    font-weight: bold;
    display: block;
    border: 0px;
    cursor: pointer;
}

form p.text-responsavel {
    text-align: inherit;
}

/* macbook */
@media (min-width: 1000px) and (max-width: 1500px) {
    .content-banner-ecos .slider .slide {
        height: auto;
        padding: 11rem 0;
    }
    .content-banner-ecos .custom-arrows {
        right: 4rem;
    }
}

/* Mobile ecos */
@media (max-width: 928px) {
    .secundario-menu {
        display: none;
    }

    .content-banner-ecos .slider .slide .conteudo {
        width: 100%;
    }

    .content-banner-ecos .slider .slide .grid-cont {
        padding: 6rem 0;
    }

    .content-banner-ecos .slider .slide .conteudo h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .card {
        display: none; 
    }

    .content-banner-ecos .custom-arrows {
        right: 0;
        bottom: initial;
        top: 117%;
        flex-direction: inherit;
        left: 0;
        margin:0 auto;
        justify-content: center;
    }

    /* Classes em comum mobile */
    .content-section-ecos .titulo h2 > ul,
    .content-section-ecos .desc,
    .content-section-reverbera .conteudo {
        flex-direction: column;
    }
    /* Classes em comum mobile end*/

    .content-section-ecos .titulo h2 > ul > li > img {
        top: 0;
        margin-left: initial;
    }
    
    .content-section-ecos {
        padding-bottom: 63px;
    }
    
    .content-section-ecos .desc .img-central img {
        width: 100%;
        margin-bottom: 2rem;
        margin-top: -3rem;
    }

    .content-section-reverbera {
        background-size: 15%, 17%;
        background-position-x: left, right;
        background-position-y: 18px, center;
    }

    .content-section-reverbera .cards img {
        width: 80%;
        margin:0 auto;
        display: block;
    }

    .content-section-reverbera .titulo h2 {
        font-size: 45px;
    }
    
    .content-estrutura {
        padding: 60px 0;
    }

    .content-estrutura h2,
    .content-estrutura h2 > span {
        font-size: 36px;
    }

    .content-estrutura .conteudo .cards {
        width: 100%;
        height: auto;
    }

    .content-estrutura .conteudo .cards img {
        margin-bottom: 12px;
    }

    .section-ecosistema {
        padding: 0px 0 60px 0;
    }

    .section-ecosistema .ecos-grid {
        grid-template-columns: initial;
        gap: 0rem;
    }

    .section-ecosistema .ecos-text h2 {
        font-size: 36px;
    }

    .section-ecosistema .ecos-text ul {
        gap: 15px;
    }

    .section-ecosistema .ecos-button {
        margin: 0 auto;
    }

    .section-ecosistema .ecos-images {
        justify-items: center;
    }

    .section-ecosistema .ecos-images img:nth-child(1),
    .section-ecosistema .ecos-images img:nth-child(2),
    .section-ecosistema .ecos-images img:nth-child(3) {
        width: 68%;
    }

    .section-ecosistema .ecos-images img:nth-child(3) {
        margin-top: inherit;
    }
}