@font-face {
    font-family: "Electrolux Sans Bold";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Electrolux Bold"), url(../fonts/ElectroluxSans-Bold.woff) format("woff")
}

@font-face {
    font-family: "Electrolux Sans SemiBold";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Electrolux SemiBold"), url(../fonts/ElectroluxSans-SemiBold.woff) format("woff")
}

@font-face {
    font-family: "Electrolux Sans Regular";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Electrolux Regular"), url(../fonts/ElectroluxSans-Regular.woff) format("woff")
}

@font-face {
    font-family: "Electrolux Sans Light";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Electrolux Light"), url(../fonts/ElectroluxSans-Light.woff) format("woff")
}

:host {
    container-type: inline-size
}

:host,
:root {
    scroll-behavior: smooth;
    container-type: inline-size
}

:host,
:root {
    --bs-white: #fff;
    --bs-electrolux-lightblue: #ADB9C3;
    --bs-electrolux-darkblue: #011E41;
    --bs-electrolux-lightblue-rgb: 173, 185, 195;
    --bs-electrolux-darkblue-rgb: 1, 30, 65;
    --bs-white-rgb: 255, 255, 255;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202
}

*,
*::before,
*::after {
    box-sizing: border-box
}

main,
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

#carouselBlocks .carousel-indicators {
    z-index: 5
}

#carouselBlocks .carousel-indicators [data-bs-target] {
    pointer-events: auto
}

img {
    vertical-align: middle
}

button {
    border-radius: 0
}

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

iframe {
    border: 0
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container-fluid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

.row {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.g-0 {
    --bs-gutter-x: 0
}

.g-0 {
    --bs-gutter-y: 0
}

.gap-4 {
    gap: 1.5rem !important
}

.carousel.carousel-fade .carousel-inner {
    position: relative
}

.carousel.carousel-fade .carousel-item {
    position: absolute;
    inset: 0;
    width: 100%;
    display: block !important;
    opacity: 0;
    transition: opacity .6s ease
}

.carousel.carousel-fade .carousel-item.active {
    position: relative;
    opacity: 1
}

.carousel {
    position: relative
}

.carousel-item.active {
    display: block
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease
}

@container (prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("https://content.electrolux.com.br/test/arizona/novo-modelo-info/ke5gt-thiago/v1/img/icons/carousel-prev.svg")
}

.carousel-control-next-icon {
    background-image: url("https://content.electrolux.com.br/test/arizona/novo-modelo-info/ke5gt-thiago/v1/img/icons/carousel-next.svg")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 5%;
    margin-bottom: 1rem;
    margin-left: 5%
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 8px;
    margin-left: 8px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    opacity: 1;
    transition: opacity .6s ease
}

@container (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.top-0 {
    top: 0 !important
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.flex-row {
    flex-direction: row !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-center {
    align-items: center !important
}

.align-self-center {
    align-self: center !important
}

.m-0 {
    margin: 0 !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.text-center {
    text-align: center !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

@media(min-width: 576px) {
    .d-sm-none {
        display: none !important
    }
}

@container (min-width: 767px) {
    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-none {
        display: none !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
}

@container (min-width: 992px) {
    .d-lg-block {
        display: block !important
    }

    .d-lg-none {
        display: none !important
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

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

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.container-fluid {
    padding: 0
}

#cabernet .section-video {
    width: 100%;
    padding: 0;
    overflow: hidden;
    background-color: #e9e9e9
}

@media screen and (max-width: 766px) {
    #cabernet .section-video {
        padding: 0px
    }
}

#cabernet .section-video #video {
    padding: 2% 10%;
    width: 100%;
    aspect-ratio: 16/9;
    margin: 0 auto;
    z-index: 2
}

@media screen and (max-width: 766px) {
    #cabernet .section-video #video {
        padding: 12% 7%
    }
}

#cabernet .section-video #video iframe {
    width: 100%;
    aspect-ratio: 16/9
}

#cabernet .carousel-features1 .carousel-indicators {
    left: 0
}

@media screen and (max-width: 766px) {
    #cabernet .carousel-features1 .carousel-indicators {
        left: 0
    }
}

#cabernet .carousel-features1 .carousel-indicators [data-bs-target] {
    text-indent: inherit;
    height: auto;
    color: #333;
    background-color: #adb9c3;
    border-radius: 50%;
    font-family: "Electrolux Sans Bold";
    font-size: 23px;
    width: 30px;
    height: 30px;
    opacity: 1;
    margin: 7px 7px 45px;
    padding: 3px
}

@media screen and (max-width: 990px) {
    #cabernet .carousel-features1 .carousel-indicators [data-bs-target] {
        margin: 7px 4px 15px;
        width: 25px;
        height: 25px
    }
}

@media screen and (max-width: 766px) {
    #cabernet .carousel-features1 .carousel-indicators [data-bs-target] {
        width: 22px;
        height: 22px;
        font-size: 17px;
        margin: 7px 4px 15px
    }
}

#cabernet .carousel-features1 .carousel-indicators .active {
    background-color: #fff
}

#cabernet .carousel-features1 .carousel-caption {
    font-family: "Electrolux Sans Regular";
    width: 100%;
    text-align: left;
    line-height: normal;
    color: #fff
}

#cabernet .carousel-features1 .carousel-control-prev-icon,
#cabernet .carousel-features1 .carousel-control-next-icon {
    width: 100%;
    max-width: 25px;
    height: 100%;
    max-height: 50px;
    cursor: pointer
}

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

    #cabernet .carousel-features1 .carousel-control-prev-icon,
    #cabernet .carousel-features1 .carousel-control-next-icon {
        max-width: 20px;
        max-height: 45px;
        margin-top: 200px
    }
}

#cabernet .carousel-features1 .carousel-control-prev-icon {
    background-image: url("../img/carousel-prev.webp")
}

#cabernet .carousel-features1 .carousel-control-next-icon {
    background-image: url("../img/carousel-next.webp")
}

#cabernet .carousel-features1 .carousel-control-prev,
#cabernet .carousel-features1 .carousel-control-next {
    width: 7%
}

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

    #cabernet .carousel-features1 .carousel-control-prev,
    #cabernet .carousel-features1 .carousel-control-next {
        width: 14%
    }
}

#cabernet .carousel-features2 .carousel-indicators {
    left: 6%;
    right: auto
}

@media screen and (max-width: 766px) {
    #cabernet .carousel-features2 .carousel-indicators {
        left: 0;
        right: 0
    }
}

#cabernet .carousel-features2 .carousel-indicators [data-bs-target] {
    text-indent: inherit;
    height: auto;
    color: #fff;
    background-color: #adb9c3;
    border-radius: 50%;
    font-family: "Electrolux Sans Bold";
    font-size: 23px;
    width: 30px;
    height: 30px;
    opacity: 1;
    margin: 7px 7px 50px;
    padding: 3px
}

@media screen and (max-width: 990px) {
    #cabernet .carousel-features2 .carousel-indicators [data-bs-target] {
        margin: 7px 4px 15px;
        width: 25px;
        height: 25px
    }
}

@media screen and (max-width: 766px) {
    #cabernet .carousel-features2 .carousel-indicators [data-bs-target] {
        width: 22px;
        height: 22px;
        font-size: 17px;
        margin: 7px 4px 25px
    }
}

#cabernet .carousel-features2 .carousel-indicators .active {
    background-color: #fff;
    color: #ea1947
}

#cabernet .carousel-features2 .carousel-caption {
    font-family: "Electrolux Sans Regular";
    width: 100%;
    text-align: left;
    line-height: normal;
    color: #fff
}

#cabernet .carousel-features2 .carousel-control-prev-icon,
#cabernet .carousel-features2 .carousel-control-next-icon {
    width: 100%;
    max-width: 25px;
    height: 100%;
    max-height: 50px;
    cursor: pointer
}

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

    #cabernet .carousel-features2 .carousel-control-prev-icon,
    #cabernet .carousel-features2 .carousel-control-next-icon {
        max-width: 20px;
        max-height: 45px;
        margin-top: 200px
    }
}

#cabernet .carousel-features2 .carousel-control-prev-icon {
    background-image: url("../img/carousel-prev.webp")
}

#cabernet .carousel-features2 .carousel-control-next-icon {
    background-image: url("../img/carousel-next.webp")
}

#cabernet .carousel-features2 .carousel-control-prev,
#cabernet .carousel-features2 .carousel-control-next {
    width: 7%
}

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

    #cabernet .carousel-features2 .carousel-control-prev,
    #cabernet .carousel-features2 .carousel-control-next {
        width: 14%
    }
}

#cabernet .tabela-footer {
    padding: 0px
}

#cabernet .tabela-footer .especificacoes {
    padding: 0 0 0 10%;
    margin-top: -100px
}

@media screen and (max-width: 1200px) {
    #cabernet .tabela-footer .especificacoes {
        margin-top: 0px;
        padding: 0 0 0 6%
    }
}

@media screen and (max-width: 766px) {
    #cabernet .tabela-footer .especificacoes {
        padding: 8% 6% 0 6%
    }
}

#cabernet .tabela-footer .especificacoes .text-descritivo {
    font-size: clamp(25px, 2.08vw, 30px)
}

@media screen and (max-width: 380px) {
    #cabernet .tabela-footer .especificacoes .text-descritivo {
        font-size: 20px
    }
}

#cabernet .tabela-footer .especificacoes .text-descritivo span {
    font-family: "Electrolux Sans Regular"
}

#cabernet .tabela-footer .especificacoes .titulo_tabela {
    font-size: clamp(25px, 2.08vw, 30px);
    padding-top: 8%
}

@media screen and (max-width: 992px) {
    #cabernet .tabela-footer .especificacoes .titulo_tabela {
        padding-top: 15px
    }
}

@media screen and (max-width: 766px) {
    #cabernet .tabela-footer .especificacoes .titulo_tabela {
        padding-top: 5%
    }
}

@media screen and (max-width: 380px) {
    #cabernet .tabela-footer .especificacoes .titulo_tabela {
        font-size: 20px
    }
}

#cabernet .tabela-footer .especificacoes .tabela-espcs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding-top: 25px;
    max-width: 410px
}

@media screen and (max-width: 992px) {
    #cabernet .tabela-footer .especificacoes .tabela-espcs {
        max-width: 100%
    }
}

@media screen and (max-width: 766px) {
    #cabernet .tabela-footer .especificacoes .tabela-espcs {
        width: 100%;
        max-width: 100%;
        padding-top: 20px;
        gap: 5px
    }
}

#cabernet .tabela-footer .especificacoes .tabela-espcs .bg-line-table {
    background-color: #f6f6f6
}

#cabernet .tabela-footer .especificacoes .tabela-espcs .tabela-espcs__tit {
    border-radius: 0px;
    padding: 0px 18px 0px 12px;
    height: 30px;
    align-items: center;
    display: flex;
    font-size: clamp(16px, 1.97vw, 20px)
}

@media screen and (max-width: 766px) {
    #cabernet .tabela-footer .especificacoes .tabela-espcs .tabela-espcs__tit {
        font-size: 18px;
        line-height: 22px;
        display: flex;
        height: 30px
    }
}

@media screen and (max-width: 380px) {
    #cabernet .tabela-footer .especificacoes .tabela-espcs .tabela-espcs__tit {
        font-size: 14px
    }
}

#cabernet .tabela-footer .especificacoes .tabela-espcs .tabela-espcs__info {
    color: #333;
    font-family: "Electrolux Sans SemiBold";
    border-radius: 0px;
    padding: 0px 18px 0px 12px;
    display: flex;
    justify-content: space-between;
    height: 34px;
    align-items: center;
    display: flex;
    font-size: clamp(16px, 1.25vw, 18px)
}

@media screen and (max-width: 992px) {
    #cabernet .tabela-footer .especificacoes .tabela-espcs .tabela-espcs__info {
        height: 30px
    }
}

@media screen and (max-width: 766px) {
    #cabernet .tabela-footer .especificacoes .tabela-espcs .tabela-espcs__info {
        height: 30px
    }
}

@media screen and (max-width: 380px) {
    #cabernet .tabela-footer .especificacoes .tabela-espcs .tabela-espcs__info {
        font-size: 14px
    }
}

#cabernet .tabela-footer .card-1-img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0px
}

#cabernet .tabela-footer .card-1-img img {
    width: 100%;
    max-width: 970px
}

@media screen and (max-width: 1280px) {
    #cabernet .tabela-footer .card-1-img {
        justify-content: center;
        gap: 1.5rem
    }
}

@media screen and (max-width: 766px) {
    #cabernet .tabela-footer .card-1-img {
        gap: 12px;
        margin-top: 0px;
        display: flex;
        align-items: center
    }

    #cabernet .tabela-footer .card-1-img img {
        width: 100%;
        margin-top: 20px
    }
}

@media screen and (max-width: 480px) {
    #cabernet .tabela-footer .card-1-img {
        flex-direction: column;
        justify-content: center;
        padding-top: 0px;
        align-items: center;
        padding-left: 0px;
        padding-right: 0px;
        gap: 0
    }
}

#cabernet .descritivo {
    padding: 0 2% 2%;
    text-align: center;
    color: #000;
    font-size: clamp(12px, .05vw, 15px)
}

@media screen and (max-width: 480px) {
    #cabernet .descritivo {
        padding: 0 2% 4%
    }
}

#cabernet {
    background-color: #fff;
    color: #fff;
    max-width: 1440px;
    margin: 0 auto;
    letter-spacing: .01px;
    padding: 0px
}

#cabernet div,
#cabernet p,
#cabernet h1,
#cabernet h2,
#cabernet h3,
#cabernet h4,
#cabernet span {
    margin: 0px;
    padding: 0px
}

#cabernet h1,
#cabernet h2,
#cabernet h3,
#cabernet h4 {
    margin: 0px;
    padding: 0px
}

#cabernet * {
    line-height: 115%
}

#cabernet img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none
}

#cabernet strong {
    font-family: "Electrolux Sans Bold" !important
}

#cabernet .bg {
    background-color: #011e41
}

#cabernet .bg2 {
    background-color: #7b8a9c
}

#cabernet .bg-light {
    background-color: #adb9c3
}

#cabernet .ft-Light {
    font-family: "Electrolux Sans Light" !important
}

#cabernet .ft-Regular {
    font-family: "Electrolux Sans Regular" !important
}

#cabernet .ft-SemiBold {
    font-family: "Electrolux Sans SemiBold" !important
}

#cabernet .ft-Bold {
    font-family: "Electrolux Sans Bold" !important
}

#cabernet .ft-color-blue {
    color: #011e41
}

#cabernet .ft-color-white {
    color: #fff
}

#cabernet .ft-color-gray {
    color: #333
}

#cabernet .ft-color-black {
    color: #000
}

#cabernet .card-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    align-content: flex-start;
    align-items: flex-start
}

@media screen and (max-width: 766px) {
    #cabernet .card-text {
        align-content: center;
        text-align: center
    }
}

#cabernet .card-text .box-texto {
    padding: 0 5% 0 14%;
    text-align: left
}

@media screen and (max-width: 880px) {
    #cabernet .card-text .box-texto {
        padding: 0 5% 0 12%
    }
}

@media screen and (max-width: 766px) {
    #cabernet .card-text .box-texto {
        padding: 12% 7%;
        text-align: center
    }
}

#cabernet .card-text .box-texto h1 {
    font-size: clamp(25px, 3.47vw, 50px);
    margin-bottom: 30px
}

@media screen and (max-width: 766px) {
    #cabernet .card-text .box-texto h1 {
        margin-bottom: 10px
        font-size: clamp(30px, 3.47vw, 50px);
    }
}

#cabernet .card-text .box-texto p {
    font-size: clamp(16px, 2.47vw, 35px)
}

#cabernet .card-text .box-texto .txt2 {
    margin-top: 30px
}

@media screen and (max-width: 766px) {
    #cabernet .card-text .box-texto .txt2 {
        margin-top: 10px
    }

    #cabernet .card-text .box-texto p {
        font-size: clamp(20px, 2.47vw, 35px)
    }
}

#cabernet .card-text .box-texto strong {
    font-family: "Electrolux Sans SemiBold" !important
}

#cabernet .card-text .box-texto sup {
    font-size: 16px;
    font-family: "Electrolux Sans SemiBold" !important
}

@media screen and (max-width: 766px) {
    #cabernet .card-text .box-texto sup {
        font-size: 12px
    }
}

#cabernet .card-text .box-texto .ft-size-destaque {
    font-size: clamp(15px, 2.08vw, 30px)
}

@media screen and (max-width: 766px) {
    #cabernet .card-text .box-texto .ft-size-destaque {
        font-size: clamp(20px, 2.08vw, 30px)
    }
}

#cabernet .section4-img-icon {
    max-width: clamp(300px, 36.11vw, 520px);
    margin-top: 6%
}

@media screen and (max-width: 766px) {
    #cabernet .section4-img-icon {
        margin: 3% auto 0
    }
}

#cabernet .intens_fogao {
    position: relative
}

#cabernet .intens_fogao .inte {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cabernet .intens_fogao .inte .item.active {
    z-index: 5
}

#cabernet .intens_fogao .inte .item.active .cta1 .more .normal {
    display: none;
    z-index: 2
}

#cabernet .intens_fogao .inte .item.active .cta1 .more .active {
    display: block;
    top: 64%;
    left: 22%
}

@media screen and (max-width: 766px) {
    #cabernet .intens_fogao .inte .item.active .cta1 .more .active {
        top: 47%;
        left: 44%
    }
}

#cabernet .intens_fogao .inte .item.active .cta2 .more .normal {
    display: none;
    z-index: 2
}

#cabernet .intens_fogao .inte .item.active .cta2 .more .active {
    display: block;
    top: 64%;
    left: 48.5%
}

@media screen and (max-width: 766px) {
    #cabernet .intens_fogao .inte .item.active .cta2 .more .active {
        top: 47%;
        left: 44%
    }
}

#cabernet .intens_fogao .inte .item.active .cta3 .more .normal {
    display: none;
    z-index: 2
}

#cabernet .intens_fogao .inte .item.active .cta3 .more .active {
    display: block;
    top: 64%;
    left: 75%
}

@media screen and (max-width: 766px) {
    #cabernet .intens_fogao .inte .item.active .cta3 .more .active {
        top: 47%;
        left: 44%
    }
}

#cabernet .intens_fogao .inte .item.active .conteudo {
    visibility: visible
}

#cabernet .intens_fogao .inte .item .more img {
    width: 50px;
    cursor: pointer
}

@media screen and (max-width: 990px) {
    #cabernet .intens_fogao .inte .item .more img {
        width: 30px
    }
}

@media screen and (max-width: 766px) {
    #cabernet .intens_fogao .inte .item .more img {
        width: 50px
    }
}

#cabernet .intens_fogao .inte .item .more .normal {
    z-index: 2
}

#cabernet .intens_fogao .inte .item .more .active {
    display: none
}

#cabernet .intens_fogao .inte .item .conteudo {
    display: table;
    visibility: hidden;
    padding: 0;
    position: absolute;
    z-index: 100
}

#cabernet .intens_fogao .inte .item .botao img {
    position: absolute;
    display: flex;
    gap: 10px;
    cursor: pointer;
    z-index: 999;
    width: 50px
}

@media screen and (max-width: 990px) {
    #cabernet .intens_fogao .inte .item .botao img {
        width: 30px
    }
}

@media screen and (max-width: 766px) {
    #cabernet .intens_fogao .inte .item .botao img {
        width: 50px
    }
}

#cabernet .intens_fogao .inte .item .cta1 .normal {
    top: 64%;
    left: 22%
}

@media screen and (max-width: 766px) {
    #cabernet .intens_fogao .inte .item .cta1 .normal {
        top: 57%;
        left: 9%
    }
}

#cabernet .intens_fogao .inte .item .cta2 .normal {
    top: 64%;
    left: 48.5%
}

@media screen and (max-width: 766px) {
    #cabernet .intens_fogao .inte .item .cta2 .normal {
        top: 57%;
        left: 44%
    }
}

#cabernet .intens_fogao .inte .item .cta3 .normal {
    top: 64%;
    left: 75%
}

@media screen and (max-width: 766px) {
    #cabernet .intens_fogao .inte .item .cta3 .normal {
        top: 57%;
        left: 78%
    }
}

#cabernet .footer {
    padding: 5%;
    display: flex;
    align-items: center;
    flex-direction: column
}

@media screen and (max-width: 766px) {
    #cabernet .footer {
        padding: 50px 10px 50px
    }
}

#cabernet .footer img {
    max-width: 300px
}

#cabernet .footer p {
    padding: 30px 0px 0px;
    font-size: clamp(12px, 2.01vw, 14px);
    text-align: center
}

@media screen and (max-width: 992px) {
    #cabernet .footer p {
        max-width: 100%;
        padding: 30px 30px 0px
    }
}

@media screen and (max-width: 766px) {
    #cabernet .footer p {
        padding: 20px 15px 0px
    }
}

#cabernet .footer p sup {
    font-size: 10px;
    top: -0.6em
}

/*# sourceMappingURL=style.min.css.map */