/*!
Theme Name: Inforegion
Theme URI: http://underscores.me/
Author: Darwin Robles
Author URI: http://darwinrobles.com
Description: Plantilla para medio de comunición
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Inforegion
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Inforegion is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
  font-family: 'Roboto Slab', serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h1, h2, h3, h5 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
}
/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
button.btn.btn-success.btn-sm.px-4.fw-semibold {
    background: #22767c;
	z-index: 9;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff!important;
	font-family: 'Montserrat', sans-serif!important;
    font-weight: 400;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */
@font-face {
  font-family: 'Yorkten Slab';
  src: url('css/yorkten-slab/YorktenSlab-NorReg.woff') format('woff');
  font-weight: 400;
  font-style: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('css/Nunito.woff2') format('woff2');
  font-style: normal;
  font-weight: 200;
}
.subtitle,
.entry-content p {
    font-size: 20px;
    font-weight: 200;
    font-family: 'Roboto Slab', serif;
	line-height: 2.4rem;
}
.entry-header h1 {
    /* font-size: clamp(2.2rem, 5vw, 3.4rem); */
    line-height: 1.1;
    font-weight: 500;
    margin: .6em 0 .6em;
    letter-spacing: -.01em;
}
h6.card-title.mb-0 {
    font-weight: 600;
    font-size: 18px;
	line-height: 150%;
}
h5.card-title {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto Slab', serif;
  line-height: 1.8rem;
}
.d-flex.gap-3.p-2.align-items-center.text-sm {
    background: #fffdf3;
    border-radius: 0.5rem;
}
@media(max-width:768px){
	#primary-menu ul{
		margin:0;
	}
	#primary-menu ul li {
		border-top: solid 1px #ccc;
		padding: 1rem;
	}
}
/* .entry-content h2 {
  font-size: 38px;
} */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

:root {
	--color-amarillo: #03767c;
    --color-azul-oscuro: #03767c;
}

/* Barra superior */
.top-bar {
  background: #fff !important;
  font-size: .9rem;

  .bi {
    font-size: 1.1rem;
  }

  a { color: inherit; }

  a:hover { color: var(--color-amarillo) !important; }
  .d-flex.gap-3 a i{
     background-color: #fff;
	 color: #000;
	 padding: 0.2rem 0.3rem 0.2rem 0.3rem;
     border-radius: 50%;
  }
  i.bi.bi-search {
	 color: #000;
 }
}
a.navbar-brand {
    font-size: 1.5rem;
    position: relative;

    &.fst-italic {
      &::after {
        content: '';
        position: absolute;
        bottom: -0.2rem;
        left: 0;
        width: 100%;
        height: 2px;
        background: var(--color-amarillo);
      }
    }
  }
.site-header{
	background: #fff;
}

nav.navbar.navbar-expand-lg {
      border-top: solid 1px #000;
      border-bottom:solid 1px #000;
	@media(max-width:768px){
		/*margin-top: -80px;
		padding-bottom: 1rem !important;
		padding-bottom: 0rem !important;*/
		padding-top: 0rem !important;
		margin-top: -48px;
        
	}
}

.site-branding img {
    width: 350px;
}
@media(max-width:768px){
	#primary-menu {
		padding-top: 1.9rem;
	}
}
.navbar-nav {
  background: #fff;

  li {
    position: relative;

    a {
      position: relative;
      display: inline-block;
      color: #000;
      font-weight: 300;
	  margin: 0 2.6rem 0 0;
      text-decoration: none;
      padding-bottom: 15px;
      transition: all 0.3s linear;
	  @media(max-width:1024px) and (min-width: 768px){
			margin: 0 0.7rem 0 0;
	  }

      &::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%;
        height: 5px;
        background-color: #000;
        transition: all 0.3s linear;
      }

      &:hover {
        color: #000; !important;

        &::after {
          width: 100%;
        }
      }
    }

    &.current-menu-item a {
      color: #000; !important;

      &::after {
        width: 100%;
      }
    }
  }
  .navbar-toggler {
    &:focus {
      box-shadow: none;
    }
  }
}

a.search-color:hover,
a.search-color:visited,
a.search-color{
	color: #000;
}

.row.g-4.medios_regionales img {
    width: 650px;
    padding-bottom: 1rem;
}
ul#menu-menu-principal {
    margin: 0;
    padding: 0;
}
/*.search_top {
    padding-right: 2rem;
}*/
#searchModal {
  .modal-content {
    border-radius: 12px;
  }

  input[type="search"] {
    width: 100%;
    padding: 12px 16px;
    border-radius: 30px 0 0 30px;
    border: 1px solid #ddd;
    outline: none;
    transition: all 0.3s linear;

    &:focus {
      border-color: var(--color-amarillo);
      box-shadow: 0 0 0 3px rgba(255, 204, 0, 0.2);
    }
  }

  button[type="submit"] {
    background: var(--color-amarillo);
	color:#fff;
    border: none;
    padding: 8px 20px;
    border-radius: 0 30px 30px 0;
    transition: all 0.3s linear;

    &:hover {
      opacity: 0.85;
    }
  }
}

@media (max-width: 768px) {
  #main-feed img.attachment-altura.size-altura.wp-post-image, .destaca img.attachment-altura.size-altura.wp-post-image {
        width: 100%;
    }
  .banner-patrocinador .col-12 img, .banner-patrocinador .col-12 p img{
    height: auto!important;
  }
  ul#menu-menu_top{
    margin: 0;
    padding: 0;
  }
  ul#menu-menu_top li {
      border-top: solid 1px #00000029;
      padding: 1rem;
  }
  .top-bar.d-flex.justify-content-center.align-items-center {
      display: block !important;
      padding: 0 1rem;
  }
   .search_top.pb-3.pt-1 {
		padding-top: 0.7rem !important;
	}
  .top-bar .align-items-center.px-4 {
      display: flex;
      border-top: solid 1px;
      padding:0.3 1rem;
      justify-content: center;
  }
  button.navbar-toggler.border-0.ms-auto {
      justify-content: center;
      position: relative;
      display: contents;
  }
}
.phather ul li a,
span.cat_cards ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 100;
    color: var(--color-azul-oscuro);
	font-size: 14px;
}
span.cat_cards {
    margin-bottom: -0.5rem;
}
.news h3,
.news ul li {
	border-bottom: 4px solid #04767c;
}
.news ul {
	border-bottom: 1px solid #2e2e2f;
}
.news h3,
.news ul.post-categories li a {
    font-weight: 500;
    color: #2f8c82;
    padding: 12px 0px 6px;
    font-size: 32px;
    text-decoration: none;
	@media(max-width: 768px){
		font-size: 20px;
	}
}
header.entry-header.page_date {
    border-bottom: solid 1px #000;
}
blockquote {
    border-left: solid 5px var(--color-azul-oscuro);
    background: #efefdf;
    padding-left: 1rem;
}
.bajada-home {
    font-weight: 200;
	margin-top: 0;
    margin-bottom: 0;
    padding: 0.8rem 0;
}
.wp-caption .wp-caption-text {
    margin: 0;
}
.wp-caption-text,
figcaption,
.wp-element-caption{
	margin-top:0;
	color: #aeaeae;
    font-weight: 200;
    background: #00968808;
	padding: 0.5rem;
}
.leyenda {
    padding: 0.5rem;
    color: #aeaeae;
    font-weight: 200;
    background: #00968808;
}
span.cat_home ul li,
span.cat_cards ul li{
	position: relative;
}
hr.lineunder {
    border-top: solid 1px #2d2c2cde;
    width: 100%;
    top: 0.2rem;
    position: relative;
    margin-left: 2rem;
}

span.cat_home ul li a,
span.cat_cards ul li a{
	&::after{
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0%;
		height: 2px;
		background-color: #000;
		transition: all 0.3s linear;
	}
	
	 &:hover {
        color: #000;

        &::after {
          width: 100%;
        }
     }
}
.related_feed h5,
.feed_internas h2,
.text-decoration-none.text-dark h5,
a.featured-main.d-block h2,
.featured-side__item h3,
.featured-side__item h2 {
  display: inline;
  background-image: linear-gradient(#000, #000);
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s linear;
}
.related_feed:hover h5,
.feed_internas:hover h2,
.text-decoration-none.text-dark:hover h5,
.featured-main.d-block:hover h2,
.featured-side__item:hover h3,
.featured-side__item:hover h2 {
  background-size: 100% 2px;
}

.tag_related {
    color: #9c9898;
}
.relatednews .iconosvideo {
	margin-top: -2rem;
}
.related_feed {
    padding-top: 1rem;
}



@media(max-width: 768px){
	.relatednews .cards.h-100 {
		display: flex;
	}
	.relatednews .related_feed{
		width: 50%;
	}
	.relatednews .cards.h-100 img{
		width: 150px;
		padding-right: 1rem;
		min-height: 100%!important;
		max-height: 100% !important;
		object-fit: cover;
	}
	.relatednews h5.card-title {
		padding-top: 0!important;
		font-size: 14px;
		line-height: 1rem;
	}
	.related_feed {
		padding-top: 0!important;
	}
	.relatednews .iconosvideo{
		margin-top: 1rem;
		margin-left: -2.5rem;
        padding-right: 1.5rem;
	}
	.col-12.col-md-4.sidebar{
		padding: 0!important;
	}
}

.site-footer {
  background: var(--color-azul-oscuro) !important;
  color: #fff;

  .nav li a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    margin: 0 .75rem;
	  text-decoration: none;
    &:hover {
      color: #fff !important;
    }
  }

  .footer-logo {
    position: relative;
    color: #fff;
    &::after {
      content: '';
      position: absolute;
      bottom: -0.3rem;
      left: 0;
      width: 100%;
      height: 3px;
      background: var(--color-amarillo);
    }
  }

  .form-control {
    max-width: 200px;
    padding: .25rem .75rem;
  }

  .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    /*border: 1px solid #ffffff;*/
    border-radius: 50%;
    color: #fff;
    transition: background .2s, color .2s;

    &:hover {
      /*background: #ffffff;
      color: var(--color-azul-oscuro);*/
    }

    i {
      font-size: 1.25rem;
    }
  }

  .text-light-50 {
    color: rgba(255,255,255,.5) !important;
  }
}
.carousel-item {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;

  .slide__bg {
    width: 100%;
    height: 650px;          
    background-size: cover;
    background-position: center;
  }
  .slide__content {
    position: absolute;
    bottom: 2rem;
    color: #ffffff;
	  padding: 2rem;

    .slide__pretitle {
      font-size: 1rem;
      text-transform: uppercase;
      opacity: 0.8;
    }
    .slide__title {
      font-size: 2.5rem;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0;
    }
  }
}
.banner-patrocinador .col-12 img,
.banner-patrocinador .col-12 p img {
      width: 100%;
      height: 150px;
	  object-fit: cover;
}
.banner{
	img, p img {
      width: 100%;
      height: 150px;
      border-radius: 1rem;
	  object-fit: cover;
    }

}

.welcome-bar {
  background: var(--color-azul-oscuro);
  box-shadow: #00000017 0 0 10px;
  border-radius: 0.5rem;
  p {
    font-size: 1rem;
    color: #fff;
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
    strong { font-weight: 700; }
  }
}
.flex-shrink-0 {
	width: 250px; 
	height: 250px;
	@media(max-width: 600px){
		width: 100%;
		height: auto;
	}
}
.flex-shrink-0 a img{
      width: auto;
      height: 100%;
      object-fit: cover;
 }
.card {
    border: none;
	border-radius: 1rem;
	background: #ffffff;
  }
.video-card img {
    object-fit: cover;
    height: 250px;
  }
.home_bg {
  background: #fff;
}

header.entry-header.page_date h1.entry-title span {
    border-bottom: solid 5px var(--color-azul-oscuro);
	color: var(--color-azul-oscuro);
}
header.entry-header.page_date h1.entry-title {
    margin-bottom: 0.5rem;
}

.position-relative img {
    height: 450px;
    width: auto;
}

.dato {
    padding: 0 4rem;
	h2{
		font-size: 3.1rem;
		font-weight: 700;
		@media(max-width: 600px){
			font-size: 1.5rem;
		}
	}
	@media(max-width: 600px){
		padding: 0 1rem;
	}
	.btn-group a:visited{
       color: #ffffff;
	}
}
.bg_azul {
  background: var(--color-azul-oscuro)!important;
}
.icionovideo.especial{
    margin-top: 1.5rem;
}
.icionovideo {
    margin-top: -3.5rem;
    text-align: end;
    padding-right: 1rem;
}
.seccion-dos {

  .card {
    border: none;

    h3, h4 {
      font-weight: 700;
    }

    .bi-plus-circle-fill {
      font-size: 1rem;
      margin-top: .25rem;
    }

    ul li a {
      color: #1a1a1a;
      &:hover {
        color: #0056b3;
      }
    }

    .display-4 {
      font-size: 3rem;
    }
  }
}
ul.list-unstyled {
    margin: 0;
}
.adentrenotas{
	background: var(--color-azul-oscuro)!important;
}
.adentrenotas a p img,
.adentrenotas p a img,
.adentrenotas p img,
.adentrenotas img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ultimos-podcasts {
	background: #012a2d;
}
.main-cards-general,
.ultimos-podcasts {

  .card-podcast {
    background-size: cover;
    background-position: center;
    aspect-ratio: 3 / 2;
    position: relative;

    &__overlay {
      background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
      color: #fff;
    }

    h5 {
      font-size: 1rem;
      font-weight: 700;
    }
  }
}
.card-podcast__overlay{
	.icionovideo {
	  margin-top: 0rem;
	}
}
.ultimos-podcasts {
  background: #012a2d;
  position: relative;

  .carousel-control-prev,
  .carousel-control-next {
    width: 50px;
    height: 50px;
    top: -70px;
    background: transparent;
	@media(max-width:768px){
		  width: 20px;
          height: 20px;
	  }
  }

  /*.carousel-control-prev-icon,
  .carousel-control-next-icon {
    filter: invert(1);
  }*/

  .carousel-control-prev {
    right: 60px;
    left: auto;
  }

  .carousel-control-next {
    right: 0;
  }
}
@media(max-width:768px){
	.ultimos-podcasts{
		padding-top:3rem;
	}
}
.col-12.col-md-10.notas,
.col-12.col-md-8.notas {
    background: #ffffff;
    border-radius: 1rem;
}
body .container {
    padding: 0 3rem;
}

ul.post-categories {
    list-style: none;
    padding: 0;
    margin: 0;
	padding-top: 0.5rem;
}
ul.post-categories li {
    display: inline-block;
}
.tags-links,
.cat-links{
	margin-bottom: 1rem;
	color: var(--color-azul-oscuro);
	font-weight: 700;
	font-size: 12px;
    text-transform: uppercase;
}
.tags-links{
	color: var(--color-azul-oscuro);
}
.tags-links a,
.cat-links a {
	text-decoration: none;
	border-color: #eaeaea;
	font-size: 11px;
    padding: 4px 8px;
    //border: 1px solid;
    border-radius: 2px;
    margin: 0px 5px 9px 0px;
    text-transform: uppercase;
    font-weight: 500;
	color: #111;
	background: #f3f3f3;
	display: inline-flex;
}
.tags-links a:hover,
.cat-links a:hover{
	background: var(--color-azul-oscuro);
	color:#fff;
	transition: background 0.2s ease, color 0.2s ease;	
}
footer.entry-footer {
    display: grid;
}
.credits {
    display: flex;
	gap: 1rem;
	
}
.entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.875rem;
  color: #6c757d;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding: 0.75rem 0;
  margin-bottom: 1.5rem;
  justify-content: space-between;
}

.entry-meta .posted-on,
.entry-meta .byline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.entry-meta a {
  color: #212529;
  text-decoration: none;
}

.entry-meta a:hover {
  text-decoration: underline;
  color: #0056b3;
}

.entry-meta time {
  font-weight: 500;
}
.sidebar-tabs .tab-content img {
    max-width: 100px !important;
}
ul#sidebarTab {
    margin: 0;
    padding: 0;
    justify-content: space-between;
}
ul#sidebarTab li{
	width: 50%;
}
.tab-pane .d-flex.info:hover{
	background: #22767c26;
	animation: ease-in 0.3s;
}
.tab-pane .d-flex.info{
	padding: 0.5rem 1rem;
}
.sidebar-tabs {
  background: #e9ecef;
  padding: 2px;
  border-radius: 10px;
  border: solid 1px #e9ecef;

  .nav-tabs {
    border-bottom: none;

    .nav-link {
      border: none;
      background: #e9ecef;
      border-radius: 8px 8px 0 0;
      color: #000!important;
      font-size: 14px;
	  width: 100%;

      &.active {
        background: #ffffff;
        color: var(--color-azul-oscuro)!important;
      }
    }
  }

  .tab-content {
    background: #ffffff;
    padding-top: 1rem;
    border-radius: 0 8px 8px 8px;
  }

  h6 {
    font-size: 15px;
    line-height: 1.3;
  }
}
.entry-content ol,
.entry-content ul {
    margin-left: 0;
}
.entry-content ol li,
.entry-content ul li {
	font-size: 20px;
    font-weight: 200;
    font-family: 'Roboto Slab', serif;
    line-height: 2.4rem;
}
/* .entry-meta .posted-on::before {
  content: "\f073"; 
  font-family: "Bootstrap Icons";
  margin-right: 0.4rem;
}

.entry-meta .byline::before {
  content: "\f4e1"; 
  font-family: "Bootstrap Icons";
  margin-right: 0.4rem;
} */
.pagination .page-numbers {
	color: #000;
	display: block;
	width: auto;
	float: left;
	margin: 4px 4px 4px 0;
	padding: 15px 18px 14px 18px;
	text-decoration: none;
	background: #0201010A;
	text-align: center;
 }
 .pagination .page-numbers:hover {
	background: var(--color-azul-oscuro);
	;
	color: #fff;
	text-decoration: none;
 }
 .pagination .current {
	background: var(--color-azul-oscuro);
	color: #fff;
	padding: 15px 18px 14px 18px;
	font-weight: 500;
 }

 .error-404 {
  min-height: 80vh;
  background-color: var(--color-azul-oscuro);
  color: #fff!important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.reveal {
  opacity: 0;
  transition: all 0.8s cubic-bezier(.22,.61,.36,1);
}

.reveal-up {
  transform: translateY(-40px);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
.delay-1 { transition-delay: .15s; }
.delay-2 { transition-delay: .3s; }

.error-404 h1 {
  font-size: 15rem;
  color: #fff!important;
  margin-bottom: 0.5rem;
}

.error-404 hr {
  width: 200px;
  margin: 1rem auto;
  border-top: 1px solid  #fff!important;

}

.error-404 a.btn {
  border: 2px solid #fff;
  padding: 0.75rem 2rem;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.error-404 a.btn:hover {
  background-color: #fff;
  color: #0c2d48;
}
p.grande.text-light.mb-4 {
    text-transform: uppercase;
    font-size: 3rem;
    color: #fff!important;
}
.logo_aniversario {
    padding: 2rem;
    border-left: solid 1px var(--color-azul-oscuro);
    border-right: solid 1px var(--color-azul-oscuro);
	margin-left: 0.3rem;
	@media(max-width:768px){
		border-right: solid 1px transparent;
	}
}
@media(max-width:768px){
	span.dt {
		font-size: 12px;
		display: contents;
	}
}
.logo_aniversario img {
    width: 150px;
}
.animate {
    animation: heartbeat 1.4s infinite;
    transform-origin: center;
}

@keyframes heartbeat {
    0% { transform: scale(1); }
    14% { transform: scale(1.15); }
    28% { transform: scale(1); }
    42% { transform: scale(1.15); }
    70% { transform: scale(1); }
}


.container.center-screenprofile .card {
  border: none;
  background: transparent;
}

.card-header.bg-dark {
  background-color: #0c2d48 !important;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.perfil-panel {
  background-color: #0c2d48;
  color: white;
  border-radius: 1rem;
  padding: 2rem 1rem;
  text-align: center;
}

.perfil-panel .img-fluid,
.perfil-panel .bg-secondary {
  border: 4px solid #dc3545;
  padding: 5px;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  object-fit: cover;
  margin-bottom: 1rem;
}

.perfil-panel .info-line {
  border-top: 1px solid #b5b5b5;
  margin: 1.5rem auto;
  max-width: 60%;
}

.perfil-panel strong {
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 700;
}

.perfil-panel small {
  display: block;
  color: #d1d1d1;
}

.datos-panel {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 1rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.btn-outline-danger {
  border-radius: 30px;
}
.col-md-7.datos-panel {
    margin-left: 1rem;
}
.col-md-4.perfil-panel.mb-4 a:visited {
	color: #fff;
}
/*menu sidebar*/
#sidebarMenu ul li a {
    padding: 0;
    margin: 0;
	font-size: 1rem;
    font-weight: 500;
}
.sidebarleft {
    transition: transform 0.3s ease-in-out;
    transform: translateX(-100%);
}

.collapse.show .sidebarleft {
    transform: translateX(0);
}

.sidebarleft ul {
    padding-left: 0;
}

.sidebarleft ul li {
    list-style: none;
	border-bottom: solid 1px #efe8e8;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.sidebarleft ul li a {
    color: #000;
}
.sidebarleft ul li a:hover {
    color: #881519!important;
	text-decoration: none;
}
.sidebarleft ul li:hover {
    color: #881519!important;
}

.sidebarleft a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}

.sidebarleft a:hover {
    text-decoration: underline;
}
.close {
    border: none;
    background: none;
    color: white;
    cursor: pointer;
}
button#searchsubmit {
    background: #881519;
    border: 0;
}

button.navbar-togglerdd {
    padding: 0;
    background: #fff;
    border: 0;
}
button.navbar-togglerdd i {
    font-size: 2rem;
}

#sidebarMenu.collapse:not(.show) {
    display: flex!important;
}
span#closeSidebar {
    color: #881519;
}
span#closeSidebar {
	display: none;
}
#sidebarMenu ul{
	padding: 1rem;
	margin: 0;
}
.sidebar.bg-white.p-2 {
    box-shadow: 3px 0px 20px 1px #6c6c6c85;
	z-index: 99;
}
div#sidebarMenu1 {
    cursor: pointer;
}
.embed-responsive iframe {
    width: 100%;
    height: 400px;
}
@media (max-width: 768px) {
    .embed-responsive iframe {
        width: 100%;
        height: auto!important;
    }
	img.phone-preview {
		height: 400px;
	}
}



/*nuevo css*/
/* =========================
   HOME FEATURED (sin carrusel)
========================= */

.home-featured {
    margin-bottom: 2rem
	
}
.home-featured .col-12.col-lg-6:nth-child(1) {
   border-right: solid 1px #9F9F9F;
}
@media (max-width:768px){
	.home-featured .col-12.col-lg-6:nth-child(1) {
	   border-right: solid 0px!important;
	}
}

.featured-main {
    position: relative;
    overflow: hidden;
    color: #000;
    text-decoration: none;
}

.featured-main__img {
    height: 420px;
    background-size: cover;
    background-position: center;
}

.featured-main__content {
    bottom: 0;
    left: 0;
    right: 0;
    padding:0.5rem 0; 
}

.featured-main__content h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}
.cat_home ul {
	padding-bottom: 0.5rem;
}

/* LADO DERECHO */

.featured-side__item {
    background: #fff;
    overflow: hidden;
    text-decoration: none;
    color: #000;
  
}
@media (max-width: 1024px) {
    a.featured-side__item.d-flex {
      display: block !important;
   }
   .main-politica .featured-side__img {
      width: auto;
      min-width: 100% !important;
      height: 280px !important;
  }
}
@media (max-width: 768px) {
    /* a.featured-side__item.d-flex {
      display: block !important;
   } */
   /* .main-politica .featured-side__img {
      width: auto;
      min-width: 100% !important;
      height: 280px !important;
  } */
  ul#menu-menu_footer {
        display: block !important;
  }
  ul#menu-menu_footer li{
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
	.feed_archive {
		display: flex;
	}
	.fechaleft {
		padding-right: 2rem;
	}
}
.iconosvideo {
    position: relative;
    margin-top: -3rem;
    margin-left: 1.5rem;
    color: #fff;
}
.contianer.px-5.personality h3.mb-4 {
	font-size: 24px;
	font-weight: bold;
	color:  #202020;
}
.contianer.px-5.personality h5.card-title {
	font-size: 18px;
	font-weight: bold;
	color: #202020;
}
a.links {
    color: #000;
    text-decoration: none;
}
hr.border-dark.border-2.opacity-75 {
  color: var(--color-azul-oscuro);
  background: var(--color-azul-oscuro);
  border: var(--color-azul-oscuro);
}
.related_news{
	color: var(--color-azul-oscuro);
}

.featured-side__img {
    width: 500px;
    min-width: 320px;
    height: 290px;
    background-size: cover;
    background-position: center;
}

.featured-side__content {
    align-items: center;
	padding-right: 0.75rem;
}
.featured-main__content.phather h2{
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.featured-side__content h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 25px;
    font-weight: 600;
	line-height: 2rem;
}
.featured-side__content h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7rem;
    margin: 0;
}
.featured-side__item.d-flex.count_0  {
	padding-bottom: 1rem;
    border-bottom: solid 1px #9F9F9F;
}
.featured-side.d-flex.flex-column.gap-3 .cat_cards:nth-child(2) {
	/*padding-bottom: 1rem;*/
    border-top: solid 1px #9F9F9F;
}


@media (max-width: 768px) {
    .featured-main__img {
        height: 300px;
    }
}
.main-politica .featured-side__img {
    width: 144px;
    min-width: 144px;
    height: 144px;
}
.main-politica .featured-side.d-flex.flex-column.gap-3 .featured-side__item.d-flex:nth-child(1) {
    border-bottom: 0;
    /* border-left: solid 1px #000; */
}
/* .main-politica .featured-side.d-flex.flex-column.gap-3 a.featured-side__item.d-flex:hover {
    text-decoration: underline;
} */
section.ultimos-podcasts p.dates {
    color: #fff;
}

p.dates {
    padding-top: 0.5rem;
    color: #a7a4a4;
    font-weight: 100;
  
}
section.main-politica.pt-4  .col-md-4.col-sm-12:nth-child(1),
section.main-politica.pt-4  .col-md-4.col-sm-12:nth-child(2) {
    border-right: solid 1px #0b0b0b38;
	height: 180px;
}

@media(max-width: 768px){
	section.main-politica.pt-4  .col-md-4.col-sm-12:nth-child(1),
	section.main-politica.pt-4  .col-md-4.col-sm-12:nth-child(2) {
		height: auto!important;
	}
}



/* HERO */
.newsletter-hero{
    min-height: 520px;
    padding: 15px 0;
}

.newsletter-hero .overlay{
    position:absolute;
    inset:0;
    background: #03767c80;
    background-size: cover;
    background-repeat: no-repeat;
}
.imagedata {
    height: 400px;
}
#newsletterModal .modal-content{
    border-radius:16px;
}

.newsletter-preview{
    background: var(--color-azul-oscuro);
}

.newsletter-preview img{
    object-fit:cover;
    height:100%;
}

button.btn.btn-success.btn-lg.w-100 {
  background: var(--color-azul-oscuro);
}
button.btn.btn-light.btn-lg.px-4.fw-semibold {
    font-size: 0.9rem;
}
button.ic.ic-link {
    background: transparent;
    border: 0;
	z-index: 9;
	position: relative;
}
.shareds a {
    padding: 0.4rem;
	text-decoration: none;
}
.shareds a:hover {
	text-decoration: none;
}
.ic-link.is-copied {
  color: #2ecc71;
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.shareds a:visited{
	color: #000;
}
.shareds a svg {
    height: 20px;
    width: 20px;
    padding: 0.1rem;
}

/*inline notas*/
.inline-note {
    border-left: 4px solid var(--color-azul-oscuro);
    margin: 25px 0;
    background: #fafafa;
}

.inline-note a{
    text-decoration:none;
    color:inherit;
}

.inline-note-box{
    display:flex;
    gap:15px;
    padding:15px;
    align-items:center;
}
@media(max-width:425px){
	.inline-note-box{
		display: block;
	}
}

.inline-note img{
    width:160px;
    height:100px;
    object-fit:cover;
}

.inline-label{
    color:var(--color-azul-oscuro);
    font-weight:700;
    font-size:12px;
    text-transform:uppercase;
}

.inline-note h3{
    font-size:18px;
    margin:5px 0;
}

.inline-note p{
    font-size:14px;
    color:#555;
	line-height:1.3rem;
}
h2.category_home a,
h2.category_home {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--color-azul-oscuro);
	margin-bottom: 0;
}
.contianer.px-2.personality .cards.h-100 img {
    min-height: 200px;
    max-height: 200px;
}
.col-12.col-md-4.sidebar {
    padding: 0 0 0 2rem;
}
span.me-2.support {
    font-size: 10px;
}
span.me-2.support a:visited,
span.me-2.support a{
	color: #fff;
}
ul.footer-list.mb-3 li a,
.col-12.col-md-6.text-center.text-md-end.small a {
    color: #fff;
}
ul.footer-list.mb-3 {
    margin: 0;
    padding: 0;
}
ul.footer-list.mb-3 li {
	list-style: none;
	margin-bottom: 0.5rem;
}
ul.footer-list.mb-3 li a{
	text-decoration: none;
}
a.btn.btn-beige.mt-3:visited,
a.btn.btn-beige.mt-3:hover{
	color: #000;
}
a.btn.btn-beige.mt-3 {
    background: #f9f7f3;
}
.banner-patrocinador p{
	margin-top: 0.1rem;
	margin-bottom: 0;
}