.ast-scroll-top-icon {
	background-color: #1d3e4a !important;
}


/* Start Section Pagina Ubicación */

.cardContainer{
width: 360px !important;
height 800px;
}
.cardHeader{
	width: 100%;
}
.cardImgHeader{
	width: 100%;
	height: 100%;

}

.cardFooter{
	height: 115px;
	margin-top: -2px;
background-color: #017860ff;
display: flex;
gap: 15px;
justify-content: center;
align-items: center;
}
.cardImgFooter{
	width: 20%;
}
.cardTitle{
	width: 80%;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
}

/* End Section Pagina Ubicación */



/* Start Items Menu Header */
.menu-item-object-page::after,
.menu-item-object-custom::after{
     content: "";
    position: absolute;
    background-color: #FFF;
    height: 2px;
    width: 85px;
    bottom: -1px;
    left: 70px;
}


/* Start Items Menu Footer */
.hfe-creative-menu::after{
     content: "";
    position: absolute;
    background-color: #FFF;
    height: 2px;
    width: 70px;
    bottom: 7px;
    left: 20px;
}



/* Start Section Pagina WTC */

.cardContainerWTC{
width: 360px !important;
height 800px;
}

.cardHeaderWTC{
	width: 100%;
}

.cardImgHeaderWTC{
	width: 360px;
	height: 380px !important;
}

.cardFooterWTC{
	height: 115px;
	margin-top: -2px;
	background-color: #1d3e4aff;
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
}

.cardImgFooterWTC{
	width: 20%;
}

.cardTitleWTC{
	width: 80%;
	color: #FFFFFF;
	font-size: 23px;
	font-weight: 500;
	line-height: 18px;
}

/* End Section Pagina WTC */


/* Media Querys */
@media (max-width: 767px){
/* Start Items Menu Footer */
.hfe-creative-menu::after{
    content: "";
    background-color: #FFF;
    height: 1,5px;
		position: absolute;
		top: 35px;
    left: 0;
    bottom: 0;
		right: 0;
    left: 0;
		margin: auto;
}
}

@media (min-width: 768px) and (max-width: 1020px){
/* Start Section Pagina Ubicación */
.cardContainer{
width: 250px !important;
max-width: 350px !important;
height 800px;
}
/* End Section Pagina Ubicación */
}
