
.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}

.dovinos { font-family: Playfair Display, Georgia, 'Times New Roman', serif; font-size: 2rem; font-weight: 700; letter-spacing: 0.05em; }
.dovinos-DO { color: #000; }
.dovinos-VI { opacity: 0.5; }
.dovinos-NOS { color: #6a0d23; }
.dovinos-deco { width: 60px; height: 2px; background-color: #d8c3a5; margin: 0.5rem auto; }

.display-4 {
  font-size: 2.5rem;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

/* Blog */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-title-small {
 font-size: 1.2em;
 margin-bottom: 0.8em;
 color: #6a0d23bb;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

/* Pagination */
.blog-pagination {
  margin-bottom: 3rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
  margin: 2px;
}

/* Blog posts */
.blog-post {
  margin-bottom: 3rem;
}
.blog-news { 
  margin-bottom: 2rem !important;
  background-color: #fff;
  border: 0;
  border-bottom: 2px solid #6a0d23;
  border-radius: 4px 4px 0 0;
  padding: 0.8rem !important;
  box-shadow: 0px 0px 8px rgba(0, 32, 70, 0.1);
}
.blog-post-title {
  margin-bottom: 1rem;
}
.blog-post-title h1, .blog-post-title h2 {
  color: #6a0d23;
  font-size: 1.5rem;
  font-weight: 500;
}
.blog-post-meta {
  margin-bottom: .5rem;
  color: #999;
}
.blog-post__body {
 padding: 20px 0;
 position: relative;
}
.blog-post__body h2 { font-size: 1.3rem; }
.blog-post__body h3 { font-size: 1.1rem; }
.blog-post__body hr { border-color: #707070; margin-block: 1.6rem; }
.blog-post__link {
 color: inherit;
 text-decoration: none;
}
.blog-news__link {
  color: #6a0d23 !important;
  text-decoration: none;
  font-weight: 500;
}
.ads-hori {
	margin: 0;
	padding: 0;
}
/* Footer */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
.avatar{ width:48px; height:48px; }
.author-url { text-decoration: none; color: #111; }

a { text-decoration: none; }
.text-highlighted { font-size: 1.2em; }
.text-highlighted .hblue { font-size: 1.2em !important; }
.bg--base {
  background-color: #6a0d23 !important;
}
.text--base {
  color: #6a0d23 !important;
}
.bg--white {
  background: #fff;
}

.breaking-news-area {
  text-align: center;
  color: #fff;
  padding: 5px 0;
  position: relative;
  z-index: 999;
  font-size: 12px
}
.breaking-news-area a {color:white}

.header-middle {
  border-bottom: 1px solid #eaeaea;
  position: relative;
  z-index: 999;
}

.header-bottom {
  position: sticky;
  z-index: 999;
}

.sticky-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; /* con 9999 no salen anuncios ancla por encima del menu! */
    background: white;
    box-shadow: 0px 6px 7px rgba(24, 24, 24, 0.12), 0px 3px 4px rgba(24, 24, 24, 0.15), 0px 1px 2px rgba(24, 24, 24, 0.3);
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; 
}

.top-news-ticker {
  font-size: 14px;
  line-height: 35px;
  padding: 0;
  font-weight: 500;
  position: relative;
  display: flex;
  margin-top: 15px;
}
.top-news-ticker .title {
  position: relative;
  font-size: 14px;
  padding: 0 10px;
  z-index: 10;
  text-align: left;
  background-color: #6a0d23;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
}
.top-news-ticker-runner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.top-news-ticker-runner a {
  display: inline-block;
  margin-left: 10px;
  color: black;
  position: relative;
  padding-left: 20px;
}
.top-news-ticker-runner a::before {
  position: absolute;
  content: '';
  top: 13px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: black;
  border-radius: 50%;
}

.nav-pills .nav-link {
    border-radius: 0;
}
.navbar {
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.nav-link.active,
.show>.nav-link {
	color: #6a0d23 !important;
	background-color: #fff !important;
	font-weight: 500;
}
.nav-link {
	/* color: #212529 !important; */
}
.nav-link:hover { text-decoration: underline; }
.dropdown-item.active, .dropdown-item:active {
	background-color: #cfe8fd !important;
    border-left: 2px solid #007b9d !important;
    color: #4e4e4e !important;
}
.dropdown-item:hover { border-left: 2px solid #c0c0c0; }
.navbar-brand .fs-4 {
	vertical-align: middle;
}
.logo .t-deepblue { text-shadow: 1px 1px 3px rgba(0, 30, 60, 0.60); }
.logo .t-turquoise { text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.60); }
.myborder-10 {
	border-top: 3px solid #6a0d23;
}
.navbar-toggler-icon { background-image: url('../images/menu_icon.png') !important; }

.social-media-list {
	list-style: none;
	padding-left: 0;
}
.social-media-list li a {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
}
.social-media-list li a {
	font-size: 1.25rem;
	color: #464646;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: #111;
    background-color: #f8f9fa;
    border-left: 0.25rem solid #dee2e6;
}
.bd-callout-warning, .bd-callout-info, .bd-callout-second, .bd-callout-danger {
    border-radius: 0 .4rem .4rem 0;
    box-shadow: 0 1px 2px rgba(43,42,51,.05);
}
.bd-callout-warning {
    background-color: #6a0d2322;
    border-left: 4px solid #6a0d23;
}
.bd-callout-info {
    background-color: #d6f3dd;
    border-left: 4px solid #4d8158;
}
.bd-callout-second {
    background-color: #fff3cd;
    border-left: 4px solid #ffe69c;
}
.bd-callout-danger {
	background-color: #f8d7da;
    border-left: 4px solid #f1aeb5;
}
img.callo {
	float: left;
	margin: 10px 5px 5px 0;
	filter: drop-shadow(0 0 0.75rem #111);
}
.alert-ed {
	background-color: #6a0d2322;
	border-color: #7393ab;
	color: #4c728f;
}
.ed-sh { border-width: 0 1px 3px 1px; }

.footer-widget__title {
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
}
.footer-menu-list {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}
.footer-menu-list li + li {
	margin-top: 5px;
}
.footer-menu-list li a {
	color: #999;   
	font-size: 0.9375rem;
	text-decoration: none;
	display: inline-block;
}
.footer-menu-list li a::before {
	content: "- ";
}
.footer-contact-list { padding-left: 0; }
.footer-contact-list > li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 8px;
}
.footer-logo {
	color: #999;   
	font-size: 1.2rem;
	text-decoration: none;
}
/*
.container {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
*/
.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 15px;
	width: 40px;
	height: 40px;
	background-color: #6a0d23;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	z-index: 99;
	font-size: 16px;
	cursor: pointer;
	box-shadow: 0 0 5px 0 #00000050;
	display: block;
}

/* Preloader */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 110px;
  left: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #6a0d23;
  font-size: 10px;
  margin: 5rem auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after { left: 3.5em; }

@-webkit-keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; }
}
@keyframes load7 {
  0%,
    80%,
    100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; }
}
/* Preloader end */

.icon-social .bi {
    width: 20px;
    height: 20px;
    fill: #696969;
	margin: 0 6px;
    color: #696969;
}
.list-unstyled a {
	border-left: 2px solid #cdcdcd;
    display: block;
	padding: 2px 1rem;
	color: #4e4e4e !important;
	text-decoration: none;
}
.list-unstyled a:hover {
    background-color: #f0f0f0;
	border-color: #c0c0c0;
}
.list-unstyled a.active {
    background-color: #cfe8fd;
    border-color: #007b9d;
    font-weight: 600;
}
.site-breadcrumbs {
	font-size: 0.9rem;
}
.site-breadcrumbs ol li .breadcrumb-sep {
    margin: 0 6px;
}
.site-breadcrumbs ol {
	list-style-type: none; padding: 0px; margin: 0px;
}
.site-breadcrumbs ol li {
    display: inline-block;
}
.site-breadcrumbs a {
	font-family: Arial, Helvetica, sans-serif;
    color: #212529;
	font-weight: 600;
}
.site-breadcrumbs ol li .breadcrumb-home {
    display: none;
}
.blog-post ul.tags-list li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 10px;
}
.blog-post ul.tags-list li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -o-transition: all 0.23s ease-in-out;
}
/** ESTILOS ESPECIFICOS EURIBOR **/
h1,h2,h3,h4,h5 {
	color: #001b41;
	font-weight: normal;
}
h2 {
	font-size: 1.6em;
	margin-bottom: 1em;
}
h3,h4 {
	color: #283121;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 0.8em;
}
h4 {
	font-size: 1em;
}
p {
	line-height: 1.8em;
}
strong {
	color: #474e43;
	font-weight: bold;
}
.hblue { font-size:1.6em; color:#6a0d23; }
img.left {
	float: left;
	margin: 2px 1.25em 0 0;
}
img.top {
	margin: 4px 0 2.25em 0;
}
a {
	color: #5d93a2;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
* > p:last-child {
	margin-bottom: 0 !important;
}

table { margin: 0 auto; }
td, th { 
	padding: 4px;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #30373b;
}
div.appbox {
	height: 100%;
	-ms-flex-direction: column;
	flex-direction: column; 
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.1), 2px 2px 1px rgba(0,0,0,.1);
	box-shadow: 0 0 2px rgba(0,0,0,.1), 2px 2px 1px rgba(0,0,0,.1);
	display: flex;
	background-color: #f7f7f7;
	border: none !important;
	border-radius: 2px;
	margin-bottom: 20px;
}
div.appbox h3 { background-color: #007b9d; color: white; padding: 5px; margin-bottom: 0; border-radius: 2px; }
div.appbox a { text-decoration: none; cursor: pointer; }
div.appbox p { color: #50575b; padding: 12px; line-height: 1.2em; min-height: 105px; }
sup {
  vertical-align: super;
  font-size: smaller;
}
.pf { text-align:justify; line-height: 1.8em; font-size: 12pt; color: #878e83; }

.destacada-img {
  width: 100%;
  height: auto;
}
article img, .do-art img {
  transition: transform 0.3s ease;
}
article:hover img, .do-art:hover img {
  transform: scale(1.02);
}
article:hover h2, .do-art:hover h2{
  text-decoration: underline !important;
}

/* >= 1200px (XL) */
@media (min-width: 1200px) {
  .container { max-width: 1200px !important; }
}

/* >= 768px (MD y mayores) */
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }

  .nav-link {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .navbar-expand-md .logo2 {
    display: none !important;
  }
  .mydrop .dropdown {
    display: none !important;
  }
  .destacada-img {
    height: 400px;
    object-fit: cover;
    object-position: center;
  }
}

/* <= 991.98px (LG ↓) */
@media (max-width: 991.98px) {
  .top-news-ticker .title {
    font-size: 12px;
    padding: 0 14px;
    width: 60px;
  }
}

/* <= 767.98px (SM ↓) */
@media (max-width: 767.98px) {
  .top-news-ticker { font-size: 12px; }
  .navbar { width: 100%; }
  .myborder-10 { border-top: 0; }
  .sticky-header {
	background-color: #f0f4f9;
  }
  .header-middle { display: none !important; }
  .navbar-expand-md .logo2 a {
    color: #555;
    text-decoration: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.60);
  }
  .mydrop .nodropdown, .nav-right {
    display: none !important;
  }
  .header-wrapper {
    background-color: #f0f4f9;
  }
  .navbar-toggler {
    margin: 6px;
    color: #fff;
    border-radius: 5px;
  }
  .navbar-toggler:hover {
    text-decoration: none;
  }
  .navbar-toggler.collapsed {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.25), inset 0 1px 2px 0 rgba(0,0,0,0.5), inset 0 6px 13px 0 rgba(255,255,255,0.2), 0 2px 2px 0 rgba(255,255,255,0.1);
  } 
  .navbar-toggler.collapsed .navbar-toggler-icon {
     background-image: url('../images/menu_icon.png') !important;
  }
  .navbar-toggler:not(.collapsed) {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.1rem;
  }
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-image: url('../images/menu_close.png') !important;
  }
  .dropdown-menu {
     margin-top: 0 !important;
     border: 0;
     border-radius: 0;
  }
  .dropdown-menu .dropdown-item { padding-left:2rem; }
  .navbar-nav { margin-bottom: 10px; }
  .nav-link.active {
    background-color: #fff !important;
  }
  .nav-link:hover { text-decoration: none; }
  .nav-pills .nav-link {
    padding-left: 6px;
	margin-top: 4px;
  }
  /*.nav-pills .nav-item:last-of-type .nav-link { border-bottom: none; }*/
  .blog-news { padding: 0 !important; box-shadow: none; }
}

/* <= 600px (personalizado) */
@media (max-width: 600px) {
  .top-news-ticker .title { width: 90px; }
}

/* <= 575.98px (XS ↓) - Movil */
@media (max-width: 575.98px) {
  body { font-size: 13pt; }
  h2 { font-size: 1.2em; }
  h3 { font-size: 1.1em; }
  h4 { font-size: 1em; }

  /* .dovinos { font-size: 1.8rem; } */
  #preloader { top: 55px; }
  .loader { margin: 5rem 180px; }

  .myborder-10 { border-top: 0; }
  ul.rrssb-buttons { max-width: 310px; }
  .breaking-news-area { font-size: 14px; }
}
