/*Titles*/

h1.title-h1 {
	color:white;
	text-align:center;
	    font-size: 2.5rem;
}
h2.title-h1 {
	color:white;
	text-align:center;
}

.title-h2 {
    color: #0082CA!important;
    font-size: 16px!important;
    font-weight: 600!important;
}
h2.title-h2.line:after {
    content: '';
    display: block;
    border-bottom: 1px solid #0082CA;
    margin-top: 8px;
    width: 20px;
}
.entry-meta span {
    color: #021d49;
    font-weight: 400;
}
.entry-meta  {
    color: #021d49;
    font-weight: 400;
}
p.title-p {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 22px;
}
@media (min-width: 768px){

}
/*Content*/
p {
	font-size:17px;
}
li {
	font-size:17px;
	color:#000000;
}
td {
	font-size:17px;
	color:#000000;
}
tr {
	font-size:17px;
	color:#000000;
}
.blue {
	color:#0082CA;
}
.listado li {
	font-size:17px
}
.center {
	text-align:center;
}
p {
	color:black;
}

.listado {
    list-style: none;
}
ul.listado {
    padding-left: 35px;
}

.listado li {

    position: relative; 
	color: black;
}

.listado li::before {
  content: "";
  display: inline-block;
  width: 24px; /* Ancho del icono */
  height: 24px; /* Alto del icono */
  background-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20class=%27icon%20icon-tabler%20icon-tabler-arrow-narrow-right%27%20width=%2724%27%20height=%2724%27%20viewBox=%270%200%2024%2024%27%20stroke-width=%271.5%27%20stroke=%27%230081c6%27%20fill=%27none%27%20stroke-linecap=%27round%27%20stroke-linejoin=%27round%27%3E%3Cpath%20stroke=%27none%27%20d=%27M0%200h24v24H0z%27%20fill=%27none%27/%3E%3Cpath%20d=%27M5%2012h14%27/%3E%3Cpath%20d=%27M15%2016l4-4-4-4%27/%3E%3C/svg%3E');
  background-size: cover; /* Asegura que el SVG cubra el espacio sin distorsionarse */
  margin-right: 8px; /* Espacio entre el icono y el texto */
  vertical-align: middle; /* Alinea el icono verticalmente con el texto */
}

.about-name {
	margin-bottom:0px!important;
}
/*menu Slide*/
/*logos-slide*/
.logos-slide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 768px){
.logos-slide {
   justify-content: center;
}
}

.logos-slide img {
    width:175px;
    margin: 10px;
    font-size: 13px;
    text-align: center;
    text-decoration: none!important;
    color: #005375!important;
    font-weight: 600;
	    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logos-slide a:hover {
	  font-weight: 600;
}
@media (max-width: 767px){
.logos-slide img {
    width: 120px;
    margin: 10px;
	font-size: 11px;}
	
	.logos-slide {
		scroll-snap-type:x mandatory;
		overflow: auto;
		white-space: nowrap;
		    flex-wrap: unset;
	}
	
}

/*Blog*/
.uael-post__content-wrap {
    background: white!important;
}
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: unset!important;
}
.uael-post__thumbnail img {
    border-radius: 10px!important;
}
