#container-no-paddings div.main, #container-no-paddings div.ccm-page {
	padding-top: 0px !important;
}

#container-no-paddings div.main {
	width: 100%;
	padding: 0px;
}
.no-padding {
	padding: 0px;
}
.image-con-texto a {
	font-family: 'SegoeUI';
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 35px;
	letter-spacing: normal;
	text-align: left;
	color: #323232;
}

.image-con-texto:hover a {
	font-size: 20px;
	text-shadow: 0px 0px 1px black;
	font-stretch: normal;
	font-style: normal;
	line-height: 35px;
	letter-spacing: normal;
	text-align: left;
	color: #323232;
}
a.texto-link {
	list-style: none;
    display: flex;
    align-items: center;
    column-gap: 30px;
    font-size: 20px;
    font-family: SegoeUI;
    font-weight: 600;
    color: #323232;
}
.texto-link:hover {
	text-shadow: 0px 0px 1px black;
	color: #323232;
}

.image-con-texto:hover img.arrow-icon-link {
	content: url('/application/themes/ual/images/landing/arrow-right-blue-dark.png');
}

.arrow-icon, .arrow-icon-link {
	height: 13.4px;
	width: 22.5px;
	margin-block: auto;
}

.row-top-50 {
	margin-top: 50px;
}

@media (max-width:480px) {
	.row-top-50 {
	margin-top: 0px;
}
}

.row-bottom-88 {
	margin-bottom: 88px;
}

.margin-100 {
	  margin-right: 100px;
	
}

.img-cabecera > img {
	max-height: 377px;
}
.img-cabecera {
	max-height: 377px;
}
.img-contenidos-destacadaos {
    height: 377px;
    max-height: 377px;
    max-width: 377px;
    width: 377px;
    object-fit: cover;
}
.titulo-contenidos-destacados {
	min-width: 200px;
}
.vertical-line {
  	border-left: 2px solid black;
  	height: 26px;
  	margin-right: 15px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .img-cabecera > img {
	width: 100%;
    margin-bottom: 20px;
	
}
.img-contenidos-destacadaos {
	width: 100%;
}
  .img-cabecera {
	width: 100%;
	
}
.titulo-contenidos-destacados {
	width: auto;
}
	
	.margin-100 {
    margin-right: 20px;
}
}


