#footer2 ul.menu li {
	color: #ffffff;
	list-style: circle;
    margin-left: 30px;
}

.tck-title-split {
    color: #f22f57;
    display: block;
}

.tck-blog .item-image img {
    max-width: 50vw;
}
/* below by maa */
a {text-decoration: none;}
/*
.blackquote {
    padding: 60px 80px 40px;
    position: relative;
}
.blackquote p {
    font-family: "Utopia-italic";
    font-size: 35px;
    font-weight: 700px;
    text-align: center;
}

/*blackquote p::before {
    content: "\f095"; 
    font-family: FontAwesome;
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
  font-size: 180px;
 }*/
/*
.blackquote:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  
  content:"\f10d";
  font-size: 200px;
  color: rgba(0,0,0,0.1);
   
}

.blackquote::after {
    content: "";
    top: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #bf0024;
    height: 3px;
    width: 200px;
}
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
.otro-blackquote {
    font-size: 1.2em;
    width: 80%;
    margin: 20px auto;
    font-family: Open Sans;
    font-style: italic;
    color: #555555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #78C0A8;
    line-height: 1.6;
    position: relative;
    background: #EDEDED;
}

.otro-blackquote::before{
  font-family:Arial;
  content: "\201C";
  color:#78C0A8;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

.otro-blackquote::after{
  content: '';
}

.otro-blackquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

body.com_content.-body.view-category.layout-blog.no-task.page_class_maa.itemid-148.pageid-14.ltr h2 {
    font-size: 24px;
    font-weight:bold;
/*  text-align: left; */
}
.com-content-category-blog__items.blog-items.blog_maa.columns-3 h1 {
/*  margin-top: 80px; */
  font-weight:bold;
  font-size: 28px;
}
/* .com-content-category-blog__items.blog-items.blog_maa.columns-3 h2 {
  font-size: 20px;
} */
figure.float-maa_image.item-image {
    margin: 0px;
  text-align: center;
}
figure.float-maa_image.item-image img {
    margin-top: 80px;
    max-width: 300px;
  border-radius: 5%;
}
.com-content-category-blog__items.blog-items.items-leading {
    max-width: 33%;
}
/* .item-content {
    margin: 15px;
} */
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #3b5998;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.tck-blog .tck-article-body {
  margin: 0 15px 0px 15px;
}
.com-content-categories.categories-list {
    margin-top: 80px;
}
.com-content-categories__item-title {
    font-size: 24px;
    margin-top: 25px;
  margin-left: 50px;
}
.tck-blog .tck-article-title {
    color: #000000;
    text-align: center;
    font-weight: bold;
    line-height: 28px;
    font-size: 28px;
}
.action-button-01 {
    display: inline-block;
    width: 150px;
    height: 35px;
    background-color: #3b5998;  /* Blue color */
    color: #FFFFFF;  /* White text */
    text-align: center;
    line-height: 35px; /* This vertically centers the text */
    border-radius: 15px;  /* Makes it a fully rounded button given the height is 50px */
    text-decoration: none;  /* Removes any underline from the link */
    font-weight: bold;
    border: none;
    cursor: pointer;  /* Changes the mouse cursor when hovered */
    transition: background-color 0.3s, color 0.3s;  /* Smooth color transition on hover */
}

.action-button-01:hover {
    background-color: #FFFFFF;  /* Inverse: white background */
    color: #3b5998;  /* Inverse: blue text */
}
.action-button-02 {
    display: inline-block;
    width: 750px;
    height: 100px;
    background-color: #1D248E;  /* Blue color */
    color: #FFFFFF;  /* White text */
    text-align: center;
    line-height: 100px; /* This vertically centers the text */
    border-radius: 15px;  /* Makes it a fully rounded button given the height is 50px */
    text-decoration: none;  /* Removes any underline from the link */
    font-weight: bold;
    border: none;
    cursor: pointer;  /* Changes the mouse cursor when hovered */
    transition: background-color 0.3s, color 0.3s;  /* Smooth color transition on hover */
      vertical-align: middle;
}

.action-button-02:hover {
    background-color: #FFFFFF;  /* Inverse: white background */
    color: #1D248E;  /* Inverse: blue text */
}
.action-button-03 {
    display: inline-block;
    width: 220px;
    height: 35px;
    background-color: #1D248E;  /* Blue color */
    color: #FFFFFF;  /* White text */
    text-align: center;
    line-height: 35px; /* This vertically centers the text */
    border-radius: 15px;  /* Makes it a fully rounded button given the height is 50px */
    text-decoration: none;  /* Removes any underline from the link */
    font-weight: bold;
    border: none;
    cursor: pointer;  /* Changes the mouse cursor when hovered */
    transition: background-color 0.3s, color 0.3s;  /* Smooth color transition on hover */
}

.action-button-03:hover {
    background-color: #FFFFFF;  /* Inverse: white background */
    color: #1D248E;  /* Inverse: blue text */