/*
#Gerais
#Header
#ScrollUp
#O que fazemos
#Fornecedores
#Portfólio - Feed
#Portfólio - Testimony
#Instagram
#Contato - Mapa
#Unidades
#Footer
#Modal Sobre
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&family=Rajdhani:wght@400;500;600;700&display=swap');
:root {
    --primary: #107849;
    --primary-dark-1: #020C07;
    --primary-dark-2: #03180F;
    --primary-hover: #06301D;
    --secondary: #7FB446;
    --tertiary: #FFFAE5;
    --gray: #3C3C3C;
    --gray-light: #CED4DA;
    --white: #FEFEFE;
    --box-shadow-1: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    --box-shadow-2: 0 0 4px rgba(0, 0, 0, 0.1);
    --box-shadow-3: 0 1px 6px 0 rgba(54, 56, 61, 0.15);
    --box-shadow-4: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
    --box-shadow-5: 0 8px 16px 0 rgba(93, 93, 93, 0.1);
    --box-shadow-6: 0 0 25px 2px rgba(93, 93, 93, 0.2);
    --border-color-1: #e5eaee;
    /* White */
    --border-color-2: #1e2021;
    /* Black */
    --border-color-3: #576466;
    /* Black */
    --border-color-4: #eb6954;
    /* Red */
    --border-color-5: #bc3928;
    /* Red */
    --border-color-6: #103034;
    /* Black */
    --border-color-7: #d1dae0;
    /* White */
    --border-color-8: #f6f6f6;
    /* White */
    --border-color-9: #e4ecf2;
    /* White */
    --border-color-10: #ebeeee;
    /* White */
    --border-color-11: #ededed;
    /* White */
    --border-color-12: #e1e6ff;
    --font-size-title: 3.5rem;
    --border-radius-1: 8px;
    --border-radius-2: 4px;
    --font-family-primary: 'Rajdhani', sans-serif;
    --font-family-secondary: 'Open Sans', sans-serif;
    --gap-1: 0.5rem;
    --gap-2: 1rem;
    --gap-3: 1.5rem;
    --gap-4: 2rem;
    --gap-5: 2.5rem;
    --gap-6: 5rem;
    --font-size-1: 1rem;
    --font-size-2: 1.5rem;
    --font-size-3: 2.5rem;
    --font-size-4: 3.5rem;
    --input-height: 3.75rem;
    --textarea-height: 9rem;
    --gradient-color-2: linear-gradient(180deg, #052416 0%, rgba(5, 36, 22, 0) 100%)
}

/* ----------------------------------------------------
    Gerais
---------------------------------------------------- */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
    overflow-x: hidden;
}

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

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a,
a:hover,
a:focus,
a:active {
    outline: none;
    color: inherit;
}

p,
.card-text {
    font-family: var(--font-family-secondary);
    color: var(--gray);
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
    :target {
        scroll-margin-top: 7rem;
    }
    #contato {
        scroll-margin-top: 30rem;
    }
}

.heading {
    margin-bottom: var(--gap-5);
}

.heading__subtitle {
    font-family: var(--font-family-primary);
    font-size: var(--font-size-1);
    font-weight: 700;
    color: var(--secondary)
}

.heading__title {
    font-family: var(--font-family-primary);
    font-size: var(--font-size-4);
    font-weight: 700;
    color: #212529;
    margin-bottom: 0;
    word-break: break-all;
}
.btn-custom{
    height: 40px !important;
    width: 150px !important;
    color: #fff !important;
    background: transparent !important;
    border-radius: 100px !important;
    border: 2px solid white;
    font-family: var(--font-family-primary);
    font-weight: 700;
    font-size: 1.2rem;
}
.btn-custom-especialista{
    height: 40px !important;
    width: 350px !important;
    color: #fff !important;
    background: transparent !important;
    border-radius: 100px !important;
    border: 2px solid white;
    font-family: var(--font-family-primary);
    font-weight: 700;
    font-size: 1.2rem;
}
.btn-custom-especialista:hover{
    background: rgb(181,205,137,0.5) !important;
    border: 2px solid white;
}
.btn-custom:hover{
    background: rgb(181,205,137,0.5) !important;
    border: 2px solid white;
}
.custom-instagram-button{
    background: #c82f9d;
    width: 250px;
    border-radius: 50px 0 50px 50px;
    font-weight: bold;
}
.image-instagram{
    width: 4rem;
}
.leaf-bottom-left{
    transform: rotate(40deg);
}
.leaf-bottom-right{
    transform: rotate(-65deg);
}
.custom-hover{
    transition: 0.5s
}
.custom-hover:hover{
    background: rgb(181,205,137,0.5);
}
.custom-leaf{
    width: 18rem;
}

.background-dark{
    background: rgb(0,0,0,0.5);
}
.form-control {
    border-radius: var(--border-radius-2) !important;
    border-color: var(--gray-light) !important;
    height: var(--input-height);
}

textarea.form-control {
    min-height: var(--textarea-height);
}

.form-control:focus,
textarea.form-control:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 3px rgba(16, 120, 73, 0.25);
}
.produtos-custom{
    width: 20rem;
}
.custom-parceiros{
    width: 25rem;
    border-radius: 50px;
    background: var(--primary);
}
.card {
    border-radius: var(--border-radius-1);
    border: none;
    background-color: var(--white);
    box-shadow: 0 4px 20px rgba(52, 50, 50, 0.15);
}

.card-title {
    font-family: var(--font-family-primary);
    font-weight: 700;
    color: var(--primary-dark-1);
    font-size: var(--font-size-2);
}

.header-menu a {
    font-size: 1.5rem;
}

.ltn__slide-item-7 .slide-title {
    font-size: var(--font-size-title);
    line-height: 1;
}

.link {
    font-size: var(--font-size-1);
    font-weight: 700;
    text-decoration: underline;
}

.link.link-icon {
    text-decoration: none;
}

.link.link-icon i {
    color: var(--primary) !important;
    transition: color ease-in-out .5s;
    font-size: 2rem;
}

.link.link-icon:hover i {
    color: var(--secondary) !important;
}

.link.link-primary {
    color: var(--primary) !important;
    transition: all ease-in-out .5s;
}

.link-primary:hover {
    color: var(--primary-hover) !important;
    text-decoration: underline;
}

.o-que-fazemos p:last-of-type {
    margin-bottom: var(--gap-3);
}

.button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    font-size: 1.5rem;
    gap: .5rem;
    font-weight: 800;
    font-family: var(--font-family-primary);
    border-radius: var(--border-radius-1);
    transition: all ease-in-out .5s;
}

.button-primary {
    color: var(--white);
    background: var(--primary);
}

.button-whatsap svg g path {
    transition: all ease-in-out .5s;
}

.button-whatsapp {
    background: var(--white);
    color: #075E54;
    box-shadow: var(--box-shadow-6);
}

.button-whatsapp:hover {
    color: var(--white);
    background: #075E54;
}

.button-whatsapp:hover svg g path {
    fill: var(--white);
}

.button-primary:hover {
    color: var(--white);
    background: var(--primary-hover);
}

/* -------------------------
    Preloader
--------------------------- */
.pre-wrap {
    position: fixed;
    content: '';
    -webkit-transform: translate(-100%, -240%);
    -ms-transform: translate(-100%, -240%);
    transform: translate(-100%, -240%);
    font-size: 62px; }

.preloader-inner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    background-color: var(--primary-dark-1);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.preloader-inner .cancel-preloader {
    position: absolute;
    bottom: 30px;
    right: 30px; }
.preloader-inner .cancel-preloader a {
    background-color: var(--white);
    font-weight: 600;
    text-transform: capitalize;
    color: var(--primary-dark-1);
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.preloader-inner .cancel-preloader a:hover {
    background-color: var(--secondary);
    color: var(--white); }

.spinner {
    margin: 120px auto;
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear; }

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: var(--secondary);
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out; }

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg); } }

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg); } }

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0); }
    50% {
        -webkit-transform: scale(1); } }

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0); }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1); } }



/* ----------------------------------------------------
    Header
---------------------------------------------------- */

.ltn__slide-item .button.button-primary {
    max-width: 340px;
}

.slide-item-info-inner .slide-title {
    font-weight: 700;
    font-size: var(--font-size-4);
    line-height: 71px;
    margin-bottom: var(--gap-5);
}

.navbar-toggler i {
    font-size: 2.5rem
}

.offcanvas {
    background: rgb(16, 120, 73);
}

.offcanvas-body .navbar-nav > li > a {
    font-weight: 700;
    font-family: var(--font-family-primary);
    color: var(--primary-dark-2);
    text-align: center;
    font-size: 2rem;
}

.ltn__main-menu > ul > li > a {
    padding: 20px 10px;
    display: inline-block;
    white-space: nowrap;
    color: var(--primary);
    font-weight: 700;
    font-family: var(--font-family-primary);
}

.ltn__slide-item {
    padding-bottom: var(--gap-3);
}

.call-header {
    margin-bottom: 12.5rem;
}

.player-gif {
    height: 465px;
    width: 465px;
    cursor: pointer;
    border-radius: var(--border-radius-1);
    backdrop-filter: blur(2.5px);
    background: url("../media/institucional.gif") center center no-repeat;
    background-size: cover;
    box-shadow: 0 4px 20px rgba(52, 50, 50, 0.25);
}

.player-gif__blur {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius-1);
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
}

/* ----------------------------------------------------
    ScrollUp
---------------------------------------------------- */
#scrollUp {
    display: flex;
    align-self: center;
    justify-self: center;
    bottom: 70px;
    font-size: 1.2rem;
    height: 60px;
    width: 60px;
    left: 3%;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow: var(--ltn__box-shadow-3);
    box-shadow: var(--ltn__box-shadow-3);
    background-color: var(--secondary);
    color: var(--ltn__heading-color);
}
#whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 70px;
    right: 3%;
    background-color: var(--secondary);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 42px;
    box-shadow: var(--ltn__box-shadow-3);
    z-index: 15;
}
#scrollUp i {
    margin: auto;
}

#scrollUp:hover {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}

/*---------------------------------------------------------------
  O que fazemos
---------------------------------------------------------------*/

.o-que-fazemos,
.instagram {
    position: relative;
    height: 461px;
    margin-top: 0;
    padding-top: var(--gap-6);
}

/*---------------------------------------------------------------
  Fornecedores
---------------------------------------------------------------*/

.fornecedores {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: var(--gap-6);
    padding-bottom: var(--gap-6);
    overflow-x: hidden;
}
.produtos-catalogo{
    color: #335a31;
}
.produtos-catalogo:hover{
    color: #7bb32e;
}
/*---------------------------------------------------------------
  Portfólio - Feed
---------------------------------------------------------------*/

.feed {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: var(--gap-3);
}

.feed__item {
    position: relative;
    transition: all 0.5s ease-in-out;
}

.card-custom:hover{
    outline: 3px solid #7bb32e;
}

.feed__item__hover {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.feed__item__hover__body {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 2fr 1fr;
    justify-content: center;
}

.feed__item__hover__description > * {
    color: var(--white);
}

.feed__item__hover__icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    background: var(--white);
}

.feed__item__hover__icon i {
    color: var(--primary);
    font-size: 20px;
}

.feed__item__hover__description {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: var(--gap-3);
    padding-top: 0;
}

.feed__item__hover__description h5 {
    font-size: var(--font-size-2);
    margin-bottom: var(--gap-1);
}

.feed__item__hover__overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(2, 12, 7, 0) 0%, #03180F 100%);
}

.feed__item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

/*---------------------------------------------------------------
  Portfólio - Testimony
---------------------------------------------------------------*/

.testimony {
    margin-top: var(--gap-5)
}

.testimony__slide .slick-list {
    padding-bottom: 2rem !important;
    display: flex !important;
    align-items: stretch!important;
}

.testimony__slide .slick-list .slick-track {
    display: flex !important;
    align-items: stretch!important;
}

.testimony__slide .slick-list .slick-track .testimony__slide__item .testimony__slide__item__card {
    height: 100%;
}

.testimony__slide__item {
    padding-left: 1rem;
    padding-right: 1rem;
}

.testimony__slide__item__card {
    padding: var(--gap-5);
    color: var(--gray);
    box-shadow: 0 4px 20px rgba(52, 50, 50, 0.15);
    display: flex;
    flex-direction: row;
    gap: var(--gap-3);
    border-radius: var(--border-radius-1);
}

.testimony__slide__item__card__avatar {
    height: 133px;
    width: 133px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: var(--gap-2);
}

.testimony__slide__item__card__name {
    font-family: var(--font-family-primary);
    font-size: var(--gap-3);
    margin-bottom: 0;
    color: var(--primary-dark-1)
}

.testimony__slide__item__card__role {
    display: block;
    font-family: var(--font-family-primary);
    font-size: var(--gap-2);
    font-weight: 600;
    color: var(--secondary);
}

.testimony__slide__item__card__text {
    margin-bottom: 0;
    max-width: 370px;
}

.testimony__arrows--previous,
.testimony__arrows--next {
    border: none;
    background: transparent;
    font-size: 2rem;
    color: var(--primary);
}

.testimony__arrows--previous:hover,
.testimony__arrows--next:hover {
    color: var(--primary-hover)
}

/*---------------------------------------------------------------
  Instagram
---------------------------------------------------------------*/

#instagram {
    min-height: 1200px;
}
.redes-sociais-link{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    transition: background-color .15s ease-in-out;
}
.redes-sociais-link:hover{
    background: rgb(181,205,137,0.5) !important;
}
/*---------------------------------------------------------------
  Contato - Mapa
---------------------------------------------------------------*/

.contato {
    position: absolute;
    left: 0;
    right: 0;
    top: -363px;
}

.contato .card {
    padding: var(--gap-5);
}

.contato .button {
    width: 260px;
}

.mapa {
    height: 600px;
}

/*---------------------------------------------------------------
  Unidades
---------------------------------------------------------------*/

.unidades {
    margin: 0;
    padding-top: var(--gap-6);
    padding-bottom: var(--gap-6);
    background: linear-gradient(0deg, rgba(2, 12, 7, 0.9), rgba(2, 12, 7, 0.9)), url("../media/bg-unidades.jpg") center center no-repeat;
    background-size: cover;
}

.unidades__item__cidade,
.unidades__item__endereco {
    color: var(--white);
}

.unidades__item__cidade {
    font-size: var(--font-size-3);
    margin: var(--gap-1) 0;
    font-weight: 700;
}

.unidades__item__estado {
    display: block;
    color: var(--secondary);
    font-weight: 700;
    font-family: var(--font-family-primary);
    margin-bottom: var(--gap-3);
}

/*---------------------------------------------------------------
  Footer
---------------------------------------------------------------*/

.footer {
    background: #45774d;
}

.footer__contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.footer__contact .link-primary:hover {
    color: var(--secondary) !important;
}

.footer__contact__title {
    color: var(--white);
    text-align: left;
}

/*---------------------------------------------------------------
  Modal Sobre
---------------------------------------------------------------*/

.modal#modalSobre .modal-header {
    padding: var(--gap-5) var(--gap-3);
    background: var(--tertiary);
    border: none;
}

.modal#modalSobre .modal-body {
    padding-top: var(--gap-5);
}