/*
	Theme Name: Pluton v1.0 by Decode Digital
	Theme URI: https://www.decodedigital.com.br
	Description: 
	Author: Decode Digital
	Author URI: https://www.decodedigital.com.br
	Version: 1.0.001-05-2022

*/

@charset "UTF-8";


.joinchat{
    right: 65px!important;
}


.main-nav .nav-item.active .nav-link {
    color: #ff8723;
}

.section-title h2:after {
    content: " ";
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    width: 40px;
    height: 5px;
    background-color: #ff8723;
}

.btn-main, .btn-main-sm {
    background: #ff8723;
    color: #fff;
    text-transform: uppercase;
}

.btn-main:hover, .btn-main-sm:hover {
    background: #ff5200;
    color: #fff;
}

.bg-3 {
    background: none;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-to a {
    width: 40px;
    height: 40px;
    background: #ff8723;
    color: #fff;
    display: flex;
    justify-content: center;
}

.footer .block ul li a:hover {
    color: #ff8723;
    text-decoration: none;
}

.titulos-single{
    font-size: 24px;
    color: white;
}

.imagem-linha{
    width: 100%;
    height: auto;
}

.widget.category-list ul li a:hover {
    color: #ff8723;
}

.page-title {
    background: #ff8723;
    padding: 35px 0;
}

.representadas{
    margin: 65px auto;
}

.card-img-top {
    width: auto;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    height: 250px;
    margin: 0 auto;
    display: block;
}

.product-item .card .card-body {
padding: 20px;
    min-height: 270px;
}

.product-details .product-title {
    font-size: 25px;
    font-weight: 600;
    margin: 40px;
}

.sidebar{
    margin-top: 60px;
}


.btn-primary {
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.btn-primary:hover {
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.contact-us-content h1 {
    font-size: 30px;
}

p, li, input, select, button {
    font-family: "Muli", sans-serif;
    color: #4e4e4e;
    font-size: 14px;
    font-weight: 400;
}



.bg-popup{width: 100%;height: 100vh;background-color: #000000f5;top: 0;position: fixed;z-index: 999;overflow: hidden;}
.bg-popup img{width: 50%;margin: 5% auto;display: block;}
.bg-popup .btn-fechar{right: -30px;position: relative;display: block;width: 100px;height: 28px;background-color: #ebebeb;text-align: center;color: #0a0a0a;font-weight: 700;cursor: pointer;margin-top: 15px;}



/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 480px) { 

.bg-popup img {width: 95%;}

}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 481px) and (max-width: 767px) {  

    .swiper-container {
    width: 100%;
    height: 250px;
}
    
.section {
    padding: 50px 0;
}
    
    .trending-ads-slide{
        display: none;
    }    

}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {  }

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1399px) { 

.swiper-container {
    width: 100%;
    height: 450px;
}

}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) { 

.swiper-container {
    width: 100%;
    height: 650px;
}

}