.category-desc img {
    float: right;
    margin: 20px;
}

a {
    text-decoration: none;
}

/*footer*/



.footer-legal {
border-top:	1px solid rgb(230,230,230);
padding-top: 40px;
}

/*Grid categorias empresas*/
.com-contact-categories__items.col.col-2 {
	text-align: center;
}

.com-contact-categories__items.col.col-2  h3{
	font-size: 18px!important;
}

.page-header.item-title {
	font-size: 18px;
}


.com-contact-categories__items.col.col-2 h3 {
	line-height: 1.5;
	margin-bottom: 10px;
	display: block;
	padding: 5px;
}
/*Boton Login*/
#privatearea_btn{
  border: 0.07rem solid #0f70b7;
    border-radius: 0;
    color: #0f70b7;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-weight: 400;
}
#privatearea_btn:hover {
    background-color: #0f70b7;
    color: #ffffff;
}
/*Boton Idioma*/
button#language_btn_132 {
    background: #fff;
    color: #0f70b7;
    border-radius: 2px;
    border-color: #0f70b7;
    height: 37.5px;
}
button#language_btn_132:hover {
    background-color: #0f70b7;
    color: #ffffff;
}

/*Alineacion logo con menu el el head*/
.astroid-logo-default {
	padding-left: 20px;
	margin-bottom: 10px;
}

/*Dentrado texto en grid categorias*/

.com-contact-categories__items.col-xl-2.col-md-4.col-sm-12.col-12 {
	text-align: center!important;
}
/*Quitado border radius*/
.btn {
	border-radius: 0px;!important
}
ul.nav.astroid-nav.d-none.d-lg-flex {
    justify-content: center;
}
.astroid-header-section header {
    padding-bottom: 0px !important;
}