.full-width-carousel {
    position: relative;
    height: calc(100vh - 60px);
    overflow: hidden;
}

.owl-carousel .item {
    height: calc(100vh - 60px);
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 100px;
    text-align: left;
}

.item-imagem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(0.7);
}

.item-conteudo {
    position: relative;
    z-index: 10;
    color: white;
    padding: 20px;
    max-width: 80%;
}

.item-conteudo h2 {
    font-size: 3em;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.item-conteudo p {
    font-size: 1.2em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.owl-theme .owl-nav {
    display: none;
}

.owl-carousel .owl-item {
    overflow: hidden;
}

@keyframes kenBurnsZoom {
    0% {
        transform: scale(1.25);
    }

    100% {
        transform: scale(1);
    }
}

.owl-item.active .item-imagem {
    animation: kenBurnsZoom 8s linear;
}

.owl-item:not(.active) .item-imagem {
    transform: scale(1);
    animation: none;
}

#apresentacao h1 {
    text-align: center;
    padding: 20px 0px;
    margin: 40px 0px;
}

.contador {
    display: flex;
    align-items: center; 
    justify-content: center; 
    flex-direction: column;
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    color: #010202;
}

#nav-images {
    width: 100%;
    margin: 60px 0px 0px 0px;
    overflow: hidden;
}

#nav-images .nav-image-icon {
    width: 50px;
}

.nav-image-wrapper {
    overflow: hidden;
    position: relative;
}

.nav-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.nav-image-wrapper:hover img {
    transform: scale(1.1);
}

#nav-images * {
    padding: 0;
}

.nav-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 5;
    transition: background-color 0.4s ease;
}

.nav-image-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    text-align: center;
    width: 100%;
}

.nav-image-content h3 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.nav-image-icon {
    width: 45px;
    height: 45px;
    opacity: 0.9;
}

.nav-image-wrapper:hover img {
    transform: scale(1.1);
}

.nav-image-wrapper:hover .nav-image-overlay {
    background-color: rgba(0, 0, 0, 0.2);
}

#proposta #text-carousel-section {
    position: relative;
    margin: 60px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 500px;
    min-height: 500px;
    display: flex; 
    align-items: flex-end;
    overflow: hidden;
}

#proposta #text-carousel .item {
    padding: 40px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#proposta #text-carousel .item h3 {
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

#proposta #text-carousel .item h4 {
    color: #00FCA8;
    font-weight: 600;
}

#proposta #text-carousel .item p {
    color: #E0E0E0;
    font-size: 0.8rem;
    line-height: 1.6;
    max-width: 90%;
}

#proposta #text-carousel .owl-dots {
    text-align: left;
    margin-top: 30px;
    padding-left: 15px;
}

#proposta #text-carousel .owl-dots .owl-dot span {
    background: #888 !important;
    width: 12px;
    height: 12px;
    margin: 5px 10px;
}

#proposta #text-carousel .owl-dots .owl-dot.active span {
    background: #FFFFFF !important;
}

#proposta #text-carousel .owl-nav {
    display: none;
}

#proposta #text-carousel .owl-item {
    opacity: 0 !important;
    transition: opacity 0.6s ease-in-out;
}

#proposta #text-carousel .owl-item.active {
    position: relative !important;
    opacity: 1 !important;
}

#proposta .item p, .item h3 {
    width: 300px;
}

#proposta .owl-carousel .item {
    justify-content: end !important;
}

#beneficios {
    text-align: center;
    padding: 90px;
    background-image: url(../img/beneficios.png);
}

#beneficios h1 {
    color: #00FCA8;
}

#beneficios p {
    margin-top: 20px;
    color: #FFF;
}

#beneficios .title-card {
    padding-top: 20px;
    font-family: "Encode Sans Condensed", sans-serif !important;
    font-weight: 100;
}

#beneficios .card {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 0;
    border: #00FCA8 solid 1px;
    min-height: 380px;
    border-radius: 0;
}

#beneficios .card p{
    font-family: "Encode Sans Condensed", sans-serif;
    padding-top: 20px;
    color: #000511;
}

#clientes, #cases {
    padding: 40px 0px 100px 0px;
}

#clientes .card, #cases .card {
    padding: 5px 15px 15px 15px;
    border: #EBEEF5 solid 2px;
    border-radius: 0;
}

#clientes .card h2, #cases .card h2 {
    padding-top: 25px;
    font-weight: 800;
    font-size: 1.8rem;
}

#clientes .card h6, #cases .card h6 {
    padding: 15px 0px 15px 0px;
    font-weight: 800;
}

#clientes .beneficios-text, #cases .beneficios-text {
    font-weight: 800;
    font-size: 1.1rem;
    padding-bottom: 10px;
}

#clientes a, #cases a {
    color: #000511;
    font-weight: 700;
    text-decoration: none;
}

#clientes .border, #cases .border{ 
    border-bottom: #00FCA8 2px solid !important;
    width: 30%;
    margin-top: 20px;
}

#clientes .resultado h2 {
    font-family: "Encode Sans Condensed", sans-serif;
    color: 010202;
    font-weight: 100;
}

#clientes .resultado p {
    color: 010202;
    font-weight: 600;
    padding-top: 15px;
}

#clientes .resultado button, form .btn{
    border-radius: 0;
    border-width: 2px;
    color: #010202;
    margin-top: 20px;
}

#contato h2 {
    color: #00FCA8;
}

#contato .rede-social {
    width: 35px;
    border: #00FCA8 2px solid;
    border-radius: 5px;
    background: #FFF;
    margin-right: 10px;
}

.icone-mask {
  background-color: #00FCA8;

  width: 1em;
  height: 1em;

  mask-image: url('../img/contato/whatsapp-brands-solid-full.svg');
  -webkit-mask-image: url('../img/contato/whatsapp-brands-solid-full.svg'); 

  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;

  display: inline-block;
  vertical-align: middle;
}

#contato form {
    padding: 0px 30px;
}

#contato form input:not([type="submit"]), #contato form textarea {
    background: #FDFDFD;
    border-color: #EBEEF5;
    border-radius: 2px;
    resize: none;
}

#contato form textarea {
    min-height: 100px;
}

#contato form label {
    font-weight: 600;
}