.ts-feature-box-round{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.ts-feature-box-round .feature-info{
    padding: 30px 20px;
}

.ts-image-wrapper .img-categoria{
    height: 310px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;

}

.footer-widget p{
    margin-bottom: 5px;
}

.logo img{
    max-width: 120px;
}

.footer-logo{
    margin-bottom: 5px;
}

.footer-logo img{
    max-width: 100px;
}

.carousel .carousel-item.active .animated3{
    max-width: 60%;
}

.sec-noticias .latest-post.post-large .post-date-time{
    top: 165px;
}

.sec-noticias .latest-post .post-body {
    padding: 0;
}

.content-product img{
    width: 100%;
    margin-bottom: 30px;
}

.content-product #accordion{
    margin-top: 30px;
}

.gallery-catalog{
    display: flex;
    flex-wrap: wrap;
}

.gallery-catalog>a{
    width: 30.33%;
    margin: 15px 0.5%;
    overflow: hidden;
}
.gallery-catalog>a img{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.gallery-catalog>a:hover img{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transform: scale(1.2);
}

.gallery-catalog>.catalog-item{
    width: 30.33%;
    margin: 15px 0.5%;
    overflow: hidden;
}
.gallery-catalog>.catalog-item img{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.gallery-catalog>.catalog-item:hover img{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    transform: scale(1.2);
}

.icono_whatsapp {
    background-image: url(../images/whatsapp_icono.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 6px;
    margin-bottom: -2px;
}

.download-btn{
    width: 250px;
    background-color: #207e22;
    padding: 15px;
    text-align: center;
    color: #fff !important;
    border-radius: 5px;
    margin-top: 24px;
    box-shadow: 3px 3px 13px #ccc;
}

.download-btn a{
    color: #fff;
}

.download-btn a span:nth-child(2){
    margin: 0 25px 0 3px;
}

.testimonial-carousel .owl-dots div {
    background: #a2df48;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin: 5px;
    border-radius: 50%;
}

.testimonial-carousel .owl-dots div.active {
    width: 10px;
    height: 10px;
    background: #207e22;
}