/*****************************************
***************** GLOBAL *****************
*****************************************/

:root {

    /*Fonte*/

    --theme-font: 'Poppins', sans-serif;
    ;


    /*Cores - Primárias*/

    --primary-color: #000;
    --primary-color-medium: #e4efeb;
    --primary-color-light: #fafbfa;
    --primary-color-dark: #071810;
    --primary-color-extra-dark: #06150e;


    /*Cores - Secundárias*/

    --secondary-color: #e7b042;
    --secondary-color-light: #e7b04280;


    /*Cores - Tons de Cinza*/

    --gray-1: #121212;
    --gray-2: #646464;
    --gray-3: #bebebe;
    --gray-4: #dcdcdc;
    --gray-5: #f2f2f2;
    --gray-6: #fbfbfb;


    /*Cores - Sombras*/

    --shadow-1: #00000030;
    --shadow-2: #00000015;
    --shadow-3: #00000012;
    --shadow-4: #00000010;
    --shadow-5: #00000008;


    /*Cores - Auxiliares*/
    --gray: #a5a5a3;
    --green: #e7b042;
    --black: #000000;
    --gold: #ffd700;
    --white: #ffffff;
    --warning: #e10000;
    --whatsapp: #028916;

}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
small,
strike,
strong,
sub,
sup,
ol,
ul,
li,
form,
input,
textarea,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header,
nav,
section,
picture,
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: baseline;
    font-family: var(--theme-font);
    font-size: 100%;
    text-rendering: geometricPrecision;
    margin: 0;
    padding: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

a,
button {
    cursor: pointer;
    background-color: transparent;
    color: inherit;
    text-decoration: none;
    border: none;
    outline: none;
    padding: 0;
}

img {
    width: 100%;
    height: unset
}

span,
strike {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

strong {
    color: var(--gray-1);
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    letter-spacing: inherit;
    line-height: inherit;
}

section {
    position: relative;
    overflow: hidden;
    padding: 140px 0;
    z-index: 1;
}

@media (max-width: 1450px) {

    section {
        padding: 100px 0;
    }

}

@media (max-width: 992px) {

    section {
        padding: 80px 0;
    }

}

@media (max-width: 575px) {

    section {
        padding: 70px 0;
    }

}



/*****************************************
***************** GRIDS *****************
*****************************************/

.container {
    width: 100%;
    max-width: 1450px;
    padding: 0 15px;
    margin: 0 auto
}

.container-full {
    width: 100%;
    max-width: 1920px;
    padding: 0 65px;
    margin: 0 auto
}

.box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.box.beetween {
    justify-content: space-between
}

.box.center,
.grid.center {
    align-items: center
}

.grid {
    position: relative;
    display: grid;
}

@media (max-width: 1450px) {

    .container {
        max-width: 1140px;
    }

}

@media (max-width: 992px) {

    .container {
        max-width: 767px;
    }

    .container-full {
        max-width: 100%;
        padding: 0 15px;
    }

}

@media (max-width: 575px) {

    .container {
        max-width: 100%;
    }

}



/*****************************************
**************** TYPE ********************
*****************************************/

html,
body,
main,
p,
ol,
ul,
li,
a,
button,
small,
input,
textarea,
td {
    color: var(--gray-2);
}

h2,
.h2,
h3,
.h3,
h4,
.h4 {
    color: var(--gray-1);
    font-weight: 500;
    line-height: 1.2;
}

h2,
.h2 {
    font-size: 50px;
}

h3,
.h3 {
    font-size: 30px;
}

h4,
.h4 {
    font-size: 22px;
}

p,
ul,
li,
td {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
}

td {
    line-height: 1.4;
}

.sec-ttl_center {
    text-align: center;
    margin: 0 0 90px;
}

.sec-ttl_center h2::after,
.sec-ttl_center .h2::after {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background-color: var(--primary-color);
    margin: 10px auto 15px;
}

.sec-ttl_left {
    margin: 0 0 35px;
}

.sec-ttl_left h2::after,
.sec-ttl_left .h2::after {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background-color: var(--primary-color);
    margin: 10px 0 15px;
}

.sec-ttl_line {
    display: flex;
    justify-content: space-between;
    margin: 0 0 90px;
}

.sec-ttl_line-title {
    width: 40%;
}

.sec-ttl_line-description {
    width: 58%;
}

@media (min-width: 993px) {

    .sec-ttl_line-title h2,
    .sec-ttl_line-title .h2 {
        border-left: 1px solid var(--primary-color);
        padding: 0 0 0 20px;
    }

    .sec-ttl_center p {
        width: 80%;
        margin: 0 auto;
    }

}

@media (max-width: 1450px) {

    h2,
    .h2 {
        font-size: 36px;
    }

    h3,
    .h3 {
        font-size: 28px;
    }

    h4,
    .h4 {
        font-size: 19px;
    }

    p,
    ul,
    li,
    td {
        font-size: 18px;
    }

    .sec-ttl_center,
    .sec-ttl_line {
        margin: 0 0 70px;
    }

    .sec-ttl_line-description {
        width: 59%;
    }

}

@media (max-width: 992px) {

    .sec-ttl_line {
        flex-wrap: wrap;
    }

    .sec-ttl_line-title,
    .sec-ttl_line-description {
        width: 100%;
    }

    .sec-ttl_left,
    .sec-ttl_center,
    .sec-ttl_line {
        text-align: center;
        margin: 0 0 45px;
    }

    .sec-ttl_left h2::after,
    .sec-ttl_left .h2::after,
    .sec-ttl_center h2::after,
    .sec-ttl_center .h2::after,
    .sec-ttl_line h2::after,
    .sec-ttl_line .h2::after {
        content: '';
        display: block;
        width: 60px;
        height: 1px;
        background-color: var(--primary-color);
        margin: 8px auto 13px;
    }

}

@media (max-width: 575px) {

    h2,
    .h2 {
        font-size: 26px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 17px;
    }

    p,
    ul,
    li,
    td {
        font-size: 16px;
        line-height: 1.6;
    }

}



/*****************************************
**************** FORM ********************
*****************************************/

.form_field-area {
    position: relative;
}

.form_field-area:not(:last-child) {
    margin: 0 0 15px;
}

.form_field {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    border: 1px solid var(--gray-4);
    border-radius: 4px;
    outline: none;
    padding: 15px 15px 15px 47px;
    transition: .4s;
}

.form_field:focus {
    border-color: var(--primary-color);
}

.form_input {
    height: 50px;
}

.form_textarea {
    height: 170px;
    padding-top: 40px;
}

.form_label {
    cursor: text;
    position: absolute;
    top: 17.5px;
    left: 40px;
    background-color: var(--white);
    color: var(--gray-2);
    font-size: 14px;
    padding: 0 8px;
    transition: .4s;
}

.form_field:focus~.form_label,
.form_field:valid~.form_label {
    color: var(--primary-color);
    transform: scale(.9) translate(-5px, -26px);
}

.form_icon {
    position: absolute;
    left: 15px;
    top: 17px;
    width: 20px;
    fill: var(--gray-3);
    transition: .5s ease;
}

.form_field:focus~.form_icon,
.form_field:valid~.form_icon {
    fill: var(--primary-color);
}

.form_lgpd-txt {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 10px;
}

.form_checkbox-box {
    margin: 0 0 30px;
}

.form_lgpd-checkbox {
    position: relative;
    top: 0;
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    outline: none;
    margin: 0 8px 0 0;
    transition: .5s ease;
}

.form_lgpd-checkbox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border: 1px solid var(--gray-3);
    border-radius: 2px;
    transition: .5s ease;
}

.form_lgpd-checkbox:checked::before {
    border-left: none;
    border-top: none;
    width: 7px;
    height: 14px;
    transform: rotate(45deg) translate(4px, -3px);
    border-color: var(--primary-color);
    border-radius: 0;
    transition: .5s ease;
}

.form_lgpd-label {
    position: relative;
    display: block;
    width: fit-content;
    color: var(--gray-1);
    font-size: 14px;
    font-weight: 500;
    transition: .5s ease;
}

.form_lgpd-checkbox:checked~.form_lgpd-label {
    color: var(--primary-color);
}

.form_lgpd-label::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    transform: scaleX(0);
    transform-origin: left;
    transition: .5s ease;
}

.form_lgpd-checkbox:checked~.form_lgpd-label::before {
    transform: scaleX(1);
}

.form_lgpd-link {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: 500;
    transition: .5s ease;
}

.form_btn {
    display: block;
    width: 100%;
}

.form_btn:disabled {
    pointer-events: none;
    opacity: 0.4;
}

.modal .form_field:focus {
    border-color: var(--whatsapp);
}

.modal .form_field:focus~.form_label,
.form_field:valid~.form_label {
    color: var(--whatsapp);
}

.modal .form_field:focus~.form_icon,
.form_field:valid~.form_icon {
    fill: var(--whatsapp);
}

.modal .form_lgpd-checkbox:checked::before {
    border-color: var(--whatsapp);
}

.modal .form_lgpd-checkbox:checked~.form_lgpd-label {
    color: var(--whatsapp);
}

.modal .form_lgpd-label::before {
    background-color: var(--whatsapp);
}

.modal .form_lgpd-link {
    color: var(--whatsapp);
}

@media (min-width: 993px) {

    .form_lgpd-link:hover {
        color: var(--gray-1);
    }

}

@media (max-width: 575px) {

    .form_input {
        height: 45px;
        padding: 12px 12px 12px 35px;
    }

    .form_textarea {
        height: 135px;
    }

    .form_icon {
        left: 12px;
        top: 15px;
        width: 14px;
    }

    .form_label {
        top: 17px;
        left: 29px;
        font-size: 12px;
    }

    .form_field:focus~.form_label,
    .form_field:valid~.form_label {
        transform: scale(.9) translate(-5px, -23px);
    }

    .form_lgpd-txt {
        font-size: 11px;
    }

    .form_checkbox-box {
        margin: 0 0 25px;
    }

    .form_lgpd-label {
        font-size: 13px;
    }

}

/*****************************************
*************** BOTÕES *******************
*****************************************/

.btn {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 18.5px;
    font-weight: 500;
    letter-spacing: .5px;
    border: 2px solid;
    border-radius: 99px;
    padding: 20px 36px;
    transition: .5s ease;
}

.btn.primary {
    background-color: #000;
    border-color: var(--primary-color);
    color: var(--white);
}

.btn.secondary {
    background-color: #000;
    border-color: var(--secondary-color);
    color: var(--white);
}

.btn.wpp {
    background-color: var(--whatsapp);
    border-color: var(--whatsapp);
    color: var(--white);
}

.btn_wpp-icon {
    position: relative;
    top: 0px;
    fill: currentColor;
    width: 23px;
    height: 23px;
    vertical-align: sub;
    margin: 0 7px 0 0;
}

.btn-center {
    text-align: center;
    margin: 90px 0 0;
}

@media (min-width: 993px) {

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

    .btn.secondary:hover {
        background-color: var(--white);
        color: var(--secondary-color);
    }

    .btn.wpp:hover {
        background-color: var(--white);
        color: var(--whatsapp);
    }

}

@media (max-width: 1450px) {

    .btn {
        font-size: 16px;
        padding: 17px 24px;
    }

    .btn_wpp-icon {
        width: 21px;
        height: 21px;
    }

    .btn-center {
        margin: 70px 0 0;
    }

}

@media (max-width: 992px) {

    .btn {
        font-size: 15px;
        padding: 15px 22px;
    }

    .btn_wpp-icon {
        width: 18px;
        height: 18px;
    }

    .btn-center {
        margin: 45px 0 0;
    }

}

@media (max-width: 575px) {

    .btn {
        font-size: 13px;
        padding: 14px 28px;
        line-height: 1.4;
    }

}



/*****************************************
**************** NAVBAR ******************
*****************************************/

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 20px 0;
    z-index: 997;
}

.navbar_logo-area {
    display: block;
    width: 178px;
}



.navbar_menu-area {
    gap: 40px;
    margin: 0 0 0 35px;
}

.navbar_mob-item {
    display: none;
}

.navbar_link {
    position: relative;
    color: var(--black);
    font-size: 18.5px;
    font-weight: 400;
    transition: .5s ease;
}

.navbar_link.navbar_link-active {
    color: var(--secondary-color);
}

.navbar_link.navbar_link-active::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--secondary-color);
}

.navbar_link-btn {
    background-color: transparent;
    color: var(--secondary-color);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid var(--secondary-color);
    border-radius: 99px;
    padding: 17px 32px;
    transition: .5s ease;
    margin-left: 25px;
    align-content: center
}

/* NAVBAR FIXA */

.navbar.nav_fix {
    position: fixed;
    background-color: var(--white);
    border-bottom: 1px solid var(--gray-5);
    padding: 15px 0;
    animation: slideInDown 1s both;
}

.navbar.nav_fix .navbar_logo {
    filter: none;
}

.navbar.nav_fix .navbar_link {
    color: var(--gray-1);
}

.navbar.nav_fix .navbar_link.navbar_link-active {
    color: var(--primary-color);
}

.navbar.nav_fix .navbar_link.navbar_link-active::before {
    background-color: var(--primary-color);
}

.navbar.nav_fix .navbar_link-btn {
    background-color: var(--primary-color);
    color: var(--white);
    border: 1px solid var(--secondary-color);
}


/* MENU DROPDOWN */

.navbar_drop-content {
    position: relative;
}

.navbar_drop-list {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: fit-content;
    background-color: var(--white);
    border: 1px solid var(--gray-5);
    visibility: hidden;
    opacity: 0;
    z-index: 997;
    transition: .25s ease .125s;
}

.navbar_drop-link {
    display: block;
    color: var(--gray-2);
    white-space: nowrap;
    font-size: 14px;
    padding: 5px 15px;
    transition: .5s ease;
}

.navbar_drop-link.navbar_drop-link-active {
    background-color: var(--primary-color);
    color: var(--white);
}

.navbar_hamburguer-menu-area,
.navbar_link-drop-toggler {
    display: none;
}

@keyframes slideInDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@media (min-width: 993px) {

    .navbar_link:not(.navbar_link-active):hover {
        color: var(--secondary-color);
    }

    .navbar.nav_fix .navbar_link:not(.navbar_link-active):hover {
        color: var(--primary-color);
    }

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

    .navbar.nav_fix .navbar_link-btn:hover {
        background-color: var(--white);
        color: var(--secondary-color);
    }

    .navbar_drop-link:not(.navbar_drop-link-active):hover {
        background-color: var(--primary-color-light);
        color: var(--primary-color);
    }

    .navbar_link-w-drop::after {
        content: '';
        position: relative;
        top: -3px;
        display: inline-block;
        width: 6px;
        height: 6px;
        border: solid currentColor;
        border-width: 2px 2px 0 0;
        transform: rotate(135deg);
        margin: 0 0 0 5px;
        transition: top .5s ease, transform .5s ease;
    }

    .navbar_drop-content:hover .navbar_link-w-drop::after {
        top: 2px;
        transform: rotate(315deg);
    }

    .navbar_drop-content:hover .navbar_drop-list {
        visibility: visible;
        opacity: 1;
    }

}

@media (max-width: 1450px) {

    .navbar_logo-area {
        width: 145px;
    }

    .navbar_menu-area {
        gap: 28px;
        margin: 0 0 0 25px;
    }

    .navbar_link {
        font-size: 15px;
    }

    .navbar_link-btn {
        font-size: 13px;
        padding: 15px 29px;
        height: 50px;
    }

    .navbar_drop-link {
        font-size: 13px;
    }

}

@media (max-width: 992px) {

    body.menu-open {
        overflow: hidden;
    }

    .navbar_logo-area {
        z-index: 999;
    }

    .navbar.nav_fix .navbar_logo,
    .menu-open .navbar_logo {
        filter: none;
    }

    .menu-open .navbar_logo {
        transition-delay: .5s;
    }

    .navbar_hamburguer-menu-area {
        display: block;
    }

    .navbar_hamburguer-menu {
        position: relative;
        flex-direction: column;
        justify-content: space-around;
        width: 38px;
        height: 35px;
        z-index: 999;
    }

    .navbar_hamburguer-menu-dash {
        width: 100%;
        height: 1px;
        background-color: #000000;
        transition: .5s ease .25s;
    }

    .menu-open .navbar_hamburguer-menu-dash,
    .navbar.nav_fix .navbar_hamburguer-menu-dash {
        background-color: var(--primary-color);
    }

    .menu-open .menu_dash-one {
        transform: rotate(45deg) translate(9px, 9px);
    }

    .menu-open .menu_dash-two {
        transform: scaleX(0);
        opacity: 0;
    }

    .menu-open .menu_dash-three {
        transform: rotate(-45deg) translate(8px, -8px);
    }

    .navbar_menu-area {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: var(--white);
        flex-direction: column;
        justify-content: center;
        transform: translateX(100%);
        visibility: hidden;
        opacity: 0;
        padding: 20px 15px;
        margin: 0;
        z-index: 998;
        transition: .8s ease;
    }

    .menu-open .navbar_menu-area {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }

    .navbar_item {
        text-align: center;
    }

    .navbar_mob-item {
        display: block;
    }

    .navbar_link {
        color: var(--gray-1);
    }

    .navbar_link.navbar_link-active,
    .navbar.nav_fix .navbar_link.navbar_link-active {
        color: var(--primary-color);
    }

    .navbar_link.navbar_link-active::before,
    .navbar.nav_fix .navbar_link.navbar_link-active::before {
        background-color: var(--primary-color);
    }

    .navbar_link-w-drop::after {
        display: none;
    }

    .navbar_link-drop-toggler {
        position: relative;
        top: -3px;
        display: inline-block;
        width: 11px;
        height: 11px;
        border: solid var(--primary-color);
        border-width: 2px 2px 0 0;
        transform: rotate(135deg);
        margin: 0 0 0 8px;
        transition: .5s ease;
    }

    .navbar_link-drop-toggler.navbar_drop-active {
        top: 3px;
        transform: rotate(315deg);
    }

    .navbar_drop-list {
        display: none;
        position: relative;
        top: 0;
        background-color: transparent;
        border: none;
        visibility: visible;
        opacity: 1;
    }

    .navbar_drop-list.navbar_drop-active {
        display: block;
    }

    .navbar_drop-link {
        padding: 5px 0;
    }

    .navbar_link-btn {
        display: none;
    }

}

@media (max-width: 575px) {

    .navbar {
        padding: 17px 0;
    }

    .navbar.nav_fix {
        padding: 12px 0;
    }

    .navbar_logo-area {
        width: 118px;
    }

    .navbar_hamburguer-menu {
        width: 30px;
        height: 27px;
    }

    .menu-open .menu_dash-one {
        transform: rotate(45deg) translate(8px, 7px);
    }

    .menu-open .menu_dash-three {
        transform: rotate(-45deg) translate(6px, -5px);
    }

    .navbar_menu-area {
        gap: 25px;
    }

    .navbar_link {
        font-size: 15px;
    }

    .navbar_drop-link {
        font-size: 14px;
        padding: 3px 0;
    }

    .navbar_link-drop-toggler {
        width: 9px;
        height: 9px;
    }

}


/*****************************************
*************** BANNER *******************
*****************************************/

.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 98vh;
    text-align: center;
    background-color: var(--black);
}

.hero::before,
.hero::after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.hero::before {
    background: linear-gradient(to top, var(--black) 30%, transparent 100%);
    opacity: .1;
}

.hero::after {
    background-color: var(--black);
    opacity: 0.3;
}

.hero_video-area {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: 1;
}

.hero_video {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hero_img-area {
    display: none;
}

.hero_txt-area {
    position: relative;
    padding: 0 15px;
    margin: 45px 0 0;
    z-index: 9;
}

.hero_sub-title {
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .9px;
    text-shadow: 0 0 10px var(--shadow-1);
    margin: 10px 0 0;
}

.hero_sub-title::before,
.hero_sub-title::after {
    content: '';
    display: inline-block;
    width: 55px;
    height: 1px;
    background-color: var(--secondary-color);
    margin-bottom: 5px;
}

.hero_sub-title::before {
    margin-right: 13px;
}

.hero_sub-title::after {
    margin-left: 13px;
}

.hero_title {
    color: var(--white);
    font-size: 76px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-shadow: 0 0 10px var(--shadow-1);
}

.hero_description {
    color: var(--white);
    font-size: 21px;
    line-height: 1.45;
    text-shadow: 0 0 10px var(--shadow-1);
    margin: 20px 0 55px;
}

.hero_divider-area {
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    z-index: 3;
}

.hero_divider {
    display: block;
    position: relative;
    width: calc(100% + 1.5px);
    height: 100%;
}

.hero_arrow-area {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 32px;
    margin: 0 auto;
    z-index: 4;
    animation: bounceDown 2s infinite;
}

.hero_arrow {
    display: block;
    width: 100%;
    height: 100%;
}

@keyframes bounceDown {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-10px);
    }
}

@media (min-width: 1921px) {

    .hero {
        height: 90vh;
    }

    .hero_sub-title {
        font-size: 21px;
        letter-spacing: 1.5px;
    }

    .hero_sub-title::before,
    .hero_sub-title::after {
        width: 62px;
    }

    .hero_title {
        font-size: 83px;
        letter-spacing: 1.5px;
    }

    .hero_description {
        font-size: 22px;
    }

    .hero_divider-area {
        height: 60px;
    }

    .hero_arrow-area {
        width: 37px;
    }

}

@media (max-width: 1450px) {

    .hero {
        padding: 0 0 65px;
    }

    .hero_sub-title {
        font-size: 16px;
        letter-spacing: 1.35px;
        margin: 8px 0 0;
    }

    .hero_title {
        font-size: 68px;
    }

    .hero_description {
        font-size: 16px;
        margin: 15px 0 40px;
    }

    .hero_divider-area {
        ;
        height: 45px;
    }

    .hero_arrow-area {
        width: 29px;
    }

}


@media (max-width: 992px) {

    .hero {
        height: 87vh;
    }

    .hero_video-area {
        display: none;
    }

    .hero_img-area {
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .hero_img {
        object-fit: cover;
        height: 100%;
    }

    .hero_sub-title {
        font-size: 16px;
        letter-spacing: 1.18px;
    }

    .hero_title {
        font-size: 67px;
    }

    .hero_description {
        font-size: 16px;
        margin: 10px 0 40px;
    }

    .hero_divider-area {
        display: none;
    }

    .hero_arrow-area {
        bottom: 8px;
    }

}

@media (max-width: 575px) {

    .hero::before {
        opacity: 0.4;
    }

    .hero::after {
        opacity: 0.5;
    }

    .hero_txt-area {
        margin: 140px 0 0;
    }

    .hero_title {
        font-size: 10.5vw;
    }

    .hero_sub-title {
        font-size: 3.94vw;
        letter-spacing: 0;
    }

    .hero_sub-title::before,
    .hero_sub-title::after {
        display: none;
    }

    .hero_description {
        font-size: 4vw;
        margin: 8px 0 30px;
    }

    .hero_description br {
        display: none;
    }

    .hero_arrow-area {
        width: 6vw;
        bottom: 12px;
    }

}



/*****************************************
**************** INTRO *******************
*****************************************/
.estrutura {
    background: #fafbfa;
}

.intro_grid {
    grid-template-columns: 1.06fr 1fr;
    grid-gap: 90px;
}

.intro_grid.intro_pinus-grid {
    grid-template-columns: 1fr 1.06fr;
}

.intro_grid+.intro_grid {
    margin: 170px 0 0;
}

.intro_img-area {
    position: relative;
}

.intro_img-area::before,
.intro_img-area::after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    border: solid var(--primary-color);
    border-width: 1px 0 0 1px;
}

.intro_img-area::before {
    top: -10px;
    left: -19px;
}

.intro_img-area::after {
    top: -20px;
    left: -10px;
}

.intro_pinus-grid .intro_img-area::before,
.intro_pinus-grid .intro_img-area::after {
    border-width: 1px 1px 0 0;
}

.intro_pinus-grid .intro_img-area::before {
    top: -10px;
    left: unset;
    right: -19px;
}

.intro_pinus-grid .intro_img-area::after {
    top: -20px;
    left: unset;
    right: -10px;
}

.intro_detach-box {
    position: absolute;
    left: 0;
    bottom: 80px;
    background-color: var(--white);
    box-shadow: 0 0 30px var(--shadow-4);
    padding: 25px 20px;
    transition: .5s ease;
}

.intro_pinus-grid .intro_detach-box {
    left: unset;
    right: 0;
}

.intro_detach-icon {
    fill: var(--secondary-color);
    width: 40px;
    height: 40px;
    margin: 0 13px 0 0;
    transition: .5s ease;
}

.intro_detach-txt {
    width: calc(100% - 53px);
    font-size: 17px;
    line-height: 1.3;
    transition: .5s ease;
}

.intro_detach-txt-highlight {
    color: var(--gray-1);
    font-weight: 500;
}

.intro_stamp {
    position: absolute;
    top: 55px;
    right: 80px;
    width: 170px;
}

.intro_stamp-txt {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 81%;
    height: fit-content;
    margin: auto;
    z-index: 1;
    animation: stampRotate 20s both infinite linear;
}

.intro_benefits-item:not(:last-child) {
    margin: 0 0 23px;
}

.intro_benefits-icon-area {
    position: relative;
    display: inline-block;
    fill: var(--green);
    vertical-align: middle;
    margin: 0 10px 0 0;
    transition: .5s ease;
}

.intro_benefits-icon-area,
.intro_benefits-icon {
    width: 50px;
    height: 50px;
}

.intro_benefits-txt {
    display: inline-block;
    color: var(--gray-1);
    font-size: 18px;
    font-weight: 400;
    transition: .5s ease;
}

.intro_benefits_divider {
    display: block;
    width: 1px;
    background-color: var(--primary-color-medium);
    border: none;
}

.intro_btn {
    margin: 65px 0 0;
}

@keyframes stampRotate {
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 993px) {

    .intro_detach-box:hover {
        background-color: var(--primary-color);
    }

    .intro_detach-box:hover .intro_detach-icon {
        fill: var(--secondary-color);
    }

    .intro_detach-box:hover .intro_detach-txt,
    .intro_detach-box:hover .intro_detach-txt-highlight {
        color: var(--white);
    }

    .intro_benefits-icon-area::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: var(--primary-color);
        border-radius: 100%;
        opacity: 0;
        transform: scale(0);
        z-index: -1;
        transition: .5s ease;
    }

    .intro_benefits-item:hover .intro_benefits-icon-area {
        fill: var(--white);
        transform: scale(0.85);
    }

    .intro_benefits-item:hover .intro_benefits-icon-area::before {
        opacity: 1;
        transform: scale(1.9);
    }

    .intro_benefits-item:hover .intro_benefits-txt {
        color: var(--primary-color);
        transform: translateX(6px);
    }

}

@media (max-width: 1450px) {

    .intro_grid+.intro_grid {
        margin: 140px 0 0;
    }

    .intro_img-area::before,
    .intro_img-area::after {
        width: 30px;
        height: 30px;
    }

    .intro_benefits-icon-area,
    .intro_benefits-icon {
        width: 24px;
        height: 24px;
    }

    .intro_stamp {
        top: 50px;
        right: 65px;
        width: 130px;
    }

    .intro_detach-box {
        bottom: 35px;
        padding: 20px 15px;
    }

    .intro_detach-icon {
        width: 30px;
        height: 30px;
        margin: 0 8px 0 0;
    }

    .intro_detach-txt {
        width: calc(100% - 38px);
        font-size: 15px;
    }

    .intro_benefits-txt {
        font-size: 18px;
    }

}

@media (max-width: 992px) {

    .intro_grid,
    .intro_grid.intro_pinus-grid {
        grid-template-columns: 1fr;
        grid-gap: 60px;
    }

    .intro_grid+.intro_grid {
        margin: 80px 0 0;
    }

    .intro_txt-area {
        order: 1;
    }

    .intro_img-area {
        order: 2;
    }

    .intro_img {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .intro_img-area::before,
    .intro_img-area::after {
        display: none;
    }

    .intro_detach-box {
        left: 70px;
    }

    .intro_stamp {
        right: 145px;
    }

    .intro_btn {
        display: block;
        width: fit-content;
        margin: 45px auto 0;
    }

}

@media (max-width: 575px) {

    .intro_img {
        width: 100%;
    }

    .intro_stamp {
        top: 30px;
        right: 36px;
        width: 115px;
    }

    .intro_detach-box {
        bottom: 25px;
        left: 0;
        padding: 15px;
    }

    .intro_detach-icon {
        width: 28px;
        height: 28px;
        margin: 0 8px 0 0;
    }

    .intro_detach-txt {
        width: calc(100% - 36px);
        font-size: 13px;
    }

    .intro_benefits_divider {
        display: none;
    }

    .intro_benefits-item,
    .intro_benefits-item:not(:last-child) {
        width: 100%;
        margin: 0 0 13px;
    }

    .intro_benefits-icon-area,
    .intro_benefits-icon {
        width: 20px;
        height: 20px;
    }

    .intro_benefits-txt {
        font-size: 16px;
    }

    .intro_btn {
        margin: 35px auto 0;
    }

}



/*****************************************
************** PRODUTOS ******************
*****************************************/

.products {
    background-color: var(--primary-color-light);
}

.products_carousel {
    margin: -25px 0;
}

.products_item {
    padding: 25px;
}

.products_card {
    background-color: var(--white);
    box-shadow: 0 0 20px var(--shadow-5);
}

.products_card-img-area {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 15px;
}

.products_card-txt-area {
    border-top: 1px solid var(--primary-color-medium);
    padding: 30px 40px;
}

.products_card-ttl-link {
    color: var(--gray-1);
    transition: .5s ease;
}

.products_card-description {
    font-size: 18px;
    line-height: 1.4;
    margin: 5px 0 25px;
    transition: .5s ease;
}

.products_card-cta::after {
    content: url(../svg/seta-direita.svg);
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    line-height: 0;
    margin: 0 0 0 3px;
    transition: .5s ease;
}

.product_card-cta-txt {
    position: relative;
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
}

.products_carousel .owl-prev,
.products_carousel .owl-next {
    position: absolute;
    top: 50%;
    fill: var(--primary-color);
    transform: translateY(-50%);
    transition: .5s ease;
}

.products_carousel .owl-prev {
    left: -25px;
}

.products_carousel .owl-next {
    right: -25px;
}

.products_arrow {
    width: 20px;
    height: 20px;
}

@media (min-width: 993px) {

    .products_card-img-area::before,
    .products_card-img-area::after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        transition: .5s ease;
    }

    .products_card-img-area::before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: var(--secondary-color);
        z-index: 1;
    }

    .products_card-img-area::after {
        content: url("../svg/mais.svg");
        width: 55px;
        height: 55px;
        transform: scale(0);
        margin: auto;
        z-index: 2;
        transition-delay: .125s;
    }

    .products_card-img-area:hover::before {
        opacity: .88;
    }

    .products_card-img-area:hover::after {
        opacity: 1;
        transform: scale(1);
    }

    .product_card-cta-txt::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -2px;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: var(--primary-color);
        transform: scaleX(0);
        transform-origin: right;
        transition: .5s ease transform;
    }

    .products_card-cta:hover::after {
        transform: translateX(5px);
    }

    .products_card-cta:hover .product_card-cta-txt::before {
        transform: scaleX(1);
        transform-origin: left;
    }

    .products_card-ttl-link:hover {
        color: var(--primary-color);
    }

    .products_carousel .owl-prev:hover,
    .products_carousel .owl-next:hover {
        fill: var(--secondary-color);
    }

}

@media (max-width: 1450px) {

    .products_card-description {
        font-size: 17px;
        margin: 3px 0 20px;
    }

    .product_card-cta-txt {
        font-size: 13px;
    }

    .products_card-cta::after {
        width: 16px;
    }

}

@media (max-width: 575px) {

    .products_carousel {
        margin: -11px 0;
    }

    .products_item {
        padding: 11px;
    }

    .products_card {
        box-shadow: 0 0 10px var(--shadow-5);
    }

    .products_card-txt-area {
        padding: 28px;
    }

    .products_card-description {
        font-size: 15px;
        margin: 5px 0 18px;
    }

    .product_card-cta-txt {
        font-size: 12px;
    }

    .products_card-cta::after {
        width: 14px;
    }

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

}



/*****************************************
************* BENEFÍCIOS ****************
*****************************************/

.benefits_phrase-area,
.benefits_carousel-area {
    width: 78%;
    text-align: center;
    border: 1px solid var(--primary-color-medium);
    padding: 15px;
    margin: 0 auto;
    background: #fafbfa;
}

.benefits_phrase-icon {
    position: relative;
    top: -5px;
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    margin: 0 5px 0 0;
    fill: var(--green);
}

.benefits_phrase {
    display: inline-block;
    color: var(--gray-1);
    font-size: 28px;
    font-weight: 400;
}

.benefits_video-area {
    max-width: 550px;
    margin: 0 auto;
}

.benefits_video-link {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.benefits_video-link::before {
    content: '';
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: 0;
    z-index: 1;
    transition: .5s ease;
}

.benefits_video-cover {
    display: block;
}

.benefits_video-play {
    cursor: pointer;
    position: absolute;
    top: 7px;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 125px;
    height: fit-content;
    margin: auto;
    z-index: 2;
    transition: 2s ease;
}

.benefits_video-play-txt {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 77%;
    height: fit-content;
    margin: auto;
    z-index: 3;
    animation: stampRotate 20s both infinite linear;
}

.benefits_item {
    position: relative;
    text-align: left;
    padding: 10px 20px;
}

.benefits_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    transform: scaleX(0);
    transform-origin: right;
    z-index: -1;
    transition: .7s ease transform;
}

.benefits_carousel-icon-area {
    fill: var(--primary-color);
    margin: 0 14px 0 0;
    transition: .7s ease;
}

.benefits_carousel-icon {
    width: 31px;
    height: 31px;
}

.benefits_carousel-txt {
    width: calc(100% - 45px);
    font-size: 18px;
    line-height: 1.25;
    transition: .7s ease;
}

@media (min-width: 993px) {

    .benefits_video-link:hover::before {
        opacity: 0.6;
    }

    .benefits_video-link:hover .benefits_video-play {
        transform: scale(1.2);
    }

    .benefits_item:hover::before {
        transform: scaleX(1);
        transform-origin: left;
    }

    .benefits_item:hover .benefits_carousel-icon-area {
        fill: var(--secondary-color);
    }

    .benefits_item:hover .benefits_carousel-txt {
        color: var(--white);
    }

}

@media (max-width: 1450px) {

    .benefits_phrase-area,
    .benefits_carousel-area {
        width: 85%;
        padding: 13px;
    }

    .benefits_phrase-icon {
        width: 32px;
        height: 32px;
    }

    .benefits_phrase {
        font-size: 24px;
    }

    .benefits_video-area {
        max-width: 90%;
    }

    .benefits_video-play {
        width: 105px;
    }

    .benefits_item {
        padding: 10px 15px;
    }

    .benefits_carousel-icon-area {
        margin: 0 12px 0 0;
    }

    .benefits_carousel-icon {
        width: 28px;
        height: 28px;
    }

    .benefits_carousel-txt {
        width: calc(100% - 40px);
        font-size: 16px;
    }

    @media (max-width: 575px) {

        .benefits_phrase-area,
        .benefits_carousel-area {
            width: 93%;
        }

        .benefits_phrase-icon {
            top: -2px;
            width: 26px;
            height: 26px;
        }

        .benefits_phrase {
            font-size: 19px;
        }

        .benefits_video-area {
            max-width: 100%;
        }

        .benefits_video-play {
            width: 80px;
        }

    }

}

/*****************************************
************* CARDAPIO ****************
*****************************************/
.servicos {
    background: #fafbfa
}

.servicos .container:nth-child(1) {
    background: #000000;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 140px;
    margin-left: -15px;
}

.servicos .container:nth-child(1) div img {
    width: 200px;
}

.servicos .titulo-centro {
    padding: 20px;
    margin: 40px;
}

.servicos .titulo-centro h2 {
    font-size: 55px;
    color: #fff;
}

.servicos .titulo-centro p {
    font-size: 20px;
    color: #fff;
}

.servicos .container .box:nth-child(2n) .img {
    left: unset;
    right: 0
}

.servicos .container .box:nth-child(2n) .txt {
    margin: 0
}

.servicos .box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 585px;
    margin: 0 0 160px
}

.servicos .box .img {
    position: absolute;
    left: 0;
    width: 52.5%;
    height: 100%;
    margin: auto
}

.servicos .box .img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 1px solid #eaeaea;
    border-radius: 15px;
}

.servicos .box .txt {
    width: 52.5%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px #00000011;
    box-shadow: 0 0 40px #00000011;
    padding: 50px;
    margin: 0 0 0 auto;
    border-radius: 50px;
    z-index: 1;
}



.servicos .box .txt .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


.servicos .box .txt .ttl svg {
    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;
    width: 70px;
    height: 70px;
    font-size: 38px;
    color: #000;
    border-radius: 5px;
    margin: 0 20px 0 0
}

.servicos .box .txt .ttl h3 {
    width: calc(100% - 90px);
    padding-left: 15px;
}

.servicos .box .txt p {
    margin: 20px 0 60px
}

.servicos .btn-centro h4 {
    font-size: 32px;
    margin: 40px 0px;
    color: #40639B
}



/*********************************

******* TABLETS E CELULARES ******

**********************************/


@media (max-width: 992px) {


    .servicos .container .box:last-child {
        margin: 0
    }

    .servicos .container:nth-child(1) {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column-reverse;
        margin: 0px -30px 80px;
    }

    .servicos .container:nth-child(1) div img {
        width: 100%;
        height: 100px;
        padding: 20px
    }

    .servicos .titulo-centro {
        padding: 0px 30px;

    }

    .servicos .container .box:nth-child(2n) .img {
        left: unset;
        right: 0
    }

    .servicos .container .box:nth-child(2n) .txt {
        margin: 0
    }

    .servicos .box .txt .ttl svg {
        width: 65px;
        height: 65px;
        font-size: 36px;
        margin: 0 17px 0 0
    }

    .servicos .btn-centro h4 {
        font-size: 28px
    }

    .servicos .box .img {
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
        width: 100%;
    }

    .servicos .box .txt {
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
        width: 100%;
    }

    .servicos .box .img iframe {
        height: 300px !important;
    }

    .servicos .box {
        height: unset;
        margin: 0 0 65px
    }

    .servicos .box .txt .ttl svg {
        width: 50px;
        height: 50px;
        font-size: 27px
    }

    .servicos .btn-centro h4 {
        font-size: 21px
    }

}

/*****************************************
*************** PROJETOS *****************
*****************************************/

.projects {
    background-color: var(--primary-color-light);
    transition: .5s ease;
}

.projects h2,
.projects .h2,
.projects h2::after,
.projects .h2::after,
.projects p,
.projects_warning-highlight {
    transition: .5s ease;
}

.projects_grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}

.projects_item {
    position: relative;
    display: block;
    overflow: hidden;
    border: 2px solid var(--white);
    box-shadow: 0 0 30px var(--shadow-5);
}

.projects_img {
    display: block;
}

.projects_warning {
    font-size: 17px;
    margin: 15px 0 0;
}

.projects_warning-highlight {
    color: var(--gray-1);
    font-weight: 500;
}


/*LAYOUT ESCURO*/

.projects.dark {
    background-color: #000;
}

.projects.dark h2,
.projects.dark .h2 {
    color: var(--white);
}

.projects.dark h2::after,
.projects.dark .h2::after {
    background-color: var(--secondary-color);
}

.projects.dark p,
.projects.dark .projects_warning-highlight {
    color: var(--gray-6);
}


/*FILTROS - INTERNA*/

.projects_filters-area {
    justify-content: center;
    gap: 15px;
    margin: 0 0 45px;
}

.projects_filter-btn {
    cursor: pointer;
    width: 20%;
    color: var(--primary-color);
    font-size: 21px;
    border: 1px solid var(--primary-color);
    border-radius: 99px;
    padding: 15px 10px;
    transition: .5s ease;
}

.projects_filter-btn.filter_active {
    background-color: var(--primary-color);
    color: var(--white);
}

.projects_filter-icon {
    fill: currentColor;
    width: 25px;
    height: 25px;
    vertical-align: sub;
    margin: 0 10px 0 0;
}

@media (min-width: 993px) {

    .projects_item::before,
    .projects_item::after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        transition: .5s ease;
    }

    .projects_item::before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: var(--secondary-color);
        z-index: 1;
    }

    .projects_item::after {
        content: url("../svg/zoom.svg");
        width: 55px;
        height: 55px;
        transform: scale(0);
        margin: auto;
        z-index: 2;
        transition-delay: .125s;
    }

    .projects_item:hover::before {
        opacity: .88;
    }

    .projects_item:hover::after {
        opacity: 1;
        transform: scale(1);
    }

    .projects_filter-btn:not(.filter_active):hover {
        background-color: var(--primary-color-medium);
    }

}

@media (max-width: 1450px) {

    .projects_grid {
        grid-gap: 20px;
    }

    .projects_warning {
        font-size: 15px;
    }

    .projects_filter-btn {
        width: 25%;
        font-size: 19px;
        padding: 13px 10px;
    }

    .projects_filter-icon {
        fill: currentColor;
        width: 22px;
        height: 22px;
        vertical-align: sub;
        margin: 0 8px 0 0;
    }

}

@media (max-width: 992px) {

    .projects_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .projects_filter-btn {
        width: 31.5%;
        font-size: 17px;
    }

}

@media (max-width: 575px) {

    .projects_grid {
        grid-gap: 10px;
    }

    .projects_item {
        border: 2px solid var(--white);
    }

    .projects_warning {
        font-size: 14px;
    }

    .projects_filters-area {
        gap: 10px;
        margin: 0 0 30px;
    }

    .projects_filter-btn {
        width: 48.1%;
        font-size: 16px;
    }

    .projects_filter-btn:first-child {
        width: 100%;
    }

}

/*****************************************
************* DEPOIMENTOS ****************
*****************************************/

.testimonials {
    padding-bottom: 75px;
}

.testimonials_container {
    position: relative;
}

.testimonials_item {
    padding: 22px 11px;
}

.testimonials_card {
    position: relative;
    flex-direction: column;
    height: 323px;
    box-shadow: 0 0 10px var(--shadow-5);
    padding: 35px 35px 30px;
}

.testimonials_card-txt {
    line-height: 1.5;
    margin: 0 0 20px;
}

.testimonials_card-txt::before {
    content: url(../svg/aspas.svg);
    display: block;
    width: 55px;
    line-height: 0;
    margin: -55px 0 25px;
}

.testimonials_card-client-img {
    width: 50px !important;
    height: 50px;
    border: 3px solid var(--white);
    border-radius: 100%;
    box-shadow: 0 0 20px var(--shadow-2);
    margin: 0 12px 0 0;
}

.testimonials_card-client-name {
    width: calc(100% - 62px);
    color: var(--gray-1);
    font-weight: 400;
    margin: 0 0 10px;
}

.testimonials_card-client-name::after {
    content: url(../svg/cinco-estrelas.svg);
    display: block;
    width: 67px;
    line-height: 0;
    margin: 2px 0 0;
}

.testimonials_carousel .owl-dots {
    width: fit-content;
    margin: 10px auto 0;
}

.testimonials_carousel .owl-dot span {
    display: block;
    width: 13px;
    height: 13px;
    background-color: var(--white);
    border: 1px solid var(--primary-color);
    border-radius: 100%;
    margin: 0 5px;
    transition: .5s ease;
}

.testimonials_carousel .owl-dot.active span {
    background-color: var(--primary-color);
}

.testimonials_carousel .owl-prev,
.testimonials_carousel .owl-next {
    position: absolute;
    top: 45%;
    fill: var(--primary-color);
    transition: .5s ease;
}

.testimonials_carousel .owl-prev {
    left: -35px;
}

.testimonials_carousel .owl-next {
    right: -35px;
}

.testimonials_arrow {
    width: 20px;
    height: 20px;
}

@media (min-width: 993px) {

    .testimonials_carousel .owl-dot:not(.active):hover span {
        background-color: var(--primary-color-medium);
    }

    .testimonials_carousel .owl-prev:hover,
    .testimonials_carousel .owl-next:hover {
        fill: var(--secondary-color);
    }

}

@media (min-width: 1451px) {

    .testimonials_card-txt {
        font-size: 18px;
    }

}

@media (max-width: 1450px) {

    .testimonials_card {
        height: 360px;
        padding: 30px 30px 25px;
    }

    .testimonials_card-txt::before {
        width: 45px;
        margin: -45px 0 20px;
    }

    .testimonials_card-client-img {
        width: 45px !important;
        height: 45px;
    }

    .testimonials_card-client-name {
        width: calc(100% - 57px);
    }

}

@media (max-width: 575px) {

    .testimonials {
        padding-bottom: 55px;
    }

    .testimonials_card {
        height: 272px;
        padding: 20px 20px 15px;
    }

    .testimonials_card-txt::before {
        width: 40px;
        margin: -35px 0 15px;
    }

    .testimonials_card-client-img {
        width: 40px !important;
        height: 40px;
        margin: 0 10px 0 0;
    }

    .testimonials_card-client-name {
        width: calc(100% - 50px);
    }

    .testimonials_carousel .owl-dots {
        margin: 3px auto 0;
    }

    .testimonials_carousel .owl-dot span {
        width: 12px;
        height: 12px;
        margin: 0 4px;
    }

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

}



/*****************************************
************** CLIENTES ******************
*****************************************/

.clients {
    padding-top: 0;
}

.clients_ttl-area {
    width: 12%;
}

.clients_ttl {
    line-height: 1.1;
}

.clients_carousel-area {
    width: 83%;
}

.clients_carousel .owl-stage {
    display: flex;
    align-items: center;
}

.clients_item {
    padding: 15px 5px;
}

.clients_logo {
    max-width: 120px;
    max-height: 62px;
    margin: 0 auto;
    transition: .5s ease;
}

.clients_logo.w-increasse {
    max-width: 160px;
}

.clients_logo.h-decreasse {
    max-height: 50px;
}

@media (min-width: 993px) {

    .clients_logo:hover {
        transform: scale(1.08);
    }

}

@media (min-width: 1451px) {

    .clients_box {
        padding: 0 12px;
    }

    .clients_carousel .owl-stage {
        justify-content: space-between;
        width: 100% !important;
    }

    .clients_carousel .owl-item {
        width: auto !important;
    }

    .owl-carousel .owl-stage:after {
        display: none !important;
    }

}

@media (max-width: 1450px) {

    .clients_logo {
        max-width: 115px;
        max-height: 57px;
    }

    .clients_logo.w-increasse {
        max-width: 150px;
    }

    .clients_logo.h-decreasse {
        max-height: 45px;
    }

}

@media (max-width: 992px) {

    .clients_ttl-area,
    .clients_carousel-area {
        width: 100%;
    }

    .clients_ttl-area {
        text-align: center;
        margin: 0 0 24px;
    }

    .clients_item {
        padding: 0;
    }

    .clients_logo {
        max-width: 105px;
        max-height: 55px;
    }

    .clients_logo.w-increasse {
        max-width: 140px;
    }

    .clients_logo.h-decreasse {
        max-height: 45px;
    }

}



/*****************************************
**************** SOBRE *******************
*****************************************/

.about {
    background-color: var(--primary-color-light);
}



.about_txt-area {
    width: 47.8%;
}

.about_txt:not(:last-of-type) {
    margin: 0 0 15px;
}

.about_img-area {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 46.5%;
    height: 100%;
}

.about_btn {
    margin: 55px 0 0;
}

.about_img {
    display: block;
    object-fit: cover;
    height: 100%;
}

@media (min-width: 1921px) {

    .about::before {
        left: -1%;
        width: 18vw;
    }

    .about_img-area {
        width: 45%;
    }

}

@media (max-width: 1450px) {

    .about_btn {
        margin: 35px 0 0;
    }

}

@media (max-width: 992px) {

    .about::before {
        display: none;
    }

    .about_txt-area,
    .about_img-area {
        position: static;
        width: 100%;
    }

    .about_btn {
        display: block;
        width: fit-content;
        margin: 25px auto 0;
    }

    .about_img-area {
        padding: 15px;
        margin: 45px 0 0;
    }

}

/*****************************************
************* FOOTER TOP *****************
*****************************************/

.top-footer {
    background-color: #000000;
    padding: 75px 0;
}

.top-footer_column:nth-child(1) {
    width: 32%
}

.top-footer_column:nth-child(2),
.top-footer_column:nth-child(3) {
    width: 26%;
}

.top-footer_divider {
    display: block;
    width: 1px;
    height: auto;
    border: none;
    background-color: var(--shadow-1);
}

.top-footer_logo {
    filter: grayscale(1) brightness(9);
    display: block;
    width: 180px;
    margin: 0 0 20px;
}

.top-footer_description,
.top-footer_link {
    color: var(--gray-4);
    font-size: 16.5px;
}

.top-footer_title {
    color: var(--secondary-color);
    font-size: 26px;
    margin: 20px 0;
}

.top-footer_item:not(:last-child) {
    margin: 0 0 15px;
}

.top-footer_icon {
    position: relative;
    top: 3px;
    fill: var(--secondary-color);
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
}

.top-footer_link-marker::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border: solid var(--secondary-color);
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    margin: 0 10px 2px 0;
}

.top-footer_social-list {
    gap: 10px;
    margin: 20px 0 0;
}

.top-footer_social-link {
    justify-content: center;
    width: 39px;
    height: 39px;
    fill: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    border-radius: 100%;
    transition: .5s ease;
}

.top-footer_social-icon {
    width: 17px;
    height: 17px;
}

@media (min-width: 993px) {

    .top-footer_link {
        transition: .5s ease;
    }

    .top-footer_link:hover {
        color: var(--secondary-color);
    }

    .top-footer_social-link:hover {
        background-color: var(--secondary-color);
        fill: var(--primary-color);
    }

}

@media (max-width: 1450px) {

    .top-footer_column:nth-child(2),
    .top-footer_column:nth-child(3) {
        width: 30%
    }

    .top-footer_title {
        font-size: 23px;
    }

    .top-footer_description,
    .top-footer_link {
        font-size: 15px;
    }

    .top-footer_social-link {
        width: 36px;
        height: 36px;
    }

    .top-footer_social-icon {
        width: 15px;
        height: 15px;
    }

}

@media (max-width: 992px) {

    .top-footer_column:nth-child(1),
    .top-footer_column:nth-child(2),
    .top-footer_column:nth-child(3) {
        width: 100%
    }

    .top-footer_divider {
        display: none;
    }

    .top-footer_title {
        margin: 40px 0 15px;
    }

}

@media (max-width: 575px) {

    .top-footer {
        padding: 50px 0;
    }

    .top-footer_logo {
        width: 145px;
    }

    .top-footer_title {
        font-size: 15px;
    }

    .top-footer_description,
    .top-footer_link {
        font-size: 14px;
    }

    .top-footer_icon {
        position: relative;
        top: 3px;
        width: 15px;
        height: 15px;
    }

}



/*****************************************
************ FOOTER BOTTOM ***************
*****************************************/

.footer {
    background-color: #0e0c01;
    padding: 40px 0;
}

.footer_grid {
    grid-template-columns: 1fr 3.3fr 1fr;
}

.footer_lgpd-link,
.footer_copyright-title,
.footer_copyright-disclaimer,
.footer_author-text {
    color: var(--gray-4);
    font-size: 14px;
}

.footer_lgpd-link {
    transition: .5s ease;
}

.footer_lgpd-link::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border: solid var(--secondary-color);
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    margin: 0 10px 2px 0;
}

.footer_copyright-area {
    text-align: center;
}

.footer_copyright-title {
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 5px;
}

.footer_copyright-disclaimer {
    line-height: 1.6;
}

.footer_author-area {
    text-align: right;
}

.footer_author-logo {
    width: 55px;
    margin: 0 0 -1px 5px;
}

@media (min-width: 993px) {

    .footer_lgpd-link:hover {
        color: var(--secondary-color);
    }

}

@media (max-width: 1450px) {

    .footer_lgpd-link,
    .footer_copyright-title,
    .footer_copyright-disclaimer,
    .footer_author-text {
        font-size: 13px;
    }

    .footer_copyright-title {
        font-size: 14px;
    }

}


@media (max-width: 992px) {

    .footer_grid {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .footer_copyright-area {
        order: 1;
    }

    .footer_lgpd-area {
        order: 2;
    }

    .footer_author-area {
        order: 3;
    }

    .footer_lgpd-area,
    .footer_author-area {
        text-align: center;
    }

}

@media (max-width: 575px) {

    .footer {
        padding: 30px 0;
    }

    .footer_author-logo {
        width: 50px;
    }

}


/*****************************************
************ WHATSAPP FIXO ***************
*****************************************/

.fixed-whatsapp_area {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 998;
}

.fixed-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: var(--whatsapp);
    fill: var(--white);
    border: 2px solid var(--whatsapp);
    border-radius: 100%;
    transition: .5s ease;
}

.fixed-whatsapp_icon {
    position: relative;
    top: -2px;
    width: 35px;
    height: 35px;
}

@media (min-width: 993px) {

    .fixed-whatsapp:hover {
        background-color: var(--white);
        fill: var(--whatsapp);
    }

}

@media (max-width: 1450px) {

    .fixed-whatsapp {
        width: 58px;
        height: 58px;
    }

    .fixed-whatsapp_icon {
        width: 29px;
        height: 29px;
    }

}

@media (max-width: 575px) {

    .fixed-whatsapp_area {
        bottom: 10px;
        right: 10px;
    }

    .fixed-whatsapp {
        width: 50px;
        height: 50px;
    }

    .fixed-whatsapp_icon {
        width: 26px;
        height: 26px;
    }

}



/*****************************************
**************** MODAL *******************
*****************************************/

.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    overflow: auto;
    z-index: 999;
}

.modal::before {
    content: '';
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin: 0 -0.05em 0 0
}

.modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: .88;
}

.modal_holder {
    position: relative;
    display: inline-block;
    width: 650px;
    max-width: 95%;
    vertical-align: middle;
    text-align: left;
    overflow: hidden;
    padding: 45px 0;
}

.modal_box {
    overflow: hidden;
    border-radius: 8px;
}

.modal_header {
    background-color: var(--whatsapp);
    padding: 30px 40px;
}

.modal_header-icon {
    width: 55px;
    height: 55px;
    fill: var(--white);
    margin: 0 20px 0 0;
}

.modal_header-title-area {
    width: calc(100% - 75px - 45px);
}

.modal_header-title {
    color: var(--white);
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 12px;
}

.modal_close {
    cursor: pointer;
    position: relative;
    background-color: transparent;
    border: none;
    width: 25px;
    height: 25px;
    margin: 0 0 0 20px;
    opacity: .5;
    transition: .5s ease;
}

.modal_close:before,
.modal_close:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: var(--white);
}

.modal_close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal_close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal_header-description {
    color: var(--white);
    font-size: 17px;
    font-weight: 300;
}

.modal_body {
    background-color: var(--white);
    padding: 40px;
}

@media (max-width: 575px) {

    .modal_header,
    .modal_body {
        padding: 20px;
    }

    .modal_header-icon {
        width: 9vw;
        height: auto;
        margin: 0 3.5vw 0 0;
    }

    .modal_header-title-area {
        width: calc(100% - 22.5vw);
    }

    .modal_header-title {
        font-size: 4.25vw;
        margin: 0 0 7px;
    }

    .modal_header-description {
        font-size: 3vw;
        line-height: 1.2;
    }

    .modal_close {
        width: 5vw;
        height: 5vw;
        margin: 0 0 0 5vw;
    }

}



/*****************************************
***************** LGPD *******************
*****************************************/

.warning {
    position: fixed;
    left: 0;
    bottom: 15px;
    right: 0;
    margin: 0 auto;
    z-index: 997;
}

.warning-wrapper {
    background-color: var(--white);
    box-shadow: 0 0 20px var(--shadow-3);
    border-radius: 8px;
    padding: 15px;
}

.warning_text-area {
    width: 88%;
}

.warning_text {
    display: block;
    font-size: 14px;
    line-height: 1.4;
}

.warning_link {
    color: var(--primary-color);
    font-weight: 600;
    transition: .5s ease;
}

.warning_button-area {
    width: 9%;
}

.warning_button {
    display: block;
    width: 100%;
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    border: 2px solid var(--primary-color);
    border-radius: 4px;
    padding: 8px;
    transition: .5s ease;
}

.lgpd_text-area p {
    line-height: 1.6;
}

.lgpd_text-area p:not(:last-child) {
    margin: 0 0 15px;
}

.lgpd_text-area h3 {
    margin: 40px 0 15px;
    ;
}

@media (min-width: 993px) {

    .warning_link:hover {
        color: var(--gray-1);
    }

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

}

@media (max-width: 1450px) {

    .warning_text-area {
        width: 90%;
    }

    .warning_text {
        font-size: 12px;
    }

    .warning_button {
        font-size: 12px;
    }

    .warning_button-area {
        width: 9%;
    }

}

@media (max-width: 575px) {

    .warning_container .box {
        justify-content: center;
    }

    .warning_text-area {
        width: 100%;
    }

    .warning_text {
        text-align: center;
        font-size: 11px;
        line-height: 1.65;
    }

    .warning_button-area {
        width: 25%;
        text-align: center;
        margin: 10px 0 0;
    }

    .warning_button {
        font-size: 11px;
    }

}



/*****************************************
************** BREADCRUMB ****************
*****************************************/

.breadcrumb {
    position: relative;
    background-color: var(--primary-color);
    padding: 145px 0 95px;
}

.breadcrumb_container {
    text-align: center;
}

.breadcrumb_ttl {
    color: var(--white);
    font-size: 55px;
    letter-spacing: 1px;
    margin: 0 0 15px;
}

.breadcrumb_item,
.breadcrumb_link {
    display: inline-block;
    color: var(--white);
    font-size: 18px;
}

.breadcrumb_item+.breadcrumb_item::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border: solid var(--secondary-color);
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    margin: 0 17px 1px 8px;
}

.breadcrumb_divider-area {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 10;
}

.breadcrumb_divider {
    position: relative;
    display: block;
    width: calc(100% + 2px);
    height: 100px;
}

@media (min-width: 993px) {

    .breadcrumb_link {
        transition: .5s ease;
    }

    .breadcrumb_link:hover {
        color: var(--secondary-color);
    }

}

@media (max-width: 1450px) {

    .breadcrumb {
        padding: 130px 0 85px;
    }

    .breadcrumb_ttl {
        font-size: 45px;
        letter-spacing: .5px;
        margin: 0 0 10px;
    }

    .breadcrumb_item,
    .breadcrumb_link {
        font-size: 16px;
    }

    .breadcrumb_divider {
        height: 80px;
    }

}

@media (max-width: 992px) {

    .breadcrumb {
        padding: 95px 0;
    }

    .breadcrumb_ttl {
        font-size: 40px;
        letter-spacing: .25px;
        margin: 0 0 8px;
    }

    .breadcrumb_divider {
        height: 70px;
    }

}

@media (max-width: 575px) {

    .breadcrumb {
        padding: 80px 0 65px;
    }

    .breadcrumb_ttl {
        font-size: 28px;
        letter-spacing: 0;
    }

    .breadcrumb_item,
    .breadcrumb_link {
        font-size: 15px;
    }

    .breadcrumb_item+.breadcrumb_item::before {
        width: 5px;
        height: 5px;
        margin: 0 10px 1px 3px;
    }

    .breadcrumb_divider {
        height: 45px;
    }

}



/*****************************************
********* SOBRE INTRO - INTERNA **********
*****************************************/

.about-intro_grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 100px;
}

.about-intro_img-area {
    position: relative;
}

.about-intro_img {
    display: block;
}

.about-intro_img-1 {
    border-radius: 200px 0 0 0;
}

.about-intro_img-2 {
    border-radius: 0 0 200px;
}

.about-intro_stamp {
    position: absolute;
    bottom: 200px;
    right: -70px;
    width: 150px;
}

.about-intro_stamp-txt {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 83%;
    height: fit-content;
    margin: auto;
    z-index: 1;
    animation: stampRotate 20s both infinite linear;
}

.about_intro-txt {
    margin: 0 0 15px;
}

.about_intro-txt:last-of-type {
    margin: 0 0 78px;
}


@media (max-width: 1450px) {

    .about-intro_grid {
        grid-gap: 60px;
    }

    .about-intro_img-1 {
        border-radius: 150px 0 0 0;
    }

    .about-intro_img-2 {
        border-radius: 0 0 150px;
    }

    .about-intro_stamp {
        bottom: 160px;
        right: -50px;
        width: 130px;
    }

    .about_intro-txt:last-of-type {
        margin: 0 0 40px;
    }

}

@media (max-width: 992px) {

    .about-intro_grid {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .about-intro_txt-img-area {
        order: 1;
    }

    .about-intro_img-area {
        order: 2;
    }

    .about-intro_img-1 {
        border-radius: 0 0 0 50px;
    }

    .about-intro_img-2 {
        border-radius: 50px 0 0 0;
    }

    .about-intro_stamp {
        top: -90px;
        left: 0;
        bottom: unset;
        right: 0;
        width: 110px;
        margin: 0 auto;
    }

}



/*****************************************
******** SOBRE NÚMEROS - INTERNA *********
*****************************************/

.about-numbers {
    background-color: var(--primary-color-light);
}

.about-numbers_ttl-area {
    width: 35%;
}

.about-numbers_ttl {
    line-height: 1.1;
    border-left: 1px solid var(--primary-color);
    padding: 0 0 0 30px;
}

.about-numbers_counter-area {
    width: 60%;
}

.about-numbers_counter-item {
    width: 30%;
    text-align: center;
    box-shadow: 0 0 40px var(--shadow-4);
    padding: 30px;
    transition: .5s ease;
}

.about-numbers_counter-number {
    color: var(--gray-1);
    font-size: 55px;
    font-weight: 500;
    letter-spacing: -1px;
    margin: 0 0 10px;
    transition: .5s ease;
}

.about-numbers_counter-number::after {
    content: '+';
    color: var(--secondary-color);
    font-size: 75%;
    margin: 0 0 0 5px;
}

.about-numbers_counter-txt {
    color: var(--gray-1);
    line-height: 1.25;
    transition: .5s ease;
}

@media (min-width: 993px) {

    .about-numbers_counter-item:hover {
        background-color: var(--primary-color);
    }

    .about-numbers_counter-item:hover .about-numbers_counter-number {
        color: var(--secondary-color);
    }

    .about-numbers_counter-item:hover .about-numbers_counter-txt {
        color: var(--white);
    }

}


@media (max-width: 1450px) {

    .about-numbers_counter-item {
        width: 32%;
        padding: 25px;
    }

    .about-numbers_counter-number {
        font-size: 45px;
    }

}

@media (max-width: 992px) {

    .about-numbers_ttl-area,
    .about-numbers_counter-area {
        width: 100%;
    }

    .about-numbers_ttl-area {
        margin: 0 0 45px;
    }

}

@media (max-width: 575px) {

    .about-numbers_counter-item {
        width: 48%;
        padding: 20px;
    }

    .about-numbers_counter-item:first-child {
        display: flex;
        justify-content: center;
        gap: 15px;
        width: 100%;
        text-align: left;
        margin: 0 0 18px;
        padding: 30px 20px;
    }

    .about-numbers_counter-number {
        font-size: 35px;
        margin: 0 0 5px;
    }

}



/*****************************************
********** SOBRE   ***********
*****************************************/


.about-dna_grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px;
    margin: -30px 0 0;
}

.about-dna_item:nth-child(1) {
    margin: 85px 0 0;
}

.about-dna_item:nth-child(2) {
    border-top: 1px solid var(--primary-color-medium);
    padding: 55px 0 0;
    margin: 55px 0 0;
}

.about-dna_item-icon {
    fill: var(--primary-color);
    width: 45px;
    height: 45px;
    margin: 0 15px 0 0;
}

.about-dna_item-txt-area {
    width: calc(100% - 60px);
}

.about-dna_item-ttl {
    margin: 0 0 5px;
}

@media (max-width: 1450px) {

    .about-dna_grid {
        grid-gap: 45px;
        margin: 0;
    }

    .about-dna_item:nth-child(1) {
        margin: 0;
    }

    .about-dna_item:nth-child(2) {
        padding: 40px 0 0;
        margin: 40px 0 0;
    }

    .about-dna_item-icon {
        width: 40px;
        height: 40px;
        margin: 0 12px 0 0;
    }

    .about-dna_item-txt-area {
        width: calc(100% - 52px);
    }

}

@media (max-width: 992px) {

    .about-dna_grid {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .about-dna_column:nth-child(1) {
        order: 1;
    }

    .about-dna_column:nth-child(2) {
        order: 3;
    }

    .about-dna_column:nth-child(3) {
        order: 2;
    }

    .about-dna_item:nth-child(1),
    .about-dna_item:nth-child(2) {
        border-top: none;
        padding: 0;
        margin: 0 0 35px;
    }

    .about-dna_item-icon {
        width: 35px;
        height: 35px;
        margin: 0 10px 0 0;
    }

    .about-dna_item-txt-area {
        width: calc(100% - 45px);
    }

    .about_dna-img {
        display: block;
        width: 75%;
        margin: 25px auto 0;
    }

}









.theme-carousel_dots .swiper-pagination-bullet {
    content: url(../svg/dots.svg);
    display: inline-block;
    width: 21px;
    height: 21px;
    border-radius: 0;
    background: 0 0;
    opacity: .1;
    filter: grayscale(1) brightness(0);
    margin: 0 6px !important;
    transition: .4s
}

.theme-carousel_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    filter: none
}

@media (min-width:993px) {
    .theme-carousel_dots .swiper-pagination-bullet:hover {
        opacity: .5
    }

    .theme-carousel_dots .swiper-pagination-bullet-active:hover {
        opacity: 1
    }
}

@media (max-width:575px) {
    .theme-carousel_dots .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        margin: 0 4px !important
    }

    .video_box {
        padding: 0 20px
    }
}

.video_box {
    padding: 0 32px
}

@media (min-width:1790px) {
    .video_container {
        max-width: 1790px
    }
}

.btn_icon.ic-left {
    margin: 0 4px 0 0
}

.btn_icon.ic-right {
    margin: 0 0 0 4px
}

.d-none,
.hero_mob-btn {
    display: none
}

.box {
    display: flex;
    flex-wrap: wrap
}

.box.beetween {
    justify-content: space-between
}

.box.center {
    justify-content: center
}

.box.v-center,
.grid.v-center {
    align-items: center
}

.grid {
    display: grid
}

.p-fix {
    position: fixed
}

.img_bg-area,
.p-abs {
    position: absolute
}

.m-auto {
    margin: auto
}

.mx-auto {
    margin: 0 auto
}

.z--1 {
    z-index: -1
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.z-3 {
    z-index: 3
}

.z-4 {
    z-index: 4
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

.w-fit {
    width: fit-content
}

.h-fit {
    height: fit-content
}

.hvr-img::before,
.img_bg,
.img_bg-area {
    width: 100%;
    height: 100%
}

.bg-light {
    background-color: var(--primary-color-light)
}

.bg-dark {
    background-color: var(--gray-1)
}

.bg-primary {
    background-color: var(--primary-color)
}

.hvr-img::before,
.hvr-vid::before,
.iframe-lightbox_overlay {
    background-color: var(--gray-1)
}

.img_bg-area {
    pointer-events: none;
    opacity: var(--opac);
    z-index: 1
}

.img_bg {
    display: block
}

.ta-left {
    text-align: left
}

.ta-right {
    text-align: right
}

.ta-center {
    text-align: center
}

.c-secondary {
    color: var(--secondary-color)
}

.c-gray-6 {
    color: var(--gray-6)
}

.c-white {
    color: var(--white)
}

.f-1 {
    font-weight: 400
}

.f-2 {
    font-weight: 600
}

.f-3 {
    font-weight: 800
}

.lh-sm {
    line-height: 1.5
}

.tr-5s {
    transition: .5s
}

.hvr-img,
.hvr-vid {
    position: relative;
    display: block;
    overflow: hidden
}

.hvr-img::after,
.hvr-img::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: .5s
}

.hvr-img::before {
    content: '';
    z-index: 1
}

.hvr-img::after {
    width: 28%;
    height: fit-content;
    transform: scale(0);
    margin: auto;
    z-index: 2;
    transition-delay: .15s
}

.hvr-img.hvr-zoom::after {
    content: url("../svg/zoom.svg")
}

.hvr-img.hvr-more::after {
    content: url("../svg/mais.svg")
}

.hvr-img img {
    transition: 1s
}

.hvr-img:hover img {
    transform: scale(1.125)
}

.hvr-vid::after,
.hvr-vid::before {
    position: absolute;
    transition: .5s
}

.hvr-vid::before {
    content: '';
    width: 100%;
    height: 100%;
    opacity: .4;
    z-index: 1
}

.hvr-vid::after {
    content: url(../svg/play.svg);
    width: 60px;
    height: fit-content;
    margin: auto;
    z-index: 2;
    transition-delay: .15s;
    left: 42%;
    top: 40%;
}

#marcadores,
.hvr-vid img {
    transition: .8s
}

.hvr-vid:hover img {
    transform: scale(1.04)
}

.iframe-lightbox {
    height: 100vh;
    z-index: 998
}

.iframe-lightbox_overlay {
    opacity: .92
}

.iframe-lightbox_holder {
    width: 100%;
    max-width: 915px;
    padding: 0 16px;
    margin: auto;
    z-index: 999
}

.iframe-lightbox_close {
    cursor: pointer;
    width: 22px;
    height: 22px;
    margin: 0 0 16px auto
}

.iframe-lightbox_close::after,
.iframe-lightbox_close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 22px;
    background-color: #929292;
    transition: .5s
}

.iframe-lightbox_close::before,
.modal_close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.iframe-lightbox_close::after,
.modal_close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.iframe-lightbox_responsive-embed {
    padding-top: 56.28%
}

.theme-carousel_dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0 0
}

.theme-carousel_dots .swiper-pagination-bullet {
    content: url(../svg/dots.svg);
    display: inline-block;
    width: 21px;
    height: 21px;
    border-radius: 0;
    background: 0 0;
    opacity: .1;
    filter: grayscale(1) brightness(0);
    margin: 0 6px !important;
    transition: .4s
}

.theme-carousel_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    filter: none
}

.theme-carousel_button-next,
.theme-carousel_button-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    fill: var(--gray-1);
    transform: translateY(-50%);
    opacity: .3;
    z-index: 8;
    transition: .5s
}

.theme-carousel_button-prev {
    left: 0
}

.theme-carousel_button-next {
    right: 0
}

.theme-carousel_nav-icon {
    width: 21px;
    height: 21px
}

@media (min-width:993px) {

    .form_lgpd-link:hover,
    .warning_link:hover {
        color: var(--gray-1)
    }

    .btn.primary:hover,
    .btn.secondary:hover,
    .btn.wpp:hover {
        background-color: var(--white)
    }

    .btn.primary:hover {
        color: var(--primary-color)
    }

    .btn.secondary:hover {
        color: var(--secondary-color)
    }

    .btn.wpp:hover {
        color: var(--whatsapp)
    }

    .hvr-img:hover::before {
        opacity: .8
    }

    .hvr-img:hover::after {
        transform: scale(1);
        opacity: 1
    }

    .hvr-vid:hover::before {
        opacity: .7
    }

    .hvr-vid:hover::after {
        transform: scale(1.15);
        opacity: 1
    }

    .theme-carousel_dots .swiper-pagination-bullet:hover {
        opacity: .5
    }

    .theme-carousel_dots .swiper-pagination-bullet-active:hover {
        opacity: 1
    }

    .theme-carousel_button-next:hover,
    .theme-carousel_button-prev:hover {
        fill: var(--primary-color);
        opacity: 1
    }

}

.theme-carousel_dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0 0;
}

/* ==========================================================================
   GOOGLE REVIEWS CAROUSEL - Skull Coquetelaria
   Adicionar ao final do style.css
   ========================================================================== */

.google-reviews {
    padding: 80px 0;
    background: var(--color-dark);
}

.google-reviews_header {
    text-align: center;
    margin-bottom: 40px;
}

.google-reviews_badge {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: rgba(255, 255, 255, 0.05);
    padding: 16px 28px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.google-reviews_logo {
    flex-shrink: 0;
}

.google-reviews_info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.google-reviews_rating {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-white);
}

.google-reviews_stars {
    display: flex;
    gap: 2px;
}

.google-reviews_count {
    font-size: 0.875rem;
    color: var(--color-gray-light);
}

/* Carousel Items */
.google-reviews_carousel {
    margin: 0 -10px;
}

.google-reviews_carousel .owl-stage-outer {
    padding: 10px 0 20px;
}

.google-reviews_item {
    padding: 0 10px;
}

.google-reviews_card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px;
    height: 280px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.google-reviews_card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(201, 169, 98, 0.3);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* Author */
.google-reviews_author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.google-reviews_avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-light) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--color-black);
    flex-shrink: 0;
}

.google-reviews_author-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.google-reviews_name {
    font-weight: 600;
    font-size: 0.9375rem;
    color: var(--color-white);
}

.google-reviews_date {
    font-size: 0.75rem;
    color: var(--color-gray-light);
}

/* Stars */
.google-reviews_stars-small {
    display: flex;
    gap: 2px;
    margin-bottom: 12px;
}

/* Review Text */
.google-reviews_text {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--color-off-white);
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* Footer */
.google-reviews_footer {
    text-align: center;
    margin-top: 40px;
}

.google-reviews_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-gold);
    transition: all 0.3s ease;
}

.google-reviews_link:hover {
    color: var(--color-gold-light);
    gap: 12px;
}

/* Owl Carousel Navigation */
.google-reviews_carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.google-reviews_carousel .owl-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: var(--color-white) !important;
    font-size: 1.25rem !important;
    transition: all 0.3s ease;
}

.google-reviews_carousel .owl-nav button:hover {
    background: var(--color-gold) !important;
    border-color: var(--color-gold) !important;
    color: var(--color-black) !important;
}

.google-reviews_carousel .owl-nav button.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* Owl Carousel Dots */
.google-reviews_carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.google-reviews_carousel .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.google-reviews_carousel .owl-dot.active span,
.google-reviews_carousel .owl-dot:hover span {
    background: var(--color-gold);
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 992px) {
    .google-reviews {
        padding: 60px 0;
    }

    .google-reviews_badge {
        flex-direction: column;
        gap: 12px;
        padding: 20px;
    }

    .google-reviews_info {
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 575px) {
    .google-reviews {
        padding: 50px 0;
    }

    .google-reviews_card {
        padding: 20px;
        height: 260px;
    }

    .google-reviews_text {
        font-size: 0.875rem;
        -webkit-line-clamp: 4;
    }

    .google-reviews_carousel .owl-nav {
        display: none;
    }
}