@import url("../../assets/css/tema.css");

/* barra banner ///////////////////////////////////////////////////////////////////*/
.wrap_barra_banner{
    background: #fff;
    padding: 15px 0;
    color: var(--cor_textos_terciaria);
}
.col_item_barra_banner{
    width: 33.3%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
.item_barra_banner_left {
    border-right: 1px solid var(--cor_textos_terciaria);
}
.item_barra_banner_right {
    border-left: 1px solid var(--cor_textos_terciaria);
}
.col_item_barra_banner i{
    font-size: 35px;
    float: left;
    height: 80px;
    line-height: 60px;
    margin-right: 10px;
}
.col_item_barra_banner span{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}
.col_item_barra_banner p {
    margin-top: -5px;
}
/* barra banner //////////////////////////////////////////////////////////////////////*/

/* Section 1 /////////////////////////////////////////////////////////////////////////*/

/* End Section 1 /////////////////////////////////////////////////////////////////////*/

/* Produtos destaque /////////////////////////////////////////////////////////////////*/
.wrap_section_produtos {
    padding: 40px 0px 60px;
}
.owl-pagination {
    margin-top: 20px !important;
}
/* End produtos destaque /////////////////////////////////////////////////////////////*/


/* Depoimentos //////////////////////////////////////////////////////////////////////*/
.wrap_section_depoimentos{
    padding: 40px 0px 60px;
}

.box_carousel_depoimento{
    width: 100%;
    float: left;
}
.box_carousel_depoimento_img{
    width: 160px;
    height: 160px;
    margin: 0px auto;
    border: 1px solid #ccc;
    border-radius: 100%;
    margin-bottom: 10px;
    padding: 5px;
}
.box_carousel_depoimento_img:hover {
    transition: 0.5s all;
    padding: 3px;
    -webkit-box-shadow: 0px 0px 6px 0px #ccc;
    -moz-box-shadow: 0px 0px 6px 0px #ccc;
    box-shadow: 0px 0px 6px 0px #ccc;
}
.box_carousel_depoimento_img img{
    width: 100%;
    float: left;
    border-radius: 100%;
}
.box_carousel_depoimento_titulo{
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
}
.box_carousel_depoimento_descricao{
    width: 100%;
    float: left;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}
/* End Depoimentos //////////////////////////////////////////////////////////////////*/



/* Celulares ate 240px */
@media screen and (max-width: 240px) {

    /* Home */
    /* End Home */

}

/* End Celulares ate 240px */

/* Celulares ate 480px */
@media screen and (max-width: 480px) {

    /* Home */
    .box_carousel_depoimento_titulo{
        font-size: 18px;
        font-weight: normal;
    }
    .col_item_barra_banner{
        width: 100%;
    }
    .item_barra_banner_left{
        border-right: none;
    }
    .item_barra_banner_right{
        border-left: none;
    }
    .col_item_barra_banner {
        width: 100%;
        border-bottom: 1px solid #FFF;
        margin-bottom: 15px;
    }
    .col_item_barra_banner:last-child{
        border: none;
        margin-bottom: 0px;
    }
    /* End Home */

}

/* Tablet em pe */
@media screen and (min-width: 481px) and (max-width: 767px) {

    /* Home */
    .col_item_barra_banner{
        width: 100%;
    }
    .item_barra_banner_left{
        border-right: none;
    }
    .item_barra_banner_right{
        border-left: none;
    }
    .col_item_barra_banner {
        width: 100%;
        border-bottom: 1px solid #FFF;
        margin-bottom: 15px;
    }
    .col_item_barra_banner:last-child{
        border: none;
        margin-bottom: 0px;
    }
    /* End Home */

}

/* End Tablet em pe */

/* Tablet em deitado */
@media screen and (min-width: 768px) and (max-width: 991px) {

    /* Home */
    /* End Home */

}

/* End Tablet em deitado */

/* Notebook */
@media screen and (min-width: 992px) and (max-width: 1280px) {

    /* Home */
    /* End Home */

}

/* End Notebook */

/* Computadores */
@media screen and (min-width: 1281px) {

    /* Home */
    /* End Home */

}

/* End Computadores */

/* Computadores M */
@media screen and (min-width: 1345px) and (max-width: 1632px) {

    /* Classes do projeto */
    /* End Classes do projeto */

}

/* End Computadores */

/* Computadores G */
@media screen and (min-width: 1633px) {

    /* Classes do projeto */
    /* End Classes do projeto */

}

/* End Computadores G */