/************ VARIABLES **************/
/* COLORS */
/* FONTS */
/* SIZES */
/************ MIXINS **************/
/************ FUNCTIONS **************/
/* Custom Diana Aceves normalize.css*/
/*------------------------------------*\
    $NORMALIZE
\*------------------------------------*/
/* ==========================================================================
   VIEWPORT
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

*, *::before, *::after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
  display: block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent;
}

/**
 * Remove default margin.
 */
body {
  -webkit-overflow-scrolling: touch;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover,
a:focus {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  text-rendering: optimizelegibility;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
dd,
menu,
ol,
ul {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit],
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer; /* 2 */
  box-shadow: none;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: middle; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?s7ylu7");
  src: url("../fonts/icomoon.eot?s7ylu7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?s7ylu7") format("truetype"), url("../fonts/icomoon.woff?s7ylu7") format("woff"), url("../fonts/icomoon.svg?s7ylu7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  line-height: 1;
  display: inline-block;
}

[class^=icon-]::before, [class*=" icon-"]::before {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:not([data-useragent*=Android]) [class^=icon-]::before, html:not([data-useragent*=Android]) [class*=" icon-"]::before {
  text-rendering: optimizeLegibility;
}

.icon-heart::before {
  content: "\e905";
}

.icon-umbrella::before {
  content: "\e906";
}

.icon-eye::before {
  content: "\e900";
}

.icon-crop::before {
  content: "\e902";
}

.icon-gift::before {
  content: "\e903";
}

.icon-github::before {
  content: "\e904";
}

/* NOT CHANGE THE ORDER OF THESE CLASSES */
.icon-menu::before {
  content: "\e901";
}

.icon-close::before {
  content: "\e5cd";
}

/**************/
.icon-meter::before {
  content: "\e9a6";
}

.icon-twitter::before {
  content: "\ea96";
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

html,
body {
  margin: 0 auto;
  padding: 0;
  background-color: #f8f8f8;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

header,
footer {
  text-align: center;
  padding: 20px;
  color: black;
}

header .logo {
  border: black 2px solid;
  padding: 10px;
}
header .logo h1 {
  font-size: 2.5em;
  color: black;
}
header .logo p {
  font-size: 0.7em;
}
header .ultimo-podcast {
  font-size: 1em;
  color: black;
  background: linear-gradient(90deg, #e0e0e0 0%, #f8f8f8 100%);
  margin-top: 16px;
  padding: 14px 22px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 2px solid #d1d1d1;
}
header .ultimo-podcast:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  background: linear-gradient(90deg, #f8f8f8 0%, #e0e0e0 100%);
}

.footer {
  background: linear-gradient(90deg, #232526 0%, #393939 100%);
  color: #fafafa;
  padding: 40px 0 24px 0;
  font-size: 1em;
  border-top: 1.5px solid #e0e0e0;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
}
.footer__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
.footer__nav {
  width: auto;
}
.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.footer__item {
  margin: 0;
}
.footer__link {
  color: #fafafa;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 6px 14px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}
.footer__link:hover {
  background: rgba(255, 215, 0, 0.1333333333);
  color: #ffd700;
}
.footer__copyright {
  margin-top: 24px;
  font-size: 0.95em;
  color: #bdbdbd;
  text-align: center;
  width: 100%;
  letter-spacing: 0.2px;
}

#formulario {
  width: 100%;
  margin: 32px auto;
  padding: 32px 28px;
  background: #f8f8f8;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.09);
  display: flex;
  flex-direction: column;
  gap: 18px;
  border: 1.5px solid #e0e0e0;
}
#formulario .mensaje {
  background: linear-gradient(90deg, rgba(255, 215, 0, 0.1333333333) 0%, #f8f8f8 100%);
  color: black;
  border: 1px solid #ffd700;
  border-radius: 8px;
  padding: 12px 18px;
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
  font-size: 1em;
  letter-spacing: 0.2px;
}
#formulario form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#formulario form label {
  font-weight: 700;
  margin-bottom: 6px;
  color: black;
  font-size: 1em;
  letter-spacing: 0.2px;
}
#formulario form input[type=text],
#formulario form input[type=email],
#formulario form textarea {
  padding: 12px 14px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1em;
  font-family: inherit;
  background: #f8f8f8;
  transition: border 0.2s, box-shadow 0.2s;
  outline: none;
  resize: vertical;
}
#formulario form input[type=text]:focus,
#formulario form input[type=email]:focus,
#formulario form textarea:focus {
  border-color: #ffd700;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.08);
  background: #fffbe6;
}
#formulario form textarea {
  min-height: 90px;
  max-height: 220px;
}
#formulario form button[type=submit] {
  background: linear-gradient(90deg, #ffd700 0%, #ffe066 100%);
  color: black;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  padding: 12px 0;
  font-size: 1.1em;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.07);
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}
#formulario form button[type=submit]:hover {
  background: linear-gradient(90deg, #ffe066 0%, #ffd700 100%);
  box-shadow: 0 4px 16px rgba(255, 215, 0, 0.13);
  transform: scale(1.03);
}

.aviso-legal {
  background: linear-gradient(90deg, #f8f8f8 0%, #e0e0e0 100%);
  border: 1.5px solid #e0e0e0;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 28px 22px;
  margin: 32px auto;
  max-width: 800px;
  font-size: 1em;
  color: #222;
  line-height: 1.7;
}
.aviso-legal p {
  margin-bottom: 18px;
}
.aviso-legal p:last-child {
  margin-bottom: 0;
}
.aviso-legal a {
  color: #ffd700;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.2s;
}
.aviso-legal a:hover {
  color: #e6b800;
}

.errores {
  top: 0;
  left: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
  padding: 10px;
  z-index: 1000;
}

#enlace-container {
  padding: 5px;
  margin-bottom: 10px !important;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#enlace-container::after {
  content: "";
  display: block;
  margin: 20px auto 0 auto;
  width: 50%;
  border-bottom: 0.5px solid rgb(209, 209, 209);
}
#enlace-container .enlace-noticia {
  font-size: 0.5em;
  color: grey;
  text-decoration: none;
  text-align: right;
}
#enlace-container .titulo-noticia {
  font-size: 1.5em;
  color: black;
  text-decoration: none;
  line-height: 1.1;
  margin-bottom: 0.2em;
}
#enlace-container .descripcion-podcast {
  font-size: 0.9em;
  color: #333;
  background: #f3f3f3;
  padding: 12px 18px;
  border-radius: 8px;
  margin-top: 8px;
  margin-bottom: 12px;
  line-height: 1.6;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  transition: background 0.2s;
}
#enlace-container .descripcion-podcast:hover {
  background: #e9e9e9;
}

main {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f8f8f8;
}/*# sourceMappingURL=estilofinal.css.map */