/*  Categorias  */
.card-categorias {
    position: relative;
    border-bottom: 6px solid transparent;
    border-radius: 11px;
    transition: .3s ease-in-out;
    background-color: #f4f4f4;
    padding: 30px;
    overflow: hidden;
    box-shadow: 0 0 6px #33333336;
}

.ajuste.imagem.one {
    text-align: center;
}

.card-categorias h1.title {
    text-align: center;
    font-size: 27px;
    font-weight: 400;
    position: relative;
    z-index: 3;
}

a.botao-veja {
    display: flex;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 10px;
    border: 1px solid;
    justify-content: center;
    border-radius: 13px;
    margin: 20px;
    position: relative;
    z-index: 3;
    transition: .5s ease-in-out;
}

.ajuste.imagem.two {
    text-align: center;
}

.ajuste.imagem.three {
    text-align: center;
}

.card-categorias img {
    width: 180px;
    position: relative;
    top: 60px;
    left: 0px;
    right: 0;
    bottom: 0px;
    z-index: 3;
    transition: .5s ease-in-out;
}

.card-categorias:hover {
    border-bottom-color: #ff0922;
}

.card-categorias:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ff0922;
    top: 0;
    bottom: 0;
    right: 0px;
    left: 0px;
    border-radius: 0 0 150px 0;
    z-index: 1;
    transition: .5s ease-in-out;
    transform: translate(-85%, -85%);
}

.card-categorias:hover:before {
    transform: translate(0px, 0px);
}

.card-categorias:hover img {
    filter: brightness(0.1);
}

.card-categorias:hover h1.title {
    filter: brightness(0.1);
}

h1.title a:hover {
    text-decoration: none;
}

.card-categorias:hover a.botao-veja {
    filter: brightness(0.1);
}
/*-------------------*/

/*  Produto */
#page_home .product:hover .product-thumb-info .product-thumb-info-image:before {
    opacity: 0;
}

#page_home .product-thumb-info-image {
    height: 250px;
}

body#page_home .product {
    transition: .5s ease-in-out;
    background-color:#fff;
    border-radius: 20px;
}

body#page_home .product:hover {
    box-shadow: 1px 1px 7px 0px #d2d2d2;
}

body#page_home .shop .products .product {
    position: relative !important;
    margin-bottom: 30px !important;
    height: 97% !important;
}

body#page_home .product-thumb-info-image img {
    max-height: 290px;
    border-radius: 20px;
}
    
    a.btn-produtos {
    display: flex;
    justify-content: center;
    margin: 20px 30px;
    border: 2px solid;
    border-radius: 7px;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: .3s ease-in-out;
}

body#page_home a.btn-produtos:hover {
    background: #e61126;
    color: #fff;
}
/*-------------*/

/*  cta */
.cont-cta {
    display: flex;
    align-items: center;
}

.texto-cta h3 {
    font-size: 30px;
    line-height: 1.1em;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.cont-cta p.desc {
    font-size: 20px;
    color: #fff;
}

#section-html-modulo_3:before {
    content: "";
    background-image: linear-gradient(90deg, black, #000000a6);
    top: 170px;
    bottom: 130px;
    right: 0;
    left: 0;
    position: absolute;
}

#section-html-modulo_3 {
    position: relative;
}

#section-html-modulo_3 hr {
    display: none;
}

.cont-cta .col-md-5 {
    position: relative;
    top: -30px;
}

.btn-cta a {
    background-color: #24b614;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 20px;
    border-radius: 10px;
    font-weight: 500;
    transition: .3s ease-in-out;
}

.btn-cta {
    margin-top: 30px;
}

.btn-cta a:hover {
    background-color: #2ddd1a;
}
/*--------*/

/*  Slide */
#section-slide h1 {
    font-size: 65px !important;
}

#section-slide h2 {
    font-size: 25px !important;
    font-weight: 500 !important;
    margin-bottom: 14px;
}
/*---------*/

/*  phone-icons */
.header-top  i.icons.icon-phone {
    display: none;
}

.header-extra-info-icon i.icons.icon-phone {
    display: none;
}

span.text-1.font-weight-semibold.text-color-default {
    display: none;
}
/*-----------*/

@media(max-width:991px){
  .card-categorias {
    margin-bottom: 30px;
}

.cont-cta .col-md-5 {
    top: 9px;
}

.cont-cta {
    display: block;
}

.texto-cta h3 {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.cont-cta p.desc {
    text-align: center;
}

#section-html-modulo_3:before {
    top: 0px;
    bottom: -10px;
}

.btn-cta {
    text-align: center;
}

#section-slide h1 {
    font-size: 50px !important;
    margin-bottom: 10px;
}
}