div#smartbanner {
    display: none !important;
}

@media screen and (max-width:767px){
    .et_pb_section.header.et_pb_section_0.et_pb_with_background.et_section_regular.et_pb_section_sticky {
        display: none;
    }

    img.logotipo_cliente {
        display: none;
    }
}



@-webkit-keyframes fadeBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes fadeBottom {
    0% {
        opacity: 0;
        -moz-transform: translateY(10%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@-o-keyframes fadeBottom {
    0% {
        opacity: 0;
        -o-transform: translateY(10%);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}
@keyframes fadeBottom {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeRight {
    0% {
        opacity: 0;
        -o-transform: translateX(10%);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translateX(10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
}
@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
}
@-o-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(100%);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}
@-webkit-keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-60%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translatey(0);
    }
}
@-moz-keyframes fadeInTop {
    0% {
        opacity: 0;
        -moz-transform: translatey(-60%);
    }
    100% {
        opacity: 1;
        -moz-transform: translatey(0);
    }
}
@-o-keyframes fadeInTop {
    0% {
        opacity: 0;
        -o-transform: translatey(-60%);
    }
    100% {
        opacity: 1;
        -o-transform: translatey(0);
    }
}
@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translatey(-60%);
    }
    100% {
        opacity: 1;
        transform: translatey(0);
    }
}
@-webkit-keyframes fadeOutTop {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translatey(-60%);
    }
}
@-moz-keyframes fadeOutTop {
    0% {
        opacity: 1;
        -moz-transform: translatey(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translatey(-60%);
    }
}
@-o-keyframes fadeOutTop {
    0% {
        opacity: 1;
        -o-transform: translatey(0);
    }
    100% {
        opacity: 0;
        -o-transform: translatey(-60%);
    }
}
@keyframes fadeOutTop {
    0% {
        opacity: 1;
        transform: translatey(0);
    }
    100% {
        opacity: 0;
        transform: translatey(-60%);
    }
}
@-webkit-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translatey(60%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translatey(0);
    }
}
@-moz-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -moz-transform: translatey(60%);
    }
    100% {
        opacity: 1;
        -moz-transform: translatey(0);
    }
}
@-o-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -o-transform: translatey(60%);
    }
    100% {
        opacity: 1;
        -o-transform: translatey(0);
    }
}
@keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translatey(60%);
    }
    100% {
        opacity: 1;
        transform: translatey(0);
    }
}
@-webkit-keyframes fadeOutBottom {
    0% {
        opacity: 1;
        -webkit-transform: translatey(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translatey(60%);
    }
}
@-moz-keyframes fadeOutBottom {
    0% {
        opacity: 1;
        -moz-transform: translatey(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translatey(60%);
    }
}
@-o-keyframes fadeOutBottom {
    0% {
        opacity: 1;
        -o-transform: translatey(0);
    }
    100% {
        opacity: 0;
        -o-transform: translatey(60%);
    }
}
@keyframes fadeOutBottom {
    0% {
        opacity: 1;
        transform: translatey(0);
    }
    100% {
        opacity: 0;
        transform: translatey(60%);
    }
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-70%);
    }
}
@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(-70%);
    }
}
@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }
    100% {
        opacity: 0;
        -o-transform: translateX(-70%);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-70%);
    }
}
@-webkit-keyframes fadeTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeTop {
    0% {
        opacity: 0;
        -moz-transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeTop {
    0% {
        opacity: 0;
        -o-transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeTop {
    0% {
        opacity: 0;
        transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@-webkit-keyframes Grow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1, 0.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
    }
}
@-moz-keyframes Grow {
    0% {
        opacity: 0;
        -moz-transform: scale(1, 0.5);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1, 1);
    }
}
@-o-keyframes Grow {
    0% {
        opacity: 0;
        -o-transform: scale(1, 0.5);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1, 1);
    }
}
@keyframes Grow {
    0% {
        opacity: 0;
        transform: scale(1, 0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes slideWidth {
    0% {
        width: 0;
    }
}
@-moz-keyframes slideWidth {
    0% {
        width: 0;
    }
}
@-o-keyframes slideWidth {
    0% {
        width: 0;
    }
}
@keyframes slideWidth {
    0% {
        width: 0;
    }
}
@-webkit-keyframes gridFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-5%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translatey(0);
    }
}
@-moz-keyframes gridFadeIn {
    0% {
        opacity: 0;
        -moz-transform: translatey(-5%);
    }
    100% {
        opacity: 1;
        -moz-transform: translatey(0);
    }
}
@-o-keyframes gridFadeIn {
    0% {
        opacity: 0;
        -o-transform: translatey(-5%);
    }
    100% {
        opacity: 1;
        -o-transform: translatey(0);
    }
}
@keyframes gridFadeIn {
    0% {
        opacity: 0;
        transform: translatey(-5%);
    }
    100% {
        opacity: 1;
        transform: translatey(0);
    }
}
@-webkit-keyframes flipInX {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
a,
body,
div,
form,
h1,
h2,
h3,
html,
img,
li,
ol,
p,
q,
s,
span,
strong,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    line-height: 1;
    color: #666;
    background-color: #fff;
    font-family: open sans, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
    overflow: unset !important;
    border-top: 7px solid #39b24d;
    border-bottom: 7px solid #39b24d;
}
@media screen and (max-width:767px){
    body {
        border-top: 7px solid #3c3c3c;
        border-bottom: 7px solid #39b24d;
    }
}
ol {

    list-style: none;
}
:focus {
    outline: 0;
}
article {
    display: block;
}
body.page-template-page-template-blank-php #page-container {
    padding-top: 0 !important;
}
body.et_cover_background {
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background-position: top center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
}
a {
    color: #3c3c3c;
    text-decoration: none;
}
a:hover,
a:active {
    color: #4b4b4b;
    text-decoration: none;
}
p {
    padding-bottom: 1em;
    color: #3c3c3c;
}
strong {
    font-weight: 700;
}
sup {
    position: relative;
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    bottom: 0.8em;
}
h1,
h2,
h3 {
    padding-bottom: 10px;
    color: #333;
    font-weight: 500;
    line-height: 1em;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
input {
    -webkit-appearance: none;
}
input.text,
input.title,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
    padding: 2px;
    border: 1px solid #bbb;
    color: #4e4e4e;
    background-color: #fff;
}
input.text:focus,
input.title:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
    border-color: #2d3940;
    color: #3e3e3e;
}
input.text,
input.title,
input[type="text"],
select,
textarea {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.clear {
    clear: both;
}
#main-content {
    background-color: #fff;
}
.et_fixed_nav.et_show_nav #page-container {
    padding-top: 80px;
}
.et_pb_pagebuilder_layout .entry-content,
.et_pb_pagebuilder_layout .et_pb_post .entry-content {
    margin-bottom: 0 !important;
    padding-top: 0;
}
.page.et_pb_pagebuilder_layout #main-content {
    background-color: transparent;
}
@media all and (max-width: 980px) {
    #page-container,
    .et_fixed_nav.et_show_nav #page-container,
    .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
        padding-top: 80px;
    }
}
@font-face {
    font-family: ETmodules;
    src: url(core/admin/fonts/modules.eot);
    src: url(core/admin/fonts/modules.eot?#iefix) format("embedded-opentype"),
        url(core/admin/fonts/modules.ttf) format("truetype"), url(core/admin/fonts/modules.woff) format("woff"),
        url(core/admin/fonts/modules.svg#ETmodules) format("svg");
    font-weight: 400;
    font-style: normal;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2 {
    font-size: 23px;
}
.et_pb_number_counter,
.et_pb_portfolio_item,
.et_pb_post,
.et_pb_slide_description,
.et_pb_tab,
.et_pb_tabs_controls,
.et_pb_text,
.et_pb_toggle_content,
.et_pb_toggle_title,
.et_pb_widget,
.product {
    word-wrap: break-word;
}
.et_pb_row {
    position: relative;
    width: 80%;
    max-width: 1080px;
    margin: auto;
}
.et_pb_column {
    float: left;
    position: relative;
    z-index: 9;
    background-position: center;
    background-size: cover;
}
.et_pb_css_mix_blend_mode_passthrough {
    mix-blend-mode: unset !important;
}
.et_pb_counters .et_pb_counter_container,
.et_pb_module,
.et_pb_portfolio_item,
.et_pb_posts_nav a,
.et_pb_row,
.et_pb_row_inner,
.et_pb_slide,
.et_pb_tab,
.et_pb_with_background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.et_pb_image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    line-height: 0;
    display: block;
}
.et_pb_image .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%;
}
.et_pb_image img {
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.et_pb_image video {
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 100%;
}
.et_pb_image_sticky {
    display: inherit;
    margin-bottom: 0 !important;
}
.et_pb_row:after,
.et_pb_row_inner:after,
.et_pb_slides:after {
    display: block;
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
    line-height: 0;
    content: ".";
}
.et_pb_section,
.et_pb_slider .et_pb_slide {
    background-position: center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    background-size: cover;
}
.et_pb_text > :last-child {
    padding-bottom: 0;
}
.et_pb_text_inner {
    position: relative;
}
.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark h4,
.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark h6 {
    color: #3c3c3c;
}
.et_pb_text_align_left {
    text-align: left;
}
.et_pb_section {
    position: relative;
    background-color: #fff;
}
.et_pb_row .et_pb_column.et-last-child,
.et_pb_row .et_pb_column:last-child,
.et_pb_row_inner .et_pb_column.et-last-child,
.et_pb_row_inner .et_pb_column:last-child {
    margin-right: 0;
}
.et_pb_space {
    box-sizing: content-box;
    height: 23px;
    border: none;
}
.et_pb_divider_internal {
    display: inline-block;
    width: 100%;
}
.et_pb_divider {
    position: relative;
    margin: 0 0 30px;
}
.et_pb_divider:before {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eee;
    border-top-color: rgba(0, 0, 0, 0.1);
    content: "";
}
.et_pb_divider:after,
.et_pb_space:after {
    display: table;
    content: "";
}
.et_pb_module {
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
}
.et_pb_code_inner {
    position: relative;
}
.et-waypoint {
    opacity: 0;
}
@media all and (min-width: 981px) {
    .et_pb_gutters3 .et_pb_column,
    .et_pb_gutters3.et_pb_row .et_pb_column {
        margin-right: 5.5%;
    }
    .et_pb_gutters3 .et_pb_column_4_4,
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 {
        width: 100%;
    }
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
        margin-bottom: auto;
    }
    .et_pb_gutters3 .et_pb_column_3_4,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
        width: 73.625%;
    }
    .et_pb_gutters3 .et_pb_column_3_4 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module,
    .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module,
    .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_module {
        margin-bottom: 3.735%;
    }
    .et_pb_gutters3 .et_pb_column_2_3,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
        width: 64.833%;
    }
    .et_pb_gutters3 .et_pb_column_2_3 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module,
    .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module,
    .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_module {
        margin-bottom: 4.242%;
    }
    .et_pb_gutters3 .et_pb_column_1_2,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
        width: 47.25%;
    }
    .et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module,
    .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module,
    .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_module {
        margin-bottom: 5.82%;
    }
    .et_pb_gutters3 .et_pb_column_1_3,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
        width: 29.666%;
    }
    .et_pb_gutters3 .et_pb_column_1_3 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module,
    .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module,
    .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_module {
        margin-bottom: 9.27%;
    }
    .et_pb_gutters3 .et_pb_column_1_4,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
        width: 20.875%;
    }
    .et_pb_gutters3 .et_pb_column_1_4 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module,
    .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module,
    .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module,
    .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_module,
    .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
        margin-bottom: 0;
    }
    .et_pb_section {
        padding: 4% 0;
    }
    .et_pb_row {
        padding: 2% 0;
    }
    .et_pb_section .et_pb_row .et_pb_column .et_pb_module.et-last-child,
    .et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child,
    .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child,
    .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child,
    .et_pb_section.et_section_specialty
        .et_pb_row
        .et_pb_column
        .et_pb_row_inner
        .et_pb_column
        .et_pb_module.et-last-child,
    .et_pb_section.et_section_specialty
        .et_pb_row
        .et_pb_column
        .et_pb_row_inner
        .et_pb_column
        .et_pb_module:last-child {
        margin-bottom: 0;
    }
    .et_pb_row .et_pb_column.et-last-child,
    .et_pb_row .et_pb_column:last-child,
    .et_pb_row_inner .et_pb_column.et-last-child,
    .et_pb_row_inner .et_pb_column:last-child {
        margin-right: 0 !important;
    }
    .et_pb_row.et_pb_equal_columns,
    .et_pb_row_inner.et_pb_equal_columns,
    .et_pb_section.et_pb_equal_columns > .et_pb_row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        direction: ltr;
    }
    .et_pb_row.et_pb_equal_columns > .et_pb_column {
        order: 1;
    }
    .et_pb_section_sticky,
    .et_pb_section_sticky .et_pb_column_single,
    .et_pb_section_sticky .et_pb_row.et-last-child,
    .et_pb_section_sticky .et_pb_row:last-child,
    .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner.et-last-child,
    .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child {
        padding-bottom: 0 !important;
    }
}
@media all and (max-width: 980px) {
    .et_pb_column {
        width: 100% !important;
    }
    .et_pb_section {
        padding: 50px 0;
    }
    .et_pb_column .et_pb_row_inner,
    .et_pb_row {
        padding: 30px 0;
    }
    .et_pb_column {
        margin-bottom: 30px;
    }
    .et_pb_row.et-last-child .et_pb_column.et-last-child,
    .et_pb_row:last-child .et_pb_column:last-child {
        margin-bottom: 0;
    }
    .et_pb_section .et_pb_column .et_pb_module {
        margin-bottom: 30px;
    }
    .et_pb_row .et_pb_column .et_pb_module.et-last-child,
    .et_pb_row .et_pb_column .et_pb_module:last-child,
    .et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child,
    .et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child {
        margin-bottom: 0;
    }
    .et_pb_row_1-2_1-4_1-4,
    .et_pb_row_1-4_1-4,
    .et_pb_row_1-4_1-4_1-2,
    .et_pb_row_4col {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        overflow: hidden;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
    .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
    .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4,
    .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 {
        width: 47.25%;
        margin-right: 5.5%;
    }
    .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4:nth-child(odd),
    .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4:nth-child(even),
    .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4:nth-child(even),
    .et_pb_row_4col > .et_pb_column.et_pb_column_1_4:nth-child(even) {
        margin-right: 0;
    }
    .et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n + 2),
    .et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n + 2),
    .et_pb_row_4col .et_pb_column:nth-last-child(-n + 2) {
        margin-bottom: 0;
    }
    .et_always_center_on_mobile {
        margin-right: auto !important;
        margin-left: auto !important;
        text-align: center !important;
    }
    .et_pb_section .et_pb_row,
    .et_pb_section.et_section_specialty .et_pb_row {
        max-width: 1080px !important;
    }
}
@media all and (max-width: 479px) {
    .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
        width: 100%;
        margin: 0 0 30px;
    }
    .et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child,
    .et_pb_row .et_pb_column.et_pb_column_1_4:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .et_pb_column .et_pb_row_inner,
    .et_pb_row {
        padding: 0;
    }
    .et_pb_row {
        width: 90%;
    }
}

.et_animated {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
}
@-webkit-keyframes et_pb_fade {
    to {
        opacity: 1;
    }
}
@keyframes et_pb_fade {
    to {
        opacity: 1;
    }
}
.et_animated.fade {
    -webkit-animation-name: et_pb_fade;
    animation-name: et_pb_fade;
}
@-webkit-keyframes et_pb_fadeTop {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes et_pb_fadeTop {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes et_pb_fadeRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes et_pb_fadeRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes et_pb_fadeBottom {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes et_pb_fadeBottom {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes et_pb_fadeLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes et_pb_fadeLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes et_pb_slide {
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes et_pb_slide {
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.et_animated.slide {
    -webkit-animation-name: et_pb_slide;
    animation-name: et_pb_slide;
}
@-webkit-keyframes et_pb_slideTop {
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes et_pb_slideTop {
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes et_pb_slideRight {
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes et_pb_slideRight {
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.et_animated.slideRight {
    -webkit-animation-name: et_pb_slideRight;
    animation-name: et_pb_slideRight;
}
@-webkit-keyframes et_pb_slideBottom {
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes et_pb_slideBottom {
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes et_pb_slideLeft {
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes et_pb_slideLeft {
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.et_animated.slideLeft {
    -webkit-animation-name: et_pb_slideLeft;
    animation-name: et_pb_slideLeft;
}
@-webkit-keyframes et_pb_bounce {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes et_pb_bounce {
    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes et_pb_bounceTop {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        -webkit-transform: translate3d(0, -200px, 0);
        transform: translate3d(0, -200px, 0);
    }
    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes et_pb_bounceTop {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        -webkit-transform: translate3d(0, -200px, 0);
        transform: translate3d(0, -200px, 0);
    }
    60% {
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes et_pb_bounceRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }
    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes et_pb_bounceRight {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }
    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes et_pb_bounceBottom {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
    }
    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes et_pb_bounceBottom {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
    }
    60% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes et_pb_bounceLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes et_pb_bounceLeft {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0);
    }
    60% {
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes et_pb_zoom {
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes et_pb_zoom {
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes et_pb_zoomTop {
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes et_pb_zoomTop {
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes et_pb_zoomRight {
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes et_pb_zoomRight {
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes et_pb_zoomBottom {
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes et_pb_zoomBottom {
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes et_pb_zoomLeft {
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes et_pb_zoomLeft {
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes et_pb_flip {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0);
        transform: perspective(0) rotateX(0);
    }
}
@keyframes et_pb_flip {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0);
        transform: perspective(0) rotateX(0);
    }
}
.et_animated.flip {
    -webkit-animation-name: et_pb_flip;
    animation-name: et_pb_flip;
}
@-webkit-keyframes et_pb_flipTop {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0);
        transform: perspective(0) rotateX(0);
    }
}
@keyframes et_pb_flipTop {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0);
        transform: perspective(0) rotateX(0);
    }
}
@-webkit-keyframes et_pb_flipRight {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateY(0);
        transform: perspective(0) rotateY(0);
    }
}
@keyframes et_pb_flipRight {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateY(0);
        transform: perspective(0) rotateY(0);
    }
}
@-webkit-keyframes et_pb_flipBottom {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0);
        transform: perspective(0) rotateX(0);
    }
}
@keyframes et_pb_flipBottom {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0);
        transform: perspective(0) rotateX(0);
    }
}
@-webkit-keyframes et_pb_flipLeft {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateY(0);
        transform: perspective(0) rotateY(0);
    }
}
@keyframes et_pb_flipLeft {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateY(0);
        transform: perspective(0) rotateY(0);
    }
}
@-webkit-keyframes et_pb_fold {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateY(0);
        transform: perspective(0) rotateY(0);
    }
}
@keyframes et_pb_fold {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateY(0);
        transform: perspective(0) rotateY(0);
    }
}
@-webkit-keyframes et_pb_foldTop {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0);
        transform: perspective(0) rotateX(0);
    }
}
@keyframes et_pb_foldTop {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0);
        transform: perspective(0) rotateX(0);
    }
}
@-webkit-keyframes et_pb_foldRight {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateY(0);
        transform: perspective(0) rotateY(0);
    }
}
@keyframes et_pb_foldRight {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateY(0);
        transform: perspective(0) rotateY(0);
    }
}
@-webkit-keyframes et_pb_foldBottom {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0);
        transform: perspective(0) rotateX(0);
    }
}
@keyframes et_pb_foldBottom {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateX(0);
        transform: perspective(0) rotateX(0);
    }
}
@-webkit-keyframes et_pb_foldLeft {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateY(0);
        transform: perspective(0) rotateY(0);
    }
}
@keyframes et_pb_foldLeft {
    to {
        opacity: 1;
        -webkit-transform: perspective(0) rotateY(0);
        transform: perspective(0) rotateY(0);
    }
}
@-webkit-keyframes et_pb_roll {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}
@keyframes et_pb_roll {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}
@-webkit-keyframes et_pb_rollTop {
    from {
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}
@keyframes et_pb_rollTop {
    from {
        -webkit-transform-origin: top;
        transform-origin: top;
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}
@-webkit-keyframes et_pb_rollRight {
    from {
        -webkit-transform-origin: right;
        transform-origin: right;
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right;
        transform-origin: right;
    }
}
@keyframes et_pb_rollRight {
    from {
        -webkit-transform-origin: right;
        transform-origin: right;
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right;
        transform-origin: right;
    }
}
@-webkit-keyframes et_pb_rollBottom {
    from {
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}
@keyframes et_pb_rollBottom {
    from {
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}
@-webkit-keyframes et_pb_rollLeft {
    from {
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}
@keyframes et_pb_rollLeft {
    from {
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}
.clear {
    clear: both;
}
/* #bio_ep,
#bio_ep_bg {
    display: none !important;
} */
#smartbanner {
    position: relative !important;
}
#smartbanner_main {
    max-width: 430px !important;
}
@media only screen and (min-width: 1350px) {
    .et_pb_row {
        padding: 27px 0;
    }
    .et_pb_section {
        padding: 54px 0;
    }
}
.clear {
    clear: both;
}
.header {
    -webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.3);
    padding: 20px 0 10px !important;
}
.atendimento_header {
    width: 768px;
    float: right;
}
.atendimento_header div {
    float: left;
    padding: 10px 10px 5px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.atendimento_header div:nth-child(2) {
    margin-left: 4%;
}
.atendimento_header img,
.atendimento_footer img {
    display: block;
    float: left;
    margin-right: 15px;
}
.atendimento_header p,
.atendimento_footer p {
    font-size: 16px;
    display: inline-block;
    color: #3c3c3c;
}
.atendimento_header strong,
.atendimento_footer strong {
    font-size: 24px;
    display: block;
    margin-top: 3px;
}
.atendimento_header .atendimento_header-whatsapp a {
    display: inline-block;
    background: #39b24d;
    color: #fff;
    height: 38px;
    line-height: 35px;
    padding: 0 10px;
    margin-left: 10px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    top: -10px;
}
.atendimento_header .atendimento_header-whatsapp {
    width: 400px;
    color: #fff;
    background-size: cover;
    background-color: #636162;
    max-width: 100%;
}
.atendimento_header .atendimento_header-whatsapp p {
    color: #fff;
    line-height: 20px;
}
.atendimento_header .atendimento_header-central_vendas {
    width: 296px;
    color: #3c3c3c;
}
.atendimento_footer .atendimento_header-central_vendas {
    color: #3c3c3c;
}
.atendimento_footer .atendimento_header-whatsapp a,
.atendimento_footer .atendimento_header-whatsapp {
    color: #2f9f7c;
}
.atendimento_footer {
    display: flex;
    justify-content: center;
}
.atendimento_footer div {
    margin: 0 70px;
}
.box_atendimento_footer .et_pb_code {
    width: 100%;
}
.box_preco:before {
    content: "";
    display: block;
    width: 130px;
    height: 6px;
    margin: 0 auto;
    background: #3c3c3c;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.box_preco {
    background: #39b24d;
    position: relative;
    display: inline-block;
    padding: 23px 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.box_preco strong {
    display: block;
    color: #fff;
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 6px;
}
.box_preco small {
    font-size: 10px;
    line-height: 0;
    margin-top: 10px;
    display: block;
}
.box_preco sup {
    bottom: 1.5em;
    font-size: 20px;
}
.planos_home {
    width: 44%;
    margin: 0 15px;
    float: left;
    display: block;
}
.planos_home .box_preco {
    display: block;
}
.planos_home .box_preco:nth-child(2) {
    float: right;
}
.box_logos:before {
    content: "";
    display: block;
    width: 92%;
    height: 4px;
    margin: 0 auto;
    background: #39b24d;
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.box_logos {
    background: #fff;
    padding: 10px 30px 20px;
    top: -50px;
    z-index: 10 !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 24px 81px rgba(0, 0, 0, 0.35), 0 9px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000 !important;
}
#box_logos_container {
    display: flex;
}
#box_logos_container .et_pb_module {
    margin: 0 auto;
    float: left;
    padding: 0 13px;
}
.box_planos_precos .et_pb_column {
    -webkit-border-radius: 6px;
    border-radius: 0 30px;
    padding: 25px 0 6px;
}
.box_planos_precos .box_preco {
    width: calc(100% - 12px);
    margin: auto;
    display: block;
    border-radius: 0 32px;
    font-size: 16px;
    min-height: 150px;
    padding: 15px 10px;
}
.box_planos_precos .et_pb_text_inner {
    padding: 0 20px;
}
.box_planos_precos .box_preco strong {
    font-size: 30px;
}
.box_planos_precos .box_preco sup {
    bottom: 0.6em;
    font-size: 15px;
}
.form_rodape {
    margin-top: -112px !important;
}
.banner_topo .et-last-child {
    z-index: 999;
}
.formulario_orcamento_container {
    position: absolute;
    right: 0;
    z-index: 99999999;
    top: -100px;
}
.formulario_orcamento {
    width: 370px;
    background-color: #ececec;
    background-size: cover;
    padding: 30px 30px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 24px 81px rgba(0, 0, 0, 0.65), 0 9px 32px rgba(0, 0, 0, 0.4);
    box-shadow: 0 24px 81px rgba(0, 0, 0, 0.65), 0 9px 32px rgba(0, 0, 0, 0.4);
}
.formulario_orcamento h2 img {
    display: block;
    /* float: left; */
    margin: 0 auto;
}
.formulario_orcamento h2 br {
    display: none;
}
.formulario_orcamento h2 {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}
.formulario_orcamento h2 strong {
    font-weight: 700;
    display: block;
    font-size: 22px;
}
input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    height: 46px;
    padding: 10px;
    margin-bottom: 5px;
    border: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.formulario_meligue form {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.formulario_meligue input {
    margin: 4px;
}
@media screen and (max-width: 1230px) {
    .header .et_pb_image {
        text-align: center;
    }
    .header .et_pb_column {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .header .atendimento_header {
        float: none;
        width: 100%;
        margin-top: 40px;
    }
}
@media screen and (max-width: 980px) {
    .formulario_orcamento_container {
        position: relative;
        top: inherit;
    }
    .formulario_orcamento {
        width: 100%;
    }
    .atendimento_header div {
        width: 50% !important;
        margin: 0 !important;
        text-align: center;
    }
    .atendimento_header img,
    .atendimento_footer img {
        float: none;
        margin: 0 auto;
    }
    .atendimento_header p {
        display: block;
    }
    .atendimento_header a {
        top: 0 !important;
        margin-top: 10px;
    }
    .banner_topo h1,
    .banner_topo .et_pb_code_inner {
        text-align: center;
    }
    .atendimento_footer {
        text-align: center;
        display: block;
    }
    .atendimento_footer div {
        margin: 0;
    }
    .atendimento_footer div:nth-child(2) {
        margin-top: 20px;
    }
}
@media screen and (max-width: 770px) {
    #box_logos_container {
        display: block;
    }
}
@media screen and (max-width: 740px) {
    .precos_planos_home_esquerdo .box_preco {
        width: 100%;
        margin-bottom: 30px;
    }
    .formulario_meligue input[type="text"],
    .formulario_meligue input[type="submit"] {
        width: 100%;
        float: none;
        margin: 0 0 10px;
    }
}
@media screen and (max-width: 660px) {
    .atendimento_header div {
        width: 100% !important;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 390px) {
    .box_preco strong {
        font-size: 30px;
    }
    .box_preco sup {
        bottom: 0.6em;
        font-size: 15px;
    }
}
.et_pb_section_0 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.et_pb_column_12 {
    background-color: #fff;
}
.et_pb_section_4 {
    padding-top: 80px;
    padding-bottom: 150px;
    margin-top: 0;
}
.et_pb_divider_0 {
    max-width: 200px;
    height: 10px;
}
.et_pb_divider_0:before {
    border-top-color: #fff;
    border-top-width: 4px;
}
.et_pb_text_5 h2 {
    font-size: 36px;
}
.et_pb_text_5 {
    margin-bottom: 0 !important;
}
.et_pb_text_6 h2 {
    font-size: 48px;
}
.et_pb_text_6 {
    margin-top: 0 !important;
}
.et_pb_row_6 {
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
}
.et_pb_column_10 {
    background-color: #fff;
}
.et_pb_image_11 {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    text-align: center;
}
.et_pb_column_11 {
    background-color: #fff;
}
.et_pb_image_13 {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    text-align: center;
}
.et_pb_image_15 {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    text-align: center;
}
.et_pb_text_4 h3 {
    font-weight: 700;
    font-size: 24px;
    color: #39b24d !important;
}
.et_pb_column_13 {
    background-color: #fff;
}
.et_pb_image_17 {
    padding-bottom: 0;
    margin-bottom: 0 !important;
    text-align: center;
}
.et_pb_section_5 {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.et_pb_row_7 {
    /* background-image: url(../images/bgcontato.png); */
    max-width: 1200px !important;
}
.et_pb_section_6 {
    padding-top: 120px;
    padding-bottom: 10px;
    margin-top: 0;
}
.et_pb_section_6.et_pb_section {
    background-color: #eee !important;
}
.et_pb_image_19 {
    text-align: center;
}
.et_pb_text_11 h3 {
    font-weight: 700;
    font-size: 24px;
    color: #3c3c3c !important;
}
.et_pb_divider_1:before {
    border-top-color: rgba(0, 0, 0, 0.09);
    opacity: 0;
}
.et_pb_row_9.et_pb_row {
    margin-bottom: 20px !important;
    padding-bottom: 0;
}
.et_pb_image_20 {
    text-align: center;
}
div.et_pb_section.et_pb_section_4 {
    background-image: url(../images/bg-planos.jpg) !important;
}
.et_pb_section.et_pb_section_4::before {
    content: "";
    background-color: rgba(206, 28, 48,  0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.et_pb_section_0.et_pb_section {
    background-color: #fff !important;
}
.et_pb_row_1 {
    max-width: 1200px !important;
}
.et_pb_image_2 {
    margin-left: 0;
}
.et_pb_image_1 {
    margin-left: 0;
}
.et_pb_row_2 {
    max-width: 1200px !important;
}
.et_pb_section_2 {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.et_pb_text_0 h1 {
    font-family: open sans, Arial, sans-serif;
    font-weight: 400;
    width: 400px;
    max-width: 100%;
    font-size: 42px;
    color: #efefef;
}

h2.home-h2 {
    color: #efefef;
    width: 350px;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .et_pb_section.banner_topo.et_pb_section_1.et_pb_with_background.et_section_regular {
        padding-top: 50px;
    }
    .atendimento_header .atendimento_header-whatsapp a {
        margin-left: 0;
    }
    .et_pb_text_0 h1 {
        font-size: 24px;
    }
    .home-h2 {
        width: 200px;
        display: block;
        margin: 0 auto;
        font-size: 16px;
    }
    .formulario_orcamento {
        max-width: 100%;
        padding: 15px 10px 10px;
    }
    .formulario_orcamento h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .formulario_orcamento h2 img {
        display: block;
        margin-right: unset;
        margin: -8px auto 15px;
    }
    .formulario_orcamento h2 strong {
        font-size: 21px;
        margin-top: 6px;
    }
    .rodape-form {
        font-size: 12px;
    }
    .et_pb_text_4 h3 {
        font-size: 19px;
    }

    .et_pb_text_5 h2 {
        font-size: 25px;
    }

    .et_pb_text.et_pb_module.et_pb_bg_layout_dark.et_pb_text_align_left.et_animated.et_pb_text_6.fade h2 {
        font-size: 31px;
    }

    .et_pb_column .et_pb_row_inner,
    .et_pb_row {
        padding: 15px 0;
    }

    .et_pb_section .et_pb_column .et_pb_module {
        margin-bottom: 10px;
    }
    .et_pb_text_11 h3 {
        font-size: 18px;
    }
}

.et_pb_section_1 {
    padding-top: 130px;
    padding-bottom: 130px;
}
.et_pb_image_4 {
    margin-left: 0;
}
div.et_pb_section.et_pb_section_1 {
    background-image: url(../images/banner.jpg);
    overflow: hidden;
    position: relative;
    min-height: 560px;
}

.et_pb_column_1 {
    padding-top: 0;
    padding-bottom: 0;
}
.et_pb_image_0 {
    margin-top: 0;
    margin-left: 0;
}
.et_pb_column_0 {
    padding-top: 0;
    padding-bottom: 0;
}
.et_pb_row_0 {
    max-width: 1200px !important;
}
.et_pb_row_0.et_pb_row {
    padding-top: 0;
    padding-bottom: 0;
}
.et_pb_image_3 {
    margin-left: 0;
}
.et_pb_image_5 {
    margin-left: 0;
}
.et_pb_image_10 {
    margin-left: 0;
}
.et_pb_text_3 p {
    line-height: 1.5;
    font-size: 16px;
}
.et_pb_column_7 {
    padding-bottom: 0;
}
.et_pb_row_4.et_pb_row {
    margin-top: 40px;
    padding-bottom: 0;
}
.et_pb_image_9 {
    margin-left: 0;
}
.et_pb_image_9 .et_pb_image_wrap {
    /* box-shadow: 0 12px 18px -6px rgba(0, 0, 0, 0.3); */
    border-radius: 15px;
    overflow: hidden;
}
.et_pb_text_3 {
    line-height: 2.1em;
}
.et_pb_text_2 h3 {
    font-weight: 400;
    font-size: 34px;
    color: #39b24d;
}
.et_pb_image_6 {
    margin-left: 0;
}
.et_pb_text_1 h2 {
    text-transform: uppercase;
    font-size: 14px;
    color: #39b24d;
}
.et_pb_text_1 {
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 0;
}
.et_pb_section_3 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.et_pb_image_8 {
    margin-left: 0;
}
.et_pb_image_7 {
    margin-left: 0;
}
.et_pb_text_12.et_pb_text {
    color: #3c3c3c !important;
}
.et_pb_divider_0.et_pb_module {
    margin-left: auto !important;
    margin-right: auto !important;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #39b24d;
}
.carousel-indicators {
    bottom: -20px;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #39b24d;
    border-radius: 10px;
}
@media screen and (max-width: 1024px) {
    .et_pb_image img {
        position: relative;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .et_pb_image video {
        position: relative;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}
@media screen and (max-width: 780px) {
    #box_logos_container .et_pb_module {
        margin: 0 auto;
        float: unset;
    }
}
@media screen and (max-width: 767px) {
    .et_pb_image img {
        position: relative;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .et_pb_image video {
        position: relative;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    #box_logos_container .et_pb_module {
        margin: 0 auto;
        float: unset;
    }
    .et_pb_text_2 h3 {
        font-size: 23px;
    }
}
.form-group {
    margin-bottom: 0;
}
button.btn.btn-default {
    background-color: #39b24d;
    border: 1px solid #39b24d;
    margin-left: auto;
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
button.btn.btn-default:hover {
    background-color: #fff;
    border: 1px solid #3c3c3c;
    color: #3c3c3c;
}
button.btn.btn-pesquisar {
    background: #39b24d;
    border: 1px solid #39b24d;
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    height: auto;
    line-height: 32px;
    margin: 15px auto;
    display: inline-block;
}
button.btn.btn-pesquisar:hover {
    background-color: #fff;
    border: 1px solid #39b24d;
    color: #39b24d;
}
.form-control {
    height: 48px;
}
.bt-mobile {
    padding: 10px 5px;
    margin-top: 8px;
    width: 190px;
}
.form-control.contato_20 {
    width: 170px;
    display: inline;
}
.form-control.contato_10 {
    width: 50px;
    display: inline;
}

.box_logos.box_atendimento_footer.et_pb_row.et_pb_row_7 {
    padding: 10px 30px 10px;
    height: 75px;
}

@media screen and (max-width: 767px) {
    button.btn.btn-default {
        width: 100%;
    }
    .planos_home {
        width: 230px;
        max-width: 100%;
        margin: 20px auto 80px;
        float: none;
        display: block;
    }
    .precos_planos_home_esquerdo .box_preco {
        margin-bottom: 0px;
    }
    a.box_preco.btn-pesquisa.bt-mobile {
        margin-bottom: 20px;
    }
    .bt-mobile {
        width: 230px;
        max-width: 100%;
        margin: 20px auto 0;
        display: block;
    }
    .form-control.contato_20 {
        width: 100%;
    }
    .form-control.contato_10 {
        width: 100%;
    }
    button.btn.btn-pesquisar {
        margin: 15px auto 0;
        font-size: 13px;
    }
    .et_pb_image_wrap img.logotipo_cliente {
        margin-bottom: 0;
    }
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
    .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
        margin-bottom: 0;
    }
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.final_rodape {
        margin-bottom: 0;
    }
    h2,
    h3,
    p {
        text-align: center;
    }
    .box_logos.box_atendimento_footer.et_pb_row.et_pb_row_7 {
        height: auto;
    }
}
.carousel {
    position: relative;
    margin: 0 auto;
}

.box_planos_precos p {
    font-size: 16px;
}

.formulario form hr {
    margin: 10px 0;
}

.rodape-form {
    color: #fff;
}

input:focus {
    border: 2px solid rgba(24, 159, 201, 0.7) !important;
    transition: ease-in-out all 0.5s;
    /* azul*/
}

html {
    scroll-behavior: smooth;
}

.ligamos-titulo {
    text-align: center;
}

p.ligamos-subtitulo {
    font-size: 17px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .box_planos_precos .box_preco {
        width: 190px;
    }
    p.ligamos-subtitulo {
        font-size: 14px;
    }
    .areatopo,
    .atendimento_header .atendimento_header-whatsapp,
    .atendimento_header .atendimento_header-central_vendas {
        display: none;
    }
    #smartbanner_main {
        width: 61% !important;
    }
    .formulario_meligue input[type="text"],
    .formulario_meligue input[type="submit"] {
        margin: 5px 0;
    }
    .formulario_meligue input {
        margin: 5px 0;
    }
    .atendimento_footer p {
        font-size: 15px;
    }
    .economizar-p {
        font-size: 14px;
    }
    .economizar-strong {
        font-size: 16px;
    }
    .formulario_meligue .form-control.contato_10 {
        width: 18%;
        display: inline;
        float: left;
    }
    .formulario_meligue input.contato-ultimo[type="text"] {
        width: 80%;
        margin-left: auto;
        display: block;
    }
}

.box-quadrado {
    background-color: rgba(255, 255, 255, 0.72);
}

.et_pb_image .et_pb_image_wrap.desktop-video{
    display: block;
}

.et_pb_image .et_pb_image_wrap.mobile-video{
    display: none;
}
@media screen and (max-width: 767px) {
    .et_pb_image .et_pb_image_wrap.desktop-video{
        display: none;
    }
    
    .et_pb_image .et_pb_image_wrap.mobile-video{
        display: block;
    }
    div.et_pb_section.et_pb_section_1::before {
        content: "";
        background: linear-gradient(90deg, rgba(248, 18, 60,  58%), rgba(248, 18, 60, 38%));
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
}

p.rodape-form strong {
    color: #3c3c3c;
}

p.rodape-form {
    color: #3c3c3c;
    font-size: 22px;
    padding-bottom: 0;
}

p.rodape-form img {
    width: 70px;
    position: absolute;
    right: -40px;
    margin-top: -56px;
}

p.rodape-form strong {
    color: #39b24d;
}

p.btn-simule-msg {
    color: #3c3c3c;
    /* margin-left: 15px; */
    margin-top: 15px;
    font-size: 19px;
}

p.btn-simule-msg img {
    width: 50px;
    right: 0;
    margin-top: -23px;
}
/* 
h2.home-h2 {
    font-size: 19px;
    line-height: 28px;
    margin-top: 20px;
} */

#genius_btn {
    position: fixed;
    bottom: 0;
    right: 0;
}

#bio_ep select.form-control {
    border-width: 0 0 1px 0;
    border-color: #39b24d;
    border-radius: 0;
    padding: 0;
    box-shadow: unset;
}

#genius select.form-control:focus {
    border-color: #f7c83c;
    box-shadow: unset;
    
}

#genius_btn img {
    width: 100px;
}

#bio_ep {
    display: none;
    position: fixed;
    width: 600px;
    height: 450px;
    font-size: 16px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
    -webkit-transform: translateX(-50%) translateY(-50%) !important;
    -ms-transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.5);
    z-index: 10002;
}

#bio_ep .form_pesquisar2 {
    width: 40%;
}

#bio_ep h2 {
    color: #39b24d;
    font-size: 30px;
    text-shadow: 1px 1px 1px #9c8e81;
    text-align: center;
    margin-top: 20px;
}

#bio_ep p {
    font-size: 22px;
    color: #9c8e81;
    width: 400px;
}

.textopan {
    margin-top: 50px;
}

#bio_ep .form_pesquisar2 input {
    border: 0;
    padding: 10px;
    background: #ebebeb;
    color: #000;
    box-shadow: 1px 1px 1px #ebebeb;
    display: block;
    width: 100%;
}

#bio_ep .form_pesquisar2 button {
    background-color: #39b24d;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    margin-top: 10px;
}

#bio_ep #genius img {
    max-width: 100%;
}

#bio_ep .modal-dialog {
    width: 600px;
    margin: 13% auto;
}

#bio_ep .close {
    float: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 9px;
    color: #39b24d;
    opacity: 0.9;
    position: absolute;
    right: 12px;
    top: 14px;
}

#bio_ep .modal-body {
    position: relative;
    padding: 0 15px 15px;
}

#bio_ep .modal-content {
    border-radius: 0;
}

#bio_ep input[type="text"],
#bio_ep input[type="email"],
#bio_ep textarea {
    width: 100%;
    padding: 0px;
    margin-bottom: 5px;
    border: 0;
    border-bottom: 1px solid #39b24d;
    -webkit-border-radius: 6px;
    border-radius: 0;
    box-shadow: none;
}

#bio_ep .form-group {
    margin-bottom: 0;
    padding: 2px 5px;
}

#bio_ep button.btn.btn-pesquisar {
    background: #39b24d;
    border: 1px solid #39b24d;
    /* margin-left: auto; */
    margin: 0;
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    height: auto;
    line-height: 32px;
    border-radius: 0;
    width: 100%;
}

@media screen and (max-width:767px) {
    .secao-motivos .et_pb_row.et_pb_row_4 {
        width: 100%;
    }
    /*     .et_pb_column.et_pb_column_2_3.et_pb_column_8.et_pb_css_mix_blend_mode_passthrough.et-last-child.centro-margem {
        background-color: #ffffffdb;
    } */
}

.et_pb_section.et_pb_section_3.et_section_regular.secao-motivos {
    background-image: url(../images/mulher-sorrindo.jpg);
    /* background-color: #f5f5f5; */
    background-repeat: no-repeat;
}

.secao-motivos .et_pb_code_inner {
    border-radius: 7px;
    padding: 0px 8px 10px;
}

.secao-motivos .et_pb_module.et_pb_image.et_pb_image_1.et_always_center_on_mobile {
    margin-bottom: 0;
}

.secao-motivos h2 .et_pb_section {
    padding: 0;
}

.secao-motivos h2 {
    color: #011f47;
    font-size: 28px;
    width: auto;
    max-width: 100%;
    font-weight: 800;
    text-align: center;
    margin: 0 auto 10px;
}

.secao-motivos h3 {
    color: #39b24d;
    font-size: 18px;
    line-height: 16px;
}

.secao-motivos h3.subtitulo {
    color: #39b24d;
    font-size: 16px;
    margin: 20px 0 2px;
    line-height: 16px;
    font-weight: 600;
}

.secao-motivos .item h3 {
    color: #39b24d;
    font-size: 18px;
    line-height: 16px;
}

.secao-motivos p {
    font-size: 16px;
    line-height: 20px;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

.secao-motivos .item {
    margin: 30px 0;
}

.secao-motivos .item img {
    width: 50px;
    max-width: 100%;
    margin: 0 20px 0 0;
    /* clear: both; */
    float: left;
}

@media screen and (max-width:767px) {
    .secao-motivos .item img {
        width: 50px;
        max-width: 100%;
        margin: 20px auto 10px;
        /* clear: both; */
        float: unset;
    }
}

.secao-motivos .et_pb_column.et_pb_column_2_3.et_pb_column_8.et_pb_css_mix_blend_mode_passthrough.et-last-child.centro-margem {
    padding: 10px 0 10px;
}

@media screen and (max-width:767px) {
    .secao-motivos h2 {
        font-size: 25px;
        width: 270px;
        margin: 0 auto;
    }
    .secao-motivos h3 {
        text-align: center;
    }
    .secao-motivos h3.subtitulo {
        text-align: center;
    }
    .secao-motivos .item h3 {
        text-align: center;
        width: 220px;
        margin: 0 auto;
    }
    .secao-motivos p {
        text-align: center;
    }
}

.secao-motivos .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 400px;
}

.secao-motivos .carousel-indicators {
    bottom: -40px;
}

.secao-motivos .carousel-indicators .active {
    background-color: #3cc3db;
    border: 1px solid #fff;
}

.secao-motivos a.box_preco.btn-pesquisa.bt-mobile {
    display: block;
    margin: 0 0 20px;
}

.secao-motivos .col-md-6 {
    padding: 0;
}

.clear {
    clear: both;
}

@media screen and (max-width: 767px) {
    .secao-motivos a.box_preco.btn-pesquisa.bt-mobile {
        display: block;
        margin: 0 auto 20px;
    }
    .secao-motivos h2 {
        font-size: 25px;
    }
}

.duvidas h2, .duvidas h3 {
    color: #fff;
}

/* ==========================================================================
   CUSTOM UNI-HOSP / LEME / ALFA LANDING PAGE STYLES
   ========================================================================== */

/* Custom Header Styling */
.logo-container-header a {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 5px;
}
.logo-container-header img {
    height: auto;
    max-height: 65px;
    max-width: 170px;
    object-fit: contain;
    transition: all 0.3s ease;
}
.logo-container-header img:hover {
    transform: scale(1.05);
}

.atendimento_header-custom {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    padding: 8px 12px !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.atendimento_header-custom:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-color: #39b24d;
}
.atendimento_header-custom img {
    margin-right: 10px !important;
    float: none !important;
    width: 32px;
    height: 32px;
}
.atendimento_header-custom p {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    color: #4b4b4b !important;
}
.atendimento_header-custom strong {
    font-size: 18px !important;
    margin-top: 2px !important;
    color: #333 !important;
}
.atendimento_header-custom .bt_whats_header {
    background: #25d366;
    color: #fff !important;
    font-weight: 700;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 6px;
    margin-left: 12px;
    text-transform: uppercase;
    transition: background 0.2s ease;
    display: inline-block;
}
.atendimento_header-custom .bt_whats_header:hover {
    background: #1ebe57;
    text-decoration: none;
}
.atendimento_header-comercial {
    border-left: 4px solid #39b24d;
}
.atendimento_header-financeiro {
    border-left: 4px solid #ed3424;
}

@media screen and (max-width: 991px) {
    .logo-container-header a {
        justify-content: center;
        margin-bottom: 15px;
    }
    .atendimento_header {
        width: 100% !important;
        float: none !important;
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .atendimento_header div:nth-child(2) {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .atendimento_header {
        flex-direction: column;
        align-items: center;
    }
    .atendimento_header-custom {
        width: 100%;
        max-width: 350px;
        justify-content: space-between;
    }
}

/* Custom Carousel Styles */
#banner-carousel.banner_topo {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    min-height: 640px;
    height: auto;
}
#banner-carousel .item {
    min-height: 640px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 30px 0;
}
.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
/* Banner 1: UniHosp gradient green-red */
.overlay-unihosp {
    background: linear-gradient(90deg, rgba(57, 178, 77, 0.75) 0%, rgba(57, 178, 77, 0.45) 50%, rgba(237, 52, 36, 0.25) 100%);
}
/* Banners 2 and 3: Natural dark overlay to keep text readable without blue filter */
.overlay-natural {
    background: rgba(0, 0, 0, 0.55);
}

.slide-content-container {
    position: relative;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 20px;
}
.logo-slide-wrapper {
    margin-bottom: 20px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 16px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.logo-uni-hosp-slide,
.logo-alfa-slide,
.logo-leme-slide {
    max-height: 40px;
    width: auto;
}
.slide-title {
    font-size: 34px !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 1.25 !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    max-width: 90%;
}
.highlight-green {
    color: #a4ffb6 !important;
}
.highlight-orange {
    color: #ff9f75 !important;
}
.slide-subtitle {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #f1f1f1 !important;
    line-height: 1.5 !important;
    margin-bottom: 25px !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    max-width: 85%;
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 420px;
}

.cta-box-slide {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 100%;
    max-width: 320px;
    border-top: 5px solid #39b24d;
}
.slide-2 .cta-box-slide {
    border-top: 5px solid #011f47;
}
.slide-3 .cta-box-slide {
    border-top: 5px solid #f05d27;
}

.cta-box-slide h3 {
    font-size: 20px !important;
    color: #333 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    line-height: 1.3 !important;
}
.cta-box-slide h3 strong {
    color: #39b24d;
}
.slide-2 .cta-box-slide h3 strong {
    color: #011f47;
}
.slide-3 .cta-box-slide h3 strong {
    color: #f05d27;
}

.cta-text {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.4;
}

.btn-cta-whatsapp {
    background-color: #25d366;
    color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 8px;
    border: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
    width: 100%;
}
.btn-cta-whatsapp:hover {
    background-color: #1ebe57;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(37, 211, 102, 0.4);
}

.btn-simular-custom {
    background: #39b24d !important;
    border-color: #39b24d !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 8px 12px !important;
    height: auto !important;
    border-radius: 6px !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
}
.btn-simular-custom:hover {
    background: #2e8f3e !important;
    border-color: #2e8f3e !important;
    transform: translateY(-1px);
}

#banner-carousel .formulario_orcamento_container {
    position: relative;
    right: auto;
    top: 0;
    margin: 0 auto;
    z-index: 10;
}
#banner-carousel .formulario_orcamento {
    width: 100%;
    max-width: 370px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    border-top: 5px solid #ed3424;
    padding: 14px 16px 10px;
}
#banner-carousel .formulario_orcamento h2 {
    font-size: 14px;
    padding-bottom: 6px;
    margin-bottom: 8px;
    line-height: 1.3;
}
#banner-carousel .formulario_orcamento h2 img {
    max-height: 34px !important;
    padding: 2px !important;
    margin-bottom: 4px !important;
}
#banner-carousel .formulario_orcamento .form-group {
    margin-bottom: 8px !important;
}
#banner-carousel .formulario_orcamento input.form-control,
#banner-carousel .formulario_orcamento select.form-control {
    height: 36px;
    padding: 6px 10px;
    font-size: 13px;
    margin-bottom: 0;
}
#banner-carousel .formulario_orcamento .btn-simular-custom {
    padding: 7px 12px !important;
    font-size: 14px !important;
}
#banner-carousel .formulario_orcamento .form-security-msg {
    font-size: 11px;
    margin: 4px 0 0;
}
#banner-carousel .formulario_orcamento hr {
    margin: 6px 0 !important;
}
#banner-carousel .formulario_orcamento .rodape-form {
    font-size: 11px;
    margin-bottom: 0;
    line-height: 1.3;
}
#banner-carousel .slide-right {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

/* Fixes for carousel controls */
#banner-carousel .carousel-control {
    z-index: 20;
    width: 8%;
    pointer-events: auto;
}
#banner-carousel .carousel-control.left,
#banner-carousel .carousel-control.right {
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
#banner-carousel .carousel-control .fa {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.25);
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#banner-carousel .carousel-control:hover .fa {
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 991px) {
    #banner-carousel.banner_topo,
    #banner-carousel .item {
        min-height: auto;
    }
    #banner-carousel.carousel-fade .carousel-inner {
        min-height: 0;
    }
    #banner-carousel.carousel-fade .carousel-inner > .item {
        position: relative;
        min-height: auto;
        display: none !important;
        opacity: 1;
    }
    #banner-carousel.carousel-fade .carousel-inner > .item.active {
        display: block !important;
        position: relative;
    }
    .slide-left {
        text-align: center !important;
        margin-bottom: 30px;
    }
    .slide-title {
        font-size: 28px !important;
        max-width: 100%;
    }
    .slide-subtitle {
        font-size: 16px !important;
        max-width: 100%;
    }
    .flex-column-center {
        min-height: auto;
        margin-top: 10px;
    }
}

/* ==========================================================================
   NEW PREMIUM STYLES (CAROUSEL FADE, BROCHURE CARD, VIVAZ, FAMILY PRICE TABLE, AECA)
   ========================================================================== */

/* Premium Carousel Fade Transition (banner only) */
#banner-carousel.carousel-fade .carousel-inner {
    position: relative;
    min-height: 640px;
}
#banner-carousel.carousel-fade .carousel-inner > .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 640px;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    z-index: 0;
    display: block !important;
}
#banner-carousel.carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    z-index: 2;
}
#banner-carousel.carousel-fade .carousel-inner > .item.active.left,
#banner-carousel.carousel-fade .carousel-inner > .item.active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
#banner-carousel.carousel-fade .carousel-inner > .item.next,
#banner-carousel.carousel-fade .carousel-inner > .item.prev {
    display: block !important;
    opacity: 0;
    z-index: 1;
}
#banner-carousel.carousel-fade .carousel-inner > .item.next.left,
#banner-carousel.carousel-fade .carousel-inner > .item.prev.right {
    opacity: 1;
    z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    #banner-carousel.carousel-fade .carousel-inner > .item,
    #banner-carousel.carousel-fade .carousel-inner > .item.next,
    #banner-carousel.carousel-fade .carousel-inner > .item.active.right,
    #banner-carousel.carousel-fade .carousel-inner > .item.prev,
    #banner-carousel.carousel-fade .carousel-inner > .item.active.left,
    #banner-carousel.carousel-fade .carousel-inner > .item.next.left,
    #banner-carousel.carousel-fade .carousel-inner > .item.prev.right,
    #banner-carousel.carousel-fade .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
}

/* Card Plan Details (Brochure Card) */
.card-plan-details {
    background: #ffffff;
    border: 2px solid #39b24d;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    margin-top: 15px;
    text-align: left;
}
.card-header-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}
.card-logo-unihosp {
    max-height: 42px;
    width: auto;
    object-fit: contain;
}
.card-logo-alfa {
    max-height: 48px;
    width: auto;
    object-fit: contain;
}
.card-brochure-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #011f47 !important;
    text-align: center;
    margin: 5px 0 10px 0 !important;
    line-height: 1.4 !important;
}
.card-brochure-subtitle {
    font-size: 13.5px;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}
.card-brochure-subtitle i {
    color: #39b24d;
    margin-right: 4px;
}
.card-brochure-badge {
    background: #39b24d;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    padding: 7px 15px;
    border-radius: 6px;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 22px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(57, 178, 77, 0.2);
}
.card-categories-wrapper {
    margin-bottom: 20px;
}
.card-category-box {
    margin-bottom: 15px;
}
.card-category-box h4 {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: #011f47;
    padding: 6px 12px;
    border-radius: 4px;
    margin: 0 0 8px 0 !important;
    display: flex;
    align-items: center;
    gap: 8px;
}
.card-category-box h4 i {
    font-size: 14px;
}
.card-category-box ul {
    list-style: none;
    padding: 0 5px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
}
.card-category-box ul li {
    font-size: 13px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}
.card-category-box ul li i {
    color: #39b24d;
    font-size: 14px;
}
.card-footer-price {
    font-size: 22px;
    font-weight: 800;
    color: #ed3424;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

/* Vivaz Tags Styling */
.vivaz-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.vivaz-container--horizontal {
    justify-content: flex-start;
}
@media (min-width: 992px) {
    .vivaz-container--horizontal {
        justify-content: flex-end;
    }
}
.vivaz-tag {
    background: #eefbee;
    color: #2e8f3e;
    border: 1px solid #d4f2d4;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.vivaz-tag i {
    font-size: 13px;
}
.vivaz-banner {
    border-left: 4px solid #39b24d;
    margin-top: 20px;
}
.vivaz-banner-intro {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.vivaz-banner-intro h4 {
    font-size: 18px;
    font-weight: 700;
    color: #011f47;
    margin: 0 0 8px 0;
}
.vivaz-banner-intro p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

/* Section intro badges */
.badge-projeto-aeca {
    display: inline-block;
    background: #39b24d;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    padding: 6px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}
.section-intro {
    margin-bottom: 35px;
}
.section-intro h2 {
    font-size: 28px;
    font-weight: 800;
    color: #011f47;
    margin-bottom: 10px;
}
.secao-motivos .section-intro h2 {
    width: auto;
    max-width: 100%;
    margin: 0 auto 10px;
    text-align: center;
    color: #011f47;
    font-size: 28px;
    font-weight: 800;
}
.section-subtitle {
    font-size: 15px;
    color: #666;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Brochure intro */
.secao-brochure {
    padding: 50px 0;
    background: #f8fafc;
}
.brochure-title {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #011f47 !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
}
.brochure-lead {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}
.brochure-seal-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}
.aeca-circular-seal-wrapper {
    background: #fff;
    border: 8px solid #fff;
    border-radius: 50%;
    padding: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.aeca-circular-seal {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: block;
}
.badge-plano-adesao {
    background: #39b24d;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    padding: 6px 16px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
}
.projeto-alfa-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.projeto-alfa-text {
    font-size: 24px;
    font-weight: 900;
    color: #1c1c1c;
}
.sunray {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.sunray span {
    background: #ed3424;
    height: 3px;
    border-radius: 2px;
}
.sunray span:nth-child(1) { width: 14px; transform: rotate(-25deg); }
.sunray span:nth-child(2) { width: 20px; }
.sunray span:nth-child(3) { width: 14px; transform: rotate(25deg); }
.sunray-right span:nth-child(1) { transform: rotate(25deg); }
.sunray-right span:nth-child(3) { transform: rotate(-25deg); }

/* Hospital directory */
.secao-hospitais {
    padding: 50px 0;
    background: #fff;
}
.hospital-directory-grid {
    margin-top: 10px;
}
.bg-directory-navy {
    background: #011f47;
    color: #fff;
    padding: 14px 18px;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bg-directory-navy h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff !important;
}
.bg-directory-navy h4 i {
    margin-right: 8px;
}
.directory-count {
    background: #fff;
    color: #011f47;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
}
.directory-list-box {
    border: 1px solid #e2e8f0;
    border-top: none;
    border-radius: 0 0 12px 12px;
    padding: 15px;
    background: #f8fafc;
    max-height: 500px;
    overflow-y: auto;
}
.directory-item-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 12px;
    transition: all 0.2s ease;
}
.directory-item-card:last-child {
    margin-bottom: 0;
}
.directory-item-card:hover {
    border-color: #39b24d;
    transform: translateX(4px);
}
.directory-item-icon {
    font-size: 28px;
    color: #39b24d;
    flex-shrink: 0;
}
.directory-item-icon-blue {
    color: #39b24d;
}
.directory-item-card h5 {
    font-size: 15px;
    font-weight: 700;
    color: #1c1c1c;
    margin: 0 0 4px 0;
}
.directory-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
}
.directory-badge-green {
    background: #eefbee;
    color: #2d8c3c;
}
.directory-badge-blue {
    background: #eff6ff;
    color: #1d4ed8;
}

/* Benefits grid */
.secao-motivos,
.et_pb_section.et_pb_section_3.et_section_regular.secao-motivos {
    background-image: none !important;
    background-color: #f8fafc !important;
    padding-bottom: 50px;
}
.benefits-grid {
    margin-bottom: 5px;
}
.benefit-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}
.benefit-card:hover {
    border-color: #39b24d;
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}
.benefit-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 15px;
}
.benefit-icon-green {
    background: #eefbee;
    color: #39b24d;
}
.benefit-icon-red {
    background: #fff1f2;
    color: #ed3424;
}
.benefit-icon-yellow {
    background: #fdf2f2;
    color: #d97706;
}
.benefit-card h4 {
    font-size: 17px;
    font-weight: 700;
    color: #011f47;
    margin-bottom: 10px;
}
.benefit-card p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Price Table Section */
.section-header-prices {
    text-align: center;
    margin-bottom: 35px;
}
.section-header-prices h2 {
    font-size: 32px;
    font-weight: 800;
    color: #39b24d;
    margin-bottom: 5px;
}
.section-header-prices h3 {
    font-size: 20px;
    font-weight: 600;
    color: #011f47;
    margin-bottom: 8px;
}
.section-header-prices p {
    font-size: 15px;
    font-weight: 500;
    color: #666;
    margin: 0;
}
.price-section-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.price-section-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.price-section-row .highlights-box-wrapper {
    margin-top: 0;
    flex: 1;
    height: 100%;
    flex-direction: column;
    display: flex;
    gap: 15px;
}
.price-section-row .highlight-item-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.price-section-row .sports-collage-wrapper {
    flex: 1;
    display: flex;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #39b24d;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.price-section-row .sports-collage-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    border-radius: 0;
}
.price-section-row .price-table-card {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.price-table-card {
    background: #ffffff;
    border: 2px solid #39b24d;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.table-price-custom {
    margin-bottom: 0 !important;
    flex: 1;
}
.table-price-custom th {
    background-color: #39b24d;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding: 12px !important;
    border: none !important;
    text-align: center;
}
.table-price-custom td {
    padding: 12px !important;
    font-size: 14px;
    border-top: 1px solid #f2f2f2 !important;
    vertical-align: middle !important;
    text-align: center;
}
.table-price-custom tbody tr:nth-child(even) {
    background-color: #fcfdfc;
}
.price-highlight {
    color: #39b24d;
    font-size: 18px;
    font-weight: 800;
}
.highlights-box-wrapper {
    display: flex;
    gap: 15px;
}
.highlight-item-box {
    flex: 1;
    background: #011f47;
    border-radius: 10px;
    padding: 18px 14px;
    text-align: center;
    color: #fff;
}
.highlight-item-box span {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.highlight-item-box strong {
    display: block;
    font-size: 26px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 12px;
}
.highlight-item-box strong sup {
    font-size: 14px;
    top: -0.6em;
}
.btn-simule-highlight,
.btn-simule-cta {
    background: #39b24d;
    border: none;
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 16px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: all 0.2s ease;
    display: block;
    text-decoration: none !important;
}
.highlight-item-box .btn-simule-highlight {
    margin-top: auto;
}
.btn-simule-cta {
    margin-top: 16px;
}
.btn-simule-highlight:hover,
.btn-simule-cta:hover {
    background: #2d8c3c;
    color: #fff !important;
    transform: translateY(-1px);
}

/* AECA Section */
.aeca-section {
    padding: 60px 0;
    background: #f8fafc;
}
.aeca-highlight {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    line-height: 1.5 !important;
}
.aeca-logo-card {
    max-width: 280px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(57, 178, 77, 0.22);
    border: 5px solid #39b24d;
    padding: 15px;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.aeca-logo-card:hover {
    transform: scale(1.06) rotate(2deg);
}

@media (max-width: 767px) {
    .highlights-box-wrapper {
        flex-direction: column;
    }
    .brochure-seal-row {
        justify-content: center;
        text-align: center;
    }
    .brochure-badges {
        width: 100%;
    }
    .vivaz-banner-intro {
        margin-bottom: 15px;
    }
    .card-header-logos {
        flex-direction: column;
        gap: 10px;
    }
    .card-plan-details {
        padding: 15px;
    }
    .card-category-box ul {
        flex-direction: column;
        gap: 5px;
    }
    .brochure-title {
        font-size: 26px !important;
    }
}

/* Banner form extras */
.form-security-msg {
    font-size: 12px;
    color: #64748b;
    margin: 8px 0 0;
}
.form-security-msg .fa-lock {
    color: #39b24d;
    margin-right: 4px;
}

/* Floating WhatsApp */
.floating-whats-fab {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
    transition: transform 0.2s ease;
    text-decoration: none;
}
.floating-whats-fab .fa-whatsapp {
    color: #fff;
    font-size: 34px;
    line-height: 1;
}
.floating-whats-fab:hover {
    transform: scale(1.08);
    text-decoration: none;
}
.floating-whats-fab:hover .fa-whatsapp {
    color: #fff;
}

