.search_container form{
	border: 1px solid;
}


.widgets_container.widget_menu{
	width: 33%;
}

.app_button{
	margin-top: 1rem;
}

.btn_sm{
	padding: 0 26px;
    height: 40px;
    line-height: 40px;
    width: auto;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    background: #FF5201;
    color: #ffffff;
}

.linkTodasCategorias{
    color: #FF5201;
    text-transform: initial;
    font-weight: bold;
}

.canvas_open a{
    color: #FF5201;
    font-size: 4rem;
}

.canvas_open a{
    height: 47px;
    width: 47px;
}


.bn{
    border: none!important;
    padding: 13px 15px;
}

.page-item.active .page-link{
    background: #FF5201 !important;
    border-color:  #FF5201 !important;
}

.page-item{
    margin: 5px;
}

.pagination .disabled .page-link{
    color: #cacaca!important;
}

.page-link{
    color: #000 !important;
}

.page-item.active .page-link{
    color: #fff!important;
}

.categories_menu_toggle > ul > li ul.categories_mega_menu > li > a{
    line-height: 11px;
    font-weight: normal;
    text-transform: unset;
}

.categories_menu_toggle > ul > li ul.categories_mega_menu > li > a:hover{
    font-weight: bold;
}

.categories_menu_toggle ul li ul.categories_mega_menu > li:first-child {
    padding-left: 15px;
}


blockquote{
    margin-left: 30px;
    margin-top: 13px;
    padding-left: 12px;
    border-left: 5px solid #cacaca;
}

.titulo_servicio{
    color: #FF5201;
    margin-bottom: 10px;
    text-transform: uppercase;
}


.product_name{
    color: #FF5201;
    text-transform: uppercase;
    font-weight: bold;
}


.avatarAuthor{
    width: 50px;
    object-position: center;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.colorSM{
    color: #FF5201;
    font-size: 14px;
}

.author .creado{
    margin-top: 11px;
    margin-right: 12px;
}

.author .nombre{
    margin-top: 11px;

    margin-left: 12px;
}

.author .foto{
    margin-right: 12px;
}


.avatarAuthor img{

}


.app_slider{
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}


.slider_content p{
    margin: 28px 0 28px;
}


.slider_content h1{
    text-shadow: 0 0 5px #000!important;
}

.active .slider_content p{
    text-shadow: 0 0 5px #000!important;
}

@media only screen and (max-width: 767px){
.categories_menu_toggle ul li.menu_item_children > a::before {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 20px;
}


@media only screen and (max-width: 600px) {
    .categories_menu_toggle ul li ul.categories_mega_menu > li:first-child {
        padding-left: 0;
    }
}