﻿/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
.hidden,
.oculto {
  display: none !important;
  visibility: hidden !important;
}
.hidden-submenu-cumplimento-formativo:hover {
  visibility: visible;
}
.hidden-submenu-cumplimento-formativo {
  visibility: hidden;
}
.submenu.hidden:hover,
.submenu.hidden-submenu-cumplimento-formativo:hover {
  visibility: visible;
}
#desplegable-enlace:hover ~ .hidden-submenu-cumplimento-formativo {
  visibility: visible;
}
/* Para ocultar texto si usas una imagen de fondo */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.cursor:hover {
  cursor: pointer;
  opacity: 0.85;
}
.relativo {
  position: relative;
}
/* Listas horizontales */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
/* Listas verticales */
.admin .list-group {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}
.admin .list-group > li {
  display: block;
  width: 100%;
  margin: 0;
}
/* centrar bloque */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* texto */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/* anchos */
.one-third {
  width: 33.333333%;
}
.two-thirds {
  width: 66.666667%;
}
.one-half {
  width: 50%;
}
/* márgenes */
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
/* imágenes */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
/* floats */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
/******* NoCopiarMessage ******/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 99999;
}
#modal {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  padding: 8px;
  z-index: 99999;
}
#content {
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  font-size: 16px;
  text-align: center;
}
#close {
  position: absolute;
  background: url("https://s01.europapress.net/imagenes/estaticos/close_circle.png") 0 0 no-repeat;
  width: 24px;
  height: 27px;
  display: block;
  text-indent: -9999px;
  top: -7px;
  right: -7px;
}
/*******************************/
/****** Añadir flecha para menu desplegable ********/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  /*margin-left: 8px;*/
  vertical-align: middle;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.caret-up {
  display: inline-block;
  width: 0;
  height: 0;
  /*margin-left: 8px;*/
  vertical-align: middle;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid;
}
/*********************************************/
/*color de texto que añadiremos a la hoja less*/
.rojo00 {
  color: #cc0000;
}
.rojo02 {
  color: #df4949;
}
.bk-rojo00 {
  background-color: #cc0000;
}
.bk-rojo02 {
  background-color: #df4949;
}
/*colores redes sociales*/
.boton-social.icon-facebook {
  background-color: #3B5998;
}
.boton-social.icon-twitter {
  background-color: #28A9E2;
}
.boton-social.icon-linkedin {
  background-color: #0077B5;
}
/******************************** Modal.ini *********************************/
.banner-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -10000;
  opacity: 0;
  transform: scale(0);
  transition: all ease-in-out 0.5s;
}
.banner-modal .icon-close {
  color: #cc0000;
  font-size: 20px;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -20px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  z-index: auto;
}
.banner-modal .contenido {
  position: absolute;
  cursor: pointer;
  background-color: white;
  top: 20%;
  left: 20%;
  right: 20%;
  border-radius: 3px;
  padding: 20px;
  box-sizing: border-box;
}
.banner-modal .contenido .titulo {
  padding: 15px;
  text-align: center;
  font-weight: bold;
  color: white;
  background-color: #5d6d7e;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.banner-modal .contenido table {
  margin: 20px auto;
  border-collapse: collapse;
  /*ahora, quitamos estilos a algunos tds:*/
}
.banner-modal .contenido table td {
  padding: 15px 10px 15px 10px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  color: #333;
}
.banner-modal .contenido table tr:first-child td {
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.banner-modal .contenido table tr td:first-child {
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  text-align: center;
}
.banner-modal .contenido table tr td:last-child {
  border-right: 1px solid white;
}
.banner-modal .contenido table tr:not(:first-child) td:first-child,
.banner-modal .contenido table tr:first-child td:not(:first-child) {
  background-color: #e6ebef;
  color: #333;
  border-color: #ddd;
}
.banner-modal.mostrar {
  opacity: 1;
  transform: scale(1);
  z-index: 10000;
}
/******************************** Modal.fin *********************************/
.table {
  margin: 20px auto;
  border-collapse: collapse;
}
.table td,
.table th {
  padding: 15px 10px 15px 10px;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.3;
  color: #333;
}
.table th {
  background-color: #f3f3f3;
}
.below_lazy {
  content-visibility: auto;
  contain-intrinsic-size: 0 900px;
}
/*footer*/
.footer {
  background: #fff;
  box-shadow: inset 0 1px 2px #ddd;
  border-top: 4px solid #eff1f3;
}
.pieEuropa {
  background-size: contain;
  font-size: 3rem;
  font-weight: 600;
  margin: 0 auto 10px auto;
  cursor: pointer;
  width: 195px;
  padding: 20px 0 0 0;
}
.EuropaPortada {
  color: black;
}
.PressPortada {
  color: #CC0000;
}
.bloquePie {
  text-align: center;
}
.footer-enlaces h3 {
  font-size: 16px;
  margin: 0;
  padding-bottom: 5px;
}
.footer-enlaces ul {
  font-size: 15px;
  list-style: none;
}
.footer-enlaces ul li {
  display: inline-block;
}
.footer-enlaces a {
  color: #767676;
  font-size: 15px;
  line-height: 1.6 !important;
}
.footer-enlaces .footer-temas {
  width: 70%;
  display: inline-block;
  text-align: left;
  float: left;
}
.footer-enlaces .footer-temas ul {
  column-count: 3;
  column-gap: 40px;
}
.footer-enlaces .footer-terminos {
  width: 30%;
  display: inline-block;
  text-align: left;
  float: left;
  padding-left: 10px;
  box-sizing: border-box;
}
/* inicio pie notimerica */
.footer.notimerica {
  background: #fff;
}
.pieCopyright.copyright-notimerica {
  margin-top: 5px;
  padding-bottom: 15px;
  color: #666;
  font-size: 12px;
  text-align: center;
}
#ctl00_Pie_2014_Pie_Notimerica li:first-child {
  border-left: none;
}
#ctl00_Pie_2014_Pie_Notimerica li {
  list-style: none;
  display: inline-block;
  border-left: 1px solid #D5D5D5;
  padding: 0 8px;
  font-size: 13px;
}
#ctl00_Pie_2014_Pie_Notimerica li:first-child,
#ctl00_Pie_2014_Pie_NoticiArgentina li:first-child,
#ctl00_Pie_2014_Pie_NotiChile li:first-child,
#ctl00_Pie_2014_Pie_NotiEcuador li:first-child,
#ctl00_Pie_2014_Pie_Notimexico li:first-child,
#ctl00_Pie_2014_Pie_NotiPanama li:first-child,
#ctl00_Pie_2014_Pie_NotiPeru li:first-child,
#ctl00_Pie_2014_Pie_ColombiaPress li:first-child,
#ctl00_Pie_2014_Pie_NotiParaguay li:first-child,
#ctl00_Pie_2014_Pie_NotiBolivia li:first-child,
#ctl00_Pie_2014_Pie_NotiUruguay li:first-child,
#ctl00_Pie_2014_Pie_NotiBrasil li:first-child {
  border-left: none;
}
#ctl00_Pie_2014_Pie_Notimerica li,
#ctl00_Pie_2014_Pie_NoticiArgentina li,
#ctl00_Pie_2014_Pie_NotiChile li,
#ctl00_Pie_2014_Pie_NotiEcuador li,
#ctl00_Pie_2014_Pie_Notimexico li,
#ctl00_Pie_2014_Pie_NotiPanama li,
#ctl00_Pie_2014_Pie_NotiPeru li,
#ctl00_Pie_2014_Pie_ColombiaPress li,
#ctl00_Pie_2014_Pie_NotiParaguay li,
#ctl00_Pie_2014_Pie_NotiBolivia li,
#ctl00_Pie_2014_Pie_NotiUruguay li,
#ctl00_Pie_2014_Pie_NotiBrasil li {
  list-style: none;
  display: inline-block;
  border-left: 1px solid #D5D5D5;
  padding: 0 8px;
  font-size: 13px;
}
#desplegable-enlace-noticiargentina,
#desplegable-enlace-notimerica,
#desplegable-enlace-notibolivia,
#desplegable-enlace-notichile,
#desplegable-enlace-notiecuador,
#desplegable-enlace-notimexico,
#desplegable-enlace-notipanama,
#desplegable-enlace-notiparaguay,
#desplegable-enlace-notiperu,
#desplegable-enlace-notiuruguay,
#desplegable-enlace-notibrasil {
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  padding: 4px 6px;
  margin: 0;
  border: 0 !important;
  font-size: 15px;
}
#desplegable-enlace-noticiargentina:hover ~ .submenu-cumplimento-normativo,
#desplegable-enlace-notimerica:hover ~ .submenu-cumplimento-normativo,
#desplegable-enlace-notibolivia:hover ~ .submenu-cumplimento-normativo,
#desplegable-enlace-notichile:hover ~ .submenu-cumplimento-normativo,
#desplegable-enlace-notiecuador:hover ~ .submenu-cumplimento-normativo,
#desplegable-enlace-notimexico:hover ~ .submenu-cumplimento-normativo,
#desplegable-enlace-notipanama:hover ~ .submenu-cumplimento-normativo,
#desplegable-enlace-notiparaguay:hover ~ .submenu-cumplimento-normativo,
#desplegable-enlace-notiperu:hover ~ .submenu-cumplimento-normativo,
#desplegable-enlace-notiuruguay:hover ~ .submenu-cumplimento-normativo,
#desplegable-enlace-notibrasil:hover ~ .submenu-cumplimento-normativo {
  visibility: visible;
}
#ctl00_Pie_2014_Logo_Pie_NoticiArgentina .logo-dominio-texto,
#ctl00_Pie_2014_Logo_Pie_NotiChile .logo-dominio-texto,
#ctl00_Pie_2014_Logo_Pie_NotiEcuador .logo-dominio-texto,
#ctl00_Pie_2014_Logo_Pie_Notimexico .logo-dominio-texto,
#ctl00_Pie_2014_Logo_Pie_NotiPanama .logo-dominio-texto,
#ctl00_Pie_2014_Logo_Pie_NotiPeru .logo-dominio-texto,
#ctl00_Pie_2014_Logo_Pie_ColombiaPress .logo-dominio-texto,
#ctl00_Pie_2014_Logo_Pie_NotiParaguay .logo-dominio-texto,
#ctl00_Pie_2014_Logo_Pie_NotiBolivia .logo-dominio-texto,
#ctl00_Pie_2014_Logo_Pie_NotiUruguay .logo-dominio-texto,
#ctl00_Pie_2014_Logo_Pie_NotiBrasil .logo-dominio-texto {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 23px;
  font-weight: 600;
}
#ctl00_Pie_2014_Logo_Pie_NoticiArgentina .logo-dominio-texto.primera,
#ctl00_Pie_2014_Logo_Pie_NotiChile .logo-dominio-texto.primera,
#ctl00_Pie_2014_Logo_Pie_NotiEcuador .logo-dominio-texto.primera,
#ctl00_Pie_2014_Logo_Pie_Notimexico .logo-dominio-texto.primera,
#ctl00_Pie_2014_Logo_Pie_NotiPanama .logo-dominio-texto.primera,
#ctl00_Pie_2014_Logo_Pie_NotiPeru .logo-dominio-texto.primera,
#ctl00_Pie_2014_Logo_Pie_ColombiaPress .logo-dominio-texto.primera,
#ctl00_Pie_2014_Logo_Pie_NotiParaguay .logo-dominio-texto.primera,
#ctl00_Pie_2014_Logo_Pie_NotiBolivia .logo-dominio-texto.primera,
#ctl00_Pie_2014_Logo_Pie_NotiUruguay .logo-dominio-texto.primera,
#ctl00_Pie_2014_Logo_Pie_NotiBrasil .logo-dominio-texto.primera {
  color: #333;
}
#ctl00_Pie_2014_Logo_Pie_NoticiArgentina .logo-dominio-texto.segunda,
#ctl00_Pie_2014_Logo_Pie_NotiChile .logo-dominio-texto.segunda,
#ctl00_Pie_2014_Logo_Pie_NotiEcuador .logo-dominio-texto.segunda,
#ctl00_Pie_2014_Logo_Pie_Notimexico .logo-dominio-texto.segunda,
#ctl00_Pie_2014_Logo_Pie_NotiPanama .logo-dominio-texto.segunda,
#ctl00_Pie_2014_Logo_Pie_NotiPeru .logo-dominio-texto.segunda,
#ctl00_Pie_2014_Logo_Pie_ColombiaPress .logo-dominio-texto.segunda,
#ctl00_Pie_2014_Logo_Pie_NotiParaguay .logo-dominio-texto.segunda,
#ctl00_Pie_2014_Logo_Pie_NotiBolivia .logo-dominio-texto.segunda,
#ctl00_Pie_2014_Logo_Pie_NotiUruguay .logo-dominio-texto.segunda,
#ctl00_Pie_2014_Logo_Pie_NotiBrasil .logo-dominio-texto.segunda {
  color: #59a8e0;
}
#ctl00_Pie_2014_Logo_Pie_NoticiArgentina .logo-dominio-texto:last-child,
#ctl00_Pie_2014_Logo_Pie_NotiChile .logo-dominio-texto:last-child,
#ctl00_Pie_2014_Logo_Pie_NotiEcuador .logo-dominio-texto:last-child,
#ctl00_Pie_2014_Logo_Pie_Notimexico .logo-dominio-texto:last-child,
#ctl00_Pie_2014_Logo_Pie_NotiPanama .logo-dominio-texto:last-child,
#ctl00_Pie_2014_Logo_Pie_NotiPeru .logo-dominio-texto:last-child,
#ctl00_Pie_2014_Logo_Pie_ColombiaPress .logo-dominio-texto:last-child,
#ctl00_Pie_2014_Logo_Pie_NotiParaguay .logo-dominio-texto:last-child,
#ctl00_Pie_2014_Logo_Pie_NotiBolivia .logo-dominio-texto:last-child,
#ctl00_Pie_2014_Logo_Pie_NotiUruguay .logo-dominio-texto:last-child,
#ctl00_Pie_2014_Logo_Pie_NotiBrasil .logo-dominio-texto:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.submenu-cumplimento-normativo {
  position: absolute;
  z-index: 9;
  padding: 9px;
  border: solid 1px #DDD;
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0px 0px 7px #ccc;
  box-sizing: border-box;
  width: 170px;
  background: #ecf0f3 !important;
}
.submenu-cumplimento-normativo li {
  border-right: 0;
  margin: 0;
  padding: 0;
  padding: 0px !important;
  border-right: none !important;
  border-left: none !important;
}
.submenu-cumplimento-normativo li a {
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  padding: 4px 6px;
  margin: 0;
  border: 0 !important;
  font-size: 15px;
}
.submenu-cumplimento-normativo li a:hover ~ .submenu {
  visibility: visible;
}
.hidden-submenu-cumplimento-formativo:hover {
  visibility: visible;
}
.hidden-submenu-cumplimento-formativo {
  visibility: hidden;
}
.submenu-cumplimento-normativo .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 9px;
  top: -9px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #ddd;
}
.submenu-cumplimento-normativo .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -7px;
  left: -8px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #ECF0F1;
  border-width: 8px;
}
/* fin pie notimerica */
/* inicio new footer */
.footer-superior,
.footer-middle,
.footer-inferior {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 15px 0;
}
.footer-superior {
  padding-bottom: 20px;
}
.footer-secciones {
  width: 25%;
}
.footer-seccion {
  float: left;
  width: 100%;
  list-style: none;
  padding: 11px 0 0 80px;
  text-align: left;
}
.footer-seccion a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.4;
}
.footer-seccion a:hover {
  border-bottom: 1px solid #767676;
}
.footer-middle {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.footer-middle > span {
  color: #aab7c1;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
}
.footer-middle .social-icon {
  color: #FFF;
  border-radius: 50%;
  width: 35px;
  line-height: 35px;
  height: 35px;
  text-align: center;
  border: 0;
  margin: 0 3px;
}
.footer-middle .icon-facebook {
  background-color: #3b5998;
}
.footer-middle .icon-twitter {
  background-color: #28a9e2;
}
.footer-middle .icon-youtube {
  background-color: #f2232d;
}
.footer-middle .icon-linkedin {
  background-color: #0077B5;
}
.footer-middle .footer-rrss {
  margin: 10px 0 4px 0;
}
.footer-middle .footer-rrss li {
  display: inline-block;
}
.footer-inferior {
  padding-bottom: 5px;
}
.footer-inferior .footer-links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  list-style-type: none;
}
.footer-inferior .footer-links li {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px 0 0;
  margin: 0;
}
.footer-inferior .footer-links li a {
  color: #333;
  font-weight: 600;
}
.footer-inferior .footer-links li a:hover {
  border-bottom: 1px solid #7b868f;
}
.footer-inferior .footer-links li {
  border-right: 1px solid #d4dde4;
}
.footer-inferior .footer-links li:last-child {
  border-right: none;
}
.footer-inferior .textoDivLogo {
  color: #666;
  font-size: 12px;
  text-align: center;
  width: 100%;
  margin: 20px 0 0 0;
}
.footer-inferior .textoDivLogo p {
  color: #7b868f;
  font-size: 13px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
.footer-inferior .textoDivLogo p a {
  color: #666;
  font-weight: 600;
}
.footer-inferior .textoDivLogo p a:hover {
  border-bottom: 1px solid #7b868f;
}
.btn-cookies {
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
.pieCopyright.copyright-europapress {
  padding-bottom: 15px;
  color: #7b868f;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
}
/* fin new footer */
/* estilos para tooltip*/
.footer-links .submenu {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 9;
  padding: 9px;
  border: solid 1px #DDD;
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0px 0px 7px #ccc;
  box-sizing: border-box;
  width: 170px;
}
.footer-links .submenu li {
  border-right: 0;
  margin: 0;
  padding: 0;
}
.footer-links .submenu li a {
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  padding: 4px 6px;
  margin: 0;
  border: 0 !important;
  font-size: 15px;
}
.footer-links .submenu li a:hover {
  background-color: #F1F1F1;
  border-radius: 3px;
}
.arrow_down:after {
  color: #000;
  content: "\e90d";
  font-family: icomoon;
  font-size: 0.8em;
  margin-left: 4px;
}
.arrow_up:after {
  color: #000;
  content: "\e90e";
  font-family: icomoon;
  font-size: 0.8em;
  margin-left: 4px;
}
.submenu .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 9px;
  top: -9px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #DDD;
}
.submenu .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -7px;
  left: -8px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
  border-width: 8px;
}
/*fin estilos para tooltip*/
/* Links */
a,
a:focus,
a:hover {
  color: #333;
}
a:hover {
  text-decoration: none;
}
/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritance from `body` */
  background-color: rgba(60, 64, 67, 0.08);
  border: 0.05rem solid #fff;
}
/*
 * Base structure
 */
html,
body {
  background-color: #f7f7f7;
}
.icon-warning:before {
  content: "\e947";
}
.icon-warning {
  color: #e2ac2b;
  font-family: icomoon;
  font-size: 120px;
}
@font-face {
  font-family: 'icomoon';
  src: url("https://fonts.europapress.net/icomoonEPv4.eot?#iefix") format("embedded-opentype"), url("https://fonts.europapress.net/icomoonEPv4.woff2") format('woff2'), url("https://fonts.europapress.net/icomoonEPv4.woff") format('woff'), url("https://fonts.europapress.net/icomoonEPv4.ttf") format("truetype"), url("https://fonts.europapress.net/icomoonEPv4.svg#icomoon") format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'icomoon';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.icon-facebook:before {
  content: "\e910";
}
.icon-twitter:before {
  content: "\e914";
}
.icon-linkedin:before {
  content: "\e912";
}
.icon-youtube:before {
  content: "\e916";
}
body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #333;
}
.cover-container {
  max-width: 42em;
}
/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}
.masthead .inner {
  display: flex;
  justify-content: space-between;
}
.masthead-brand {
  margin-bottom: 0;
}
.nav-masthead .nav-link {
  padding: 0.25rem 0;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  border-bottom: 0.25rem solid transparent;
}
.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.nav-masthead {
  column-gap: 1rem;
}
.nav-masthead .active {
  color: #333;
  border-bottom-color: #333;
}
/*
 * Cover
 */
.cover {
  padding: 0;
}
.cover .btn-lg {
  padding: 0.75rem 1.25rem;
  font-weight: 700;
  width: 100%;
}
/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, 0.5);
}
/*
            * Buscador

        */
.inner-form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 34px;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 6px;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px #ddd;
}
.input-field.first-wrap {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-field.first-wrap .svg-wrapper {
  min-width: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-field.first-wrap svg {
  width: 36px;
  height: 36px;
  fill: #222;
}
.input-field.first-wrap input {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.input-field input {
  height: 100%;
  background: 0 0;
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 992px) {
  .input-field {
    height: 50px;
  }
}
.input-field.second-wrap {
  min-width: 150px;
}
@media screen and (max-width: 992px) {
  .input-field {
    height: 50px;
  }
}
.input-field {
  height: 60px;
}
.input-field.second-wrap .btn-search {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 0;
  background: #cc0000;
  transition: all 0.2s ease-out, color 0.2s ease-out;
}
.caja-dominio {
  margin: 0;
}
.logo-europapress-texto {
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  margin-right: 5px;
}
.rojo,
p a {
  color: #c00;
}
.negro {
  color: #333;
}
picture img {
  float: right;
  width: 150px;
}
.lista-foto-html5 {
  width: 100%;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
}
p.titularTrending {
  text-align: left;
  font-size: 20px;
  padding-right: 175px;
  font-weight: normal;
  color: #333;
  line-height: 1.4;
}
.foto_lead {
  max-height: 100px;
  overflow: hidden;
  display: inline;
}
aside#PrincipalInferior {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}
.Titulo_Ultimas_Noticias {
  margin-top: 25px;
  text-align: left;
  font-size: 34px;
  font-weight: bold;
}
span.titulo_un {
  border-bottom: 1px solid #DDD;
  display: block;
}
.social-icon {
  font-size: 18px;
  display: inline-block;
}
/*ajuste footer*/
.footer-secciones {
  margin-left: 0;
  padding-left: 0;
}
.footer-seccion {
  padding: 11px 0 0 0;
}
.footer-middle .footer-rrss {
  padding-left: 0;
}
.footer-links {
  padding: 0;
}