@charset "utf-8";/*  REGISTRAR  */a.menu__link, #navigation .region-navigation ul.menu li a {padding:14px 17px !important;}.col {width:49% !important;}@media (max-width: 575.98px) {	table, .table-responsive-sm {		display:block;		width:100%;		overflow-x:auto;		-webkit-overflow-scrolling:touch;	}		.table-responsive-sm > .table-bordered {		border:0;	}}/*  SCROLL  */#scroll {    position:fixed;    right:10px;    bottom:10px;    cursor:pointer;    width:50px;    height:50px;    background-color:#e31837;    text-indent:-9999px;    display:none;    -webkit-border-radius:60px;    -moz-border-radius:60px;    border-radius:60px;	z-index:1000;}#scroll span {    position:absolute;    top:50%;    left:50%;    margin-left:-8px;    margin-top:-12px;    height:0;    width:0;    border:8px solid transparent;    border-bottom-color:#ffffff;}#scroll:hover {    background-color:#9a0100;    opacity:1;filter:"alpha(opacity=100)";    -ms-filter:"alpha(opacity=100)";}