@font-face {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

h3, h4{
	margin-bottom: 10px;
}

h1, h2{
	margin-bottom: 20px;
}

.uc-btn.btn-inline img{
	height: 20px;
}

.uc-carousel .primary-carousel_item>.carousel-img{
	position: absolute !important;
}

.uc-card.card-gradient--bottom-black:before{
	z-index: 10;
}

.uc-carousel .uc-primary-carousel .primary-carousel_item .primary-carousel_item-content{
	z-index: 15;
}

h1,h2{
	display: flex;
	align-items: center;
}
/*
h2:after {
    background-color: #fec60d;
    display: inline-block;
    height: 4px;
    margin-left: 24px;
    width: 36px;
    content: "";
}*/

.h3:after, .h4:after{
	display: none;
}

.uc-h2_noline:after{
	display: none;
}
/*
.uc-card .uc-card_body > a{
	height: 48px;
	overflow: hidden;
	display: flex;
	align-items: start
}*/



/* HEADER */

.uc-navbar-dropdown_menu .dropdown_item--heading{
	padding: 0px;
}


/* SLIDER PRINCIPAL */

.uc-card.card-gradient--bottom-black:before {
    background-image: linear-gradient(180deg, rgb(4 4 4 / 17%) 0%, rgb(0 0 0 / 85%) 100%) !important;
    height: 100%;
}