a:hover, a:active, a:focus {
    color: #6a92e2;
}

.titleProduto {
    color: #0c2e8a;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
    min-height: 40px;
}

#intro {
    background: none;
    background-color: #ddd;
}

#intro-carousel .owl-nav,
#intro-carousel .owl-dots {
    margin-top: 5px;
    text-align: center;
}
#intro-carousel .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#intro-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#intro-carousel .owl-dot.active {
    background-color: #1D4493;
}

@media (max-width: 768px) {
    #intro {
        height: 38vh !important;
    }
    #intro #intro-carousel .item {
        background-size: 170% !important;
        height: 38vh !important;
    }
}

/* Our Portfolio Section
--------------------------------*/
#cases {
    background: #fff;
    padding: 30px 0;
}

#cases #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

#cases #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 18px 12px 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #444;
    margin: 0 3px 10px 3px;
    transition: all ease-in-out 0.3s;
    background: #f7f7f7;
    border-radius: 4px;
}

#cases #portfolio-flters li:hover, #cases #portfolio-flters li.filter-active {
    color: #fff;
    background: #1D4493;
}

#cases #portfolio-flters li:last-child {
    margin-right: 0;
}

#cases .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden;
}

#cases .portfolio-item img {
    position: relative;
    top: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#cases .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: #1D4493;
    padding: 15px 20px;
}

#cases .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

#cases .portfolio-item .portfolio-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

#cases .portfolio-item .portfolio-info .preview-link, #cases .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: rgba(255, 255, 255, 0.6);
    transition: ease-in-out 0.3s;
}

#cases .portfolio-item .portfolio-info .preview-link:hover, #cases .portfolio-item .portfolio-info .details-link:hover {
    color: #fff;
}

#cases .portfolio-item .portfolio-info .details-link {
    right: 15px;
}

#cases .portfolio-item:hover img {
    top: -30px;
}

#cases .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
    position: relative;
}

.portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #1D4493 !important;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0 0 0 0;
}

@media (max-width: 768px) {
    .portfolio-details .portfolio-description h2 {
        width: 100%;
    }
    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px;
    }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0;
    background-color: #fafafa;
    min-height: 40px;
    margin-top: 20px;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li + li {
    padding-left: 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}
#header { 
    padding: 12px 0;
    height: 105px;
}
@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
    #header { 
        padding: 12px 0;
        height: 62px;
    }
}


#services .box {
    margin-bottom: 0;
}

#mobile-nav-toggle {
    margin: 40px 20px 0 0;
}

#topbar a {
    color: #fff;
}

#topbar a:hover {
    color: #ccc !important;
}

#topbar a:hover i {
    color: #ccc !important;
}

/*.owl-carousel .owl-item img {
    max-height: 695px;
}*/
.validate {
    display: none;
    color: red;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
}
/*.contact .php-email-form .form-group {
    padding-bottom: 8px;
}*/
.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #008000;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
/*.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
    border-color: var(--bs-vtlight);
    outline: 0;
}
.contact .php-email-form input {
    height: 44px;
}
.contact .php-email-form textarea {
    padding: 10px 12px;
}*/
.contact .php-email-form button[type=submit] {
    background: #1D4493;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
    background: #1D4493;
    opacity: 0.5;
    cursor: pointer;
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.beforeRecaptcha {
    margin-top: 20px;
    position: relative;
    height: 100px;
}

.beforeRecaptcha .g-recaptcha {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.loadingMailBox {
    width: 304px;
    margin: auto;
}


#whatsapp {
    z-index: 60;
    position: fixed;
    bottom: 20px;
    right: 15px;
    height: 40px;
    width: 40px;
    visibility: visible;
    animation-duration: .25s;
    animation-iteration-count: 5;
    animation-name: pulse;
    cursor: pointer;
    transition: all 1s ease;
}

#whatsapp.scroller {
    bottom: 70px;
}

#whatsapp img {
    width: 100%;
}

#whatsChat {
    position: fixed;
    background: url("/images/images/whats-bg.png");
    width: 200px;
    right: 73px;
    bottom: 16px;
    border-radius: 4px;
    box-shadow: 1px 1px 2px #888, -1px -1px 2px #aaa;
    transition: right 0.2s ease-in-out;
    z-index: 200;
}
#whatsChat.hide {
    right: -273px;
}
#whatsChat .navWhats {
    background-color: #2F5CAA;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 27px;
    border-radius: 4px 4px 0 0;

}
#whatsChat .navWhats img {
    background: #fff;
    border-radius: 50%;
    width: 27px;
    float: left;
    margin-right: 10px;
}

#whatsChat .bodyWhats {
    width: 100%;
    height: 200px;
    padding: 10px;
    position: relative;

}
#whatsChat .bodyWhats .textWhats {
    background-color: #fff;
    margin-left: 5px;
    padding: 6px;
    font-size: 12px;
    width: max-content;
    border-radius: 0 8px 8px 8px;
    max-width: 80%;
    line-height: 14px;
    /*box-shadow: 1px 1px 1px #aaa, -1px -1px 1px #aaa; */
    position: relative;
}
#whatsChat .bodyWhats .textWhats span {
    float: right;
    color: #888;
    font-size: 9px;
    margin-left: 10px;
    margin-top: 5px;
}

#whatsChat .bodyWhats .textWhats:before {
    position: absolute;
    top: 0px;
    content: "";
    width: 0;
    height: 0;
    border-top: 9px solid #fff;
    border-left: 9px solid transparent;
    left: -9px;
}

#whatsChat .bodyWhats .textareaWhats {
    position: absolute;
    bottom: 4px;
    left: 4px;
}

#whatsChat .bodyWhats textarea {
    width: calc(100% - 40px);
    float:left;
    border: none;
    border-radius: 50px;
    height: 28px;
    box-shadow: 1px 1px 1px #aaa, -1px -1px 1px #aaa;
    resize: none;
    margin-right: 6px;
    font-size: 12px;
    padding: 6px;
    overflow: hidden;
}
#whatsChat .bodyWhats textarea:focus {
    outline: none;
}

#whatsChat .bodyWhats button {
    width:  28px;;
    float:left;
    height:  28px;
    background-color: #2F5CAA;
    border-radius: 50%;
    border: none;
    color: #fff;
    box-shadow: 1px 1px 1px #aaa, -1px -1px 1px #aaa;
}
#whatsChat .bodyWhats button:hover {
    cursor: pointer;
}
#whatsChat .navWhats i {
    float: right;
}
.no-display {
    display: none;
}