@import 'articles.css';

/* EEXCELLENCE */

:root {
  --azul-ee: #004f7a !important;
  --naranja-ee: #e06b15 !important;
  --celeste-ee: #c6e0dc !important;
}

/* Encabezado
***********************************************************/

#sp-header > .container > .container-inner::after {
  box-shadow: none!important;
}

@media (max-width: 991px) {
  .nav-placeholder,
  #sp-header {
    display: block!important;
  }
  
  .body-innerwrapper {
    padding-top: 0!important;
  }
}

#sp-header .logo {
  align-items: flex-start!important;
}

@media (min-width: 992px) {
  #sp-header,
  #sp-header .logo {
    height: 90px;
  }
  
  .logo-image {
    height: 80px!important;
  }
  
  img.logo-image {
    max-width: 140%;
  }
}

@media (max-width: 470px) {
  .logo-image {
    height: 43px!important;
  }
}

@media (max-width: 412px) {
  .logo-image {
    height: 40px!important;
  }
}

@media (max-width: 360px) {
  .logo-image {
    height: 37px!important;
  }
}

#sp-top1 > div.sp-column {
  height: 70px;
  font-size: 24px;
  justify-content: flex-end !important;
}

.top-search-wrapper .icon-top-wrapper .search-icon {
  color: #ffffff;
}

.top-search-wrapper .icon-top-wrapper .search-icon:hover {
  color: #dee2e9;
}

.top-search-wrapper .close-icon {
  width: 26px;
}

.top-search-wrapper .close-icon::before, .top-search-wrapper .close-icon::after {
  background: #fff !important;
  height: 4px;
}

.top-search-input-wrap h3.input-title,
.top-search-input-wrap .popular-tags-wrap {
  font-family: 'Work Sans', sans-serif;
}

/* Menú
***********************************************************/

div#sp-menu {
  align-items: center!important;
}

@media (max-width: 441px) {
  div#sp-menu {
    padding-right: 0!important;
  }
}

.menu-collapse-icon {
  width: 30px!important;
  height: 18px!important;
}

.menu-collapse-icon.active span,
.menu-collapse-icon span {
  border-bottom-color: #fff!important;
}

.menu-collapse-icon span:nth-child(2) {
  top: 6px!important;
}

.main-megamenu ul.menu {
  border-top: none!important;
  background-color: var(--azul-ee)!important;
  min-width: 350px!important;
  transform: translateX(-450px);
  margin-left: 0;
  overflow-y: scroll;
}

.main-megamenu ul.menu > li:not(:last-child) {
  border-bottom: none!important;
}

.main-megamenu .menu-child {
  background: var(--azul-ee);
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.main-megamenu ul.menu {
  text-transform: none;
}

.main-megamenu ul.menu > li > a {
  font-family: Merriweather;
  line-height: 21px;
  font-size: 21px;
  color: #fff;
}

#sp-menu ul > li.menu-deeper.menu-parent:hover > a {
  color: #fff; !important;
}

#sp-menu ul > li.menu-deeper.menu-parent > a:hover {
  color: #fff !important;
}

.main-megamenu .menu-child {
  position: inherit;
  left: 0;
  display: inherit;
  animation: none;
  padding-left: 15px;
}

.main-megamenu ul.menu .menu-child {
   text-transform: none;
}

.menu-parent .menu-toggler {
  display: none;
}

@media (max-width: 575.98px) {
  .main-megamenu ul.menu {
    min-width: 100vw!important;
    transform: translateX(-100vw);
  }
}

@media (min-width: 992px) {
  .menu-collapse-icon {
    width: 60px!important;
    height: 36px!important;
  }
  
  .menu-collapse-icon span {
    border-bottom: 4px solid #252525;
  }
  
  .menu-collapse-icon span:nth-child(2) {
    top: 13px!important;
  }
}

.main-megamenu .menu-child li:not(:last-child) {
  border-bottom: none!important;
}

/* Footer
***********************************************************/

#sp-bottom .sp-module .sp-module-title,
#sp-bottom-top h3.sp-module-title {
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'Work Sans';
  font-weight: 600;
}

#sp-bottom-top .categories-module.mod-list,
#sp-bottom-top .tagspopular {
  font-size: small;
}

@media(min-width:576px) {
  #sp-bottom-top .categories-module.mod-list,
  #sp-bottom-top .tagspopular {
    column-count: 2;
    column-gap: 40px;
  }
}

@media(min-width:992px) {
  #sp-bottom-top .categories-module.mod-list,
  #sp-bottom-top .tagspopular {
    column-count: 3;
    column-gap: 60px;
  }
}

#sp-bottom-top .categories-module.mod-list li:first-child,
#sp-bottom-top .tagspopular ul li:first-child {
  margin-top: 0;
}

#sp-bottom-top .categories-module span,
#sp-bottom-top .tagspopular span {
  float: right;
}

#sp-bottom-top1 .categories-module li h4 a::before,
#sp-bottom-top1 .tagspopular li h4 a::before {
  content: "";
  margin-right: 0;
}

#sp-bottom-top1 .tagspopular .badge {
  font-size: 1em;
  font-weight: 300;
}

#sp-bottom-top1 a {
  color: #fff;
}

#sp-bottom-top1 a:hover {
  color: rgba(255,255,255,0.5) !important;
}

div#sp-bottom1 {
  align-self: center;
}

#sp-bottom-top1 .tagspopular ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sp-bottom-top::after {
  width: 80%;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  content: '';
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding-top: 20px;
}

#sp-bottom3 .social-icons a {
  border: 1px solid rgba(255,255,255,0.03);  
  background: rgba(255,255,255,0.03);
  width: 40px;
  height: 40px;
}

#sp-bottom3 .social-icons a {
  color: #ffffff;
}

#sp-bottom3 .social-icons a:hover {
  color: rgba(255,255,255,0.5)!important;
}

#sp-footer,
#sp-footer a,
#sp-footer .sp-copyright {
  color: #cccccc !important;
}

#sp-footer a:hover {
  color: #fff !important;
}

#sp-footer {
  border-top: 2px solid #cccccc;
}

#sp-footer .menu li {
    display: inline-block;
}

#sp-footer ul.menu li:not(:last-child)::after {
  content: "|";
  padding: 0 10px;
}

.sppb-btn.sppb-btn-primary.sppb-btn-outline:focus,
.sppb-btn.sppb-btn-primary.sppb-btn-outline:hover {
  background-color: #004f79;
  background-image: none;
}

/* Portada
***********************************************************/

.sp-module ul > li > a:hover {
  color: #fff!important;
}

.titulo-azul .sppb-section-title .sppb-title-heading,
.titulo-azul.sppb-addon-articles-layout h3 > span,
.titulo-azul.sppb-addon-articles-slider h3.sppb-addon-title > span {
  background-color: var(--azul-ee)!important;
}

.titulo-negro.sppb-addon-raw-html h3.sppb-addon-title {
  background-color: #000000!important;
}

.titulo-naranja h3 > span {
  background-color: var(--naranja-ee)!important;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Work Sans';
  font-size: 14px;
  font-weight: 600;
  line-height: 17px!important;
  padding: 7px 12px 5px 12px;
}

.titulo-azul.sppb-addon-latest-posts .sppb-section-title,
.titulo-azul.sppb-addon-articles-layout h3.sppb-addon-title,
.titulo-azul.sppb-addon-articles-slider h3.sppb-addon-title {
  border-bottom: 2px solid var(--azul-ee) !important;
}

.titulo-naranja h3.sppb-addon-title {
  border-bottom: 2px solid var(--naranja-ee) !important;
  margin-bottom: 0;
  line-height: 17px !important;
}

.destacados .sppb-meta-category {
  text-transform: uppercase;
  font-family:'Work Sans';
  font-size: 12px!important;
  font-weight: 500;
}

.firmas-portada div.d-flex {
  gap: 5px;
}

.firmas-portada ul.social-icons a {
  font-size: 20px;
  display: block;
  width: 45px;
  height: 45px;
}

.firmas-portada .imagen-firmas {
  overflow: hidden;
  flex: 0 0 auto;
}

.firmas-portada .imagen-firmas a:hover img {
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.firmas-portada .imagen-firmas img {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1;
  -o-transition: all 1s;
  transition: all 1s ease-out;
}

.firmas-portada .texto-firmas {
  padding: 1.5rem;
  text-align: center;
  background-color: #c6e0dc;
  flex: 1 0 auto;
}

@media (min-width:992px) {
  .bsacademics .sppb-addon-single-image-container,
  .bsacademics img {
    min-height: 505px;
    object-fit: cover;
  }
}

@media (max-width:992px) {
  .bsacademics .sppb-addon-single-image-container,
  .bsacademics img {
    width: 100%;
  }
}

.eemodal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.eemodal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
}

.eeclose-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}

.eeclose-button:hover {
    background-color: darkgray;
}

.eeshow-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    z-index: 99;
}

.bsacademics .sppb-addon-single-image-container{
  overflow: hidden;
}

/*.bsacademics .sppb-addon-single-image-container a:hover img {
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.bsacademics .sppb-addon-single-image-container img {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1;
  -o-transition: all 1s;
  transition: all 1s ease-out;
}*/

.sppb-addon-articles-layout .sppb-addon-article .sppb-article-info-wrap a:hover,
.sppb-addon-articles-layout .sppb-addon-article .sppb-article-info-wrap a:focus {
  text-decoration: none;
}

.sppb-addon-articles-layout.layout-arabica .leading-item h3 {
  font-size: 18px;
}

.sppb-addon-articles-layout.layout-arabica .leading-item .sppb-addon-article::after {
  border-radius: 0;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.1),#004f7a) !important;
  mix-blend-mode: multiply;
}

@media (min-width:792px) {
  .sppb-addon-articles-layout.layout-arabica .leading-item .sppb-addon-article::after {
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 50%,#004f7a) !important;
  }
}

.banner-column-top .banneritem img,
.banner-column-bottom .banneritem img,
#sp-right .banneritem img {
  width: 100%;
}

.partners .sppb-section-title {
  border-bottom: 2px solid var(--naranja-ee)!important;
}

.partners .sppb-section-title h3 {
  margin-bottom: 0!important;
  display: inline-block;
  background-color: var(--naranja-ee);
  color: #fff;
  text-transform: uppercase;
  font-family:'Work Sans';
  font-size: 14px!important;
  font-weight: 600;
  line-height: 17px!important;
  padding: 7px 12px 5px 12px;
}

.partners .sppb-image-layouts-inline-img {
  display: flex;
  justify-content: center;
}

.sppb-addon-articles-layout .sppb-addon-article .sppb-article-info-wrap .sppb-article-meta {
  font-family: 'Work Sans';
  font-size: 11px;
  font-weight: 400;
}

.revista .sppb-addon-article {
  min-height: 360px!important;
}

.revista.sppb-addon-articles-layout.layout-bourbon .sppb-addon-article::after,
.actualidad.sppb-addon-articles-layout.layout-bourbon .sppb-addon-article::after{
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 50%,#004f7a)!important;
  mix-blend-mode: multiply;
}

.sppb-addon-articles-layout.layout-bourbon.revista .bg-img-wrapper {
  margin: 10px 0;
}

.libreria img {
  min-height: 170px!important;
  padding: 40px 0;
}

.libreria .img-wrapper {
  display: flex;
  justify-content: center;
}

/* Banners a ancho completo */ 

.banner-superior img {
  width: 100%!important;
}

.banner-lateral img {
  float: right;
}

@media (max-width: 991.98px) {
  .banner-lateral img {
    float: none;
    margin: 0 auto;
  }
}

/* Business Schools and Academics y Firmas
***********************************************************/

.business-school,
.firmas {
  margin-top: 10px;
  padding: 1px 0;
}

.academics,
.firmas .row {
  gap: 5px;
  margin-left: 0;
  margin-right: 0;
}

.academic,
.firmas .col-12 {
  padding: 0;
}

@media (min-width: 992px) {
  .academic,
  .firmas .col-12 {
    max-width: calc(33.33% - 3.33px) !important;
  }
}

.academic a,
.firmas a {
  text-decoration: none!important;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
}

.academic-title a,
.firmas a {
  color: #fff;
}

.academic-title a:hover,
.firmas a:hover {
  color: #ccc;
}

.academic-title span,
.firmas span {
  position: absolute;
  bottom: 0;
  padding-left: 10px;
}

div.academics:not(:first-of-type) .academic a::after,
.academic-title span::after,
.firmas span::after {
  content: " »";
}

.business-school div.academics:not(:first-of-type) a {
  padding: 10px;
}

.article-details .business-school > h2 {
  border-bottom: 2px solid var(--azul-ee);
  line-height: 27px;
}

.article-details .business-school > h2 > a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.bs-members .business-school {
  margin: 40px 0 30px;
  border-top: 5px solid var(--azul-ee);
  border-bottom: 5px solid var(--azul-ee);
  padding: 8px 0;
}

/* Revista
***********************************************************/

._df_thumb {
  width: 390px;
  height: 556px;
}

.revista article:not(:last-child) .newsberg-article-introtext {
  border-bottom: 2px solid var(--azul-ee);
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-right: 25px;
}

/* Vista de artículo com_content
***********************************************************/

.article-details .article-full-image {
  text-align: left;
}

.article-details .category-name {
  font-family: 'Work Sans';
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
}

.article-details .category-name a {
  color: var(--azul-ee);
  text-decoration: none;
}

.article-details .article-info {
  margin: 1rem 0;
}

.article-details .published,
.article-details .reading-time {
  font-size: 12px;
  color: #737373;
}
.article-details .published::after {
  content:"\00A0//\00A0 ";
}

.article-details .article-full-image img {
  width: 100%;
  margin-top: 20px;
}

.article-details img.pull-left,
.article-details img[style*="float: left"] {
  margin-left: 0!important;
  margin-right: 25px!important;
}

.article-details img.pull-right,
.article-details img[style*="float: right"] {
  margin-right: 0!important;
  margin-left: 25px!important;
}

.article-details h2 {
  font-size: 27px;
  line-height: 38px;
  color: var(--azul-ee);
}

.article-details a {
  font-weight: 600;
  text-decoration: underline;
}

.article-details a[href]:not(:where(
  /* exclude hash only links */
  [href^="#"],
  /* exclude relative but not double slash only links */
  [href^="/"]:not([href^="//"]),
  /* domains to exclude */
  [href*="//eexcellence.es"],
  /* subdomains to exclude */
  [href*="//www.eexcellence.es"],
  [href*="//www.linkedin.com/sharing"],
  [href*="//www.facebook.com/sharer.php"],
  [href*="//twitter.com/share"],
  [href*="//api.whatsapp.com"]
)):after {
  font-family: "Font Awesome 5 Free";
  content: ' \f35d';
  font-size: 0.7em;
  vertical-align: super;
}

.article-details a:has(img):after {
  content: ''!important;
}

.article-details .tags a {
  text-decoration: none;
}

.article-details hr {
  border: 1px solid #aaaaaa;
  opacity: 1;
}

.article-details .p3,
.article-details .s1 {
  font-weight: 500!important;
  font-style: italics!important;
}

@media (max-width: 767.98px) {
  .article-details img.pull-left,
  .article-details img.pull-right {
    float: none !important;
    margin: 25px auto !important;
  }
}

/* Cuadro de aviso contenido sólo para suscriptores */

.contenido-restringido {
  text-align: center;
  border: 5px solid var(--azul-ee);
  border-radius: 8px;
  padding: 30px 15px;
  margin: 30px 0;
}

.contenido-restringido-header {
  font-weight: bold;
  font-size: 20px;
}

.boton-suscribir {
  padding: 7px 12px;
  color: var(--azul-ee);
  border: 2px solid var(--azul-ee);
  border-radius: 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Work Sans';
  font-weight: 500;
  text-decoration: none!important;
}

/* Vista blog com_content
***********************************************************/

.blog .items-row .item .newsberg-article-content .newsberg-article-image {
  flex: 1 0 100%;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .blog .items-row .item .newsberg-article-content .newsberg-article-image {
    flex: 1 0 200px;
    max-width: 200px;
  }

}

h1.category-header {
  font-size: 30px;
  padding-top: 15px;
}

.blog .items-leading .item .newsberg-article-image img {
  border-radius: 0;
  width: 100%;
}

.blog .items-leading .item .newsberg-article-content-leading-wrap .newsberg-article-content {
  padding: 0px 15px 15px 45px;
}

/* Apaño para bug de Joomla con la paginación en responsive */
.com-content-category-blog__pagination ul {
    display: flex;
    flex-wrap: wrap;
}

/* Intento de apaño al bug paginación con CSS puro */
@media (max-width: 767.98px) {
  .pagination .page-item {
    display: none;
  }
  
  .page-item.active,
  .page-item.active + .page-item,
  .page-item.active + .page-item + .page-item,
  .page-item + .page-item.active,
  .page-item + .page-item + .page-item.active,
  li.page-item:first-of-type,
  li.page-item:last-of-type {
    display: block;
  }

  /*.pagination .page-item:nth-of-type(2) {
    position: relative;
    padding-right: 50px;
  }

  .pagination .page-item:nth-of-type(2)::after {
    content: "...";
    position: absolute;
    font-size: 25px;
    top: 0;
    left: 45px;
  }

  .pagination li.page-item:nth-of-type(3) > a[title="3"] {
    display: none;
  }*/
}

/* Vista "blog" com_tags
***********************************************************/

.tag-category h1 {
  font-size: 38px;
  padding-top: 15px;
}

.tagged-items h2 {
  font-size: 27px;
}

.tagged-items a {
  color: #252525;
}

.tagged-items a:hover {
  text-decoration: underline;
}

.tagged-item-destacado .tagged-item-image img {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1;
  -o-transition: all 1s;
  transition: all 1s ease-out;
}

.tagged-item-destacado .tagged-item-image .img-wrapper {
  overflow: hidden;
}

.tagged-item-destacado .tagged-item-image a:hover img {
  -ms-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.tag-category select {
  padding: 8px 15px!important;
}

.com-tags .readmore a {
  padding: 7px 12px;
  color: var(--azul-ee);
  border: 2px solid var(--azul-ee);
  border-radius: 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Work Sans';
  font-weight: 500;
}

.com-tags .readmore a:hover,
.com-tags .readmore a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: var(--azul-ee);
}

@media (max-width: 991.98px) {
  .tagged-items h2 {
    font-size: 20px;
  }
  
  .com-tags .readmore a {
    padding: 3px 10px;
  }
}

/* RSMembership
***********************************************************/

#rsm_subscribe .form-check-input,
#rsm_user .form-check-input{
  min-width: 13px;
}

/* Suscribirme
***********************************************************/

.suscribirme {
  color: var(--azul-ee)!important;
  text-align: center;
}

.suscribirme .texto-circulo {
  background: var(--azul-ee);
  border-radius: 50%;
  height: 110px;
  width: 110px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  padding: 10px;
}

/* Add-ons de SP-PAGEBUILDER
***********************************************************/

/* Opt-in */

.sppb-addon-optin-forms button {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
}

/* Raw HTML */

.sppb-addon-raw-html .social-icons a {
  color: #000;
}

/* Latest posts - NEWEDGE */
.sppb-addon-latest-posts .sppb-section-title {
  margin-bottom: 0!important;
  border-bottom: 2px solid var(--naranja-ee)!important;
}

.sppb-addon-latest-posts .sppb-section-title h3,
.sppb-addon-raw-html h3.sppb-addon-title {
  display: inline-block;
  background-color: var(--naranja-ee);
  color: #fff;
  text-transform: uppercase;
  font-family:'Work Sans';
  font-size: 14px!important;
  font-weight: 600;
  line-height: 17px!important;
  padding: 7px 12px 5px 12px;
}

#slide-art-leading {
  padding: 0 15px;
}

.no-image .latest-post-inner {
  min-height: 252px;
  background: #2e3192;
}
.no-image .latest-post-inner:before {
  content: "\f1ea";
  font-family: fontawesome;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 24px;
  color: #fff;
  z-index: 20;
}
.no-image .latest-post-inner .overlay {
  display: none;
}
.sppb-addon-latest-posts >.sppb-section-title {
  display: block;
}
.sppb-addon-latest-posts >.sppb-section-title .sppb-title-heading,
.sppb-addon-latest-posts >.sppb-section-title .sppb-addon-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.sppb-addon-latest-posts >.sppb-addon-section-right {
  display: inline-block;
  float: right;
}
.sppb-addon-latest-posts >.sppb-addon-section-right a {
  font-size: 12px;
  color: #d4d4d4;
}
.sppb-addon-latest-posts .sppb-title-heading {
  text-align: left;
}
.sppb-addon-latest-posts .latest-posts >div {
  padding-bottom: 30px;
}
.sppb-addon-latest-posts .latest-posts >div:last-child {
  padding-bottom: 0;
}
.sppb-addon-latest-posts .latest-posts .latest-post-inner:hover .sppb-post-share-social .share-icon {
  display: block;
}
.sppb-addon-latest-posts .latest-post-inner {
  position: relative;
}
.sppb-addon-latest-posts .latest-post-inner .latest-post-infos {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sppb-addon-latest-posts .latest-post-inner .latest-post-infos .entry-title {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 30px;
}
.sppb-addon-latest-posts .latest-post-inner .latest-post-infos .entry-title a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.sppb-addon-latest-posts .latest-post-inner .latest-post-infos .entry-title:hover>a {
  opacity: .7;
}
.sppb-addon-latest-posts .latest-post-inner:hover .overlay {
  opacity: .8 !important;
}
.sppb-addon-latest-posts .latest-post-inner:hover .overlay:before {
  opacity: 1 !important;
}
.sppb-addon-latest-posts .latest-post-inner:hover .latest-post-infos {
  bottom: 10px !important;
}
.sppb-addon-latest-posts .leading_item .latest-post-inner {
  position: inherit !important;
}
.sppb-addon-latest-posts .leading_item .entry-title >a {
  font-size: 22px;
}
.sppb-addon-latest-posts.default .latest-post-inner:hover .latest-post-infos {
  bottom: 0 !important;
  padding: 30px 25px;
}
.sppb-addon-latest-posts.default .latest-post .latest-post-infos {
  position: absolute;
  bottom: 0;
  background: rgba(255,255,255,0.8);
  width: 100%;
  padding: 25px;
}
.sppb-addon-latest-posts.default .leading_item .latest-post-inner:hover .latest-post-infos {
  padding: 35px 35px;
}
.sppb-addon-latest-posts.default .leading_item .latest-post-inner .latest-post-infos {
  padding: 30px 35px;
}
.sppb-addon-latest-posts.default .sub_leading_item {
  margin-bottom: 30px;
}
.sppb-addon-latest-posts.default .sub_leading_item:last-child {
  margin-bottom: 0px;
}
.sppb-addon-latest-posts.default .latest-post-infos {
  margin-top: 20px;
}
.sppb-addon-latest-posts.img_overlay .latest-post-inner {
  position: relative;
}
.sppb-addon-latest-posts.img_overlay .latest-post-inner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*opacity: .8;*/
  z-index: 1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#ed1c24 70%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#ed1c24 70%);
}
.sppb-addon-latest-posts.img_overlay .latest-post-inner .overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 60%,#000000);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 60%,#000000);
}
.sppb-addon-latest-posts.img_overlay .latest-post-inner .latest-post-infos {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  color: #fff;
}
.sppb-addon-latest-posts.img_overlay .latest-post-inner .latest-post-infos a {
  color: #fff;
}
.sppb-addon-latest-posts.img_overlay .leading_item .latest-post-infos {
  padding: 50px;
}
.sppb-addon-latest-posts.img_overlay .sub_leading_item {
  margin-bottom: 30px;
}
.sppb-addon-latest-posts.img_overlay .sub_leading_item:last-child {
  margin-bottom: 0;
}
.sppb-addon-latest-posts.img_overlay .sub_leading_item .latest-post-infos {
  padding: 25px;
}
.sppb-addon-latest-posts.img_overlay .intro_item .latest-post-infos {
  padding: 30px;
}
.sppb-addon-latest-posts.img_overlay .latest-posts> .sppb-row:nth-child(2n+1) .latest-post:first-child .latest-post-inner .overlay {
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 60%,#004f7a);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 60%,#004f7a);
  mix-blend-mode: multiply;
}
.sppb-addon-latest-posts.img_overlay .latest-posts> .sppb-row:nth-child(2n+1) .latest-post:first-child .spns-cat-icon {
  background-color: #2e3192;
}
.sppb-addon-latest-posts.img_overlay .latest-posts> .sppb-row:nth-child(2n+1) .latest-post:nth-child(2n) .overlay {
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 60%,#004f7a);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 60%,#004f7a);
  mix-blend-mode: multiply;

}
.sppb-addon-latest-posts.img_overlay .latest-posts> .sppb-row:nth-child(2n+1) .latest-post:nth-child(2n) .spns-cat-icon {
  background-color: #00c8ff;
}
.sppb-addon-latest-posts.img_overlay .latest-posts> .sppb-row:nth-child(2n+1) .latest-post:nth-child(2n+1) .overlay {
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 60%,#004f7a);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 60%,#004f7a);
  mix-blend-mode: multiply;
}
.sppb-addon-latest-posts.img_overlay .latest-posts> .sppb-row:nth-child(2n+1) .latest-post:nth-child(2n+1) .spns-cat-icon {
  background-color: #00a651;
}
.sppb-addon-latest-posts.img_overlay .latest-posts> .sppb-row:nth-child(2n+0) .latest-post:nth-child(1) .overlay {
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 60%,#004f7a);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 60%,#004f7a);
  mix-blend-mode: multiply;

}
.sppb-addon-latest-posts.img_overlay .latest-posts> .sppb-row:nth-child(2n+0) .latest-post:nth-child(1) .spns-cat-icon {
  background-color: #00a99d;
}
.sppb-addon-latest-posts.img_overlay .latest-posts> .sppb-row:nth-child(2n+0) .latest-post:nth-child(2) .overlay {
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#ed145b 70%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#ed145b 70%);
}
.sppb-addon-latest-posts.img_overlay .latest-posts> .sppb-row:nth-child(2n+0) .latest-post:nth-child(2) .spns-cat-icon {
  background-color: #ed145b;
}
.sppb-addon-latest-posts.img_overlay .latest-posts> .sppb-row:nth-child(2n+0) .latest-post:nth-child(3) .overlay {
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#0072bc 70%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#0072bc 70%);
}
.sppb-addon-latest-posts.img_overlay .latest-posts> .sppb-row:nth-child(2n+0) .latest-post:nth-child(3) .spns-cat-icon {
  background-color: #0072bc;
}
.sppb-addon-latest-posts.img_overlay.sp-gradien-on-hover .latest-posts .latest-post-inner .overlay {
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 70%) !important;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#000000 70%) !important;
}
.sppb-addon-latest-posts.img_overlay.sp-gradien-on-hover .latest-posts> .sppb-row:nth-child(2n+1) .latest-post:nth-child(1) .overlay:before {
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#2e3192 70%) !important;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#2e3192 70%) !important;
}
.sppb-addon-latest-posts.img_overlay.sp-gradien-on-hover .latest-posts> .sppb-row:nth-child(2n+1) .latest-post:nth-child(1) .spns-cat-icon {
  background-color: #2e3192;
}
.sppb-addon-latest-posts.img_overlay.sp-gradien-on-hover .latest-posts> .sppb-row:nth-child(2n+1) .latest-post:nth-child(2n) .overlay:before {
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#00c8ff 70%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#00c8ff 70%);
}
.sppb-addon-latest-posts.img_overlay.sp-gradien-on-hover .latest-posts> .sppb-row:nth-child(2n+1) .latest-post:nth-child(2n) .spns-cat-icon {
  background-color: #00c8ff;
}
.sppb-addon-latest-posts.img_overlay.sp-gradien-on-hover .latest-posts> .sppb-row:nth-child(2n+1) .latest-post:nth-child(2n+1) .overlay:before {
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#00a651 70%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#00a651 70%);
}
.sppb-addon-latest-posts.img_overlay.sp-gradien-on-hover .latest-posts> .sppb-row:nth-child(2n+1) .latest-post:nth-child(2n+1) .spns-cat-icon {
  background-color: #00a651;
}
.sppb-addon-latest-posts.img_overlay.sp-gradien-on-hover .latest-posts> .sppb-row:nth-child(2n+0) .latest-post:nth-child(1) .overlay:before {
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#00a99d 70%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#00a99d 70%);
}
.sppb-addon-latest-posts.img_overlay.sp-gradien-on-hover .latest-posts> .sppb-row:nth-child(2n+0) .latest-post:nth-child(1) .spns-cat-icon {
  background-color: #00a99d;
}
.sppb-addon-latest-posts.img_overlay.sp-gradien-on-hover .latest-posts> .sppb-row:nth-child(2n+0) .latest-post:nth-child(2) .overlay:before {
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#ed145b 70%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#ed145b 70%);
}
.sppb-addon-latest-posts.img_overlay.sp-gradien-on-hover .latest-posts> .sppb-row:nth-child(2n+0) .latest-post:nth-child(2) .spns-cat-icon {
  background-color: #ed145b;
}
.sppb-addon-latest-posts.img_overlay.sp-gradien-on-hover .latest-posts> .sppb-row:nth-child(2n+0) .latest-post:nth-child(3) .overlay:before {
  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#0072bc 70%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,#0072bc 70%);
}
.sppb-addon-latest-posts.img_overlay.sp-gradien-on-hover .latest-posts> .sppb-row:nth-child(2n+0) .latest-post:nth-child(3) .spns-cat-icon {
  background-color: #0072bc;
}
.sppb-addon-latest-posts .owl-controls {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 10;
}
.sppb-addon-latest-posts .owl-controls .owl-dot {
  display: inline-block;
  vertical-align: middle;
}
.sppb-addon-latest-posts .owl-controls .owl-dot >span {
  padding: 4px;
  margin-right: 8px;
  background-color: #fff;
  display: block;
  border-radius: 20px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.sppb-addon-latest-posts .owl-controls .owl-dot.active >span {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.sppb-addon-latest-posts.sppb-addon-latest-posts.default .owl-controls .owl-dot >span {
  background-color: #999;
}
@media (max-width: 992px) and (min-width: 768px) {
  .sppb-addon-latest-posts.img_overlay .sub_leading_item .latest-post-infos,
  .sppb-addon-latest-posts.img_overlay .intro_item .latest-post-infos,
  .sppb-addon-latest-posts.default .sub_leading_item .latest-post-infos,
  .sppb-addon-latest-posts.default .intro_item .latest-post-infos {
    padding: 10px !important;
  }
  .sppb-post-share-social {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .menu-tab .latestnews .latest-post-inner .latest-post-infos {
    padding: 15px;
  }
  .menu-tab .tabs_buttons li.tab {
    padding-left: 15px !important;
  }
  .sppb-addon-latest-posts.default .latest-post-inner .latest-post-infos {
    height: 100%;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .sppb-addon-latest-posts .latest-post-inner img {
    width: 100%;
  }
  .sppb-addon-latest-posts .sppb-addon-content {
    clear: both;
  }
  .sppb-addon-latest-posts #slide-art-leading,
  .sppb-addon-latest-posts .intro_item,
  .sppb-addon-latest-posts .latest-video {
    margin-bottom: 30px;
  }
  .sppb-addon-latest-posts.default .sppb-post-share-social a.prettySocial {
    color: #000000;
  }
  .sppb-addon-latest-posts.default .sppb-post-share-social .share-icon {
    color: #000000;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .sppb-addon-latest-posts>.sppb-addon-section-right a {
    font-size: 10px;
  }
}

.destacados .owl-carousel .owl-item img {
  width: auto;
}

/* Articles Layout - NEWSBERG */

.sppb-addon-articles-layout h3.sppb-addon-title {
  margin-bottom: 0;
  border-bottom: 2px solid var(--naranja-ee);
}

.sppb-addon-articles-layout .sppb-addon-title::after {
  display:none;
}

.sppb-addon-articles-layout h3 > span {
  display: inline-block;
  background-color: var(--naranja-ee);
  color: #fff;
  text-transform: uppercase;
  font-family:'Work Sans';
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  padding: 7px 12px 5px 12px;
}

.sppb-addon-articles-layout.layout-arabica .leading-item .sppb-addon-article, 
.sppb-addon-articles-layout.layout-arabica .leading-item .sppb-addon-article::after,
.sppb-addon-articles-layout.layout-bourbon .sppb-addon-article::after,
.sppb-addon-articles-layout.layout-bourbon .sppb-addon-article,
.sppb-addon-articles-layout .sppb-addon-article .sppb-article-img-wrap > img {
  border-radius: 0!important;
}

.sppb-addon-articles-layout.layout-bourbon .sppb-addon-article {
  margin-bottom: 5px;
}

.sppb-addon-articles-layout.layout-excelsa .sppb-addon-article .sppb-article-img-wrap {
  flex: 1 0 50%;
}

.sppb-addon-articles-layout.layout-excelsa .sppb-addon-article {
  flex-direction: column;
}

.sppb-addon-articles-layout.layout-excelsa .sppb-addon-article .sppb-article-img-wrap {
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .sppb-addon-articles-layout.layout-excelsa .sppb-addon-article {
    flex-direction: row;
  }

  .sppb-addon-articles-layout.layout-excelsa .sppb-addon-article .sppb-article-img-wrap {
    max-width: 50%;
  }
  
  .sppb-addon-articles-layout.layout-excelsa .sppb-addon-article .sppb-article-img-wrap {
    margin-right: 25px;
    margin-bottom: 0;
  }

  .sppb-addon-articles-layout.layout-excelsa .sppb-row > .sppb-col-sm-12:nth-child(odd) a {
    order: 2;
    margin-right: 0;
  }
}

.sppb-addon-articles-layout.layout-geisha > .sppb-addon-content > .sppb-row {
  margin-left: 0;
}

.sppb-addon-articles-layout.layout-geisha .sppb-addon-article .sppb-article-info-wrap .sppb-meta-category {
  font-family: "Work Sans";
}

.sppb-addon-articles-layout.layout-geisha .sppb-addon-content .all-items-wrap {
  max-height: 1200px!important;
}

/* Articles Slider - Gazette*/

.sppb-addon-articles-slider h3.sppb-addon-title {
  margin-bottom: 0!important;
  border-bottom: 2px solid var(--naranja-ee)!important;
  font-size: 14px!important;
  font-weight: 600;
  line-height: 17px!important;
}

.sppb-addon-articles-slider h3.sppb-addon-title > span {
  display: inline-block;
  background-color: var(--naranja-ee);
  color: #fff;
  text-transform: uppercase;
  font-family:'Work Sans';
  padding: 7px 12px 5px 12px;
}

.sppb-addon-articles-slider {
    overflow: hidden
}

.sppb-addon-articles-slider .sppb-addon-article .sppb-article-meta {
    margin-bottom: 0
}

.sppb-addon-articles-slider.default .article-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 21px;
    max-height: 60px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical
}

.sppb-addon-articles-slider.bg_image {
    color: #fff
}

.sppb-addon-articles-slider.bg_image a {
    color: #fff;
    transition: 0.3s
}

.sppb-addon-articles-slider.bg_image a:hover,
.sppb-addon-articles-slider.bg_image a:focus {
    opacity: 0.75
}

.sppb-addon-articles-slider.bg_image .sppb-addon-article.item {
    min-height: 450px;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    position: relative
}

@media (min-width:992px) {
  .sppb-addon-articles-slider.bg_image .sppb-addon-article.item,
  .firmas-portada div.d-flex,
  .bsacademics .sppb-addon-content {
    height: 505px;
    overflow: hidden;
  }
}

.sppb-addon-articles-slider.bg_image .sppb-addon-article.item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1) 60%, rgb(0, 79, 122));
    /*opacity: 0.4;*/
    mix-blend-mode: multiply;
}

.sppb-addon-articles-slider.bg_image .sppb-article-details {
    padding: 35px;
    max-width: 600px;
    z-index: 5;
    position: relative
}

.sppb-addon-articles-slider.bg_image .sppb-article-details .sppb-article-meta {
    color: #fff
}

.sppb-addon-articles-slider.bg_image .sppb-article-details .article-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.41;
}

.sppb-addon-articles-slider.bg_image .sppb-article-details .introtext {
    font-size: 18px
}

.sppb-addon-articles-slider.bg_image .owl-controls {
    margin: 0;
    position: absolute;
    right: 30px;
    bottom: 15px;
    left: auto;
    transform: translate(0)
}

.sppb-addon-articles-slider.bg_image .owl-controls .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0px 5px;
    background-color: #fff !important;
    box-shadow: 0px 0px 0px 0px #005482;
    transition: 0.3s
}

.sppb-addon-articles-slider.bg_image .owl-controls .owl-dot.active span {
    box-shadow: 0px 0px 0px 3px #005482
}

.sppb-addon-articles-slider .customNavigation>a {
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    background: #9B9B9B;
    left: inherit;
    color: #fff;
    width: 32px;
    height: 54px;
    z-index: 11;
    font-size: 35px;
    text-align: center;
    line-height: 54px;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer
}

.sppb-addon-articles-slider .customNavigation>a.sppbSlidePrev {
    left: -35px;
    right: inherit
}

.sppb-addon-articles-slider:hover .customNavigation>a {
    right: 0;
    opacity: 1
}

.sppb-addon-articles-slider:hover .customNavigation>a.sppbSlidePrev {
    left: 0
}

.sppb-addon-articles-slider .owl-controls {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px
}

.sppb-addon-articles-slider .owl-controls .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 0px 5px;
    background: #bbb;
    box-shadow: 0px 0px 0px 0px #005482;
    transition: 0.3s
}

.sppb-addon-articles-slider .owl-controls .owl-dots .owl-dot.active>span {
    box-shadow: 0px 0px 0px 3px #005482;
    background-color: #fff
}

.sppb-addon-articles-slider.default {
    position: relative;
    border: 1px solid #ebebeb
}

.sppb-addon-articles-slider.default .sppb-addon-title {
    padding: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1.75px
}

.sppb-addon-articles-slider.default .sppb-addon-content {
    padding: 15px;
    border-top: 1px solid #ebebeb
}

.sppb-addon-articles-slider.default .sppb-addon-article.item .sppb-article-img-wrapper {
    margin-bottom: 12px
}

.sppb-addon-articles-slider.default .sppb-addon-article.item .sppb-meta-category {
    margin-bottom: 10px
}

.sppb-addon-articles-slider.default .sppb-addon-article.item .sppb-meta-category a {
    color: #005482
}

.sppb-addon-articles-slider.default .owl-controls {
    display: none
}

.sppb-addon-articles-slider.creative-slider .sppb-article-details {
    padding: 30px
}

.sppb-addon-articles-slider.creative-slider .sppb-article-details .article-title {
    font-size: 24px
}

.sppb-addon-articles-slider.creative-slider .sppb-article-details .sppb-article-meta>span:not(:last-child):after {
    content: "|";
    margin-right: 20px;
    padding-left: 20px
}

.sppb-addon-articles-slider.creative-slider .customNavigation>a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    background-color: #005482;
    opacity: 0.5
}

.sppb-addon-articles-slider.creative-slider .customNavigation>a:hover,
.sppb-addon-articles-slider.creative-slider .customNavigation>a:focus {
    opacity: 1
}

@media (max-width:480px) {
    .sppb-addon-articles-slider.bg_image .sppb-article-details {
        padding: 15px 15px 25px 15px
    }

    .sppb-addon-articles-slider.bg_image .sppb-addon-article.item {
        min-height: 350px
    }

    .sppb-addon-articles-slider.bg_image .owl-controls {
        right: 15px;
        bottom: 10px
    }
}

body.rtl .sppb-addon-articles-slider.bg_image .sppb-article-details {
    position: absolute;
    right: 0
}

body.rtl .sppb-addon-articles-slider.bg_image .owl-controls {
    right: inherit;
    left: 30px
}

body.rtl .sppb-addon-articles-slider .owl-carousel .owl-item img {
    width: 100%
}

body.rtl .sppb-addon-articles-slider:hover .customNavigation>a {
    right: inherit;
    opacity: 1
}

body.rtl .sppb-addon-articles-slider .fa-angle-right:before {
    content: ""
}

body.rtl .sppb-addon-articles-slider .fa-angle-left:before {
    content: ""
}