/* custom theme pinhata tintas */

.home_quote_btn a:hover {
    background: white;
    color: #163d56;
}

.home_quote_btn a {
    border: 1px solid white;
    padding: 10px;
    color: white;
}

.contact-us-info-wrap .contact-us-info-title h3:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #FFFFFF;
}

.brand-logo-active .swiper-wrapper .swiper-slide {
    width: 173px !important; 
}

.blink {
    animation: color-change 2s linear infinite;
    -webkit-animation: color-change 2s linear infinite;
}

@keyframes color-change {
    0% { color: #ff8b00; }
    50% { color: #fff; }
    100% { color: #ff8b00; }
}


.marcas-de-tintas-pag {
    text-align: center; 
    height: 115px; 
  }
  
  .marcas-de-tintas-pag:hover {
    opacity: 0.5;
    transition: 0.5s;
  }



#msg {
    position: fixed;
    display: none;
    padding: 10px 25px;
    width: 30%;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 9999999999999999;
}

.call-for-action-text {
    color: #fff;
    font-size: 35px;
    font-weight: 800;
}

.call-for-action {
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #66bc9b;
}

.banner-area .banner-bottom {
    height: 350px;
}

.service-img i {
    margin-top: 20px;
}

.service-wrap .service-content p {
    color: #ffffff;
}

.service-wrap .service-content h3 {
    font-size: 20px;
}


.service-area {
    background: #66bc9b;
}

.product-wrap .product-content h3 {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}

.hero-slider-img-1 .product-offer {
    border: 2px solid #e9485f;
    background-color: #e9485f;
}

.hero-slider-img-1 .product-offer h5 {
    color: #ffffff;
}

.main-menu > nav > ul > li > a {
    text-transform: uppercase;
    font-weight: 600;
}

.language-currency-wrap .currency-wrap .currency-dropdown, .language-currency-wrap .currency-wrap .language-dropdown, .language-currency-wrap .language-wrap .currency-dropdown, .language-currency-wrap .language-wrap .language-dropdown {
    width: 250px;
}

.language-currency-wrap .currency-wrap > a i, .language-currency-wrap .language-wrap > a i {
    font-size: 13px;
    font-weight: bold;
}

.language-currency-wrap .border-style::before {
    background-color: #fff;
}

.bg-color .welcome-text p, .bg-color .currency-active, .bg-color .language-active {
    color: rgb(255, 255, 255) !important;
}

.bg-color {
    background: -webkit-linear-gradient(left,#00d39f 0%,#008bd3 25%,#d40063 75%,#d4be00 100%);
    background: -o-linear-gradient(left,#00d39f 0%,#008bd3 25%,#d40063 75%,#d4be00 100%);
    background: -moz-linear-gradient(left,#00d39f 0%,#008bd3 25%,#d40063 75%,#d4be00 100%);
    background: linear-gradient(to right,#00d39f 0%,#008bd3 25%,#d40063 75%,#d4be00 100%);
}

.simbolo-on {
    color: #ffffff !important;
    background-color: #f49a1e !important;
}

.last-product-fav-btn .simbolo-on {
    color: #f49a1e !important;
    background-color: #fff !important;
}

@media(max-width: 768px) {
    .bg-banner-home-pinhata {
        height: 560px;
    }
    .button-footer-a {
        margin-top: 25px;
    }
    .none-768 {
        display: none;
    }
}