@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap');

::-webkit-scrollbar {
    width: 5px;
    background-color: #eaeff2;
}

::-webkit-scrollbar-thumb {
    background-color: #304271;
}

#root,
body,
html {
    background: #fff;
    color: #6D6E70;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Titillium Web', sans-serif;
}

body {
    height: auto;
    margin: auto;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
}

li {
    font-size: 21px;
}

button {
    cursor: pointer;
    border: none;
    background: 0 0;
}

#c-bns button:first-child,
#s-bns button:first-child {
    color: #fff;
    color: var(--cc-btn-primary-text);
    background: #304271 !important;
}

.p,
p {
    margin-bottom: 0 !important;
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
}

td {
    font-size: 12px;
    color: #000;
}

.small,
small {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 25px;
}

.alt-title {
    font-size: 28px;
    line-height: 34px;
}

.alt-title2 {
    font-size: 41px;
    line-height: 45px;
}

.alt-title3 {
    font-size: 44px;
    line-height: 45px;
}

.alt-plus {
    font-size: 26px;
    line-height: 32px;
}

.alt-medium {
    font-size: 22px;
    line-height: 30px;
}

.alt-down {
    font-size: 16px;
    line-height: 18px;
}

.alt-small {
    font-size: 14px;
    line-height: 18px;
}

.alt-text {
    font-size: 18px;
    line-height: 24px;
}

.alt-biggest {
    font-size: 34px;
    line-height: 34px;
}

.sub-text {
    font-size: 12px;
    line-height: 20px;
}

.justify {
    text-align: justify;
}

.divisor {
    opacity: 1;
    width: 1px;
    height: 70%;
    background: #fff;
    border-top: 0;
}

.border-orange-left {
    border-left: 1px solid #ff8200;
    padding-left: 10px;
}

.border-orange-left2 {
    border-left: 3px solid #ff8200;
    padding-left: 10px;
}

.w-fit-content {
    width: fit-content !important;
}

.w-max-content {
    width: max-content;
}

.uppercase {
    text-transform: uppercase !important;
}

.letter-spacening {
    letter-spacing: 5px;
}

.thin {
    font-weight: 200 !important;
}

.light {
    font-weight: 300 !important;
}

.regular {
    font-weight: 400 !important;
}

.medium {
    font-weight: 500 !important;
}

.semibold {
    font-weight: 600 !important;
}

b,
.bold {
    font-weight: 700;
}

.extrabold {
    font-weight: 800 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.py-big {
    padding: 3rem 0;
}

.box-shadow {
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.160);
}

.shadow-inset {
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.16);
}

hr {
    background: #54575a;
    opacity: 0.25;
}

hr.divisao {
    opacity: 1;
    width: 5px;
    height: 50%;
    background: #ff8100;
    border-radius: 10px;
    border-top: 0;
}

h1 {
    font-size: 30px;
    line-height: 36px;
}

h2 {
    font-size: 27px;
    line-height: 31px;
    font-weight: 800;
}

a {
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    color: #6D6D6D;
    font-weight: 400;
}

a:hover {
    color: #6D6D6D;
    font-weight: 400;
}

.image-cover {
    object-fit: cover;
}

.pointer-events-none {
    pointer-events: none;
}

.show-read-more .more-text,
.show-read-more2 .more-text2 {
    display: none;
}

.text-creme {
    color: #F4D9C0 !important;
}

.text-orange {
    color: #ff8200 !important;
}

.text-pink {
    color: #f6989b !important;
}

.text-dark-pink {
    color: #9a6263 !important;
}

.text-blue {
    color: #0b3077 !important;
}

.text-light-blue {
    color: #1F6CA4 !important;
}

.text-dark-blue {
    color: #223C57;
}

.text-green {
    color: #60be9b !important;
}

.text-dark-purple {
    color: #010230;
}

.text-green-blue {
    color: #15A8AB !important;
}

.text-cyan {
    color: #26BEBB !important;
}

.text-dark-green {
    color: #19b174 !important;
}

.text-darker-green {
    color: #4A5E55 !important;
}

.text-white {
    color: #fff !important;
}

.text-grey {
    color: #445064 !important;
}

.text-dark-grey {
    color: #1A1A1A !important;
}

.text-gray {
    color: #6D6E70;
}

.text-dark-grey {
    color: #1A1A1A !important;
}

.text-gray {
    color: #6D6E70;
}

.text-black {
    color: #000 !important;
}

.text-orange-brown {
    color: #CA7938 !important;
}

.text-light-brown {
    color: #A47E66 !important;
}

.hover-blue,
.hover-dark-blue {
    transition: all 200ms;
}

.hover-blue:hover {
    color: #0b3077;
}

.hover-dark-purple:hover {
    background: #020351 !important;
}

.hover-dark-blue:hover,
.hover-dark-blue:active,
.hover-dark-blue:focus,
.hover-dark-blue.show {
    background: #1b2f44 !important;
}

.bg-orange {
    background: #F9BB75;
}

.bg-light-orange {
    background: #F6D0A9;
}

.bg-white {
    background: #fff;
}

.bg-creme {
    background: #fff0d7;
}

.bg-blue {
    background: #304271;
}

.bg-dark-blue {
    background: #223C57;
}

.bg-dark-purple {
    background: #010230;
}

.bg-green {
    background: #60be9b;
}

.bg-green-blue {
    background: #15A8AB;
}

.bg-dark-green {
    background: rgba(48, 66, 113, 0.340);
}

.bg-light-green {
    background: rgba(149, 170, 154, 0.240);
}

.bg-grey {
    background: #f2f2f2;
}

.bg-light-pink {
    background: #f6b09d;
}

.bg-brown {
    background: #816C55;
}

.bg-light-blur {
    background-color: rgba(255, 255, 255, .75);
    backdrop-filter: blur(20px);
}

.bg-transparent-blur {
    background-color: rgba(255, 255, 255, .2);
    backdrop-filter: blur(20px);
}

.border-radius {
    border-radius: 10px;
}

.border-radius-medium {
    border-radius: 20px;
}

.border-radius-large {
    border-radius: 25px;
}

.border-radius-big {
    border-radius: 35px;
}

.border-radius-shape {
    border-radius: 35px 35px 0 35px;
}

.mx-n4 {
    margin-left: -24px;
    margin-right: -24px;
}

.slick-track {
    padding: 1rem 0;
}

.slick-arrow::before {
    color: rgba(128, 129, 131, 0.75) !important;
    font-size: 36px !important;
}

.carosel-2 .slick-prev,
.carosel-2 .slick-next {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23223C57'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

.slick-prev {
    width: 23px !important;
    height: 23px !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
    background-size: cover !important;
    left: 15px !important;
    z-index: 998;
}

.slick-prev:before {
    content: "" !important;
}

.slick-next {
    width: 23px !important;
    height: 23px !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
    background-size: cover !important;
    right: 15px !important;
    z-index: 998;
    transform: scale(-1) !important;

}

.slick-next:before {
    content: "" !important;
}

.slick-dots li {
    width: auto !important;
    height: auto !important;
}

.slick-dots li button {
    width: 23px !important;
    height: 23px !important;
}

.slick-dots li button:before,
.play {
    font-family: slick !important;
    font-size: 12px !important;
    /* line-height: 20px !important; */
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 23px !important;
    height: 23px !important;
    content: "" !important;
    text-align: center !important;
    opacity: 1 !important;
    background: rgba(128, 129, 131, 0.25);
    /* border: 1px solid #ffffff9f; */
    border-radius: 100% !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    transition: all 100ms !important;
}

.slick-dots li.slick-active button:before,
.play {
    content: "";
    opacity: 1 !important;
    color: #fff !important;
    /* border: 1px solid #fff !important; */
    transition: all 100ms !important;
    background: rgba(128, 129, 131, 0.5);
    /* box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.160); */
}

.slick-dots li {
    margin: 0 4px !important;
}

.slick-dots {
    position: absolute !important;
    width: auto !important;
    right: 0;
    bottom: -18px !important;
    height: fit-content;
}

.play {
    top: auto !important;
    left: auto !important;
    bottom: -18px;
    display: flex;
    right: 253px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.prev-arrow {
    left: 8vw;
    width: 12px;
    height: 24px;
    background-image: url(../assets/icones/arrow-carrossel.svg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    z-index: 1;
    transition: all 300ms;
}

.next-arrow {
    right: 8vw;
    width: 12px;
    height: 24px;
    background-image: url(../assets/icones/arrow-carrossel.svg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    transition: all 300ms;
}

.next-arrow:hover,
.prev-arrow:hover {
    opacity: 0.7;
    transition: all 300ms;
}

.accordion-personalizado .accordion-button:not(.collapsed) {
    color: #1a6be2 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    font-weight: 700 !important;
}

.accordion-personalizado .accordion-button:focus {
    z-index: 3;
    border-color: transparent !important;
    outline: 0;
    box-shadow: none !important;
}

.accordion-personalizado .accordion-button {
    padding: 20px 0 20px 0 !important;
    color: #6E4635 !important;
    font-size: 21px !important;
    line-height: 25px !important;
    font-weight: 600 !important;
}

.accordion-personalizado .accordion-body {
    padding: 25px 0;
    font-size: 19px;
    line-height: 23px;
}

.accordion-personalizado .accordion-button::after {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    margin-left: auto;
    content: "";
    background-image: url(../assets/icones/accordeon-icon-open.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    transition: transform 0.2s ease-in-out;
}

.accordion-personalizado .accordion-button:not(.collapsed)::after {
    background-image: url(../assets/icones/accordeon-icon-close.svg);
    transform: rotate(-180deg);
}

.accordion-personalizado .accordion-flush .accordion-item {
    border-bottom: 1px solid #707070 !important;
}

.accordion-personalizado .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #707070 !important;
}

.btnLink {
    font-size: 18px;
    line-height: 18px;
    transition: all 300ms;
    margin-bottom: 0;
    cursor: pointer !important;
    padding: 10px 20px;
    transition: all 300ms;
    border-radius: 10px;
}

.btnLinkComprar {
    font-size: 15px;
    line-height: 15px;
    transition: all 300ms;
    margin-bottom: 0;
    cursor: pointer !important;
    padding: 10px 5px;
    transition: all 300ms;
    border-radius: 10px;
}

.btn-yellow {
    background: #ff8200;
    color: #fff;
}

.btn-yellow:hover {
    background: #e7a65c;
}

.btn-brown {
    background: #6E4635;
    color: #F9BB75;
}

.btn-brown:hover {
    background: #69402e;
    color: #F9BB75;
}

.btn-light-brown {
    background: #F4D9C0;
    color: #6E4635;
}

.btn-blue {
    width: fit-content;
    display: block;
    padding: 10px 20px;
    background: #304271;
    color: #fff;
    transition: all 400ms;
}

.btn-blue:hover {
    background: #13223a;
    color: #fff;
}

.btn-green {
    width: fit-content;
    display: block;
    padding: 10px 20px;
    background: #15A8AB;
    color: #fff;
    transition: all 400ms;
}

.btn-green:hover {
    background: #128d8f;
    color: #fff;
}

.btn-blue-green {
    width: fit-content;
    display: block;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #15A8AB;
    color: #15A8AB;
    transition: all 400ms;
}

.btn-blue-green:hover {
    background: #15A8AB;
    color: #fff;
}

.btn-white {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 7px 20px;
    background: #fff;
    border: 1px solid #fff;
    transition: all 400ms;
}

.btn-white:hover {
    color: #15A8AB;
}

.form-control-personalizado {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 18px;
    color: #304271;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #304271;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 13px;
    transition: all 0.5s;
}

.form-control-personalizado:focus,
.form-control-personalizado:focus-visible,
.form-control-personalizado:hover,
.form-select:focus {
    border-color: #86B7FD;
    box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #304271;
    -webkit-text-fill-color: #304271;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

input.file {
    position: fixed;
    left: -100%;
}

input[type=radio] {
    accent-color: #15A8AB;
}

.placeholder-blue::placeholder {
    color: #304271;
}

.form-label {
    font-size: 24px;
}

.form-select {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    line-height: 18px;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #304271;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 13px;
    transition: all 0.5s;
}

.form__group {
    position: relative;
    padding: 15px 0 0;
}

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #6E4635;
    outline: 0;
    font-size: 18px;
    color: #6E4635;
    padding: 10px 0 0;
    background-image: url(../assets/icones/search-icon.svg);
    background-position: center left;
    background-size: auto;
    background-repeat: no-repeat;
    transition: border-color 0.2s;
}

.form__field::placeholder {
    color: transparent;
}

.form__field:placeholder-shown~.form__label {
    font-size: 18px;
    cursor: text;
    top: 20px;
}

.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
}

.form__field:focus {
    font-weight: 400;
    border-width: 1px;
}

.form__field:focus~.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 12px;
    font-weight: 400;
}

/* reset input */
.form__field:required,
.form__field:invalid {
    box-shadow: none;
}

.offset-top {
    margin-top: -25px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px -4px 7px rgba(0, 0, 0, 0.16);
}

.offset-top-interno {
    margin-top: -75px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px -4px 7px rgba(0, 0, 0, 0.16);
}

.z-index-acima {
    position: relative;
    z-index: 100;
}

/* Menu */

.menu {
    position: fixed;
    top: 20px;
    left: 50%;
    padding: 15px 30px;
    border-radius: 15px;
    z-index: 999;
    transition: ease-out 300ms;
    -webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) 400ms both;
    animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) 400ms both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-5-16 10:51:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-blurred-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px)translateX(-50%) scaleY(2.5) scaleX(0.2);
        transform: translateY(-1000px)translateX(-50%) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0)translateX(-50%) scaleY(1) scaleX(1);
        transform: translateY(0)translateX(-50%) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px)translateX(-50%) scaleY(2.5) scaleX(0.2);
        transform: translateY(-1000px)translateX(-50%) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0)translateX(-50%) scaleY(1) scaleX(1);
        transform: translateY(0)translateX(-50%) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

.menu.show {
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.160);
    transition: ease-out 300ms;
    backdrop-filter: blur(3px) opacity(1) brightness(1);
    transform: translate3d(0, 0, 0);
    -webkit-backdrop-filter: blur(3px) opacity(1) brightness(1);
    background-color: rgba(255, 255, 255, 0.90);
}

.text-focus-in {
    -webkit-animation: text-focus-in 0.9s cubic-bezier(0.550, 0.085, 0.680, 0.530) 700ms both;
    animation: text-focus-in 0.9s cubic-bezier(0.550, 0.085, 0.680, 0.530) 700ms both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-5-16 11:10:54
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}


.logoMenu {
    width: 190px;
    height: auto;
}

.linkMenu {
    font-size: 18px;
}

.btnTelefone {
    width: max-content;
    display: block;
    padding: 5px 5px;
    background: rgba(185, 185, 185, 0.200);
    color: #304271;
    border-radius: 10px;
    font-size: 18px;
}

.menu hr {
    height: 2px;
    background: #B9B9B9;
    opacity: 0.18;
}

.close-drop,
.close-drop2 {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.030);
    z-index: 998;
    position: fixed;
    transition: all 200ms;
}

.topo-fechar {
    height: 60px;
}

.menu-mobile,
.menu-mobile2 {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.menu-mobile {
    transition: 0.4s ease-in-out;
    transform: rotateY(180deg);
}

.menu-hamburguer,
.menu-hamburguer::after,
.menu-hamburguer::before {
    width: 30px;
    background: #223C57;
    border-radius: 2px;
    transition: 0.4s ease-in-out;
}

.menu-hamburguer,
.menu-hamburguer2 {
    height: 3px;
    z-index: 1005;
}

.menu-hamburguer::after,
.menu-hamburguer::before {
    content: "";
    position: absolute;
    height: 3px;
}

.menu-hamburguer::before {
    transform: translateY(-8px);
}

.menu-hamburguer::after {
    transform: translateY(8px);
}

.menu-mobile.open .menu-hamburguer {
    transform: translateX(-50px);
    background: 0 0;
    box-shadow: none;
}

.menu-mobile.open .menu-hamburguer::before,
.menu-mobile2.open .menu-hamburguer2::before {
    transform: rotate(45deg) translate(35px, -35px);
}

.menu-mobile.open .menu-hamburguer::after,
.menu-mobile2.open .menu-hamburguer2::after {
    transform: rotate(-45deg) translate(35px, 35px);
}

.navbar-mobile {
    border-radius: 0 0 25px 25px;
}

.open-drop-mobile {
    top: 65px;
    width: max-content;
    background: #fff;
    border-radius: 15px;
}

.menuOpcoes {
    top: -10px !important;
    min-width: 320px;
    overflow-y: auto;
    scrollbar-width: 0px;
}

.menuOpcoes::-webkit-scrollbar {
    width: 0px;
}

.menuOpcoes,
.menuOpcoes2 {
    position: absolute;
    top: 60px;
    right: 0;
    padding: 0;
    z-index: 1100;
    border-radius: 15px;
    border: 1px solid rgba(112, 112, 112, 0.2);
    background: rgba(255, 255, 255, 0.9);
}

.menuOpcoes2 {
    left: auto;
    right: 0;
    padding: 5px 10px;
    /*width:140px;*/
}

.menuOpcoes ul {
    list-style-type: none;
    overflow-y: auto;
}

.menuOpcoes ul::-webkit-scrollbar {
    width: 0px;
}

.navbar-white {
    transition: background-color .3s;
}

.navbar-white.show

/* ,
.navbar-white:has([aria-expanded="true"]) */
    {
    background-color: white !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160);
}

/* .navbar-white:has([aria-expanded="true"]) .navbar-brand {
    visibility: hidden;
} */

.nav-link {
    font-size: 18px;
    line-height: 24px;
    width: fit-content;
}

.menuOpcoes li {
    width: 100%;
    padding: 0 30px;
    margin-left: auto;
    text-align: right;
}

.menuOpcoes li a {
    text-decoration: none;
    color: #13223a;
    font-weight: 500;
}

.menuOpcoes2 li {
    width: max-content;
    transition: 0.4s;
}

.menuOpcoes li a,
.menuOpcoes2 li a {
    position: relative;
    font-size: 24px;
    line-height: 42px;
    word-wrap: normal;
    user-select: none;
}

.menuOpcoes li a,
.menuOpcoes2 li a,
.menu li.accordion-button {
    font-size: 18px;
    color: #464646;
}

.menu li.accordion-button {
    width: 100%;
    background-size: 10px 5px;
    line-height: 42px;
    font-weight: 500;
}

.menu li.accordion-button::after {
    content: url("../assets/icones-logos/arrow-down-menu.svg");
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-40%)rotateX(180deg);
    transition: all 200ms;
}

.menu li.accordion-button.collapsed::after {
    content: url("../assets/icones-logos/arrow-down-menu.svg");
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.menu .accordion-body {
    text-align: left;
    padding: 10px 30px;
}

.menu .accordion-body a {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #464646;
    text-decoration: none;
}

.dropDown::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-image: url(../assets/icons/dropdown-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.text-green-blue.dropDown::after {
    background-image: url(../assets/icons/dropdown-arrow-green.svg);
}

.dropDownBody {
    position: absolute;
    top: 40px;
    width: max-content;
    padding: 20px 25px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160);
    border-radius: 10px;
    border: none;
}

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

.dropDownBody .linha-abaixo-hover::before {
    height: 1px;
}

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.mobile-dots {
    cursor: pointer;
    transition: all .3s;
}

.mobile-dots:hover {
    background-color: #1b2f44;
    color: white;
}

.dropdown-toggle {
    white-space: wrap !important;
}

.dropdown-menu {
    z-index: 998;
}

/* Corpo */
.disabled {
    opacity: 0;
    -webkit-transform: translateX(-90px);
    -moz-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    -o-transform: translateX(-90px);
    transform: translateX(-90px);
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.disabled.visible {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.card-mkt {
    max-width: 144px;
    min-height: 100%;
    border: 1px solid #6D6E70;
    border-radius: 15px;
    transition: 0.5s;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-mkt img {
    height: 67px;
    margin: 0 auto;
}

.card-mkt:hover {
    transform: translateY(-10px);
}

/* .mt-135 {
    margin-top: 125px;
    margin-top: 135px;
} */

.mt-125 {
    margin-top: 160px;
}

.left-150 {
    margin-left: 150px;
}

.left-4 {
    left: 4%;
}

.left-40 {
    margin-left: 40px;
}

.left-7 {
    left: 7%;
}

.right-7 {
    right: 7%;
}

.ls-5 {
    letter-spacing: 5px;
}

.ls-2 {
    letter-spacing: 2px;
}

.text-banner {
    font-size: 105px;
    letter-spacing: 10px;
}

.lh-95 {
    line-height: .95;
}

.lh-xl {
    line-height: 3 !important;
}

.banner-bottom {
    object-position: bottom;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.hide-scrollbar:-webkit-scrollbar {
    display: none;
}

.top-30 {
    top: 30px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-135 {
    margin-top: 160px;
}

.left-4 {
    left: 4%;
    transition: 0.5s;
}

.right-7 {
    right: 7%;
}

.ls-5 {
    letter-spacing: 5px;
}

.mt-125 {
    margin-top: 160px;
}

.left-150 {
    margin-left: 150px;
}

.left-40 {
    margin-left: 40px;
}

.lh-xl {
    line-height: 3 !important;
}

.hero {
    background-image: url('../assets/banners/AMZ_BANNER_HOME.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 105px);
    min-height: calc(600px - 105px);
    max-height: calc(900px - 105px);
}

@supports (background-image: -webkit-image-set(url('../assets/banners/AMZ_BANNER_HOME.webp') 1x)) {
    .hero {
        background-image: -webkit-image-set(url('../assets/banners/AMZ_BANNER_HOME.webp') 1x)
    }
}

.banner {
    width: 100%;
    height: 390px;
    border-radius: 17px;
}

.h-banner-text {
    min-height: 500px;
}

.w-28 {
    width: 28px;
}

.h-260 {
    height: 310px;
}

.h-500 {
    height: 500px;
}

.h-carosel-comunicacao {
    height: 470px;
}

.fade-in {
    -webkit-animation: fade-in .8s cubic-bezier(.39, .575, .565, 1.000) .3s both;
    animation: fade-in .8s cubic-bezier(.39, .575, .565, 1.000) .3s both
}

/* ----------------------------------------------
 * Generated by Animista on 2024-5-16 14:17:40
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/* Seta - Meio */
.arrows {
    z-index: 998;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

/* .arrows.next {
    transform: scale(-1);
} */

@media (max-width: 1400px) {
    .h-carosel-comunicacao {
        height: 600px;
    }

    .text-banners {
        margin-left: 40px;
    }

    .text-banners h1 {
        font-size: 24px;
        margin-top: 0 !important;
        line-height: 30px !important;
    }

    .text-banners img {
        width: 140px;
    }

    .text-banners2 {
        margin-right: 18px !important;
        margin-right: 100px !important;
    }

    .text-banners2 h1 {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .text-banners2 p {
        font-size: 18px !important;
        margin-top: 0px !important;
        line-height: 20px !important;
    }

    .text-banners2 img {
        width: 200px;
    }

    .text-banners3 {
        margin-left: 40px !important;
    }

    .text-banners3 h1 {
        font-size: 24px !important;
        margin-top: 0 !important;
        line-height: 30px !important;
    }

    .text-banners3 p {
        font-size: 18px !important;
        margin-top: 0px !important;
        line-height: 20px !important;
    }

    .text-banners3 img {
        width: 60px;
    }

    #img-computadores {
        width: 750px;
    }
}

@media (max-width: 800px) {
    .text-banners h1 {
        font-size: 18px;
        margin-top: 0;

    }

    .text-banners p {
        font-size: 16px;
        margin-top: 0px;
        line-height: 20px;
    }
}

.img-background {
    width: 100%;
}

/* Clientes */
.img-clientes {
    filter: grayscale(1);
    transition: filter 0.5s, scale 0.5s;
}

.img-clientes:hover {
    filter: grayscale(0);
}

.max-w-550 {
    max-width: 550px;
}

.translate-img {
    transform: translate(-33%, 35px);
}

.object-position-top {
    object-position: 50% 25%;
}

.object-position-top-2 {
    object-position: 50% 5%;
}

.object-position-right {
    object-position: 90% 50%;
}

.object-position-right-2 {
    object-position: 70% 50%;
}

.object-position-left {
    object-position: 10% 50%;
}

.h-service-cards {
    height: 590px;
}

.branding-cards {
    height: 100px;
}

.videos-btns .active {
    font-weight: 600;
    color: #223C57;
    border-color: #c6c7c8;
}

.yt-hover-container .yt-hover {
    transform: scale(1.3);
}

.video-item:hover .yt-hover {
    transform: scale(1.1);
}

.yt-hover-container:hover .yt-hover {
    transform: scale(1.5);
}

.transition-none {
    transition: none;
}

.transition-all {
    transition: all .3s;
}

.zoom:hover {
    transform: scale(1.05);
}

/* Carossel 02 */
.carosel-2-container .dots,
.carosel-2-container-b .dots {
    cursor: pointer;
}

.carosel-2-container .active-dot {
    background-color: #6D6E70 !important;
    color: white;
}

.carosel-2-container-b .active-dot {
    background-color: #223C57 !important;
    color: white;
}

/* Carrossel Lateral 01 */
#carrossel-lateral {
    margin-left: 0px;
    max-width: 170%;
    width: 70%;
    height: 855px;
    overflow: hidden;
}

.slides-carrossel-lateral {
    width: 100%;
}

.slides-carrossel-lateral input {
    display: none;
}

.image-lateral {
    border-radius: 15px;
    margin-bottom: 20px;
}

.slide-lateral {
    margin-bottom: 60px;
}

.btn-images-lateral img {
    width: 100%;
    margin-bottom: 12px;
    filter: grayscale(1);
    margin-bottom: 20px;
}

.btn-images-lateral img:hover {
    filter: grayscale(0);
}

.col-btns-lateral-2 {
    margin-top: 40px;
}

.col-btns-lateral-3 {
    margin-top: 100px;
}

#radio-lateral-01:checked~.first {
    margin-bottom: 0%;
    transition: 1s;
}

#radio-lateral-02:checked~.first {
    margin-bottom: -83%;
    transition: 1s;
}

#radio-lateral-03:checked~.first {
    margin-bottom: -166%;
    transition: 1s;
}

#radio-lateral-04:checked~.first {
    margin-bottom: -250%;
    transition: 1s;
}

#radio-lateral-05:checked~.first {
    margin-bottom: -334%;
    transition: 1s;
}

#radio-lateral-06:checked~.first {
    margin-bottom: -418%;
    transition: 1s;
}

#radio-lateral-07:checked~.first {
    margin-bottom: -500%;
    transition: 1s;
}

#radio-lateral-08:checked~.first {
    margin-bottom: -585%;
    transition: 1s;
}

#radio-lateral-09:checked~.first {
    margin-bottom: -670%;
    transition: 1s;
}

/* Responsivel */
@media (max-width: 1400px) {
    #carrossel-lateral {
        height: 740px;
        height: 650px;
    }

    .col-btns-lateral {
        margin-top: 45px;
    }

    .btn-images-lateral img {
        width: 100%;
        margin-bottom: 20px;
    }

    #radio-lateral-02:checked~.first {
        margin-bottom: -85%;
        transition: 1s;
    }

    #radio-lateral-03:checked~.first {
        margin-bottom: -170%;
        transition: 1s;
    }

    #radio-lateral-04:checked~.first {
        margin-bottom: -255%;
        transition: 1s;
    }

    #radio-lateral-05:checked~.first {
        margin-bottom: -341%;
        transition: 1s;
    }

    #radio-lateral-06:checked~.first {
        margin-bottom: -425%;
        transition: 1s;
    }

    #radio-lateral-07:checked~.first {
        margin-bottom: -505%;
        transition: 1s;
    }

    #radio-lateral-08:checked~.first {
        margin-bottom: -592%;
        transition: 1s;
    }

    #radio-lateral-09:checked~.first {
        margin-bottom: -677%;
        transition: 1s;
    }
}

@media (max-width: 1200px) {
    #carrossel-lateral {
        height: 600px !important;
    }

    .col-btns-lateral {
        margin-top: 120px !important;
    }

    .btn-images-lateral img {
        width: 200% !important;
    }

    #radio-lateral-01:checked~.first {
        margin-bottom: 9%;
        transition: 1s;
    }

    #radio-lateral-02:checked~.first {
        margin-bottom: -80%;
        transition: 1s;
    }

    #radio-lateral-03:checked~.first {
        margin-bottom: -165%;
        transition: 1s;
    }

    #radio-lateral-04:checked~.first {
        margin-bottom: -255%;
        transition: 1s;
    }

    #radio-lateral-05:checked~.first {
        margin-bottom: -340%;
        transition: 1s;
    }

    #radio-lateral-06:checked~.first {
        margin-bottom: -428%;
        transition: 1s;
    }

    #radio-lateral-07:checked~.first {
        margin-bottom: -505%;
        transition: 1s;
    }

    #radio-lateral-08:checked~.first {
        margin-bottom: -592%;
        transition: 1s;
    }

    #radio-lateral-09:checked~.first {
        margin-bottom: -677%;
        transition: 1s;
    }

    .img-comunicacao-b2b {
        width: 500px !important;
    }
}

/* Carrossel Morumbi */
.carrossel-morumbi {
    margin-top: 70px;
    margin-bottom: 70px;
}

/* Carrossel 02 */
#carrossel-sites-personalizados {
    margin: 0 auto;
    max-width: 1550px;
    height: 360px;
    overflow: hidden;
    border: 2px solid #DCDCDD;
    border-radius: 15px;
}

.slides-sites-personalizados {
    width: 400%;
    display: flex;
}

.slides-sites-personalizados input {
    display: none;
}

.slide {
    position: relative;
    width: 100%;
    padding: 30px;
}

.h3-radio {
    background-color: #F1F1F1;
    color: #6D6E70;
    font-weight: bold;
    font-size: 24px;
    border-radius: 15px;
    padding: 5px 60px 5px 60px;
}

.h3-radio {
    margin-right: 6px;
}

.bnt-nav-slide {
    margin: 0 auto;
}

.btn-nav-rad {
    color: #6D6E70;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    border: 1px solid #6D6E70;
    border-radius: 15px;
    margin-left: 2px;
    padding: 5px 40px 5px 40px;

    transition: 1s;
}

.btn-nav-rad:hover {
    background-color: #223C57;
    color: #FFF;
}

@media (max-width: 1400px) {
    .btn-nav-rad {
        font-size: 18px !important;
        padding: 5px 20px 5px 20px;
    }

    .h3-radio {
        font-size: 18px !important;
        padding: 5px 40px 5px 40px;
    }

    .text-27 {
        font-size: 27px !important;
    }

    .slide {
        padding-top: 60px;
    }
}

@media (max-width: 449px) {
    .btn-nav-rad {
        font-size: 20px;
        padding: 5px 8px 5px 8px;
    }

    .h3-radio {
        font-size: 20px;
        padding: 5px 8px 5px 8px;
    }
}

.col-btn-rad {
    width: 900px;
}

#radio-car2-01:checked~.first {
    margin-left: 0%;
    transition: 1s;
}

#radio-car2-02:checked~.first {
    margin-left: -40%;
    transition: 1s;
}

#radio-car2-03:checked~.first {
    margin-left: -134%;
    transition: 1s;
}

#radio-car2-04:checked~.first {
    margin-left: -338%;
    transition: 1s;
}

/* Carrossel 03 */
#carrossel-personalizados {
    margin: 0 auto;
    max-width: 1550px;
    max-height: 720px;
    margin-top: 40px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 2px solid #DCDCDD;
    border-radius: 15px;
}

.slides-personalizados {
    width: 500%;
    max-height: 720;
    display: flex;
}

.bnt-nav-slide-per {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.slides-personalizados input {
    display: none;
}

.slide-personalizado {
    position: relative;
    width: 100%;
    padding: 50px;
    padding-top: 50px;
}

.btn-nav-pers {
    color: #040436;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #DCDCDD;
    border-bottom: none;
    padding: 7px 90px 7px 90px;

    transition: 0.5s;
}

.btn-nav-pers-01 {
    border-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btn-nav-pers-02 {
    border-radius: 15px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

@media (max-width: 1400px) {
    .btn-nav-pers {
        font-size: 14px !important;
        padding: 7px 50px 7px 50px !important;
    }

    .bnt-nav-slide {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 770px) {
    .btn-nav-pers {
        padding: 7px 20px 7px 20px;
    }
}

@media (max-width: 450px) {
    .btn-nav-pers {
        font-size: 14px;
        padding: 7px 10px 7px 10px;
    }
}

.btn-nav-pers:hover {
    background-color: #E4E4E4;
}

#radio-car3-01:checked~.first {
    margin-left: 0%;
    transition: 1s;
}

#radio-car3-02:checked~.first {
    margin-left: -29.005%;
    transition: 1s;
}

#radio-car3-03:checked~.first {
    margin-left: -80%;
    transition: 1s;
}

#radio-car3-04:checked~.first {
    margin-left: -200%;
    transition: 1s;
}

#radio-car3-05:checked~.first {
    margin-left: -440%;
    transition: 1s;
}

.vertical-slider:not(.comunicacao) .slick-slide,
.vertical-slider3:not(.comunicacao) .slick-slide {
    height: 780px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

/*
.vertical-slider.comunicacao .slick-slide,
.vertical-slider2.comunicacao .slick-slide {
    height: 500px !important;
}
*/

/* .vertical-slider.mkt-digital .slick-slide {
    height: 450px !important;
} */

.vertical-slider.mkt-digital .slick-track,
.vertical-slider4.mkt-digital .slick-track {
    padding-top: 0;
}


.vertical-slider.mkt-digital .slick-slide,
.vertical-slider4.mkt-digital .slick-slide {
    height: auto !important;
    justify-content: flex-start !important;
}

.vertical-carousel .dots {
    cursor: pointer;
}

.vertical-carousel:not(.active-grey) .active-dot,
.vertical-carousel:not(.active-grey) .active-dot3 {
    color: white;
    background-color: #223C57 !important;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.27);
}

.vertical-carousel.active-grey .active-dot,
.vertical-carousel.active-grey .active-dot2,
.vertical-carousel.active-grey .active-dot4 {
    color: white;
    background-color: #e8e9e96a !important;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.27);
}

.img-h-30 {
    height: 30px;
}

.vertical-carousel .carousel-indicators {
    bottom: 15px;
}

.vertical-carousel .carousel-indicators button {
    background-color: #223C57 !important;
}

.vertical-slider .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23223C57'><path d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
}

.vertical-slider .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23223C57'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* .vertical-carousel .carousel-control-prev, .vertical-carousel .carousel-control-next {
    filter: invert(100%);
} */

.carousel-sites .slick-prev:before,
.carousel-sites .slick-next::before {
    content: '' !important;
}

.carousel-sites .slick-prev,
.carousel-sites .slick-next {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23223C57'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
    left: 15px !important;
    z-index: 998 !important;
}

.carousel-sites:has(.h-auto) .slick-slide {
    height: 500px !important;
}

.carousel-sites .slick-track {
    padding: 0;
}

.carousel-sites .slick-next {
    left: auto !important;
    right: 15px !important;
    transform: scale(-1);
}

.carousel-sites .slick-dots {
    right: auto;
    left: 50%;
    bottom: 15px !important;
    transform: translate(-50%, 0);
}

.carousel-sites .slick-dots button::before {
    background-color: #223c57b7;
}

.carousel-sites .slick-dots li.slick-active button::before {
    background-color: #223C57;
}

.carrossel-mobile .slick-track {
    display: flex;
    gap: .75rem;
}

.carrossel-mobile-setor .slick-list {
    margin: 0 auto;
}

/* Form */
#button-form {
    background-color: #223C57;
    padding: 5px 130px 5px 130px;
    margin-top: 40px;
    border-radius: 10px;
    border: none;
}

.div-form {
    background-image: url('../assets/images/IPHONE.webp');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 120%;
}

.section-form {
    padding-top: 50px;
    padding-bottom: 60px;
    border-radius: 20px;
}

.form-check-input:checked {
    background-color: #0b3077;
}

.input-form-contato {
    background-color: transparent;
    border: 1px solid #CFCFCF;
    border-radius: 10px;
}

.input-form-contato:focus {
    background-color: transparent;
    box-shadow: none;
}

.container-form-contato textarea {
    border: 1px solid #CFCFCF;

    background-color: transparent;
}

.container-form-contato textarea:focus {
    background-color: transparent;
    box-shadow: none;
}

@media (max-width: 994px) {
    .div-form {
        display: none !important;
    }
}

@media (max-width: 600px) {
    #button-form {
        padding: 5px 50px 5px 50px !important;
    }
}

/* Footer */
.logoFooter {
    width: 160px;
    height: 56px;
}

.linha-abaixo-hover {
    position: relative;
    transition: all 300ms;
}

.linha-abaixo-hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0%;
    height: 1px;
    border-radius: 5px;
    background: rgb(34, 60, 87);
    background: -moz-linear-gradient(90deg, rgba(34, 60, 87, 1) 0%, rgba(212, 212, 212, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(34, 60, 87, 1) 0%, rgba(212, 212, 212, 1) 100%);
    background: linear-gradient(90deg, rgba(34, 60, 87, 1) 0%, rgba(212, 212, 212, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#223c57", endColorstr="#d4d4d4", GradientType=1);
    transition: ease-out 300ms;
}

.linha-abaixo-hover:hover::before,
.linha-abaixo-hover.active::before {
    width: 100%;
}

.btnWhite {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 7px 25px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 13px;
}

.btnWhite:hover {
    color: #fff;
}

footer hr {
    background: #EEEEEE;
    opacity: 0.8;
    height: 1px;
    border: none;
}

.linkFooter {
    border-left: 1px solid #EEEEEE;
}

.border-left-none {
    border-left: none !important;
}

.whatsapp-lead {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1030;
}

.object-fit {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    user-select: none;
}

.size-social-links {
    width: 45px;
    height: 45px;
}

.bottom-n1 {
    bottom: -1px
}

.end-10 {
    right: 10px;
}

/* Upgrade visual */
.textBoxHome {
    min-height: 83px;
}

.styleBanners {
    height: 50vh;
    min-height: 400px;
    max-height: 450px;
}

.newFont {
    font-size: 36px;
    letter-spacing: 3px;
}

.newFont div {
    font-size: 95px;
    letter-spacing: 9px;
}

.ajusteCards {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}

.owl-carousel.novoStyleCases .owl-item img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: var(--bs-border-radius-xl) !important;
}

.newStyleVerticalCarousel .dots img {
    height: 40px;
}

.newStyleVerticalCarousel .vertical-slider img,
.newStyleVerticalCarousel .vertical-slider4 img {
    height: 550px;
}

.text-shadow {
    text-shadow: 0px 0px 3px #000;
}

.AjusteTamanhoIcone {
    height: 50px;
}

.btnMiniPortifolio.active .bg-white {
    background: #223c57 !important;
    color: #fff;
    transition: ease-out 300ms;
}

.boxSolucoes {
    width: 100%;
    min-height: 100%;
    height: max-content;
    background: #eee;
    background-image: url(../assets/images/bg-box-solucoes.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;

}

.btnOpenSolucoes {
    width: fit-content;
    background: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
    box-shadow: 0px 4px 0px #dadada;
    transition: ease-out 400ms;
}

.btnOpenSolucoes:hover {
    box-shadow: 0px 0px 0px #dadada;
    transform: translateY(4px);
}

/* Ajuste Box Carrossel */
.ajusteBoxCarrossel {
    height: 75vh;
    min-height: 500px;
    max-height: 700px;
    border-radius: 20px;
    overflow: hidden;
}

.ajusteBoxCarrossel .slick-slider {
    height: 100%;
}

.ajusteBoxCarrossel .slick-list {
    height: 100% !important;
}

.ajusteBoxCarrossel .slick-track {
    padding: 0 !important;
}

.boxInternoCarrossel {
    height: 75vh !important;
    min-height: 500px !important;
    max-height: 700px !important;
    background: #eee;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: auto !important;
    bottom: 20px !important;
    width: 42px !important;
    height: 42px !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: auto !important;
    right: 85px !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 30px !important;
    left: auto !important;
}

.swiper-button-next::after, .swiper-button-prev::after {
    content: "" !important;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.160);
}

.swiper-button-prev::after {
    background-image: url(../assets/images/angle-circle-right.svg);
    background-size: cover;
    background-position: center;
}

.swiper-button-next::after {
    background-image: url(../assets/images/angle-circle-right2.svg);
    background-size: cover;
    background-position: center;
}

.carrosselBoxVertical img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsivel */

@media screen and (min-width: 1620px) {
    .container-3xl {
        max-width: 1500px;
    }

    .col-3xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .px-3xl-6 {
        padding-left: 8.95rem !important;
        padding-right: 8.95rem !important;
    }

    /*
    .h-carosel-comunicacao {
        height: 720px;
    }
    */
}

@media screen and (max-width: 1399px) {
    .alt-title {
        font-size: 21px;
        line-height: 28px;
    }

    .alt-title2 {
        font-size: 37px;
        line-height: 47px;
    }

    .alt-plus {
        font-size: 24px;
        line-height: 28px;
    }

    .alt-medium {
        font-size: 19px;
        line-height: 24px;
    }

    .alt-medium.title-comunicacao,
    .alt-title.title-comunicacao {
        font-size: 21px;
        line-height: 28px;
    }

    .alt-small {
        font-size: 12px;
        line-height: 18px;
    }

    .alt-text,
    .menuOpcoes li a {
        font-size: 16px;
        line-height: 21px;
    }

    .alt-down {
        font-size: 14px;
        line-height: 18px;
    }

    /* Menu */

    .logoMenu {
        width: 170px;
        height: auto;
    }

    .nav-link {
        font-size: 16px;
        line-height: 21px;
    }

    .linkMenu {
        font-size: 16px;
    }

    /* Footer */
    .logoFooter {
        width: 150px;
        height: 53px;
    }

}

@media (min-width: 1200px) {
    .flex-cover {
        flex: 1 0 0;
    }

    .w-xl-auto {
        width: auto;
    }

    .flex-xl-fill-none {
        flex: 0 !important;
    }
}

@media screen and (max-width: 1199px) {
    .alt-plus {
        font-size: 22px;
        line-height: 26px;
    }

    .alt-medium {
        font-size: 18px;
        line-height: 21px;
    }

    .alt-text {
        font-size: 16px;
        line-height: 18px;
    }

    .videos-btns .alt-text {
        font-size: 20px;
    }

    /* Menu */
    .navbar-white {
        width: 100% !important;
        max-width: 100% !important;
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        background-color: rgba(235, 235, 235, .4) !important;
        /* padding-left: 0 !important;
        padding-right: 0 !important; */
        margin: 0;
        top: 0;
        border-radius: 0 !important;
    }

    .navbar-white.show {
        background-color: rgba(235, 235, 235, .4) !important;
    }

    .nav-link {
        font-size: 15px;
        line-height: 20px;
    }

    .navbar-toggler {
        z-index: 10000;
        border: none !important;
        box-shadow: none !important;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%2834, 60, 87, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
    }

    .navbar-brand {
        z-index: 1000;
    }

    .navbar-collapse {
        background-color: white;
        padding-top: 70px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        border-radius: 15px;
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition: height .3s, opacity .3s;
    }

    .navbar-collapse.show {
        opacity: 1;
        height: 350px;
        z-index: 1000;
    }

    .nav-item:nth-child(odd) {
        background-color: #FAFAFB;
    }

    /* Corpo */

    .size-cards-grid {
        height: 450px !important;
        width: 48%;
    }

    .carrossel-mobile2 .size-cards-grid {
        margin: 0 10px;
    }

    .h-service-cards {
        height: 430px;
    }

    .alt-text2 {
        font-size: 18px !important;
    }

    .alt-title2 {
        font-size: 27px;
        line-height: 27px;
    }

    .alt-title3 {
        font-size: 26px;
        line-height: 29px;
    }

    .max-w-550 {
        max-width: 300px;
    }

    .text-banner {
        font-size: 48px;
    }

    .videos-container {
        height: 535px;
    }

    .translate-img {
        transform: translate(-8%, 35px);
    }

    /* Menu */

    .logoMenu {
        width: 130px;
        height: auto;
    }

    .linkMenu {
        font-size: 14px;
    }

    .btnTelefone {
        font-size: 14px;
    }

    .left-150-xl {
        margin-left: 50px;
    }

    .slick-arrow::before {
        font-size: 22px !important;
    }

    /* Home */
    .hero {
        height: 50vh;
        min-height: 450px;
        max-height: 800px;
    }

    .styleBanners {
        height: 40vh;
        min-height: 300px;
        max-height: 330px;
    }
}

@media screen and (min-width: 991px) {
    .w-lg-fit-content {
        width: fit-content;
    }

    .rounded-lg-start-4 {
        border-top-left-radius: 1rem;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 1rem !important;
    }

    .rounded-lg-end-4 {
        border-top-right-radius: 1rem !important;
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 0 !important;
    }

    .mt-lg-105 {
        margin-top: 105px !important;
    }

    .h-xl-310 {
        height: 310px;
    }
}

@media screen and (max-width: 991px) {
    .alt-title {
        font-size: 21px;
        line-height: 28px;
    }

    .alt-title2 {
        font-size: 22px;
        line-height: 22px;
    }

    .alt-text {
        line-height: 21px;
    }

    .menuOpcoes li {
        padding: 5px 15px 5px 65px;
    }

    .carousel-img {
        height: 360px;
        object-fit: cover;
        border-radius: 10px;
    }

    .w-calc {
        width: calc(100% - 48px);
    }

    .h-clientes {
        height: 580px;
    }

    .h-carosel-comunicacao {
        height: 330px;
    }

    .banner-clientes {
        max-height: 280px;
    }

    .banner-clientes+.text-banners {
        top: 0 !important;
        transform: translateY(0) !important;
        padding-top: 15px;
        margin-left: 10px;
    }

    .banner-clientes+.text-banners h1 {
        font-size: 24px !important;
    }

    .banner-clientes+.text-banners .alt-title {
        font-size: 21px !important;
    }

    /* Menu */
    .menu {
        top: 0;
        border-radius: 0 0 20px 20px;
    }

    .linksMobile {
        display: none;
        padding-top: 20px;
    }

    .linksMobile .fundo-alternado {
        background: rgba(200, 200, 200, 0.100);
    }

    /* New Style */
    .mt-125,
    .mt-105 {
        margin-top: 85px;
    }

    .newFont {
        font-size: 29px;
        letter-spacing: 2px;
    }

    .newFont div {
        font-size: 81px;
        letter-spacing: 0px;
    }

    .AjusteTamanhoIcone {
        height: 80px;
    }

    .h-service-cards {
        height: 465px;
    }

    /* Ajuste Box Carrossel */
    .ajusteBoxCarrossel {
        height: 50vh;
        min-height: 400px;
        max-height: 500px;
        border-radius: 20px;
        overflow: hidden;
    }
    .boxInternoCarrossel {
        height: 50vh !important;
        min-height: 400px !important;
        max-height: 500px !important;
        background: #eee;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .fundo-contraste {
        background: rgba(255, 255, 255, 0.400);
    }
}

@media screen and (min-width: 768px) {
    .position-md-relative {
        position: relative;
    }

    .position-md-absolute {
        position: absolute;
    }

    .h-md-100 {
        height: 100%;
    }

    .translate-md-middle {
        transform: translate(-50%, -50%) !important;
    }

    .rounded-bottom-md-4 {
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }

    .border-md-1 {
        border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }

    .bg-md-transparent {
        background-color: transparent !important;
    }
}

@media screen and (max-width: 767px) {
    .alt-title {
        font-size: 18px;
        line-height: 24px;
    }

    .alt-biggest {
        font-size: 24px;
        line-height: 34px;
    }

    .alt-plus {
        font-size: 24px;
        line-height: 28px;
    }

    .alt-medium {
        font-size: 17px;
        line-height: 21px;
    }

    .barra-divisoria::before {
        display: none;
    }

    .banner-left {
        object-position: -87px;
    }

    .banner-left-2 {
        object-position: -38px;
    }

    .top-n60 {
        top: -60px;
    }



    .banner-comunicacao+.text-banners {
        top: 0 !important;
        transform: translateY(0) !important;
        padding-top: 15px;
        margin-left: 10px;
        width: 90%;
        text-align: center;
        transition: none;
    }

    .banner-comunicacao+.text-banners h1 {
        font-size: 24px !important;
    }

    .banner-comunicacao+.text-banners .alt-title {
        font-size: 21px !important;
    }

    /* .slick-dots {
        left: 50%;
        transform: translateX(-50%);
        height: fit-content;
        width: max-content !important;
    }

    .slick-slide {
        margin: 0 10px;
    } */

    /* New Style */
    .owl-carousel.novoStyleCases .owl-item img {
        height: 350px;
    }
}

@media screen and (max-width: 576px) {

    /* Menu */
    .navbar-brand {
        width: 150px;
    }

    .small,
    small {
        font-size: 12px !important;
        font-weight: 400;
        line-height: 16px;
    }

    .alt-down {
        font-size: 12px;
        line-height: 18px;
    }

    footer .alt-down {
        line-height: 24px;
    }

    .alt-plus {
        font-size: 18px;
        line-height: 24px;
    }

    .alt-title {
        font-size: 18px;
        line-height: 24px;
    }

    .alt-medium {
        font-size: 16px;
    }

    .alt-text {
        font-size: 14px;
        line-height: 21px;
    }

    .alt-text.description-comunicacao {
        font-size: 16px;
    }

    .h-carosel-comunicacao {
        height: 220px;
    }

    /* .alt-text2 {
        font-size: 18px;
    } */

    .hero {
        background-image: url('../assets/banners/AMZ_BANNER_HOME_MOBILE.webp');
        background-position: bottom center;
        min-height: calc(400px - 105px);
        max-height: calc(550px - 105px);
    }

    .alt-small {
        font-size: 10px;
        line-height: 16px;
    }

    .alt-biggest {
        font-size: 21px;
        line-height: 24px;
    }

    .form__field {
        font-size: 19px;
    }

    .form__field:placeholder-shown~.form__label {
        font-size: 19px;
    }

    .carousel-sites .slick-dots li,
    .carousel-sites .slick-dots li button::before {
        width: 13px !important;
        height: 13px !important;
    }

    /* New Style */
    .newFont {
        font-size: 21px;
        letter-spacing: 2px;
    }

    .newFont div {
        font-size: 65px;
        letter-spacing: 0px;
    }

    .owl-carousel.novoStyleCases .owl-item img {
        height: 280px;
    }

    .h-service-cards {
        height: 505px;
    }

    /* Ajuste Box Carrossel */
    .swiper-button-next, .swiper-button-prev {
        bottom: 15px !important;
        width: 38px !important;
        height: 38px !important;
    }
    .ajusteBoxCarrossel {
        height: 40vh;
        min-height: 350px;
        max-height: 450px;
        border-radius: 20px;
        overflow: hidden;
    }
    .boxInternoCarrossel {
        height: 40vh !important;
        min-height: 350px !important;
        max-height: 450px !important;
        background: #eee;
    }
}

@media screen and (max-width: 330px) {
    p {
        font-size: 16px;
    }

    small {
        font-size: 12px;
    }

    h2 {
        font-size: 18px;
        line-height: 20px;
    }

    .alt-medium {
        font-size: 16px;
        line-height: 21px;
    }

    .alt-down {
        font-size: 16px;
        line-height: 21px;
    }
}