/* Minification failed. Returning unminified contents.
(441,1): run-time error CSS1019: Unexpected token, found '@'
(441,2): run-time error CSS1019: Unexpected token, found '@keyframes'
(442,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(575,23): run-time error CSS1038: Expected hex color, found '#fff0'
(593,23): run-time error CSS1038: Expected hex color, found '#fff0'
(778,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(779,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(966,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(967,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
form .input {
    margin: 20px 0;
}

form label {
    font-weight: 700;
    display: inline;
    font-size: 12px
}

form .flex-fields {
    display: flex
}

    form .flex-fields .input.left {
        margin: 0;
        padding-right: 8px;
        flex: 1
    }

    form .flex-fields .input.right {
        margin: 0;
        padding-left: 8px;
        flex: 1
    }

form .input input[type=text],
form .input input[type=email],
form .input input[type=tel],
form .input select,
form .input input[type=password] {
    width: 100%
}

form .input input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

form .input input[readonly] {
    background: #eeeeee;
    cursor: default;
    border: 1px solid #d3d3d3;
    color: #666;
}

form input[disabled] {
    cursor: default;
    opacity: 0.5
}

    form input[disabled]:hover {
        background: #ff0109;
    }

form input.error,
form select.error,
form textarea.error,
form input.input-validation-error {
    color: #ce3e41;
    border: 1px solid #e86365;
    background-color: rgba(232,99,101,.3);
}

form input.valid,
form select.valid,
form textarea.valid {
    color: #167c0d;
    border: 1px solid #24951a;
    background-color: #e8fae6;
}

form label.error,
form span.field-validation-error {
    background: #e86365;
    color: #fff;
    font-weight: normal;
    padding: 0 5px;
    width: 100%;
    border-radius: 3px;
    display: inline-block;
    margin: 0;
    border: 0;
}

form .input input[type=checkbox] {
    float: left;
    margin: 3px 0;
}

    form .input input[type=checkbox] + label {
        margin-left: 5px
    }

form .form-row {
    display: flex;
    margin: 20px -5px;
}

    form .form-row .input {
        flex: 1;
        margin: 0px 5px;
    }

@media screen and (max-width:480px) {
    form .form-row {
        display: block;
    }

        form .form-row .input {
            margin: 20px 5px;
        }
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

.quotation-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


.close {
    font-size: 36px;
    opacity: 0.5;
}

.modal-dialog {
}

    .modal-dialog.modal-dialog-centered {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: calc(100% - 4rem);
    }

.modal.fade.show .modal-dialog {
    transform: none;
}

.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 8px;
}

main {
    background: #f5f5f5;
}

/*quotation box*/
.orcamento-box {
    padding-top: 20px;
    padding-bottom: 33px;
}

    .orcamento-box h1 {
        color: #3c3c3c;
        font-size: 2.2em;
        text-align: center;
    }

    .orcamento-box h2 {
        margin-bottom: 18px;
    }

    .orcamento-box .passos li {
        display: flex;
        align-items: center;
        font-size: 14px;
        margin: 7px 0;
    }

        .orcamento-box .passos li span {
            flex: none;
            font-size: 14px;
            margin-right: 7px;
            font-weight: 700;
            background: #e4e4e4;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #bc4902;
        }

.orcamento-form {
}

    .orcamento-form .modal-header {
        text-align: center;
        border-bottom: 1px solid #e9ecef;
    }

        .orcamento-form .modal-header h2 {
            font-size: 27px;
            font-weight: bold;
        }

    .orcamento-form .quotation-attachment {
        background: #f3f3f3;
        padding: 15px;
        border-radius: 11px;
        margin-bottom: 20px;
    }

    .orcamento-form label {
        font-size: 15px
    }

    .orcamento-form textarea {
        margin-bottom: -3px;
        height: auto;
        resize: none;
        padding: 7px 5px 7px 7px
    }

    .orcamento-form .lgpd {
        font-size: 13px
    }

    .orcamento-form .send-quotation-button {
        border: 0;
        width: 100%;
        height: 45px;
        padding: 0
    }

        .orcamento-form .send-quotation-button[disabled] {
            cursor: default;
            background: #87c19d;
        }

.quotation-box {
    display: none;
}

    .quotation-box.active {
        display: block;
    }

    .quotation-box.success {
        text-align: center
    }

        .quotation-box.success h3 {
            margin: 25px 0;
            font-size: 20px;
            width: 65%;
        }

        .quotation-box.success .next-steps {
            margin: 15px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }


            .quotation-box.success .next-steps a {
                margin: 10px;
                width: 190px;
                height: 45px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

.next {
    border: 0;
    width: 100%;
    height: 45px;
}

    .next[disabled] {
        cursor: default;
        background: #87c19d;
    }

.back {
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
    color: #428bca;
    background: #fff
}

/*carousel*/
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 0;
    margin-top: 15px;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

    .owl-carousel .owl-stage-outer .slide-item img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 12px
    }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

@@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/Themes/FormulaCertaTheme/Content/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            font-weight: 700
        }

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    height: 55px
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

    .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 10px
    }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

    .owl-theme .owl-dots .owl-dot span {
        width: 15px;
        height: 15px;
        margin: 5px 15px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #869791
    }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 25px;
    top: 50%;
    background-color: #fff0;
    font-size: 3em;
    margin: 0;
    color: #555;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -25px;
    top: 50%;
    background-color: #fff0;
    font-size: 3em;
    margin: 0;
    color: #555;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.loading-placeholder-customer-reviews {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eeeeee;
    height: 97px;
    margin-top: 15px
}

/* Hero Section */
.hero {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

    .hero::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
        background: linear-gradient(135deg, #ff0109 0%, #c0392b 100%);
        clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
        z-index: 1;
    }

    .hero .quotation-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
        position: relative;
        z-index: 2;
    }

    .hero .content {
        max-width: 600px;
    }

    .hero .subtitle {
        color: #ff0109;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 20px;
        display: block;
    }

    .hero h2 {
        font-size: 48px;
        font-weight: 700;
        color: #2c3e50;
        line-height: 1.2;
        margin-bottom: 30px;
        letter-spacing: -1px;
    }

    .highlight {
        color: #25d366;
        position: relative;
    }

    .hero .description {
        font-size: 18px;
        color: #5a6c7d;
        line-height: 1.7;
        margin-bottom: 40px;
    }

.cta-container {
    margin-bottom: 40px;
}

.whatsapp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #25d366 0%, #1da851 100%);
    color: white;
    padding: 18px 36px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
    position: relative;
    overflow: hidden;
}

    .whatsapp-button::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
        transition: left 0.5s;
    }

    .whatsapp-button:hover::before {
        left: 100%;
    }

    .whatsapp-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 35px rgba(37, 211, 102, 0.4);
    }

    .whatsapp-button.secondary {
        background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
        color: #25d366;
        border: 2px solid #25d366;
        box-shadow: 0 8px 25px rgba(37, 211, 102, 0.15);
    }

        .whatsapp-button.secondary:hover {
            background: linear-gradient(135deg, #25d366 0%, #1da851 100%);
            color: white;
        }

.benefits {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #2c3e50;
}

.benefit-icon {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #25d366 0%, #1da851 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
}

.image-container {
    position: relative;
    text-align: center;
}

    .image-container img {
        width: 100%;
        max-width: 500px;
        height: auto;
        border-radius: 20px;
        box-shadow: 0 20px 60px rgba(0,0,0,0.15);
        position: relative;
        z-index: 2;
    }

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e3f2fd 100%);
    padding: 80px 0;
    text-align: center;
}

    .cta-section h3 {
        font-size: 32px;
        font-weight: 600;
        color: #2c3e50;
        line-height: 1.4;
        margin-bottom: 40px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

/* About Us */

.about-us {
    background: linear-gradient(180deg, #ff0109 50%, #c0392b 100%);
    padding: 80px 0;
    color: #fff;
}

    .about-us h2 {
        margin-bottom: 15px;
        font-size: 23px;
    }

    .about-us h3 {
        font-size: 28px;
    }

    .about-us .quotation-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
        position: relative;
        z-index: 2;
    }

    .about-us .content {
        max-width: 600px;
    }

    .about-us .description {
        text-align: left
    }

/* Customer Reviews */

.customer-reviews {
    padding: 80px 0;
    text-align: center;
}

    .customer-reviews h2 {
        color: #ff0109;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 20px;
        display: block;
    }

    .customer-reviews h3 {
        color: #38485F;
        font-size: 48px;
        font-weight: 400;
        line-height: 1.3em;
    }

    .customer-reviews .reviews-container {
        padding-top: 52px;
        padding-bottom: 52px;
    }

        .customer-reviews .reviews-container .review-item {
            border: 1px solid;
            border-color: #ffffff;
            background: #ffffff;
            border-radius: 4px;
            padding: 20px;
            margin: 5px;
        }

    .customer-reviews .review-item .review-header {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .customer-reviews .review-item .review-img {
        background: #646464;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 27px;
    }

    .customer-reviews .review-item .review-details {
        font-weight: bold;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #000000;
        margin-bottom: 2px;
        margin-top: 4px;
    }

    .customer-reviews .review-item .review-stars {
        margin-top: 15px;
        margin-bottom: 10px;
        white-space: nowrap;
        display: block;
    }

    .customer-reviews .review-item .star {
        width: 20px;
        height: 20px;
        background-image: url(/Themes/FormulaCertaTheme/Content/images/star-active.svg);
        display: inline-block;
        margin: 0;
        margin-right: 1px;
    }

    .customer-reviews .review-item .review-content {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 21.75px;
        height: 87px;
        font-size: 15px;
        text-align: left;
        transition: height 0.5s;
        font-style: normal;
        -webkit-line-clamp: 4;
        overflow: hidden;
        padding-right: 0;
    }

/* Floating WhatsApp Button */
.floating-whatsapp-button {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25d366 0%, #1da851 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
    animation: bounce 2s infinite;
}

    .floating-whatsapp-button:hover {
        transform: scale(1.1);
        box-shadow: 0 12px 35px rgba(37, 211, 102, 0.5);
    }

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

/*Footer*/
.footer-menu-wrapper {
    background: #ff0109 !important;
    color: #fff
}

    .footer-menu-wrapper.last {
        background: #fff !important;
        color: #2b2b2b
    }

    .footer-menu-wrapper .footer_heading {
        color: #fff !important
    }

/* Responsive Design */
@media (max-width: 1024px) {
    .hero .quotation-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .hero::before {
        display: none;
    }

    .about-us .quotation-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .quotation-container {
        padding: 0 15px;
    }

    .about-us {
        padding: 60px 0;
    }

    .hero {
        padding: 60px 0;
    }

        .hero h2 {
            font-size: 36px;
        }

        .hero .description {
            font-size: 16px;
        }

    .whatsapp-button {
        padding: 16px 28px;
        font-size: 16px;
    }

    .cta-section h3 {
        font-size: 24px;
    }

    .footer-info {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .copyright {
        flex-direction: column;
        text-align: center;
    }

    .floating-whatsapp-button {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 480px) {
    .hero h2 {
        font-size: 28px;
    }

    .benefits {
        align-items: center;
    }

    .logo-container h1 {
        font-size: 24px;
    }
}

