/*
Theme Name: GeneratePress Child Boilerplate for Elementor
Theme URL: https://aiprev.com.br
Description: Tema-filho de generatepress
Author: Anderson Mello
Author URL: https://duos.digital
Template: generatepress
Version: 1.0.0
Text Domain: wp-elementor-generatepress-child
*/

/* Fix for Elementor default margin in last child element */
.elementor-element.elementor-element-ded48a1.elementor-widget.elementor-widget-html { margin: 0; }

html,
body {
    overflow-x: hidden;
}

@font-face {
    font-family: 'Eloquia';
    src: url('./fonts/eloquiadisplay-bold-webfont.woff2') format('woff2'),
        url('./fonts/eloquiadisplay-bold-webfont.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'Eloquia';
    src: url('./fonts/eloquiadisplay-semibold-webfont.woff2') format('woff2'),
        url('./fonts/eloquiadisplay-semibold-webfont.woff') format('woff');
    font-weight: 600;

}

@font-face {
    font-family: 'Eloquia';
    src: url('./fonts/eloquiadisplay-medium-webfont.woff2') format('woff2'),
        url('./fonts/eloquiadisplay-medium-webfont.woff') format('woff');
    font-weight: 500;

}

@font-face {
    font-family: 'Eloquia';
    src: url('./fonts/eloquiadisplay-regular-webfont.woff2') format('woff2'),
        url('./fonts/eloquiadisplay-regular-webfont.woff') format('woff');
    font-weight: 400;

}

@font-face {
    font-family: 'Eloquia';
    src: url('./fonts/eloquiadisplay-light-webfont.woff2') format('woff2'),
        url('./fonts/eloquiadisplay-light-webfont.woff') format('woff');
    font-weight: 300;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.site-content .content-area {
    width: 100%;
}

.separate-containers .site-main {
    margin: 0;
}

.elementor-widget-text-editor a {
    color: #e40f37;
}

html {
    background-color: #fff;

    font-family: 'Eloquia', 'Roboto', Arial, Helvetica, sans-serif !important;
}

body {
    background-color: #fff !important;
    font-family: 'Eloquia', 'Roboto', Arial, Helvetica, sans-serif !important;
}

.ue-title,
a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
li,
td,
table,
.elementor-widget-n-accordion .e-n-accordion-item-title-text,
tr {
    font-family: 'Eloquia', 'Roboto', Arial, Helvetica, sans-serif !important;
}

.elementor-widget-image a img[src$=".svg"] {
	width: auto !important;
}

.carrossel {
    margin-top: 40px;

    & .carrossel-content {
        margin-left: 35px;
        margin-right: 35px;
    }

    & .carrossel-img {
        min-height: 365px;

        border-top-left-radius: 30px;
        border-top-right-radius: 30px;

        background-size: cover !important;
    }
    & .carrossel-conteudo {
        background-color: #fff;

        color: #221F1F;
        font-size: 18px;

        padding: 35px 60px;

        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;

        & h2 {
            font-size: 24px;
            font-weight: 900;

            color: #E40F37;
        }
    }

    
}
#container-carrossel {
    & .slick-slide {
        transform: scale(.8);
        opacity: .35;

        transition: all .3s ease-in-out;
    }

    & .slick-center {
        transform: scale(1) !important;
        opacity: 1;
    }

    & .slick-dots li button:before {
        color: #fff;
        font-size: 12px;
        opacity: 1;
    }

    & .slick-dots li.slick-active button:before,
    & .slick-dots li:hover button:before {
        color: #E40F37;
    }
}

#container-perguntas {
    & .slick-slide {
        filter: grayscale(1);
        opacity: .35;

        transition: all .3s ease-in-out;
    }

    & .slick-center {
        filter: grayscale(0);
        opacity: 1;
    }

    & .slick-dots li button:before {
        color: #fff;
        font-size: 12px;
        opacity: 1;
    }

    & .slick-dots li.slick-active button:before,
    & .slick-dots li:hover button:before {
        color: #E40F37;
    }

    & .slick-prev {
        background: url('./images/arrow-left.png') no-repeat center center;
        height: 40px;
        width: 40px;
        display: inline-block;

        left: 46%;
        top: 100%;
    }
    & .slick-next {
        background: url('./images/arrow-right.png') no-repeat center center;
        height: 40px;
        width: 40px;
        display: inline-block;

        right: 46%;
        top: 100%;
    }
    & .slick-prev:before,
    & .slick-next:before {
        content: '';
        background-color: transparent !important;
    }

}

.hfe-flyout-right {
    width: 100vw !important;
    top: 0 !important;
    margin: 0 !important;
    left: 100% !important;
    right: auto !important;
    bottom: auto !important;
    display: block !important;

    transition: left .4s ease-in-out;
}
.hfe-flyout-show {
    left: 0 !important;
}
.hfe-flyout-close,
.hfe-flyout-close svg {
    margin: 9px !important;
}
.hfe-flyout-content {
    display: flex;
    align-items: center;
}

.carrossel {
    & .owl-dots {
        position: absolute;
        left: 50%;
        bottom: 50px;
        transform: translateX(-50%);

        & .owl-dot {
            width: 6px !important;
            height: 6px !important;

            &.active {
                width: 9px !important;
                height: 9px !important;
            }
        }
    }
}

.tecnologias .owl-nav {
    & .owl-prev {
        left: auto !important;
        right: 50px;
    }

    & .owl-next {
        right: 0px !important;
    }

    & .owl-prev,
    & .owl-next {
        border: 2px solid #CFCFD8 !important;
        transition: border-color .1s ease-in-out;
    }

    & .owl-prev:hover,
    & .owl-next:hover {
        border-color: #E40F37 !important;
    }

    & .disabled {
        border-color: #E9E9F0 !important;
        color: #E9E9F0 !important;
        cursor: default;
    }
}

#carrossel-principios {
    & .uc-active-item .ue-item {
        transform: scale(1);
        opacity: 1;
    }

    & .ue-item {
        transform: scale(.9);
        opacity: .3;
    }

    & .owl-dot {
        background-color: #F9F7F8;
        width: 8px;
        height: 8px;

        &.active {
            background-color: #E40F37;
        }
    }

    & .owl-nav .owl-prev:hover,
    & .owl-nav .owl-next:hover {
        border-color: #E40F37;
    }
    & .owl-nav .owl-prev,
    & .owl-nav .owl-next {
        border-radius: 100%;
        border: 1px solid #221F1F;
    }
}

.formulario {
    display: flex;
    row-gap: 20px;
    column-gap: 20px;

    align-items: stretch;

    & .col-formulario {
        width: 50%;

        & .form-campo {
            border: 1px solid #C0C0C0;
            border-radius: 8px;

            padding: 10px;
            margin: 12px 0;

            & label {
                font-size: 15px;
                font-weight: 600;
                color: #E40F37;
            }

            & textarea {
                resize: none;
            }

            &:has(span.wpcf7-not-valid-tip) {
                border-color: #E40F37;
            }

            & p {
                margin: 0;
            }

            & input[type="text"],
            & input[type="email"],
            & textarea,
            & select {
                width: 100%;
                background: transparent;
                border: none;

                padding: 0;

                font-size: 14px;

                color: #221F1F;
            }
            & ::placeholder {
                color: #C0C0C0;
            }

            & input[type="text"]:focus,
            & input[type="email"]:focus,
            & textarea:focus,
            & select:focus {
                outline: none;
            }
        }
    }

    & span.wpcf7-not-valid-tip {
        display: none !important;
    }
}

.formulario-contato {
    display: flex;
    row-gap: 20px;
    column-gap: 20px;

    flex-wrap: wrap;

    align-items: stretch;
    justify-content: space-between;

    & .form-campo {
        border: 1px solid #C0C0C0;
        border-radius: 8px;

        padding: 10px;
        margin: 0 0;

        & label {
            font-size: 15px;
            font-weight: 600;
            color: #E40F37;
        }

        & textarea {
            resize: none;
        }

        &:has(span.wpcf7-not-valid-tip) {
            border-color: #E40F37;
        }

        & p {
            margin: 0;
        }

        & input[type="text"],
        & input[type="email"],
        & textarea,
        & select {
            width: 100%;
            background: transparent;
            border: none;

            padding: 0;

            font-size: 14px;

            color: #221F1F;
        }
        & ::placeholder {
            color: #C0C0C0;
        }

        & input[type="text"]:focus,
        & input[type="email"]:focus,
        & textarea:focus,
        & select:focus {
            outline: none;
        }
    }

    & .form-full {
        width: 100%;
    }
    & .form-half {
        width: 48%;
    }
    & .form-two-quarter {
        width: 35%;
    }
    & .form-one-quarter {
        width: 23%;
    }


    & span.wpcf7-not-valid-tip {
        display: none !important;
    }
}
#campos-obrigatorios {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 25px;

    border-bottom: 1px solid #DEDEE6;

    font-size: 14px;
    font-style: italic;

    color: #474141;

    & p {
        margin: 0;
    }
}
#aceite {
    
    & a {
        color: #E40F37;

        font-size: 14px;
        font-weight: 600;

        text-transform: uppercase;

        display: inline-block;

        margin-bottom: 15px;
        padding-right: 22px;

        background: url('img/goto.svg') no-repeat right center;
    }

    & p {
        margin: 0;
    }

    & .wpcf7-list-item {
        margin: 0;
        color: #474141;
        font-size: 15px;    
    }
}
.wpcf7-response-output {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    font-size: 15px;
}
.submit-contato {
    margin-top: 20px;
    text-align: left;

    position: relative;

    & .wpcf7-spinner {
        position: absolute;
        left: 15%;
        top: 8px;
    }

    & input[type="submit"] {
        background-color: #E40F37;
        border: none;

        font-size: 14px;
        font-weight: 600;

        text-transform: uppercase;

        font-family: 'Eloquia', 'Roboto', Arial, Helvetica, sans-serif !important;

        border-radius: 50px;
    }
}

.form-submit {
    margin-top: 35px;
    text-align: center;

    position: relative;

    & .wpcf7-spinner {
        position: absolute;
        right: 30%;
        top: 8px;
    }

    & input[type="submit"] {
        background-color: #E40F37;
        border: none;

        font-size: 14px;
        font-weight: 600;

        text-transform: uppercase;

        font-family: 'Eloquia', 'Roboto', Arial, Helvetica, sans-serif !important;

        border-radius: 50px;
    }
}

#formulario-newsletter form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    & input[type="email"] {
        border-radius: 50px !important;

        font-size: 15px;
        color: #221F1F;
    }

    & input::placeholder {
        color: #C0C0C0;
    }

    & input[type="submit"] {
        background-color: #E40F37;
        border: none;

        font-size: 14px;
        font-weight: 600;

        text-transform: uppercase;

        font-family: 'Eloquia', 'Roboto', Arial, Helvetica, sans-serif !important;

        border-radius: 50px;
    }

    & .wpcf7-not-valid-tip {
        color: #221F1F;
        font-size: 14px;
        padding: 4px 15px 0;
    }

    & p {
        margin-bottom: .6em;
    }

    & .wpcf7-list-item {
        margin-left: 0;
    }

    & .wpcf7-response-output {
        border: none !important;
        padding: 0 !important;
        margin: 0 0 0 0 !important;
        text-align: center;
        font-size: 14px;
        color: #221F1F;

        width: 100%;
    }

    & #campo-email {
        max-width: 80%;
    }
    & .form-enviar {
        max-width: 20%;
    }
}

#mobile-menu-overlay {
    display: none;
}
body:not(.elementor-editor-active) #mobile-menu {
    bottom: -50vh;

    transition: bottom .5s ease-in-out;

    &.menu-aberto {
        bottom: 0 !important;
    }
}

.elementor-icon-list-icon {
    order: 1;
    margin-left: 10px;
}
.elementor-icon-list-text {
    padding-left: 0 !important;
}

.aba-produto {
    & .panel-container {
        width: 95% !important;
        margin-left: auto !important;
    }
    & ul.tabs {
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);

        &::before {
            content: '';
            width: 24px;
            height: 100%;
            border: 1px solid #cdcdcd;
            position: absolute;
            border-radius: 20px;
        }

        & .r-tabs-tab {
            text-align: left;
            & .ue-tab-btn {
                padding: 5px 0 5px 30px !important;
                font-size: 14px;

                color: #CDCDCD !important;

                &:hover {
                    color: #E40F37 !important;
                    
                    &::before {
                        background-color: #E40F37 !important;
                    }
                }

                &::before {
                    width: 12px;
                    height: 12px;
                    transform: scale(.5);
                    content: '';
                    background-color: #cdcdcd;
                    border-radius: 100%;
                    position: absolute;
                    left: 6px;

                    transition: all .2s ease-out;
                }
            }
        }
        
        & .r-tabs-state-active {
            .ue-tab-btn {
                color: #E40F37 !important;

                &::before {
                    background-color: #E40F37 !important;
                    transform: scale(1) !important;
                }
            }
        }
        
    }

    & .ue-tecnologias {
        display: flex;
        padding-top: 25px;
        margin-top: 15px;
        border-top: 1px solid #E9E9F0;

        justify-content: space-between;

        & .ue-content-inclusos {
            width: 100%;

            max-width: 52%;
        }
                &.ue-content-opcionais {
            width: 100%;

            max-width: 40%;
        }

        & h3 {
            font-size: 20px;
            font-weight: 600;
        }
        & ul {
            margin: 0;
            list-style-position: inside;
            & li {
                font-size: 15px;
            }
        }

    }
}

#selecionar-form {
    display: flex;
    align-items: center;

    & span {
        font-size: 16px;
        text-transform: uppercase;

        
    }
    & #radio-form {
        
        & label {
            display: inline-block;
            padding: 7px 0 7px 15px;
            
            color: #E40F37;
            font-weight: 600;
            font-size: 14px;

            text-transform: uppercase;

            opacity: .3;

            cursor: pointer;
        }
    
        & input[type="radio"] {
            display: none;
        }
    
        & input[type="radio"]:checked+label {
            opacity: 1;
        }
    }
}

#distribuidores .e-n-accordion-item {
    border: 1px solid #E9E9F0;
    border-radius: 8px;
}

#tab-incluso .e-n-accordion-item-title-text {
    padding-left: 35px;

    position: relative;

    &::before {
        display: inline-block;
        width: 25px;
        height: 25px;
        content: '';

        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);

        background: url('./img/check-full.svg') no-repeat center center;
        background-size: contain;
    }
}
#tab-opcionais .e-n-accordion-item-title-text {
    padding-left: 35px;

    position: relative;

    &::before {
        display: inline-block;
        width: 25px;
        height: 25px;
        content: '';

        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);

        background: url('./img/check.svg') no-repeat center center;
        background-size: contain;
    }
}

body:not(.elementor-editor-active) #box-representantes,
body:not(.elementor-editor-active) .representante-nacional,
body:not(.elementor-editor-active) .distribuidor-internacional {
    display: none;
}

.btn-pais .elementor-button-icon svg {
    width: 22px !important;
}

.etiqueta-representante {
    display: flex;
    margin-bottom: 20px;

    & .etiqueta-comercial {
        border: 1px solid #DEDEE6;
        display: inline-block;
        padding: 3px 10px 3px 20px;
        border-radius: 8px;
        font-size: 12px;
        color: #221F1F;
        font-weight: 600;

        position: relative;

        margin-right: 8px;

        &::before {
            content: '';
            display: inline-block;
            height: 5px;
            width: 5px;
            background: #E40F37;
            border-radius: 100%;
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
        }
    }

    & .etiqueta-assistencia {
        border: 1px solid #DEDEE6;
        display: inline-block;
        padding: 3px 10px 3px 20px;
        border-radius: 8px;
        font-size: 12px;
        color: #221F1F;
        font-weight: 600;

        position: relative;
    
        margin-right: 8px;

        &::before {
            content: '';
            display: inline-block;
            height: 5px;
            width: 5px;
            background: #E40F37;
            border-radius: 100%;
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
        }
    }
}

@media (min-width: 768px) {
    #cabecalho {
    

        & div,
        & .menu-desk ul,
        & .menu-desk li,
        & .menu-desk nav {
            position: unset !important;
        }

        & .sub-arrow {
            display: none;
        }

        & .menu-desk .sub-menu {
            position: absolute !important;
            width: 100vw;
            

            text-align: center;
            z-index: 19999;

            top: 75%;

            & a {
                text-transform: none !important;
            }

            & li {
                display: inline-block;
            }
        }

    }
}

#cabecalho {
    & .selecao-idiomas {
        position: absolute !important;
        margin-right: -105px;
        margin-top: 1px; 

        z-index: 100;

        & nav,
        & .pll-parent-menu-item {
            width: 85px !important;
                max-width: 85px !important;
        }

        & .sub-menu {
            width: 85px !important;
            max-width: 85px !important;
            /* border-bottom-left-radius: 50px;
            border-bottom-right-radius: 50px;
            overflow: hidden; */
            transition: none !important;

            & ul,
            & li {
                width: 85px !important;
                max-width: 85px !important;
            }

            & li:last-child a {
                border-radius: 0 0 20px 20px !important;
            }

            & a {
                width: 85px !important;
                max-width: 85px !important;
                padding: 8px 15px;
                border-radius: 0;
                border: none;
                text-align: center !important;
                display: flex;
                flex-direction: row-reverse;
                background: #fff;
                color: #221F1F;

                transition: color .2s ease-in-out;

                &:hover {
                    color: #e40f37;
                }
                
            }
        
            & img {
                width: 20px !important;
                height: 20px !important;
                margin-left: 9px !important;
                border-radius: 100% !important;
            }
        }

        & .hfe-has-submenu-container a {
            padding: 8px 15px ;
            border-radius: 50px;
            border: 2px solid #fff;
            text-align: center !important;
            display: flex;
            flex-direction: row-reverse;

           

            & img {
                width: 20px !important;
                height: 20px !important;
                margin-left: 9px !important;
                border-radius: 100% !important;
            }
        }

        .hfe-has-submenu:hover > .hfe-has-submenu-container a,
        .sub-menu-active {
            background: #fff !important;
            border-radius: 20px 20px 0 0 !important;

            color: #221F1F !important;
        }
        .sub-menu-active a {
            color: #221F1F !important;
        }
    }

    .selecao-idiomas-interno {
        & .hfe-has-submenu-container a {
            border: 2px solid #221F1F !important;
        }
        & .sub-menu {
            & li:last-child a {
                border-bottom: 2px solid #221F1F !important;
            }

            & a {
                border-left: 2px solid #221F1F !important;
                border-right: 2px solid #221F1F !important;
            }
        }
    }
}

.current_page_item {
    & .elementor-button {
        color: #fff !important;
    }
}

@media (max-width: 767px) {
    .hide-mob {
        display: none !important;
    }

    #cabecalho {
        & .selecao-idiomas {
            margin-right: 55px !important;
            margin-top: 4px !important;

            & .sub-arrow {
                display: none !important;
            }
        }

        & .sub-menu {
            & a {
                padding: 8px 18px !important;
            }
        }

                                                

        & .hfe-has-submenu-container a {
            padding: 5px 15px !important;
        }

        .selecao-idiomas-interno {
            & .hfe-has-submenu-container a {
                border: 2px solid #fff !important;
                color: #fff;
            }
            .sub-menu-active a {
                color: #221F1F !important;
            }

            & .sub-menu {
                & li:last-child a {
                    border-bottom: 2px solid #fff !important;
                }

                & a {
                    border-left: 2px solid #fff !important;
                    border-right: 2px solid #fff !important;
                }
            }
        }
    }

    li.menu-item a {
        justify-content: flex-start !important;
    }

    #btn-loja-mobile .elementor-button-icon {
        width: 12px !important;
    }

    .carrossel {
        & .ue-item {
            transform: scale(1, 1) !important;
        }
    }

    .titulo-principios {
        transform: translateX(-50%);
    }

    .tecnologias .owl-nav {
        .owl-prev {
            left: auto !important;
            right: 80px;
        }

        .owl-next {
            right: 30px !important;
        }

    }

    .aba-produto {
        & .panel-container {
            width: 100% !important;
        }

        & ul.tabs {
            flex-direction: row;
            position: relative;
            top: 0;
            transform: translateY(0%);
            margin: 0 auto !important;

            &::before {
                content: '';
                width: 100%;
                height: 24px;
                border: 1px solid #cdcdcd;
                position: absolute;
                border-radius: 20px;
            }

            & .r-tabs-tab {
                text-align: center;

                & .ue-tab-btn {
                    padding: 30px 20px 5px 20px !important;
                    position: relative;

                    &::before {
                        
                        top: 6px;

                        left: 50%;
                        transform: translateX(-50%) scale(.5);

                    }
                }
            }

            & .r-tabs-state-active {
                .ue-tab-btn {
                    &::before {
                        
                        transform: translateX(-50%) scale(1) !important;
                    }
                }
            }

        }

        & .ue-item-content-layout {
            flex-direction: column !important;
        }

        & .ue-tecnologias {
            display: flex;
            padding-top: 25px;
            margin-top: 15px;
            border-top: 1px solid #E9E9F0;

            justify-content: space-between;

            & .ue-content-inclusos {
                width: 100%;

                max-width: 52%;
            }

            & .ue-content-opcionais {
                width: 100%;

                max-width: 40%;
            }

            & h3 {
                font-size: 20px;
                font-weight: 600;
            }

            & ul {
                margin: 0;
                list-style-position: inside;

                & li {
                    font-size: 15px;
                }
            }

        }
    }

    .formulario-contato {
        & .form-full,
        & .form-half,
        & .form-two-quarter,
        & .form-one-quarter {
            width: 100%;
        }
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
