@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap");

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}

button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #0073e5;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: 700;
}

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

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
  font-weight: 600;
}

.entry-content h4 {
  margin-top: 40px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

::placeholder {
  color: #333;
  opacity: 1;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.site-container div.wpforms-container-full .wpforms-form input[type=submit],
.site-container div.wpforms-container-full .wpforms-form button[type=submit],
.button {
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type=submit]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.button:focus,
.button:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type=button]:disabled,
.site-container input[type=button]:disabled:hover,
.site-container input[type=reset]:disabled,
.site-container input[type=reset]:disabled:hover,
.site-container input[type=submit]:disabled,
.site-container input[type=submit]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type=submit]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 60px 30px 0;
}

/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px;
}

.alignright .avatar {
  margin-left: 20px;
}

.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.post-password-form input[type=submit],
.search-form input[type=submit] {
  margin-top: 10px;
}

.widget_search input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.entry-title {
  font-size: 30px;
  margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
  color: #0073e5;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
  padding-top: 0;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
}

.widget p:last-child,
.widget ul>li:last-of-type {
  margin-bottom: 0;
}

.widget ul>li {
  margin-bottom: 10px;
}

.widget ul>li:last-of-type {
  padding-bottom: 0;
}

.widget ol>li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px;
}

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px;
}

.enews-widget input {
  font-size: 16px;
  margin-bottom: 10px;
}

.after-entry .enews-widget input {
  text-align: center;
}

.enews-widget input[type=submit] {
  margin: 0;
  width: 100%;
}

.enews form+p {
  margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #0073e5;
}

.gs-faq__question::after {
  content: "\f132";
  font-family: dashicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right;
}

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460";
}

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
  margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
  padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 0 30px;
}

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
}

.wp-custom-logo .title-area {
  max-width: 350px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}

.wp-custom-logo .custom-logo-link {
  display: block;
}

.wp-custom-logo .title-area img {
  width: auto;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}

.genesis-nav-menu a {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
  color: #0073e5;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%;
}

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
  left: auto;
  opacity: 1;
}

.js .nav-primary {
  display: none;
  position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover>.sub-menu {
  display: none;
}

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #333;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: crimson;
}

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}

.menu-toggle.activated::before {
  content: "\f335";
}

.site-header .dashicons-before::before {
  transition: none;
}

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
}

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
  transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */
.nav-primary {
  clear: left;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}

.nav-secondary .menu-item {
  display: inline-block;
}

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

/* Content Area
---------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px;
}

.entry-content ol>li {
  list-style-type: decimal;
}

.entry-content ul>li {
  list-style-type: disc;
}

.entry-content ol ul>li,
.entry-content ul ul>li {
  list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

.entry-content code {
  background-color: #f5f5f5;
}

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 20px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #333;
  color: #fff;
}

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

.comment-content ul>li {
  list-style-type: disc;
}

.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  line-height: 1.5;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar p {
  margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  border-top: 1px solid #eee;
  background-color: #fff;
  clear: both;
  padding: 60px 0;
}

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
}

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  font-size: 15px;
  line-height: 1.5;
  padding: 30px;
  text-align: center;
}

.site-footer p {
  margin-bottom: 0;
}

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}

@media only screen and (min-width: 960px) {

  /* Site Header
  --------------------------------------------- */
  .site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
  }

  .admin-bar .site-header {
    top: 32px;
  }

  /* Genesis Menu
  --------------------------------------------- */
  .genesis-nav-menu .menu-item {
    display: inline-block;
  }

  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }

  .genesis-nav-menu>.menu-bold>a {
    font-weight: 700;
  }

  .genesis-nav-menu>.menu-highlight>a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .genesis-nav-menu>.menu-highlight>a:focus,
  .genesis-nav-menu>.menu-highlight>a:hover {
    background-color: #0073e5;
  }

  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 180px;
  }

  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
  }

  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }

  /* Responsive Menu
  --------------------------------------------- */
  .js .nav-primary {
    display: block;
    padding-top: 15px;
  }

  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }

  /* Header Menu
  --------------------------------------------- */
  .nav-primary {
    clear: none;
    float: right;
    width: auto;
  }

  .nav-primary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Site-Inner
  --------------------------------------------- */
  .site-inner {
    max-width: 1140px;
  }

  /* Content
  --------------------------------------------- */
  .content {
    float: left;
    width: 65%;
  }

  .sidebar-content .content {
    float: right;
  }

  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* Sidebar
  --------------------------------------------- */
  .sidebar {
    float: right;
    width: 30%;
  }

  .sidebar-content .sidebar {
    float: left;
  }

  /* Author Box
  --------------------------------------------- */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }

  /* After Entry
  --------------------------------------------- */
  .after-entry {
    padding: 40px 60px;
  }

  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* Column Classes
  --------------------------------------------- */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.5641025641%;
  }

  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.7179487179%;
  }

  .one-third,
  .two-sixths {
    width: 31.6239316239%;
  }

  .four-sixths,
  .two-thirds {
    width: 65.811965812%;
  }

  .one-fourth {
    width: 23.0769230769%;
  }

  .three-fourths {
    width: 74.358974359%;
  }

  .one-sixth {
    width: 14.5299145299%;
  }

  .five-sixths {
    width: 82.905982906%;
  }

  .first {
    clear: both;
    margin-left: 0;
  }

  /* Entry Misc.
  --------------------------------------------- */
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px;
  }

  /* Footer Widgets
  --------------------------------------------- */
  .footer-widgets .wrap {
    max-width: 1140px;
  }

  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: 33.3333333333%;
  }
}

/* Print Styles
---------------------------------------------------------------------------- */
@media print {

  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title>a::after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .content,
  .content-sidebar {
    width: 100%;
  }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }

  .title-area {
    text-align: center;
    width: 100%;
  }

  .site-title>a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    padding-top: 0;
    position: relative;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }

  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}

/* MEDIAQUERIES */
/* VIEJOS MIXINS DE BOTONES */
.pruebabotones {
  padding: 2em;
  background-color: #FDF7FA;
  transition-duration: 0.4s;
  color: #FDF7FA;
}

.pruebabotones button.botoncris {
  background-color: #961979;
  border-bottom: 0.5em #fbbb10 solid;
  border-radius: 1.5em;
}

.pruebabotones button.botoncris.conicono {
  color: purple;
}

.pruebabotones button.botoncris:hover {
  background-color: #fbbb10;
  border-bottom: 0.5em #961979 solid;
  color: #961979;
}

.especial {
  padding: 2em;
}

.especial button {
  margin-bottom: 40px;
}

@keyframes aparece {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes desaparece {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.botonrc-poster {
  transition: 0.3s;
  background-color: #09403e;
  border-bottom: 0.2em #961979 solid;
  border-top-right-radius: 0.6666666667em;
  border-bottom-right-radius: 0.6666666667em;
  max-height: 1.6em;
  font-weight: 600;
  font-size: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.botonrc-poster img:nth-child(2) {
  display: none;
}

.botonrc-poster img.rc_svg {
  animation: aparece 0.2s;
  width: 2em;
  margin-left: -0.3333333333em;
}

.botonrc-poster span {
  padding: 0em;
  margin-right: 1em;
  font-size: 0.6666666667em;
  color: #FDF7FA;
}

.botonrc-poster:focus {
  background-color: #961979;
  border-bottom: 0.2em #fbbb10 solid;
}

.botonrc-poster:hover {
  background-color: #961979;
  border-bottom: 0.2em #fbbb10 solid;
}

.botonrc-poster:hover img:nth-child(1) {
  /* animation: desaparece 0.2s; */
  display: none;
}

.botonrc-poster:hover img:nth-child(2) {
  display: inline;
  animation: aparece 0.2s;
}

.botonrc-poster:hover span {
  color: #FDF7FA;
}

.botonrc-poster:hover::before {
  content: url(images/retina/RL-amarillo.svg);
  display: block;
  width: 2em;
  animation: aparece 0.2s;
  margin-left: -0.3333333333em;
}

.botonrc-poster::before {
  content: url(images/retina/RL-amarillo.svg);
  display: block;
  width: 2em;
  animation: aparece 0.2s;
  margin-left: -0.3333333333em;
}

.botonrc1 {
  transition: 0.3s;
  background-color: #12837f;
  border-bottom: 0.2em #961979 solid;
  border-top-right-radius: 0.6666666667em;
  border-bottom-right-radius: 0.6666666667em;
  max-height: 1.6em;
  font-weight: 600;
  font-size: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.botonrc1 img:nth-child(2) {
  display: none;
}

.botonrc1 img.rc_svg {
  animation: aparece 0.2s;
  width: 2em;
  margin-left: -0.3333333333em;
}

.botonrc1 span {
  padding: 0em;
  margin-right: 1em;
  font-size: 0.6666666667em;
  color: #FDF7FA;
}

.botonrc1:focus {
  background-color: #961979;
  border-bottom: 0.2em #fbbb10 solid;
}

.botonrc1:hover {
  background-color: #961979;
  border-bottom: 0.2em #fbbb10 solid;
}

.botonrc1:hover img:nth-child(1) {
  /* animation: desaparece 0.2s; */
  display: none;
}

.botonrc1:hover img:nth-child(2) {
  display: inline;
  animation: aparece 0.2s;
}

.botonrc1:hover span {
  color: #FDF7FA;
}

.botonrc1:hover::before {
  content: url(images/retina/RL-amarillo.svg);
  display: block;
  width: 2em;
  animation: aparece 0.2s;
  margin-left: -0.3333333333em;
}

.botonrc1::before {
  content: url(images/retina/RL-amarillo.svg);
  display: block;
  width: 2em;
  animation: aparece 0.2s;
  margin-left: -0.3333333333em;
}

.botonrc2 {
  transition: 0.3s;
  background-color: #12837f;
  border-bottom: 0.2em #961979 solid;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  max-height: 2.4em;
  font-weight: 600;
  font-size: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.botonrc2 img:nth-child(2) {
  display: none;
}

.botonrc2 img.rc_svg {
  animation: aparece 0.2s;
  width: 3em;
  margin-left: -0.5em;
}

.botonrc2 span {
  padding: 0em;
  margin-right: 1em;
  font-size: 1em;
  color: #FDF7FA;
}

.botonrc2:focus {
  background-color: #961979;
  border-bottom: 0.2em #fbbb10 solid;
}

.botonrc2:hover {
  background-color: #961979;
  border-bottom: 0.2em #fbbb10 solid;
}

.botonrc2:hover img:nth-child(1) {
  /* animation: desaparece 0.2s; */
  display: none;
}

.botonrc2:hover img:nth-child(2) {
  display: inline;
  animation: aparece 0.2s;
}

.botonrc2:hover span {
  color: #FDF7FA;
}

.botonrc2:hover::before {
  content: url(images/retina/RL-amarillo.svg);
  display: block;
  width: 3em;
  animation: aparece 0.2s;
  margin-left: -0.5em;
}

.botonrc2::before {
  content: url(images/retina/RL-amarillo.svg);
  display: block;
  width: 3em;
  animation: aparece 0.2s;
  margin-left: -0.5em;
}

.botonrc3 {
  transition: 0.3s;
  background-color: #961979;
  border-bottom: 0.2em #FDF7FA solid;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  max-height: 2.4em;
  font-weight: 600;
  font-size: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.botonrc3 img:nth-child(2) {
  display: none;
}

.botonrc3 img.rc_svg {
  animation: aparece 0.2s;
  width: 3em;
  margin-left: -0.5em;
}

.botonrc3 span {
  padding: 0em;
  margin-right: 1em;
  font-size: 1em;
  color: #FDF7FA;
}

.botonrc3:focus {
  background-color: #fbbb10;
  border-bottom: 0.2em #FDF7FA solid;
}

.botonrc3:hover {
  background-color: #fbbb10;
  border-bottom: 0.2em #FDF7FA solid;
}

.botonrc3:hover img:nth-child(1) {
  /* animation: desaparece 0.2s; */
  display: none;
}

.botonrc3:hover img:nth-child(2) {
  display: inline;
  animation: aparece 0.2s;
}

.botonrc3:hover span {
  color: #961979;
}

.botonrc3:hover::before {
  content: url(images/retina/RL-morado.svg);
  display: block;
  width: 3em;
  animation: aparece 0.2s;
  margin-left: -0.5em;
}

.botonrc3::before {
  content: url(images/retina/RL-amarillo.svg);
  display: block;
  width: 3em;
  animation: aparece 0.2s;
  margin-left: -0.5em;
}

.botonrc4 {
  transition: 0.3s;
  background-color: #12837f;
  border-bottom: 0.2em #961979 solid;
  border-top-right-radius: 0.8em;
  border-bottom-right-radius: 0.8em;
  max-height: 1.92em;
  font-weight: 600;
  font-size: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.botonrc4 img:nth-child(2) {
  display: none;
}

.botonrc4 img.rc_svg {
  animation: aparece 0.2s;
  width: 2.4em;
  margin-left: -0.4em;
}

.botonrc4 span {
  padding: 0em;
  margin-right: 1em;
  font-size: 0.8em;
  color: #FDF7FA;
}

.botonrc4:focus {
  background-color: #961979;
  border-bottom: 0.2em #fbbb10 solid;
}

.botonrc4:hover {
  background-color: #961979;
  border-bottom: 0.2em #fbbb10 solid;
}

.botonrc4:hover img:nth-child(1) {
  /* animation: desaparece 0.2s; */
  display: none;
}

.botonrc4:hover img:nth-child(2) {
  display: inline;
  animation: aparece 0.2s;
}

.botonrc4:hover span {
  color: #FDF7FA;
}

.botonrc4:hover::before {
  content: url(images/retina/RL-amarillo.svg);
  display: block;
  width: 2.4em;
  animation: aparece 0.2s;
  margin-left: -0.4em;
}

.botonrc4::before {
  content: url(images/retina/RL-amarillo.svg);
  display: block;
  width: 2.4em;
  animation: aparece 0.2s;
  margin-left: -0.4em;
}

.botonrc5 {
  transition: 0.3s;
  background-color: #12837f;
  border-bottom: 0.2em #fbbb10 solid;
  border-top-right-radius: 1.3333333333em;
  border-bottom-right-radius: 1.3333333333em;
  max-height: 3.2em;
  font-weight: 600;
  font-size: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.botonrc5 img:nth-child(2) {
  display: none;
}

.botonrc5 img.rc_svg {
  animation: aparece 0.2s;
  width: 4em;
  margin-left: -0.6666666667em;
}

.botonrc5 span {
  padding: 0em;
  margin-right: 1em;
  font-size: 1.3333333333em;
  color: #FDF7FA;
}

.botonrc5:focus {
  background-color: #961979;
  border-bottom: 0.2em #fbbb10 solid;
}

.botonrc5:hover {
  background-color: #961979;
  border-bottom: 0.2em #fbbb10 solid;
}

.botonrc5:hover img:nth-child(1) {
  /* animation: desaparece 0.2s; */
  display: none;
}

.botonrc5:hover img:nth-child(2) {
  display: inline;
  animation: aparece 0.2s;
}

.botonrc5:hover span {
  color: #FDF7FA;
}

.botonrc5:hover::before {
  content: url(images/retina/RL-verde.svg);
  display: block;
  width: 4em;
  animation: aparece 0.2s;
  margin-left: -0.6666666667em;
}

.botonrc5::before {
  content: url(images/retina/RL-morado.svg);
  display: block;
  width: 4em;
  animation: aparece 0.2s;
  margin-left: -0.6666666667em;
}

.botonrchomevideo {
  transition: 0.3s;
  background-color: #961979;
  border-bottom: 0.2em #FDF7FA solid;
  border-top-right-radius: 0.6666666667em;
  border-bottom-right-radius: 0.6666666667em;
  max-height: 1.6em;
  font-weight: 600;
  font-size: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.botonrchomevideo img:nth-child(2) {
  display: none;
}

.botonrchomevideo img.rc_svg {
  animation: aparece 0.2s;
  width: 2em;
  margin-left: -0.3333333333em;
}

.botonrchomevideo span {
  padding: 0em;
  margin-right: 1em;
  font-size: 0.6666666667em;
  color: #FDF7FA;
}

.botonrchomevideo:focus {
  background-color: #fbbb10;
  border-bottom: 0.2em #FDF7FA solid;
}

.botonrchomevideo:hover {
  background-color: #fbbb10;
  border-bottom: 0.2em #FDF7FA solid;
}

.botonrchomevideo:hover img:nth-child(1) {
  /* animation: desaparece 0.2s; */
  display: none;
}

.botonrchomevideo:hover img:nth-child(2) {
  display: inline;
  animation: aparece 0.2s;
}

.botonrchomevideo:hover span {
  color: #961979;
}

.botonrchomevideo:hover::before {
  content: url(images/retina/RL-morado.svg);
  display: block;
  width: 2em;
  animation: aparece 0.2s;
  margin-left: -0.3333333333em;
}

.botonrchomevideo::before {
  content: url(images/retina/RL-amarillo.svg);
  display: block;
  width: 2em;
  animation: aparece 0.2s;
  margin-left: -0.3333333333em;
}

/* tamaño / color / colorhover / borde / bordehover / imagen / imagenhover / letra / letrahover */
button.rc_boton {
  transition-duration: 0.4s;
  color: #FDF7FA;
  background-color: #961979;
  border-bottom: 0.5em #fbbb10 solid;
  border-radius: 1.5em;
}

button.rc_boton:hover {
  background-color: #fbbb10;
  border-bottom: 0.5em #961979 solid;
  color: #961979;
}

.rc_bloque {
  display: block;
}

/* tamaño / color / colorhover / borde / bordehover  / letra / letrahover */
.badget1 {
  transition: 0.3s;
  background-color: #fbbb10;
  border-bottom: 0.2em #12837f solid;
  margin: 0 auto;
}

.badget1 span {
  width: 100%;
  margin: 0 auto;
  padding: 0.4em 1em;
  font-size: 0.6666666667em;
  color: #961979;
  text-align: center;
}

.badget1:focus {
  background-color: #fbbb10;
  border-bottom: 0.2em #12837f solid;
}

.badget1:hover {
  background-color: #fbbb10;
  border-bottom: 0.2em #12837f solid;
}

.badget1:hover span {
  color: #961979;
}

/* EFECTO PERSONAS HOVER */
/* 
500 = medium
700 = bold
800 = extrabold
900 = black
font-family: 'Montserrat', sans-serif;
*/
body {
  /* font-family: 'Lato', sans-serif; */
  font-family: "Montserrat", sans-serif;
}

body>div {
  font-size: 12px;
  font-size: 1.2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Lato', sans-serif; */
  font-family: "Barlow Condensed", sans-serif;
}

h3.rl-tablas-h3 {
  font-size: 1.2em;
}

/* ENLACES */
a {
  text-decoration: none;
}

a:link {
  color: #f3f4fb;
}

a:visited {
  color: #f3f4fb;
}

a:hover {
  color: #810d70;
}

a:active {
  color: #f3f4fb;
}

*,
html {
  color: #f3f4fb;
}

/* COMENTARIOS */
#comments {
  font-family: "Lato", sans-serif;
}

.botonesTest {
  background-color: #062928;
  width: 800px;
  padding: 5em;
}

.botonesTest button {
  margin: 2em;
}

.botonretina-poster {
  transition: 0.3s;
  background-color: #fbbb10;
  border-radius: 1.4em;
  max-height: 2.8em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0em;
  /* &:focus{
      background-color: $color;
  } */
}

.botonretina-poster img:nth-child(2) {
  display: none;
}

.botonretina-poster span {
  padding: 0em;
  margin-right: 1.4em;
  padding-left: 0.4666666667em;
  font-size: 0.9333333333em;
  font-family: "Barlow", "sans-serif";
  color: #961979 !important;
  font-weight: 700;
}

.botonretina-poster:hover,
.botonretina-poster:focus {
  opacity: 0.8;
  background-color: rgba(251, 187, 16, 0.8);
}

.botonretina-poster:hover img:nth-child(1),
.botonretina-poster:focus img:nth-child(1) {
  display: none;
}

.botonretina-poster:hover img:nth-child(2),
.botonretina-poster:focus img:nth-child(2) {
  display: inline;
  animation: aparece 0.2s;
}

.botonretina-poster:hover span,
.botonretina-poster:focus span {
  color: #961979;
}

.botonretina-poster::before {
  content: url(images/retina/RL-morado2.svg);
  display: block;
  width: 2.8em;
  animation: aparece 0.2s;
  margin-left: -0.9333333333em;
}

.botonretina1 {
  transition: 0.3s;
  background-color: #961979;
  border-radius: 2em;
  max-height: 4em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0em;
  /* &:focus{
      background-color: $color;
  } */
}

.botonretina1 img:nth-child(2) {
  display: none;
}

.botonretina1 span {
  padding: 0em;
  margin-right: 2em;
  padding-left: 0.6666666667em;
  font-size: 1.3333333333em;
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 700;
}

.botonretina1:hover,
.botonretina1:focus {
  opacity: 0.8;
  background-color: rgba(150, 25, 121, 0.8);
}

.botonretina1:hover img:nth-child(1),
.botonretina1:focus img:nth-child(1) {
  display: none;
}

.botonretina1:hover img:nth-child(2),
.botonretina1:focus img:nth-child(2) {
  display: inline;
  animation: aparece 0.2s;
}

.botonretina1:hover span,
.botonretina1:focus span {
  color: #FDF7FA;
}

.botonretina1::before {
  content: url(images/retina/RL-verde2.svg);
  display: block;
  width: 4em;
  animation: aparece 0.2s;
  margin-left: -1.3333333333em;
}

.botonretina2 {
  transition: 0.3s;
  background-color: #12837f;
  border-radius: 2.5em;
  max-height: 5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0em;
  /* &:focus{
      background-color: $color;
  } */
}

.botonretina2 img:nth-child(2) {
  display: none;
}

.botonretina2 span {
  padding: 0em;
  margin-right: 2.5em;
  padding-left: 0.8333333333em;
  font-size: 1.6666666667em;
  font-family: "Barlow", "sans-serif";
  color: #961979 !important;
  font-weight: 700;
}

.botonretina2:hover,
.botonretina2:focus {
  opacity: 0.8;
  background-color: #12837f;
}

.botonretina2:hover img:nth-child(1),
.botonretina2:focus img:nth-child(1) {
  display: none;
}

.botonretina2:hover img:nth-child(2),
.botonretina2:focus img:nth-child(2) {
  display: inline;
  animation: aparece 0.2s;
}

.botonretina2:hover span,
.botonretina2:focus span {
  color: #961979;
}

.botonretina2::before {
  content: url(images/retina/RL-morado2.svg);
  display: block;
  width: 5em;
  animation: aparece 0.2s;
  margin-left: -1.6666666667em;
}

.botonretina3 {
  transition: 0.3s;
  background-color: #fbbb10;
  border-radius: 2em;
  max-height: 4em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0em;
  /* &:focus{
      background-color: $color;
  } */
}

.botonretina3 img:nth-child(2) {
  display: none;
}

.botonretina3 span {
  padding: 0em;
  margin-right: 2em;
  padding-left: 0.6666666667em;
  font-size: 1.3333333333em;
  font-family: "Barlow", "sans-serif";
  color: #961979 !important;
  font-weight: 700;
}

.botonretina3:hover,
.botonretina3:focus {
  opacity: 0.8;
  background-color: rgba(251, 187, 16, 0.8);
}

.botonretina3:hover img:nth-child(1),
.botonretina3:focus img:nth-child(1) {
  display: none;
}

.botonretina3:hover img:nth-child(2),
.botonretina3:focus img:nth-child(2) {
  display: inline;
  animation: aparece 0.2s;
}

.botonretina3:hover span,
.botonretina3:focus span {
  color: #961979;
}

.botonretina3::before {
  content: url(images/retina/RL-morado2.svg);
  display: block;
  width: 4em;
  animation: aparece 0.2s;
  margin-left: -1.3333333333em;
}

.botonsimppleretina1 {
  transition: 0.3s;
  background-color: #12837f;
  border: none;
  border-radius: 2.5em;
  max-height: 5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0em;
}

.botonsimppleretina1 span {
  padding: 0.5em 1.6666666667em;
  font-size: 1.6666666667em;
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 700;
}

.botonsimppleretina1:hover,
.botonsimppleretina1:focus {
  opacity: 0.8;
  background-color: rgba(18, 131, 127, 0.8);
  color: lime;
  border: none;
}

.botonsimppleretina1:hover span,
.botonsimppleretina1:focus span {
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 700;
}

.botonsimppleretina2 {
  transition: 0.3s;
  background-color: transparent;
  border: 0.2777777778em #FDF7FA solid;
  border-radius: 2.5em;
  max-height: 5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0em;
}

.botonsimppleretina2 span {
  padding: 0.5em 1.6666666667em;
  font-size: 1.6666666667em;
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 700;
}

.botonsimppleretina2:hover,
.botonsimppleretina2:focus {
  opacity: 0.8;
  background-color: rgba(0, 0, 0, 0.8);
  color: lime;
  border: 0.2777777778em #FDF7FA solid;
}

.botonsimppleretina2:hover span,
.botonsimppleretina2:focus span {
  font-family: "Barlow", "sans-serif";
  color: #fbbb10 !important;
  font-weight: 700;
}

.botonsimppleretina3 {
  transition: 0.3s;
  background-color: #961979;
  border: none;
  border-radius: 2em;
  max-height: 4em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0em;
}

.botonsimppleretina3 span {
  padding: 0.4em 1.3333333333em;
  font-size: 1.3333333333em;
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 700;
}

.botonsimppleretina3:hover,
.botonsimppleretina3:focus {
  opacity: 0.8;
  background-color: rgba(150, 25, 121, 0.8);
  color: lime;
  border: none;
}

.botonsimppleretina3:hover span,
.botonsimppleretina3:focus span {
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 700;
}

.botonsimppleretina4 {
  transition: 0.3s;
  background-color: #fbbb10;
  border: none;
  border-radius: 2.5em;
  max-height: 5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0em;
}

.botonsimppleretina4 span {
  padding: 0.5em 1.6666666667em;
  font-size: 1.6666666667em;
  font-family: "Barlow", "sans-serif";
  color: #961979 !important;
  font-weight: 700;
}

.botonsimppleretina4:hover,
.botonsimppleretina4:focus {
  opacity: 0.8;
  background-color: rgba(251, 187, 16, 0.8);
  color: lime;
  border: none;
}

.botonsimppleretina4:hover span,
.botonsimppleretina4:focus span {
  font-family: "Barlow", "sans-serif";
  color: #961979 !important;
  font-weight: 700;
}

.botonsimppleretina5 {
  transition: 0.3s;
  background-color: #fbbb10;
  border: none;
  border-radius: 2.5em;
  max-height: 5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0em;
  justify-content: center;
  width: 100%;
  text-transform: uppercase;
  border-radius: 0.8333333333em;
  max-height: 2.5em;
}

.botonsimppleretina5 span {
  padding: 0.5em 1.6666666667em;
  font-size: 1.6666666667em;
  font-family: "Barlow", "sans-serif";
  color: #961979 !important;
  font-weight: 700;
}

.botonsimppleretina5:hover,
.botonsimppleretina5:focus {
  opacity: 0.8;
  background-color: rgba(251, 187, 16, 0.8);
  color: lime;
  border: none;
}

.botonsimppleretina5:hover span,
.botonsimppleretina5:focus span {
  font-family: "Barlow", "sans-serif";
  color: #961979 !important;
  font-weight: 700;
}

.botonsimppleretina_registro,
.action .btn_registro a {
  transition: 0.3s;
  background-color: #fbbb10;
  border: none;
  border-radius: 1.35rem;
  max-height: 2.7rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0em;
  height: 1.5rem;
  margin-bottom: 0.6rem;
}

.botonsimppleretina_registro span,
.action .btn_registro a span {
  padding: 0.27rem 0.9rem;
  font-size: 0.9rem;
  font-family: "Barlow", "sans-serif";
  color: #961979 !important;
  font-weight: 700;
}

.botonsimppleretina_registro:hover,
.action .btn_registro a:hover,
.botonsimppleretina_registro:focus,
.action .btn_registro a:focus {
  opacity: 0.8;
  background-color: rgba(251, 187, 16, 0.8);
  color: lime;
  border: none;
}

.botonsimppleretina_registro:hover span,
.action .btn_registro a:hover span,
.botonsimppleretina_registro:focus span,
.action .btn_registro a:focus span {
  font-family: "Barlow", "sans-serif";
  color: #961979 !important;
  font-weight: 700;
}

.botonsimppleretina_ingreso,
.action .btn_ingreso a {
  transition: 0.3s;
  background-color: transparent;
  border: 0.15rem #FDF7FA solid;
  border-radius: 1.35rem;
  max-height: 2.7rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0em;
  height: 1.5rem;
}

.botonsimppleretina_ingreso span,
.action .btn_ingreso a span {
  padding: 0.27rem 0.9rem;
  font-size: 0.9rem;
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 700;
}

.botonsimppleretina_ingreso:hover,
.action .btn_ingreso a:hover,
.botonsimppleretina_ingreso:focus,
.action .btn_ingreso a:focus {
  opacity: 0.8;
  background-color: rgba(0, 0, 0, 0.8);
  color: lime;
  border: 0.15rem #FDF7FA solid;
}

.botonsimppleretina_ingreso:hover span,
.action .btn_ingreso a:hover span,
.botonsimppleretina_ingreso:focus span,
.action .btn_ingreso a:focus span {
  font-family: "Barlow", "sans-serif";
  color: #fbbb10 !important;
  font-weight: 700;
}

.botonsimppleretina_formSI {
  transition: 0.3s;
  background-color: #fbbb10;
  border: none;
  border-radius: 1.5em;
  max-height: 3em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0em;
  min-width: 150px;
}

.botonsimppleretina_formSI span {
  padding: 0.3em 1em;
  font-size: 1em;
  font-family: "Barlow", "sans-serif";
  color: #961979 !important;
  font-weight: 700;
}

.botonsimppleretina_formSI:hover,
.botonsimppleretina_formSI:focus {
  opacity: 0.8;
  background-color: rgba(251, 187, 16, 0.8);
  color: lime;
  border: none;
}

.botonsimppleretina_formSI:hover span,
.botonsimppleretina_formSI:focus span {
  font-family: "Barlow", "sans-serif";
  color: #961979 !important;
  font-weight: 700;
}

.botonsimppleretina_formSI span {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.botonsimppleretina_formSI span i {
  font-size: 2rem;
  color: #961979;
  overflow: hidden;
}

.botonsimppleretina_formSI:disabled {
  background-color: #fbbb10 !important;
  opacity: 0.5;
}

.botonsimppleretina_formNO {
  transition: 0.3s;
  background-color: #1c1a1a;
  border: none;
  border-radius: 1.5em;
  max-height: 3em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0em;
  min-width: 150px;
}

.botonsimppleretina_formNO span {
  padding: 0.3em 1em;
  font-size: 1em;
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 700;
}

.botonsimppleretina_formNO:hover,
.botonsimppleretina_formNO:focus {
  opacity: 0.8;
  background-color: rgba(28, 26, 26, 0.8);
  color: lime;
  border: none;
}

.botonsimppleretina_formNO:hover span,
.botonsimppleretina_formNO:focus span {
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 700;
}

.botonsimppleretina_formNO span {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.botonsimppleretina_formNO span i {
  font-size: 2rem;
  color: #FDF7FA;
}

.botonsimppleretina_formNO:disabled {
  background-color: #1c1a1a !important;
  opacity: 0.5;
}

/* a.botonretinacarrusel:hover, a.botonretinacarrusel:hover:link, a.botonretinacarrusel:hover:active{
display: none;
} */
.botonretinacarrusel {
  transition: 0.3s;
  background-color: #961979;
  border-radius: 1.75em;
  max-height: 3.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0em;
  border: none;
  /* &:hover{
      opacity: 0.8;
      background-color: $colorhover;

   &::before {
      content: 'AZ';
   }   
  } */
}

@media all and (max-width: 960px) {
  .botonretinacarrusel {
    font-size: 0.5833333333em;
  }
}

.botonretinacarrusel span {
  padding: 0em;
  margin-right: 1.75em;
  padding-left: 0.5833333333em;
  font-size: 1.1666666667em;
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 700;
}

.botonretinacarrusel::before {
  content: url(images/retina/RL-verde2.svg);
  display: block;
  width: 3.5em;
  animation: aparece 0.2s;
  margin-left: -1.1666666667em;
}

.botonretinacarrusel:hover {
  background-color: #fbbb10;
}

.botonretinacarrusel:hover::before {
  content: url(images/retina/RL-morado2.svg);
}

.botonretinacarrusel:hover span {
  color: #961979 !important;
}

.botonretinacarrusel:focus {
  /* & img:nth-child(1){
      display: none;
  }
  & img:nth-child(2){
      display: inline;
      animation: aparece 0.2s;
  }
  & span{
      color: $letrahover;
  } */
}

.content {
  width: 100%;
  max-width: 1904px;
  float: none;
  margin: 0 auto;
}

.sidebar {
  display: none;
}

.site-inner {
  background-color: #1f2223;
  min-width: 90%;
}

@media all and (min-width: 1904px) {
  .site-inner {
    max-width: 1904px;
  }
}

.site-container {
  max-width: 1904px;
  margin: 0 auto;
  box-shadow: rgba(251, 187, 16, 0.1) 0px 2px 8px 0px;
}

body {
  background-color: #1f2223;
}

/* .site-header a {

}

.menu-toggle,
.sub-menu-toggle {
}


.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
} */
body.login {
  background-color: purple !important;
  display: none !important;
}

body.registration .site-container {
  background-color: #1c1a1a;
}

body.registration .site-inner {
  width: 100%;
}

body.registration .the_champ_outer_login_container {
  display: none;
}

body.registration h1.entry-title {
  display: none;
}

body.registration #buddypress {
  min-width: 100%;
  background: transparent;
  background-image: url("./images/fondoregistro.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 10rem;
  padding-top: 4rem;
}

body.registration img {
  display: block;
  margin: 0 auto;
  width: 130px;
}

body.registration .site-inner {
  /* background: transparent;
  background-image: url("./images/fondoregistro.svg");
  background-repeat: no-repeat;
  background-size: cover; */
}

body.registration .site-container {
  /* background-image: url("./images/fondoregistro.svg");
  background-repeat: no-repeat;
  background-size: auto calc(100% - 600px); */
}

body.registration .rl_form_registro {
  margin: 0 auto;
  max-width: 600px;
  border-radius: 2rem;
  background-color: #FDF7FA;
  padding-bottom: 4rem;
}

body.registration p.tituloregistro {
  margin-top: 18px;
  color: #1c1a1a;
  font-weight: 600;
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.6rem;
}

body.registration img.logoregistroretina {
  max-width: 77px;
}

body.registration #rl_registro_id label {
  color: #1c1a1a;
  font-weight: 600;
}

body.registration input {
  margin-bottom: 1.7rem !important;
}

body.registration input.rl_boton_registro {
  display: block;
  margin: 1rem auto;
  padding: 1rem;
  width: 350px;
  background-color: #fbbb10;
  border-radius: 2rem;
  color: #961979;
  font-size: 1.6rem;
  font-family: "Barlow", "sans-serif";
  color: #961979 !important;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  body.registration input.rl_boton_registro {
    width: 100%;
  }
}

body.registration,
body.registration input[type=text],
body.registration input[type=password],
body.registration input[type=email] {
  background-color: rgb(243, 238, 238);
  border-radius: 1rem;
}

body.registration::placeholder,
body.registration input[type=text]::placeholder,
body.registration input[type=password]::placeholder,
body.registration input[type=email]::placeholder {
  display: block;
  color: rgb(181, 174, 174);
}

.retina_lectura_contenido {
  background-color: #f3f4fb;
  padding: 1em;
}

.retina_lectura_contenido h3 {
  padding: 1rem;
}

.retina_lectura_contenido * {
  color: #171515;
}

@media only screen and (min-width: 960px) {
  .retina_lectura_contenido {
    padding: 1em 5em;
  }
}

@media only screen and (max-width: 960px) {
  .retina_lectura_contenido {
    padding: 0 !important;
  }
}

.retina_lectura_contenido .retina_entrada {
  max-width: 960px;
  margin: 0 auto;
}

.retina_lectura_contenido .retina_entrada a:visited,
.retina_lectura_contenido .retina_entrada a:hover,
.retina_lectura_contenido .retina_entrada a:link,
.retina_lectura_contenido .retina_entrada a:active {
  color: #fbbb10;
  font-weight: bold;
}

@media only screen and (min-width: 960px) {
  .retina_lectura_contenido .retina_entrada {
    padding: 1em 3em;
  }
}

@media only screen and (max-width: 960px) {
  .retina_lectura_contenido .retina_entrada {
    padding: 2rem !important;
  }
}

.retina_lectura_contenido .retina_entrada h1 {
  margin-top: 50px;
  font-size: 4rem;
  color: #373c3e !important;
  text-align: center;
  font-size: clamp(2em, 4vw, 3em);
}

@media only screen and (max-width: 600px) {
  .retina_lectura_contenido .retina_entrada h1 {
    padding: 0 1rem;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

/*
Menu Search 
---------------------------------------------------------------------------------------------------- */
.menu-item.search {
  margin-left: 30px;
}

.nav-primary .genesis-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search .search-form {
  text-align: center;
}

.search .search-form input[type=search] {
  position: relative;
  width: 1px;
  padding: 8px 15px;
  border: none;
  border-radius: 4px;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: width 500ms ease, background 400ms ease;
  transition: width 500ms ease, background 400ms ease;
  margin-left: -30px;
}

li.sfHover .search-form input[type=search] {
  margin-left: 20px;
}

.search .search-form input[type=search]:focus {
  width: 250px;
  outline: 0;
  background-color: #fff;
  cursor: text;
}

.genesis-nav-menu .search input[type=submit] {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.search .search-form:before {
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
  color: #FDF7FA !important;
  transform: translate(-50%, -50%);
  font-family: "dashicons";
  font-size: 30px;
  content: "\f179";
}

.home .search .search-form:before {
  color: #333;
}

.site-container.white .search .search-form:before {
  color: #999;
}

@media only screen and (max-width: 862px) {
  .nav-primary .genesis-nav-menu {
    display: block;
  }
}

@media only screen and (max-width: 800px) {
  .menu-item.search {
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .search .search-form:before {
    color: #999;
    -webkit-transform: none;
    transform: none;
  }

  .search .search-form {
    text-align: left;
  }

  .search .search-form input[type=search] {
    padding-right: 0;
    padding-left: 0;
  }
}

a {
  outline: none;
}

nav#genesis-nav-primary {
  background-color: #12837f;
  z-index: 10;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

nav#genesis-nav-primary a:link,
nav#genesis-nav-primary a:hover,
nav#genesis-nav-primary a:active,
nav#genesis-nav-primary a:visited {
  outline: none;
}

nav#genesis-nav-primary a {
  font-weight: 600;
}

.site-header {
  margin: 0;
  padding: 0;
  background-color: #12837f;
  max-width: 1904px;
  height: 98px;
}

.site-header .title-area {
  max-width: 150px;
  padding: 0;
}

.site-header .title-area a {
  outline: none !important;
}

.site-header .title-area a img {
  height: 98px;
}

.site-header .menu-toggle::before {
  float: right;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
}

.menu-toggle:hover {
  color: white;
}

.menu-toggle:visited {
  color: white;
}

@media only screen and (max-width: 960px) {
  button#genesis-mobile-nav-primary {
    position: absolute;
    left: 2rem;
    outline: none;
  }

  .menu-toggle {
    margin: 0;
  }

  .title-area {
    margin-left: 3rem;
  }

  .title-area a {
    outline: none;
  }

  .site-header {
    position: relative;
    z-index: 1;
  }

  .site-header .title-area {
    /* width: 90px; */
    display: none;
    background-color: blue;
    margin-left: 4rem;
  }
}

.menu-toggle:focus {
  background-color: transparent;
  border-width: 0;
  color: #FDF7FA;
}

/* VIEJO*/
.genesis-nav-menu a {
  outline: none;
}

.genesis-nav-menu li.menu-item-has-children>a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  margin-left: 0.7rem;
  color: #fbbb10;
  font-size: 1.2rem;
}

.genesis-nav-menu>li.current-menu-item,
.genesis-nav-menu>li.current-menu-ancestor {
  border-bottom: #fbbb10 0.15em solid;
}

.genesis-nav-menu li:not(:last-child) {
  text-align: left;
}

.genesis-nav-menu li:not(:last-child):hover {
  border-bottom: rgba(251, 187, 16, 0.4) 0.15em solid;
}

.genesis-nav-menu li {
  border: none;
}

.genesis-nav-menu .sub-menu {
  border: none;
}

.genesis-nav-menu .sub-menu .menu-item-has-children>a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  margin-right: 1em;
  position: absolute;
  right: 0;
}

.genesis-nav-menu .sub-menu li a:hover {
  background: #00c5c0;
}

.genesis-nav-menu .sub-menu li a :hover {
  border: none;
}

.genesis-nav-menu .sub-menu a {
  background-color: #00928e;
  border: none;
}

@media only screen and (max-width: 999px) {
  .genesis-nav-menu .sub-menu {
    background: #00928e;
    border: none;
  }

  .genesis-nav-menu .sub-menu li a {
    padding-left: 25px;
  }

  .genesis-nav-menu .sub-menu .menu-item-has-children>a::after {
    display: none;
  }
}

.retina2023-responsive {
  display: none;
}

.hr-menu-usuarios {
  max-width: 1904px;
}

nav.nav-rlusers {
  z-index: 1;
}

div.widget-area.header-widget-area {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 960px) {
  div.widget-area.header-widget-area {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 960px) {
  div.widget-area.header-widget-area {
    height: 100px;
  }

  .retina2023-responsive {
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
  }

  .retina2023-responsive img {
    max-width: 100px;
  }
}

@media only screen and (max-width: 960px) and (max-width: 600px) {
  .retina2023-responsive img {
    max-width: 60px;
    padding-bottom: 0;
  }
}

.action {
  position: relative;
  right: 30px;
  top: 20px;
}

@media only screen and (max-width: 960px) {
  .action {
    position: absolute;
  }
}

.action .profile {
  font-size: 2rem;
  border-radius: 50%;
  cursor: pointer;
  height: 60px;
  width: 60px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  display: block;
  border: 2px #FDF7FA solid;
}

.action .profile i::before {
  color: #fbbb10;
  margin-left: 12px;
}

.action .profile img {
  width: 100%;
  top: 0;
  position: absolute;
  object-fit: cover;
  left: 0;
  height: 100%;
}

.action .menuRELA {
  background-color: #0d5f5c;
  box-sizing: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 10px 20px;
  position: absolute;
  right: -10px;
  width: 200px;
  transition: 0.5s;
  top: 120px;
  visibility: hidden;
  opacity: 0;
}

.action .menuRELA.active {
  opacity: 1;
  top: 80px;
  visibility: visible;
}

.action .menuRELA::before {
  /* background-color:#fff;
  content: '';
  height: 20px;
  position: absolute;
  right: 30px;
  transform:rotate(45deg);
  top:-5px;
  width: 20px; */
}

.action .menuRELA h3 {
  color: #555;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  padding: 20px 0px;
  text-align: left;
  width: 100%;
}

.action .menuRELA h3 div {
  color: #818181;
  font-size: 14px;
  font-weight: 400;
}

.action .menuRELA ul li {
  height: 60px;
  align-items: center;
  border-top: 1px solid #1eddd6;
  display: flex;
  justify-content: left;
  list-style: none;
  padding: 10px 0px;
}

.action .menuRELA ul li i::before {
  color: #1eddd6;
}

.action .menuRELA ul li img {
  max-width: 20px;
  margin-right: 10px;
  opacity: 0.5;
  transition: 0.5s;
}

.action .menuRELA ul li a {
  display: inline-block;
  color: #FDF7FA;
  font-size: 14px;
  font-weight: 600;
  padding-left: 15px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
}

.action .menuRELA ul li:hover img {
  opacity: 1;
}

.action .menuRELA ul li:hover a {
  color: #fbbb10;
}

.hr-principal-retina div[role=button],
.carrus div[role=button],
.hr-salidas div[role=button],
.hr-tendencias div[role=button],
.hr-series div[role=button],
.hr-alianzas div[role=button],
.hr-mundo div[role=button] {
  font-size: 1.4em;
  border: 1px rgb(164, 161, 161) solid;
  border-radius: 50%;
  padding: 0.9em;
  outline: none;
}

.hr-principal-retina div[role=button]::after,
.carrus div[role=button]::after,
.hr-salidas div[role=button]::after,
.hr-tendencias div[role=button]::after,
.hr-series div[role=button]::after,
.hr-alianzas div[role=button]::after,
.hr-mundo div[role=button]::after {
  content: "";
}

.hr-principal-retina,
.hr-salidas,
.hr-tendencias,
.hr-series,
.hr-alianzas,
.hr-mundo {
  /* @media all and (min-width: 1600px) {
    border: 5px crimson solid;
    & .swiper-button-prev {
      margin-left: -2em;
      border: 2px yellow dashed !important;
    }
    & .swiper-button-next {
      margin-right: -2em;
      border: 2px yellow dashed !important;
    }

  } */
}

.hr-principal-retina .swiper-button-prev,
.hr-salidas .swiper-button-prev,
.hr-tendencias .swiper-button-prev,
.hr-series .swiper-button-prev,
.hr-alianzas .swiper-button-prev,
.hr-mundo .swiper-button-prev {
  margin-left: -2em;
}

@media all and (max-width: 600px) {

  .hr-principal-retina .swiper-button-prev,
  .hr-salidas .swiper-button-prev,
  .hr-tendencias .swiper-button-prev,
  .hr-series .swiper-button-prev,
  .hr-alianzas .swiper-button-prev,
  .hr-mundo .swiper-button-prev {
    background-color: yellow;
    color: lime;
    display: none;
  }
}

.hr-principal-retina .swiper-button-next,
.hr-salidas .swiper-button-next,
.hr-tendencias .swiper-button-next,
.hr-series .swiper-button-next,
.hr-alianzas .swiper-button-next,
.hr-mundo .swiper-button-next {
  margin-right: -2em;
}

@media all and (max-width: 600px) {

  .hr-principal-retina .swiper-button-next,
  .hr-salidas .swiper-button-next,
  .hr-tendencias .swiper-button-next,
  .hr-series .swiper-button-next,
  .hr-alianzas .swiper-button-next,
  .hr-mundo .swiper-button-next {
    background-color: yellow;
    color: lime;
    display: none;
  }
}

.contieneslider {
  position: relative;
}

.hr-doble {
  width: 100%;
  display: block;
}

.hr-doble .hr-series {
  margin-top: 2rem;
}

@media all and (min-width: 960px) {
  .hr-doble {
    display: grid;
    grid-template-columns: 65% 35%;
  }

  .hr-doble .hr-tendencias {
    margin-right: 3em;
  }

  .hr-doble .hr-series {
    margin-top: 0px;
    margin-left: 3em;
  }
}

button.hr-enlaces-home {
  padding: 0.5em;
  text-align: center;
  display: block;
  margin: 3em auto 1em auto;
  font-size: clamp(0.7em, 1vw, 1em);
}

.hr-mundo {
  /* & a.hr-mundo-enlace {
    background: $RC_verde;
    padding   : 0.5em;
    margin-top: 3em;
  } */
}

.hr-principal-retina,
.hr-salidas,
.hr-doble,
.hr-alianzas,
.hr-mundo,
.hr-personas {
  margin-bottom: 4em;
}

.inicio-retina-class button a:visited,
.inicio-retina-class button a:hover,
.inicio-retina-class button a:link,
.inicio-retina-class button a:active {
  color: #FDF7FA;
}

.inicio-retina-class .site-inner {
  margin-top: 0px;
  width: 90%;
  padding: 0;
}

.inicio-retina-class .site-inner .inicio-segmento-trailer {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: rgba(150, 25, 121, 0.7);
}

.inicio-retina-class .site-inner .inicio-segmento-conexionretina {
  background-color: rgba(18, 131, 127, 0.85);
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 1600px) {

  .inicio-retina-class .site-inner .inicio-segmento-superior,
  .inicio-retina-class .site-inner .inicio-segmento-alianzas,
  .inicio-retina-class .site-inner .inicio-segmento-inferior {
    width: 90%;
    margin: 0 auto;
  }

  .inicio-retina-class .site-inner .inicio-segmento-trailer {
    min-width: 100%;
    margin: 0;
    padding: 0;
  }

  .inicio-retina-class .site-inner .inicio-segmento-conexionretina {
    margin-bottom: 5rem;
  }

  .inicio-retina-class .site-inner .inicio-segmento-conexionretina .hr-conexion {
    margin: 0 auto;
    display: block;
    width: 90%;
    padding-bottom: 2em;
  }
}

h2.hr_home_texto {
  font-size: clamp(1em, 1.6vw, 2em);
  font-family: "Montserrat", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 500;
}

h2.hr_home_copy {
  font-size: clamp(1em, 1.6vw, 2em);
  font-family: "Montserrat", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 500;
}

.hr_top_zone {
  max-width: 1904px;
  margin: 0 auto;
  background-color: #fbbb10;
  text-align: center;
  overflow: clip;
  height: 30px;
}

@media only screen and (max-width: 960px) {
  .hr_top_zone.hr_desktop {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .hr_top_zone.hr_movile {
    display: none;
  }
}

.hr_top_zone span {
  color: #12837f;
  font-family: "Barlow", "sans-serif";
  color: #961979 !important;
  font-weight: 500;
  font-size: 18px;
  margin: 0 2rem;
  text-transform: uppercase;
}

.hr_top_zone #spin:after {
  content: "";
  animation: spin 7s linear infinite;
}

@keyframes spin {
  0% {
    content: "Retina Latina";
  }

  20% {
    content: "nos conecta";
  }

  40% {
    content: "";
  }

  60% {
    content: "Cine latinoamericano";
  }

  80% {
    content: "de acceso libre";
  }

  100% {
    content: "";
  }
}

.hr_colores {
  background-color: white;
  width: 250px;
  margin: 0 auto;
}

.hr_colores div {
  color: black;
  padding: 1em;
  text-align: center;
}

.hr_colores :nth-child(1) {
  background-color: #12837f;
}

.hr_colores :nth-child(2) {
  background-color: rgba(18, 131, 127, 0.9);
}

.hr_colores :nth-child(3) {
  background-color: rgba(18, 131, 127, 0.8);
}

.hr_colores :nth-child(4) {
  background-color: rgba(18, 131, 127, 0.7);
}

.hr_colores :nth-child(5) {
  background-color: rgba(18, 131, 127, 0.6);
}

.hr_colores :nth-child(6) {
  background-color: rgba(18, 131, 127, 0.5);
}

.hr_colores :nth-child(7) {
  background-color: rgba(18, 131, 127, 0.4);
}

.hr_colores :nth-child(8) {
  background-color: rgba(18, 131, 127, 0.3);
}

.hr_colores :nth-child(9) {
  background-color: rgba(18, 131, 127, 0.2);
}

.hr_colores :nth-child(10) {
  background-color: rgba(18, 131, 127, 0.1);
}

/* 

bajar puntaje del principal h1
invertir extrabold y bold
que quede como en la vista de diseño movil

En los posteres NUEVA está muy pegado a la derecha

HAGO EL ENSAYO Y SI NO ME DEVUELVO

interlineado de bloques

margion inferior trauler y noticias subir

trailer aumentar padding de la zona derecha

FAVICON
*/
.rl_coleccion {
  position: relative;
}

.swiper-button-prev.colecciones_swiper {
  font-size: 1.4em;
  border: 1px rgb(164, 161, 161) solid;
  border-radius: 50%;
  padding: 0.9em;
  outline: none;
  margin-left: -50px;
}

.swiper-button-prev.colecciones_swiper::after {
  content: "";
}

.swiper-button-next.colecciones_swiper {
  font-size: 1.4em;
  border: 1px rgb(164, 161, 161) solid;
  border-radius: 50%;
  padding: 0.9em;
  outline: none;
  margin-right: -50px;
}

.swiper-button-next.colecciones_swiper::after {
  content: "";
}

.noticias_listado {
  padding: 0;
  margin: 0 !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  gap: 2rem;
}

.noticias_listado .noticia_item {
  border: none;
  margin: 0.5em;
  overflow: hidden;
  display: block;
  border-radius: 1em;
  background-color: #FDF7FA;
  transition: box-shadow 1s ease-out 0ms;
}

.noticias_listado .noticia_item div.noticias_rl_entrada_fecha {
  position: static;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100px;
}

.noticias_listado .noticia_item div.noticias_rl_entrada_fecha span {
  display: block;
  justify-content: center;
  flex-grow: 1;
  color: #9ba3a6;
}

.noticias_listado .noticia_item div.noticias_rl_entrada_fecha span.dia {
  font-weight: 900;
  font-size: 2rem;
  padding: 0.2em;
  color: #9ba3a6;
}

.noticias_listado .noticia_item div.noticias_rl_entrada_fecha div {
  border-left: 1px gray solid;
  font-size: 0.7em;
  padding: 0.8em;
}

.noticias_listado .noticia_item div.noticias_rl_entrada_fecha div span:first-child {
  text-transform: uppercase;
}

.noticias_listado .noticia_item img {
  transition: transform 1s ease-out 100ms;
  aspect-ratio: 60/43;
}

.noticias_listado .noticia_item:hover {
  box-shadow: 6px 6px 2px 0px rgba(0, 0, 0, 0.2);
}

.noticias_listado .noticia_item:hover img {
  transform: scale(1.1);
}

.noticias_listado h4 {
  padding: 1em;
  font-family: "Barlow", "sans-serif";
  color: #12837f !important;
  font-weight: 700;
}

.noticias_listado img {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  width: 100%;
}

#serie-detalle .serie-info {
  display: block;
}

@media only screen and (min-width: 600px) {
  #serie-detalle .serie-info {
    display: grid;
    grid-template-columns: 250px 1fr;
  }
}

#serie-detalle .serie-info div.serie-sinopsis {
  padding: 1em;
}

#serie-detalle img.destacada {
  display: block;
  width: 100%;
}

#serie-detalle span.serie-logline {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  color: grey;
}

#serie-detalle h1 {
  color: #fbbb10;
}

#serie-detalle div.listaEpisodios div.temporada {
  padding: 20px;
  margin-bottom: 2em;
}

#serie-detalle div.listaEpisodios div.temporada div.contenido {
  margin: 0.8em;
  padding: 25px;
  background-color: #292626;
  display: block;
  transition: 0.6s;
  grid-template-columns: 1fr 300px 5fr 1fr;
}

@media only screen and (min-width: 960px) {
  #serie-detalle div.listaEpisodios div.temporada div.contenido {
    display: grid;
  }
}

#serie-detalle div.listaEpisodios div.temporada div.contenido .episodioNum {
  font-weight: bolder;
  font-size: 2em;
}

#serie-detalle div.listaEpisodios div.temporada div.contenido :nth-child(3) {
  padding: 0.5em;
}

#serie-detalle div.listaEpisodios div.temporada div.contenido div.logline {
  padding: 1em;
  font-size: 1.2em;
}

#serie-detalle div.listaEpisodios div.temporada div.contenido:hover {
  background-color: #5e5757;
  /* & div.logline {
  } */
}

#serie-detalle div.listaEpisodios div.temporada div.contenido:hover img {
  opacity: 0.7;
}

#serie-detalle div.listaEpisodios div.temporada div.contenido:hover .after {
  display: block;
  background: rgba(0, 0, 0, 0);
}

#serie-detalle div.listaEpisodios div.temporada div.contenido:hover span.serie-logline {
  color: white;
}

#serie-detalle div.listaEpisodios div.temporada div.contenido:hover div.imagenEpisodio {
  background-image: url("./images/svg/muescamorada.svg");
  color: #FDF7FA;
}

#serie-detalle div.listaEpisodios div.temporada div.nombreTemporada {
  padding: 20px;
  background-color: brown;
}

#serie-detalle button span::after {
  content: "Ver episodio";
}

.contenedor-imagen-episodio {
  position: relative;
}

.contenedor-imagen-episodio img {
  border-radius: 0.8em;
  opacity: 1;
  margin: 0 auto;
  display: block;
}

.contenedor-imagen-episodio .after {
  position: absolute;
  bottom: 10%;
  left: 10%;
  /* width: 100%;
  height: 100%; */
  display: none;
}

img.serie_retinsposter_responsive {
  display: block;
  max-width: 90%;
  margin: 0.5em auto;
  box-shadow: 0 3px 5px rgba(253, 253, 253, 0.25), 0 3px 5px #f3f4fb;
  border-radius: 0.3em;
}

@media only screen and (min-width: 600px) {
  img.serie_retinsposter_responsive {
    max-width: 235px;
  }
}

@media only screen and (min-width: 960px) {
  img.serie_retinsposter_responsive {
    /* border: 5px blue solid; */
    margin-top: -100px;
    margin-left: -20px;
  }
}

@media only screen and (min-width: 1264px) {
  img.serie_retinsposter_responsive {
    /* border: 5px crimson solid; */
  }
}

@media only screen and (min-width: 1904px) {
  img.serie_retinsposter_responsive {
    /* border: 5px black solid; */
  }
}

div.contenido_serie {
  background-color: cyan;
}

div.datoSerieSingleVideo {
  display: block;
  padding: 0.5em 1em 0;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  background-color: #002c2b;
  color: #fcf1f3;
  font-size: 1em;
  margin-bottom: 10px;
}

div.datoSerieSingleVideo span {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 0.8em;
}

div.datoSerieSingleVideo div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

div.datoSerieSingleVideo div p:nth-child(2) {
  grid-column: 2/4;
}

div.datoSerieSingleVideo div p:nth-child(4) {
  grid-column: 1/4;
  margin-top: 0;
}

a.rlnext:active,
a.rlnext:hover,
a.rlnext:link,
a.rlnext:visited,
a.rlprev:active,
a.rlprev:hover,
a.rlprev:link,
a.rlprev:visited {
  text-decoration: none !important;
  font-size: 0.8em;
}

.rlprev {
  margin-right: 1em;
}

.rlnext {
  margin-left: 1em;
}

.trailer_serie h4 {
  color: #c18210;
}

.personacine {
  /* background: purple; */
}

.personacine .fotopersonacine {
  padding-bottom: 1em;
}

.personacine .fotopersonacine img {
  border: 5px #f3f4fb solid;
  border-radius: 0.9em;
  display: block;
  margin: 0 auto;
  max-width: 250px;
}

@media only screen and (min-width: 960px) {
  .personacine {
    background: none;
    min-height: 600px;
    display: grid;
    grid-template-columns: 320px 1fr;
    grid-template-rows: 80px 1fr;
    gap: 1em;
  }

  .personacine .fotopersonacine img {
    border: 5px #f3f4fb solid;
    border-radius: 0.9em;
    max-width: 320px;
  }
}

.personacine .nombrepaispersonacine {
  /* background: yellow; */
  grid-column: 1/3;
}

.personacine .infopersona {
  /* background: crimson; */
}

.personacine .infopersonacine {
  /* background: rgb(231, 167, 167); */
  padding-left: 1em;
}

.personacine .posterespersonacine {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.8em;
}

.rol_persona {
  display: block;
  text-align: center;
}

.losroles {
  color: #f3f4fb;
  padding: 0.8em 0;
  line-height: 1.1em;
  font-weight: 100;
  font-size: 0.8em;
}

.switch-field {
  padding: 0;
  overflow: hidden;
  margin-bottom: 1rem;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  width: auto;
  color: white;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  /* padding: 6px 14px; */
  padding: 0.4115em;
  transition: all 0.1s ease-in-out;
  /* background-color: $boton_inactivo; */
  cursor: pointer;
  background: #12837f;
  border-left: 2px #fbbb10 solid;
  border-top: 2px #fbbb10 solid;
  border-right: 2px #fbbb10 solid;
  color: #FDF7FA;
  font-weight: 400;
  border-bottom: none;
}

.switch-field label:hover {
  background-color: #fbbb10;
  color: #1c1a1a;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked+label {
  cursor: pointer;
  background: #fbbb10;
  color: #1c1a1a;
  /* font-weight: bold; */
  /* border-bottom: 1px white solid; */
  border: none;
  font-weight: 600;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* &:hover{
    @include 
  } */
}

.switch-field input:checked+label:hover {
  /* background: lighten($color-destacado2, 10%); */
  background-color: #fbbb10;
  color: #1c1a1a;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

a.button.filtro_inactivo {
  /* background-color: red; */
}

a.button.filtro_activo {
  /* background-color: lime; */
}

.taxonomy-archive-description {
  display: none;
}

.switch-field#posss label {
  margin-top: 1.5rem;
}

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

select.menu_paises_rl {
  background-color: #FDF7FA;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
}

select.menu_paises_rl .rlinklabel {
  color: grey;
  font-size: 0.8rem;
}

select.menu_paises_rl .rlink {
  color: #12837f;
  font-size: 1rem;
}

h1.h1test {
  padding: 2rem;
  color: lime;
  background: purple;
}

div.menu_superior_paises {
  /* @media only screen and (min-width: $mqmedium) {
      display: none;
  } */
}

/* select.moradaa {
    background-color: lightcoral;
} */
/* E S S A Y S */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  /* background: #5c6664; */
  background-image: none;
  flex: 1;
  padding: 0 0.5em;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.select-box {
  position: relative;
  display: flex;
  width: 100%;
  /* @media only screen and (min-width: $mqmedium) {
  width: 20em; 

    } */
  height: 3em;
  line-height: 3;
  /* background: #5c6664; */
  overflow: hidden;
  border-radius: 0.25em;
}

@media only screen and (min-width: 960px) {
  .select-box {
    height: 4.6em;
  }
}

.select-box::after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #12837f;
  cursor: pointer;
  pointer-events: none;
  transition: 0.25s all ease;
}

@media only screen and (min-width: 960px) {
  .select-box::after {
    font-size: 1.9rem;
  }
}

.select-box:hover::after {
  color: #fbbb10;
}

.peliculas {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr));
}

.peliculas_paises .retina_poster {
  max-height: auto;
  /* MEDIAQUERY EXCEPCIONAL*/
}

@media only screen and (min-width: 1415px) {
  .peliculas_paises .retina_poster {
    max-height: 390px;
  }
}

img.rl_imagen_load {
  display: block;
  margin: 0 auto;
}

.retina_superior_catalogo {
  display: grid;
  grid-template-columns: 4fr 6fr;
}

.retina_superior_catalogo h3 {
  grid-column: 1/3;
}

@media only screen and (max-width: 960px) {
  .retina_superior_catalogo {
    display: block;
  }
}

.retina_superior_catalogo .rl_filtros {
  padding: 0 1rem;
}

@media only screen and (max-width: 960px) {
  .retina_superior_catalogo .rl_filtros {
    margin-top: 1rem;
    padding: 0;
  }
}

h3.catalogo_header_titulo {
  font-size: clamp(2em, 4vw, 3em);
  font-family: "Montserrat", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 500;
}

/*
musicfor programming.net 
habitica
ngrok.com
mockapi
10015.io
arc.dev

*/
.rl_logos-footer-retina {
  max-width: 1600px;
  border-top-right-radius: 0.8em;
  border-top-left-radius: 0.8em;
  margin: 1em auto;
  padding: 1em;
  display: block;
  /* grid-template-rows: 1fr 1fr; */
  /* max-height: 400px; */
}

.rl_logos-footer-retina a {
  display: inline-flex;
  flex-direction: column;
}

.rl_logos-footer-retina a img {
  display: inline-block;
}

.rl_logos-footer-retina a span {
  display: inline-block;
  font-size: 0.6em;
  text-transform: uppercase;
}

.rl_logos-footer-retina a:hover span {
  color: #00928e;
}

.rl_logos-footer-retina .rl_logos_coordinacion {
  text-align: center;
  max-height: 150px;
}

.rl_logos-footer-retina .rl_logos_miembros {
  padding-top: 1em;
  text-align: center;
  padding-top: 0;
}

.rl_logos-footer-retina .rl_coordinacion_texto,
.rl_logos-footer-retina .rl_miembros_texto {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Montserrat", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 700;
}

.youtube-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  object-fit: cover;
  display: block;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 140px;
  width: 140px;
  left: 50%;
  top: 50%;
  margin-left: -70px;
  margin-top: -70px;
  position: absolute;
  background: url("./images/retina/playverde.svg") no-repeat;
  cursor: pointer;
}

@media all and (max-width: 600px) {
  .youtube-player .play {
    height: 80px;
    width: 80px;
    margin-left: -40px;
    margin-top: -40px;
  }
}

.hr-trailer {
  margin: 1em auto 4em auto;
  display: block;
  width: 90%;
  padding-bottom: 2em;
}

.hr-trailer div.titulotrailer {
  display: block;
}

.hr-trailer div.titulotrailer h2 {
  font-size: clamp(1em, 2vw, 3.2em);
  font-family: "Montserrat", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 700;
  padding: 8px 4rem;
  display: inline-flex;
  background-image: url("./images/retina/trailer-titulo.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 102%;
  /* background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;  */
}

@media all and (max-width: 600px) {
  .hr-trailer div.titulotrailer h2 {
    background-image: none;
    background-color: #12837f;
  }
}

.hr-trailer div.titulotrailer span {
  flex: 1 1 auto;
}

.hr-trailer .infotrailer {
  padding-left: 1em;
}

.hr-trailer .infotrailer a {
  display: grid;
  place-items: center;
}

.hr-trailer .infotrailer h3 {
  font-size: clamp(1.3em, 3vw, 3em);
  font-family: "Montserrat", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 900;
}

.hr-trailer .infotrailer p {
  font-size: clamp(1em, 1.8vw, 2em);
  font-family: "Montserrat", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 500;
  line-height: 1.4em;
}

@media all and (min-width: 960px) {
  .hr-trailer {
    display: grid;
    grid-template-columns: 2fr 2fr;
  }

  .hr-trailer div.titulotrailer {
    grid-column: 1/3;
  }

  .hr-trailer .infotrailer {
    margin-left: 2rem;
  }

  .hr-trailer .infotrailer a {
    display: inline-block;
  }
}

div.rl_colecciones_page {
  /* & div.rl_coleccion:first-child{
      border-top-left-radius: 1em;

  } */
  /* & div.rl_coleccion:last-child{
      border-bottom-right-radius: 1em;
  } */
}

div.rl_colecciones_page h3 {
  font-size: clamp(1.2em, 1.8vw, 2.4em);
  font-family: "Montserrat", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 900;
}

div.rl_colecciones_page div.rl_coleccion {
  margin-top: 1em;
  padding: 1em;
}

div.rl_colecciones_page div.rl_coleccion .peliculas_carrusel {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr));
}

div.rl_colecciones_page div.rl_coleccion:nth-child(odd) {
  background: #333132;
}

div.rl_colecciones_page div.rl_coleccion:nth-child(even) {
  background: #504d4f;
}

div.rl_colecciones_page h3 {
  color: #f3f4fb;
}

.entradasbusqueda {
  display: grid;
  gap: 0.66em;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  margin: 0 auto;
}

.personajesbusqueda {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
  color: white;
}

.personajesbusqueda .hr_persona_item {
  margin: 1.5em auto;
  width: 100%;
  text-align: center;
  padding: 0.7em;
  background: #292626;
  transition: box-shadow 1s ease-out 0ms;
  transition: background-color 1s ease-out 0ms;
}

.personajesbusqueda .hr_persona_item button {
  margin: 2em auto;
  min-height: 4.6em;
}

@media all and (max-width: 600px) {
  .personajesbusqueda .hr_persona_item button {
    font-size: 0.7em;
    min-height: 2.5em;
  }
}

.personajesbusqueda .hr_persona_item img {
  margin-top: 1.7rem;
  width: 250px;
  height: 250px;
  object-fit: cover;
  object-position: 0% 18%;
  border-radius: 50%;
  filter: grayscale(100%);
}

@media all and (max-width: 600px) {
  .personajesbusqueda .hr_persona_item img {
    width: 180px;
    height: 180px;
  }
}

.personajesbusqueda .hr_persona_item h5 {
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 400;
  font-size: 1.4em;
}

@media all and (max-width: 600px) {
  .personajesbusqueda .hr_persona_item h5 {
    font-size: 1.2em;
  }
}

.personajesbusqueda .hr_persona_item:hover {
  background: #363333;
  box-shadow: 6px 6px 2px 0px rgba(0, 0, 0, 0.2);
}

.posts_search {
  display: none;
}

.search-content .post-type-heading {
  margin-top: 1em;
}

.search-content .peliculas,
.search-content .entradasbusqueda,
.search-content .personajesbusqueda {
  padding: 1em;
}

.search-content .rl_elemento_busqueda:not(:last-child) {
  border-bottom: 8px #00928e solid;
}

.search-content p.rl_resultadosbusqueda {
  color: #f3f4fb;
  /* & p.rl_terminobuscado{
    color: lime;
    display: none;
  } */
}

.site-header>.wrap {
  position: relative;
}

.menu-toggle {
  margin: 10px 30px 0 auto;
}

.header-search-wrap {
  display: none;
}

.js .header-search-wrap {
  position: absolute;
  z-index: 1001;
  /* Show above the menu toggle button */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.js .header-search-wrap .search-form,
.js .header-search-wrap input[type=search] {
  height: 100%;
}

.search-visible .header-search-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.header-search-wrap:target {
  display: block;
  clear: both;
  position: relative;
}

.header-search-wrap input[type=search] {
  padding: 0;
  border: 0;
}

.header-search-wrap input[type=submit]:focus {
  right: 50px;
  margin-top: 1px;
  padding: 20px;
  border-radius: 3px;
}

.js .toggle-header-search.close:focus {
  outline: 0;
}

.toggle-header-search.close {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  padding: 0;
  color: #000;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translate3d(-6px, 0, 0);
  transform: translate3d(-6px, 0, 0);
}

.header-search-wrap:target .toggle-header-search.close {
  -webkit-transform: none;
  transform: none;
}

.toggle-header-search .ionicons {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transform: scale(2);
  transform: scale(2);
}

.toggle-header-search.close .ionicons {
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  -webkit-transform: scale(3);
  transform: scale(3);
}

.toggle-header-search {
  position: absolute;
  right: 5px;
  top: 20px;
}

/* Header Search
--------------------------------------------- */
/* .site-header > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.title-area,
.nav-primary {
  float: none;
}

.nav-primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
} */
.toggle-header-search {
  position: static;
  display: block;
  padding: 12px 15px;
  line-height: 1;
  margin-left: 20px;
}

.entradasbusqueda {
  padding: 1em;
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
}

.entradasbusqueda a {
  background: #292626;
  transition: box-shadow 1s ease-out 0ms;
  transition: background-color 1s ease-out 0ms;
}

.entradasbusqueda a img {
  min-width: 100%;
}

.entradasbusqueda a:hover {
  background: #363333;
  box-shadow: 6px 6px 2px 0px rgba(0, 0, 0, 0.2);
}

/* LASS*/
.noticia_item {
  border: none;
  margin: 0.5em;
  overflow: hidden;
  display: block;
  border-radius: 1em;
  background-color: #FDF7FA;
  transition: box-shadow 1s ease-out 0ms;
}

.noticia_item div.noticias_rl_entrada_fecha {
  position: static;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100px;
}

.noticia_item div.noticias_rl_entrada_fecha span {
  display: block;
  justify-content: center;
  flex-grow: 1;
  color: #9ba3a6;
}

.noticia_item div.noticias_rl_entrada_fecha span.dia {
  font-weight: 900;
  font-size: 2rem;
  padding: 0.2em;
  color: #9ba3a6;
}

.noticia_item div.noticias_rl_entrada_fecha div {
  border-left: 1px gray solid;
  font-size: 0.7em;
  padding: 0.8em;
}

.noticia_item div.noticias_rl_entrada_fecha div span:first-child {
  text-transform: uppercase;
}

.noticia_item img {
  transition: transform 1s ease-out 100ms;
  aspect-ratio: 60/43;
}

.noticia_item:hover {
  box-shadow: 6px 6px 2px 0px rgba(0, 0, 0, 0.2);
}

.noticia_item:hover img {
  transform: scale(1.1);
}

.hr-footer {
  border-bottom: 3rem #73135d solid;
  background-color: #73135d;
  /* max-width: $mqextralarge; */
  padding: 3rem 3rem 0 3rem;
  margin-top: 50px !important;
  display: block;
}

.hr-footer img.rl_logo_footer {
  display: block;
  max-width: 150px;
  /* margin: 0 auto; */
}

.hr-footer .fr_acercade p {
  margin-bottom: 4rem;
}

.hr-footer a {
  outline: none;
}

.hr-footer a:active,
.hr-footer a:visited,
.hr-footer a:link {
  color: #FDF7FA;
}

.hr-footer a:hover {
  font-weight: bolder;
}

@media (min-width: 1600px) {
  .hr-footer {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 1264px) {
  .hr-footer {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .hr-footer .hr-footer-coda {
    grid-column: 1/4;
    font-size: 0.9rem;
  }
}

.hr-footer h4 {
  font-family: "Montserrat", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 700;
}

.hr-footer div.fr_acercade,
.hr-footer div.fr_center,
.hr-footer div.fr_derecha {
  padding: 0.89rem;
}

.hr-footer .botonsimppleretina5 {
  margin-bottom: 2rem;
  border-radius: 10rem;
  padding: 0.5rem;
}

.hr-footer .botonsimppleretina5:hover {
  color: #961979 !important;
}

.hr-footer .footer-redes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hr-footer .footer-redes div {
  background-color: rgba(28, 26, 26, 0.2);
  margin: auto auto;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
}

@media all and (max-width: 600px) {
  .hr-footer .footer-redes div {
    width: 60px;
    height: 60px;
  }
}

.hr-footer .footer-redes div:hover {
  background-color: rgba(251, 187, 16, 0.6);
}

.hr-footer .footer-redes a {
  outline: none;
}

.hr-footer .footer-redes i {
  margin-top: 0.1rem;
  font-size: 2.9rem;
  padding: 1rem;
}

@media all and (max-width: 600px) {
  .hr-footer .footer-redes i {
    font-size: 2.4rem;
    padding: 10px;
  }
}

.hr-footer .footer-redes i:hover {
  color: #FDF7FA;
}

.fr_derecha .logosapp img {
  width: 50%;
  padding: 1rem;
  display: block;
  /* margin: 0 auto; */
}

@media all and (max-width: 600px) {
  .fr_derecha .logosapp img {
    display: block;
    margin: 0 auto;
  }
}

.hr-footer-coda {
  margin: 0 auto;
  height: 40px;
  background-image: url("./images/retina/rombo1.svg");
  background-color: #fbbb10;
}

.site-footer {
  /*background-color: $RC_negro;*/
  display: none;
}

ul.rl_menu_footer li {
  text-decoration: underline;
}

ul.rl_menu_footer li i {
  margin-right: 1rem;
}

.rl_contacto_2022 {
  font-size: 16px;
}

.rl_contacto_2022 a {
  color: #12837f;
  font-weight: 900;
}

.rl_contacto_2022 h1 {
  margin: 0;
  line-height: 2;
  text-align: center;
}

.rl_contacto_2022 h2 {
  font-family: "Lato", sans-serif;
  margin: 1em 0 0.5em;
  font-weight: 400;
  font-size: 1.2em;
}

.rl_contacto_2022 h2 span {
  font-weight: bolder;
  font-size: 1.2em;
}

.rl_contacto_2022 input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.rl_contacto_2022 input:checked+.tab-label {
  background: #1a252f;
}

.rl_contacto_2022 input:checked+.tab-label::after {
  transform: rotate(90deg);
}

.rl_contacto_2022 input:checked~.tab-content {
  max-height: 100vh;
  padding: 1em;
}

.rl_contacto_2022.row {
  display: flex;
}

@media only screen and (max-width: 1264px) {
  .rl_contacto_2022.row {
    display: block;
  }
}

.rl_contacto_2022.row .col {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.rl_contacto_2022.row .col:last-child {
  margin-left: 1em;
}

@media only screen and (max-width: 1264px) {
  .rl_contacto_2022.row .col {
    display: block;
  }
}

.rl_contacto_2022 .tabs {
  border-radius: 8px;
  overflow: hidden;
  /* box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .5); */
}

.rl_contacto_2022 .tab {
  width: 100%;
  color: #fff;
  overflow: hidden;
  /* border: 4px lime solid; */
  border: 1px #FDF7FA solid;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.rl_contacto_2022 .tab .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  /* background: #2c3e50; */
  /* border: 1px $RC_blanco solid;
  border-radius: 1rem;
  margin-bottom: 1rem; */
  font-weight: 700;
  cursor: pointer;
}

.rl_contacto_2022 .tab .tab-label::after {
  font-family: "Font Awesome 5 Free";
  content: "+";
  font-size: 1.4rem;
  /* width: 1em;
  height: 1em; */
  text-align: center;
  transition: all 0.35s;
}

.rl_contacto_2022 .tab .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.rl_contacto_2022 .tab .tab-close:hover,
.rl_contacto_2022 .tab .tab-label:hover {
  background: #1a252f;
}

.rl_contacto_2022 .tab .tab-content {
  max-height: 0;
  padding: 0 1em;
  background-color: #292626;
  /*color: red; */
  transition: all 0.35s;
}

.rl_contacto_2022 .tab .tab-content p,
.rl_contacto_2022 .tab .tab-content p strong {
  color: #FDF7FA;
  font-size: 1.1rem;
}

.rl_contacto_2022 .isUtil {
  display: flex;
  justify-content: right;
}

@media only screen and (max-width: 1264px) {
  .rl_contacto_2022 .isUtil {
    display: block;
  }
}

@media only screen and (max-width: 1264px) {
  .rl_contacto_2022 .isUtil button {
    margin: 20px auto;
  }
}

.rl_contacto_2022 h4 {
  color: #c18210;
  padding-right: 50px;
}

@media only screen and (max-width: 1264px) {
  .rl_contacto_2022 h4 {
    padding: 0;
    text-align: center;
  }
}

.rl_contacto_2022 button {
  margin: 0.2em;
}

.rl_contacto_2022 button.siutil::before {
  font-family: "Font Awesome 5 Free";
  content: "\f164";
  color: #961979;
  font-size: 2rem;
  padding-left: 25px;
}

.rl_contacto_2022 button.noutil::before {
  font-family: "Font Awesome 5 Free";
  content: "\f165";
  color: #FDF7FA;
  font-size: 2rem;
  padding-left: 25px;
}

div.infoContacto img.rl_contacto_img {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

div.infoContacto .contacto_intro {
  padding-top: 4rem;
  max-width: 960px;
  margin: 0 auto;
}

div.infoContacto .contacto_intro h1 {
  font-size: clamp(2em, 4vw, 3em);
  font-family: "Montserrat", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 500;
  font-weight: bold;
}

.rl_formacontacto {
  border-top: 2px #12837f solid;
  margin-top: 4rem;
  padding: 2rem;
}

@media only screen and (max-width: 1264px) {
  .rl_formacontacto {
    padding: 0;
  }
}

.rl_formacontacto .rl_form_element {
  background-color: #eefdfc;
}

.rl_formacontacto .rl_form_send {
  margin: 0 auto;
  text-align: center;
}

.rl_formacontacto .rl_form_send button {
  margin: 0 auto;
}

.rl_formacontacto h2 {
  font-size: clamp(1.6em, 3vw, 2.2em);
  font-family: "Montserrat", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 500;
  text-align: center;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.rl_formacontacto h3.form_anuncio {
  font-size: clamp(1.6em, 3vw, 2.2em);
  font-family: "Montserrat", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 500;
  text-align: center;
  background: #12837f;
  padding: 1rem;
}

.rl_formacontacto input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.rl_formacontacto label {
  color: #FDF7FA;
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  padding: 0.3em;
}

.rl_formacontacto label.rl_form_asunto {
  color: #FDF7FA;
  border: 1px #fbe6f6 solid;
  margin: 12px;
  border-radius: 1rem;
  padding: 0.4rem 1rem;
}

.rl_formacontacto input[type=radio]:checked+label {
  color: #ccc8ce;
  /* background: #dc143c */
  background-color: #fbe6f6;
  color: #1c1a1a;
  margin-top: 10px;
}

.rl_formacontacto .radio-group {
  /* border: solid 3px #dc143c; */
  display: inline-block;
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.rl_formacontacto .rl_flex_form {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 1264px) {
  .rl_formacontacto .rl_flex_form {
    display: block;
  }
}

body.contacto_rl .content-sidebar-wrap main {
  max-width: 1500px;
}

.segmento_preguntas h2 span {
  color: #FDF7FA;
  font-size: 1.6rem;
}

.rc_inicio_superior {
  padding: 1em;
}

@media all and (min-width: 1264px) {
  .rc_inicio_superior {
    display: grid;
    grid-template-columns: 400px 1fr;
  }
}

.rc_inicio_superior .rc_inicio_banner .rl_carrusel_home_slide a img {
  display: block;
  min-width: 100%;
}

@media all and (min-width: 1264px) {
  .rc_inicio_superior .rc_inicio_banner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
}

.rc_inicio_animado {
  position: relative;
  display: flex;
  padding: 20px;
}

.rc_inicio_animado .interno {
  background-image: url("./images/retina/nosconecta.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto auto;
  width: 350px;
  height: 350px;
  animation: puff-in-center 3.2s linear both;
}

.rc_inicio_animado img {
  display: block;
  width: 184px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(7px);
    filter: blur(7px);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

.main_slider {
  /* @media all and (min-width: 1600px) {
    grid-template-columns: repeat(5, 1fr);
  } */
}

.main_slider .retina_poster {
  max-width: 290px;
  margin: 0.5em auto;
}

@media all and (min-width: 600px) {
  .main_slider {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media all and (min-width: 960px) {
  .main_slider {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media all and (min-width: 1264px) {
  .main_slider {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media all and (min-width: 1904px) {
  .main_slider {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media all and (min-width: 2200px) {
  .main_slider {
    grid-template-columns: repeat(8, 1fr);
  }
}

.peliculas_carrusel {
  width: 100%;
  margin: 0;
  padding: 0;
}

.peliculas_carrusel .retina_poster {
  max-width: 230px;
  margin: 0.5em auto;
}

.carrusel_mundo {
  max-width: 95%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40px 1fr 40px;
}

.carrusel_mundo .direccion {
  width: 40px;
  position: relative;
  top: calc(50% - 24px);
  cursor: pointer;
}

.carrusel_mundo .dir_prev {
  left: 0px;
  transform: rotate(180deg);
}

.carrusel_mundo .dir_next {
  left: 0px;
}

.carrusel_mundo .retina_poster {
  width: 250px;
}

@media all and (min-width: 960px) {
  .carrusel_mundo {
    grid-template-columns: 100px 1fr 100px;
  }

  .carrusel_mundo .retina_poster {
    width: 230px;
  }

  .carrusel_mundo .direccion {
    width: 48px;
    position: relative;
    top: calc(50% - 24px);
    cursor: pointer;
  }

  .carrusel_mundo .dir_prev {
    left: 40px;
    transform: rotate(180deg);
  }

  .carrusel_mundo .dir_next {
    left: 10px;
  }
}

.contenedor_carrusel_especial_series {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40px 1fr 40px;
}

.contenedor_carrusel_especial_series .direccion {
  width: 40px;
  position: relative;
  top: calc(50% - 24px);
  cursor: pointer;
}

.contenedor_carrusel_especial_series .dir_prev {
  left: 0px;
  transform: rotate(180deg);
}

.contenedor_carrusel_especial_series .dir_next {
  left: 0px;
}

.contenedor_carrusel_especial_series .retina_poster {
  width: 250px;
}

@media all and (min-width: 960px) {
  .contenedor_carrusel_especial_series {
    grid-template-columns: 100px 1fr 100px;
  }

  .contenedor_carrusel_especial_series .retina_poster {
    width: 230px;
  }

  .contenedor_carrusel_especial_series .direccion {
    width: 48px;
    position: relative;
    top: calc(50% - 24px);
    cursor: pointer;
  }

  .contenedor_carrusel_especial_series .dir_prev {
    left: 40px;
    transform: rotate(180deg);
  }

  .contenedor_carrusel_especial_series .dir_next {
    left: 10px;
  }
}

.contenedor_carrusel_especial_series .carruselespecial {
  width: 100%;
}

@media all and (min-width: 960px) {
  .slider_mixto {
    display: grid;
    grid-template-columns: 1fr 350px;
  }
}

.eslaider_serie .retina_poster {
  max-width: 290px;
}

.direccion {
  width: 48px;
  position: relative;
  top: calc(50% - 24px);
  cursor: pointer;
}

.dir_prev {
  left: 40px;
  transform: rotate(180deg);
}

.dir_next {
  left: 10px;
}

/* COMENTARIOS*/
#comments a:link {
  text-decoration: underline;
  color: #00928e;
  font-weight: bolder;
}

#comments a.ts-display-favorite:link,
#comments a.ts-remove-favorite:link {
  text-decoration: none;
  color: #00928e;
  font-weight: bolder;
  font-size: 0.8em;
}

#comments a:visited {
  color: #00928e;
}

#comments a:hover {
  color: #c18210;
}

#comments a:active {
  color: #f3f4fb;
}

.coment_retina {
  margin: 0 auto;
  padding: 0.5em;
  max-width: 800px;
  background: #1f2223;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.toggle {
  margin: 0 auto;
  max-width: 100%;
}

.toggle-label {
  font-size: 16px;
  background: #00928e;
  padding: 1em;
  cursor: pointer;
  display: block;
  margin: 0 auto 1em;
  box-shadow: 0 1px 2px 0 rgba(153, 153, 153, 0.35);
  border-radius: 4px;
}

.toggle-label:after {
  color: #f3f4fb;
  font-size: 2em;
  float: right;
  padding-bottom: 120px !important;
  font: var(--fa-font-solid);
  content: "\f106";
  position: relative;
  bottom: 0.5em;
}

.toggle-content {
  color: #b0b3c2;
  font-family: monospace;
  font-size: 1rem;
  margin-bottom: 1.5em;
  padding: 1em;
}

.toggle-input {
  display: none;
}

.toggle-input:not(checked)~.toggle-content {
  display: none;
}

.toggle-input:checked~.toggle-content {
  display: block;
}

.toggle-input:checked~.toggle-label:after {
  font: var(--fa-font-solid);
  content: "\f107";
}

label.titulo_comentarios {
  /* font-weight: bolder; */
}

/* INICIO POSTER CLASSICO */
.retina_poster {
  margin: 0 auto;
  text-align: center;
  /* overflow: hidden; */
  /* min-width: 200px; */
  max-width: 181px !important;
}

.retina_poster:hover {
  border-color: #1c1a1a;
}

.retina_poster:hover div.navigation::after {
  color: #fbbb10;
  background: #961979;
}

.retina_poster:hover span.paispelicula {
  background-image: url("./images/retina/muescamorada22.svg");
  color: #FDF7FA;
}

.retina_poster:hover.inactiva span.paispelicula {
  background-image: url("./images/muescaamarilla.svg");
}

.retina_poster .picture {
  position: relative;
  top: 0;
  /* width: 100%; */
  height: auto;
  background-size: cover;
  transition: all 0.5s ease;
  animation: pictureDown 0.7s;
  animation-fill-mode: forwards;
}

.retina_poster .picture_up {
  animation: pictureUp 0.7s;
  animation-fill-mode: forwards;
}

.retina_poster .navigation {
  /* width: 100%; */
  height: 45px;
  position: relative;
  bottom: 0em;
  text-align: left;
  z-index: 1;
}

.retina_poster:hover .has-fecha-salida {
  display: none;
}

.inactiva .navigation {
  height: 90px;
}

.inactiva .img__description button span::after {
  content: "Ver información";
}

.inactiva div.navigation:after {
  content: "No disponible";
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  background: #fbbb10;
  color: #961979;
  text-align: center;
  margin: 0 -0.8em 0 -0.8em;
}

span.formato {
  position: absolute;
  top: 1em;
  right: 10px;
  z-index: 1;
  /* width: auto; */
  background: #09403e;
  display: block;
  border-radius: 1em;
  padding: 0.2em 0.5em;
  font-size: 0.6em;
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 700;
}

span.paispelicula {
  background-image: url("./images/retina/muescaverde22.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  color: #1c1a1a;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  font-size: 0.8em;
  font-weight: 600;
  padding-top: 0.4em;
  padding-left: 1em;
  padding-bottom: 1em;
  padding-right: 0.3em;
  text-transform: uppercase;
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 700;
}

span.duracion {
  position: absolute;
  top: 0.2em;
  left: 10px;
  z-index: 1;
  padding: 5px 0;
  border-radius: 10%;
  font-size: 0.7em;
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 700;
}

span.duracion:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-size: 1.4em;
  display: inline-block;
  height: 24px;
  vertical-align: bottom;
}

img.rl_posterimagen {
  border-radius: 0.2em;
}

/* FIN POSTER CLASSICO */
.img__wrap {
  position: relative;
  height: auto;
  width: auto;
}

.img__description_layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(18, 131, 127, 0.9);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: opacity 0.2s, visibility 0.2s;
}

.img__description_layer h4 {
  padding: 1em 0 0.2em 0;
  font-size: 0.8em;
  font-weight: bold;
  border-bottom: 3px #fbbb10 solid;
}

.img__wrap:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
  padding: 0.8em;
  cursor: pointer;
}

.img__wrap.inactiva:hover .img__description_layer {
  visibility: visible;
  opacity: 1;
  padding: 0.8em;
  cursor: pointer;
  background: rgba(31, 34, 35, 0.9);
}

.img__description_layer p {
  line-height: 1.2em;
  text-align: left;
  font-size: 0.8em;
  font-weight: 400;
}

img.retinaplay {
  display: block;
  margin: 0 auto;
}

.img__description {
  min-height: 100%;
  margin-bottom: 0;
}

.img__description button span::after {
  content: "Ver ahora";
}

.img__description button {
  width: auto;
  margin: 0 auto;
}

.img__description p {
  height: 120px;
  font-size: 0.75em;
  text-align: center;
}

.has-fecha-salida {
  color: #fbbb10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url("./images/retina/nuevocont.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 45%;
  text-transform: uppercase;
  padding-left: 0.3rem;
  opacity: 0.8;
  text-align: left;
  margin-right: 0px;
  font-family: "Barlow", "sans-serif";
  color: #961979 !important;
  font-weight: 700;
}

.estrenorl::after {
  content: "nueva";
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("./images/retina/nuevocont.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 38%;
  text-transform: uppercase;
  padding-left: 0.3rem;
  opacity: 0.8;
  margin-right: 0px;
  font-family: "Barlow", "sans-serif";
  color: #961979 !important;
  font-weight: 700;
}

.estrenorl:hover::after {
  display: none;
}

.hr-conexion .hr_home_copy {
  padding-left: 1.5rem;
}

.hr-content-conexion {
  padding: 0;
  display: block;
  /* max-width: 500px; */
  margin: 0 auto !important;
}

@media all and (min-width: 960px) {
  .hr-content-conexion {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px; */
  }
}

@media all and (min-width: 1264px) {
  .hr-content-conexion {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

@media all and (max-width: 600px) {
  .hr-content-conexion a.hr_conexion_item {
    width: 80%;
    margin: 0 auto;
  }
}

.hr-content-conexion .hr_conexion_item {
  border: none;
  margin: 0.5em;
  overflow: hidden;
  display: block;
  border-radius: 1em;
  background-color: #FDF7FA;
  transition: box-shadow 1s ease-out 0ms;
  margin: 3rem auto !important;
  width: 322px;
  /* & img {

      &:hover {
       scale: 1.03;
      }
    } */
}

.hr-content-conexion .hr_conexion_item img {
  transition: transform 1s ease-out 100ms;
}

.hr-content-conexion .hr_conexion_item:hover {
  box-shadow: 6px 6px 2px 0px rgba(0, 0, 0, 0.2);
}

.hr-content-conexion .hr_conexion_item:hover img {
  transform: scale(1.1);
}

@media all and (min-width: 960px) {
  .hr-content-conexion .hr_conexion_item {
    max-width: 80%;
    margin: 1rem auto;
  }
}

@media all and (max-width: 600px) {
  .hr-content-conexion .hr_conexion_item {
    margin-top: 2rem;
  }
}

.hr-content-conexion h4 {
  padding: 1em;
  font-family: "Barlow", "sans-serif";
  color: #12837f !important;
  font-weight: 700;
}

.hr-content-conexion img {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  width: 100%;
}

.hr-content-personas {
  display: flex;
  flex-direction: column;
  max-width: 80%;
  margin: 0 auto;
}

@media all and (min-width: 960px) {
  .hr-content-personas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    max-width: 100%;
  }
}

@media all and (min-width: 1264px) {
  .hr-content-personas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    max-width: 100%;
  }
}

.hr-content-personas .hr_persona_item {
  margin: 1.5em auto;
  width: 100%;
  text-align: center;
  padding: 0.7em;
  background: #292626;
  transition: box-shadow 1s ease-out 0ms;
  transition: background-color 1s ease-out 0ms;
}

.hr-content-personas .hr_persona_item button {
  margin: 2em auto;
  min-height: 4.6em;
}

@media all and (max-width: 600px) {
  .hr-content-personas .hr_persona_item button {
    font-size: 0.7em;
    min-height: 2.5em;
  }
}

.hr-content-personas .hr_persona_item img {
  margin-top: 1.7rem;
  width: 250px;
  height: 250px;
  object-fit: cover;
  object-position: 0% 18%;
  border-radius: 50%;
  filter: grayscale(100%);
}

@media all and (max-width: 600px) {
  .hr-content-personas .hr_persona_item img {
    width: 180px;
    height: 180px;
  }
}

.hr-content-personas .hr_persona_item h5 {
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 400;
  font-size: 1.4em;
}

@media all and (max-width: 600px) {
  .hr-content-personas .hr_persona_item h5 {
    font-size: 1.2em;
  }
}

.hr-content-personas .hr_persona_item:hover {
  background: #363333;
  box-shadow: 6px 6px 2px 0px rgba(0, 0, 0, 0.2);
}

.hr-slider-elemento {
  background-color: #1f2223;
  margin-bottom: 1rem;
  display: block;
  /* &.swiper-slide {
      border: 2px red solid !important;
      //z-index: -1 !important;

  } */
}

@media all and (min-width: 960px) {
  .hr-slider-elemento {
    display: grid;
    grid-template-columns: 2fr 2fr;
  }

  .hr-slider-elemento .hr-slider-info {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .hr-slider-elemento .hr-slider-media {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}

.hr-slider-elemento .hr-slider-info-titulos {
  margin: auto 0;
  align-self: flex-start;
}

.hr-slider-elemento .hr-slider-info {
  background-color: #1f2223;
  display: flex;
  flex-direction: column;
  padding: 1em;
  align-items: center;
  justify-content: center;
}

.hr-slider-elemento .hr-slider-info h3.hr-title-slider {
  font-size: clamp(1.7em, 2.6vw, 3em);
  font-family: "Montserrat", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 900;
}

.hr-slider-elemento .hr-slider-info h5.hr-subtitle-slider {
  font-size: 1.8rem;
  font-size: clamp(0.7em, 1.5vw, 2em);
  font-family: "Montserrat", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 500;
  flex-grow: 1;
}

.hr-slider-elemento .hr-slider-info a {
  margin-top: auto;
  margin-right: auto;
  margin-left: 2rem;
}

.carrus {
  margin: 1em 2em;
}

@media all and (max-width: 600px) {
  .carrus {
    margin-bottom: 3rem;
  }
}

@media all and (max-width: 600px) {
  .carrus {
    margin: 0 0 2rem 0;
  }
}

@media all and (min-width: 1904px) {
  .carrus {
    max-width: 1784px;
    margin: 1em auto;
  }
}

.carrus .swiper-button-next {
  position: absolute;
  right: 0px;
}

@media all and (min-width: 1904px) {
  .carrus .swiper-button-next {
    right: -60px;
  }
}

@media all and (max-width: 600px) {
  .carrus .swiper-button-next {
    margin-top: -100px;
  }
}

.carrus .swiper-button-prev {
  position: absolute;
  left: 0px;
}

@media all and (min-width: 1904px) {
  .carrus .swiper-button-prev {
    left: -60px !important;
  }
}

@media all and (max-width: 600px) {
  .carrus .swiper-button-prev {
    margin-top: -100px;
  }
}

.hr-slider-img {
  min-width: 100%;
}

.rl_especiales_alianzas {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 25rem), 1fr));
}

.rl_especiales_alianzas .especial_imagen {
  padding: 0 3rem;
  border: none;
  margin: 0.5em;
  overflow: hidden;
  border-radius: 1em;
  background: #292626;
  transition: box-shadow 1s ease-out 0ms;
  transition: background-color 1s ease-out 0ms;
}

.rl_especiales_alianzas .especial_imagen a span {
  padding-top: 1rem;
  display: block;
  margin-bottom: 1rem;
}

.rl_especiales_alianzas .especial_imagen h2 {
  margin-top: 2rem;
  font-size: clamp(0.7em, 1.5vw, 2em);
  font-family: "Montserrat", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 500;
}

.rl_especiales_alianzas .especial_imagen img {
  display: block;
  min-width: 100%;
  transition: transform 1s ease-out 100ms;
  border-radius: 1rem;
}

.rl_especiales_alianzas .especial_imagen:hover {
  background: #363333;
  box-shadow: 6px 6px 2px 0px rgba(0, 0, 0, 0.2);
}

.rl_especiales_alianzas .especial_imagen:hover img {
  transform: scale(1.1);
}

.inactivewarn {
  margin: 0 auto;
  padding: 0.5rem;
  color: #1c1a1a;
  background: #fbbb10;
  margin-bottom: 1rem;
}

.inactivewarn strong {
  color: #12837f;
  text-transform: uppercase;
}

div.pelicula {
  display: grid;
  grid-template-areas: "header header" "lateral lateral" "info info";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 440px 1fr;
  /* & .su-tabs-panes {

  } */
}

div.pelicula a:link {
  text-decoration: underline;
  color: #00928e;
  font-weight: bolder;
}

div.pelicula a.ts-display-favorite:link,
div.pelicula a.ts-remove-favorite:link {
  text-decoration: none;
  color: #00928e;
  font-weight: bolder;
  font-size: 0.8em;
}

div.pelicula a:visited {
  color: #00928e;
}

div.pelicula a:hover {
  color: #c18210;
}

div.pelicula a:active {
  color: #f3f4fb;
}

@media only screen and (min-width: 600px) {
  div.pelicula {
    grid-template-areas: "header header" "lateral lateral" "info info";
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 960px) {
  div.pelicula {
    grid-template-areas: "header header" "lateral lateral" "info info";
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 1264px) {
  div.pelicula {
    grid-template-areas: "header header header" "lateral info info";
    grid-template-columns: 350px 1fr 1fr;
  }
}

div.pelicula .su-tabs {
  background: #12837f;
  padding: 0.2em;
  width: auto;
  margin: 0 auto;
}

div.pelicula iframe {
  margin: 0 auto !important;
}

div.pelicula .su-tabs-nav {
  background-color: #12837f;
  background-image: url("./images/retina/RL-morado.svg");
  background-size: 5%;
  background-repeat: no-repeat;
  background-position: 98% 20px;
  /* background-blend-mode: hard-light; */
  padding: 0.5em 0 0 0.5em;
}

div.pelicula .su-tabs-nav span {
  padding: 1em 0.5em;
  /* border-bottom: 14px $content solid; */
  /* border-bottom: 14px $RC_verde solid; */
  cursor: pointer;
  background: #12837f;
  border-left: 2px #fbbb10 solid;
  border-top: 2px #fbbb10 solid;
  border-right: 2px #fbbb10 solid;
  color: #FDF7FA;
  font-weight: 400;
  border-bottom: none;
}

div.pelicula .su-tabs-nav span:hover {
  background-color: #fbbb10;
  color: #1c1a1a;
}

div.pelicula .su-tabs-nav .su-tabs-current {
  cursor: pointer;
  background: #fbbb10;
  color: #1c1a1a;
  /* font-weight: bold; */
  /* border-bottom: 1px white solid; */
  border: none;
  font-weight: 600;
}

div.pelicula .su-tabs-nav .su-tabs-current:hover {
  /* background: lighten($color-destacado2, 10%); */
  background-color: #fbbb10;
  color: #1c1a1a;
}

div.pelicula .su-tabs-pane {
  background-color: black;
}

div.pelicula .retina_advertencia {
  color: #fff;
  font-size: 1.4em;
}

div.peliculaheader {
  grid-area: header;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 33%;
  background-color: rgb(57, 58, 57);
  /* background-color: rgba($RC_negro, 0.8); */
  background-blend-mode: darken;
  display: grid;
  grid-template-columns: 1fr;
  height: 450px;
  /* border-bottom: 5px $color-destacado2 solid; */
}

@media only screen and (min-width: 960px) {
  div.peliculaheader {
    grid-template-columns: 350px 1fr;
  }
}

div.peliculasidebar {
  display: grid;
  grid-area: lateral;
  grid-template-columns: 1fr;
  margin-top: 2em;
  /* background-image: linear-gradient($color-destacado2, $content); */
  background-image: linear-gradient(#12837f, #031312);
  /* & a:link, a:visited, a:active, a:hover{
      color: red;
  } */
}

div.peliculasidebar a:link {
  text-decoration: underline;
  color: #f3f4fb;
  font-weight: bolder;
}

div.peliculasidebar a:visited {
  color: #f3f4fb;
}

div.peliculasidebar a:hover {
  color: #c18210;
}

div.peliculasidebar a:active {
  color: #f3f4fb;
}

div.peliculasidebar .rl_label_cargo {
  /* display: block; */
  color: #FDF7FA;
  padding-bottom: 1em;
}

div.peliculasidebar .rl_label_cargo::before,
div.peliculasidebar .rl_idiomas::before,
div.peliculasidebar .rl_animacion::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #fbbb10;
  font-size: 1.8rem;
  margin-right: 0.2em;
  position: relative;
  top: 5px;
}

@media only screen and (min-width: 600px) {
  div.peliculasidebar {
    grid-template-columns: 270px 1fr;
    padding: 0 0.5em;
  }
}

@media only screen and (min-width: 960px) {
  div.peliculasidebar {
    grid-template-columns: 270px 1fr;
  }
}

@media only screen and (min-width: 1264px) {
  div.peliculasidebar {
    grid-template-rows: 100px 1fr;
    grid-template-columns: 1fr;
  }
}

div.peliculasidebar img.retinsposter_responsive {
  display: block;
  max-width: 90%;
  margin: 0.5em auto;
  border-radius: 0.7em;
  margin-top: 2em;
  border: 3px #f1ecdf solid;
  padding: 0.8em;
}

@media only screen and (min-width: 600px) {
  div.peliculasidebar img.retinsposter_responsive {
    max-width: 235px;
  }
}

@media only screen and (min-width: 960px) {
  div.peliculasidebar img.retinsposter_responsive {
    margin-top: -220px;
  }
}

@media only screen and (min-width: 1264px) {
  div.peliculasidebar img.retinsposter_responsive {
    min-width: 85%;
    margin-top: -250px;
  }
}

@media only screen and (min-width: 1904px) {
  div.peliculasidebar img.retinsposter_responsive {
    border: 3px solid;
    min-width: 85%;
    margin-top: -250px;
  }
}

div.peliculainfo {
  grid-area: info;
  margin-top: 1em;
  padding: 0;
}

div.peliculainfo .rc_sinopsis {
  /* background: white; */
  max-width: 70%;
}

@media only screen and (max-width: 960px) {
  div.peliculainfo .rc_sinopsis {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 600px) {
  div.peliculainfo {
    padding: 1em 2em;
  }
}

div.ficha_datosprincipales {
  margin-top: 0.5em;
  padding: 0.8em;
}

div.ficha_datosprincipales p:first-child {
  margin: 0;
  padding: 0;
}

div.ficha_datosprincipales p.dato_pelicula::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  color: #fbbb10;
  font-size: 1.8rem;
  margin-right: 0.2em;
  position: relative;
  top: 5px;
}

@media only screen and (min-width: 1264px) {
  div.ficha_datosprincipales {
    padding-top: 3em;
  }
}

div.movil-peliculaDatos {
  padding: 0.8em;
}

div.movil-peliculaDatos span {
  display: block;
}

@media only screen and (min-width: 960px) {
  div.movil-peliculaDatos {
    display: none;
  }
}

div.peliculaDatos {
  padding: 1em;
  color: #f3f4fb;
  display: none;
}

@media only screen and (min-width: 600px) {
  div.peliculaDatos {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  div.peliculaDatos {
    display: block;
  }
}

div.peliculaDatos span.rl_paispelicula {
  display: block;
}

div.peliculaDatos span.year_pelicula {
  display: block;
}

div.peliculaDatos span.duration {
  display: block;
}

div.peliculaDatos span.duration::after {
  content: " min.";
}

div.peliculaDatos span.subs {
  font-family: "Lato", sans-serif;
}

div.peliculaDatos span.geobloqueo_rl {
  font-family: "Lato", sans-serif;
}

p.dato_pelicula {
  margin: 0;
  padding: 0;
}

div.rl_contacto p::before {
  content: "Contacto: ";
}

div.fichacolretina {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

div.fichacolretina p {
  text-align: center;
}

span.ficha_direccion {
  display: block;
}

span.ficha_produccion {
  display: block;
}

span.ficha_fotografia {
  display: block;
}

span.ficha_audio {
  display: block;
}

span.ficha_varios {
  display: block;
}

.rl_label_cargo {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: grey;
  display: block;
  margin: 0 auto;
}

div.su-tabs {
  max-width: 600px;
  margin: 1em auto 2em auto !important;
}

.datos_ficha h5 {
  text-align: center;
  color: red;
  margin: 2em 0;
  font-weight: bold;
  /* display: block;
  margin: 2em 0;
  text-align: center;
  text-decoration: underline overline dotted red; */
}

.datos_ficha h5 span {
  display: inline-block;
  border-bottom: 3px solid #00928e;
  padding-bottom: 2px;
}

span.rl_color_bn {
  display: block;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #f3f4fb;
  margin: 0 auto;
}

span.rl_adicionales {
  display: block;
}

@media only screen and (min-width: 960px) {
  span.rl_adicionales {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}

span.enlace_ficha {
  font-size: 0.7;
  cursor: pointer !important;
  margin: 0.2em auto;
  border: none;
  /* border-radius: 0.77em; */
  padding: 5px 16px;
  text-align: left;
  text-decoration: none;
  /* @include botonactivo(); */
  display: block;
  margin: 0.2em 1em;
  text-align: center;
  border-bottom: 5px #00928e solid;
}

span.enlace_ficha:hover {
  border-bottom: 5px #c18210 solid;
}

span.enlace_ficha:hover i {
  color: #c18210;
}

/* CONTENIDOS RELACIONADOS */
/* TABLAS */
/*table{
   background: royalblue;
   width: 100%;
 }*/
.su-lightbox-content {
  background: #171515 !important;
  /* background: red !important; */
  /* width: 90%; */
  width: 100% !important;
}

.su-lightbox-content table p {
  margin: 0 0.5em;
}

.su-lightbox-content h3.rl-tablas-h3 {
  color: #f3f4fb;
}

.su-lightbox-content td p {
  color: #f3f4fb;
}

.su-lightbox-content tr:nth-child(1) {
  font-weight: bold;
}

.su-lightbox-content tr {
  line-height: 16px;
}

.su-lightbox-content tr:nth-of-type(odd) {
  background: rgb(44, 44, 44);
}

.su-lightbox-content td {
  white-space: normal;
  word-break: keep-all;
}

span strong {
  font-weight: lighter;
}

/* p span strong{
  color: lime;
  display: none;
} */
div.galeria_retina .su-carousel {
  display: none;
}

.fichacol001 {
  border: none;
  padding: 0;
  margin-bottom: 1em;
}

@media only screen and (min-width: 600px) {
  .fichacol001 {
    border: 2px #00928e solid;
    padding: 0.5em 0;
    margin-bottom: 1em;
  }
}

.fichacol002 {
  border: none;
  padding: 0;
}

@media only screen and (min-width: 600px) {
  .fichacol002 {
    border: 2px #00928e solid;
    padding: 0.5em 0;
    margin-bottom: 1em;
  }
}

.rl_related {
  display: grid;
  /* grid-template-columns: 3fr 2fr; */
  gap: 1em;
  border-top: 2px #00928e solid;
  padding-top: 1em;
  margin-top: 1em;
}

.rl_related h5.rl_intertitulo {
  margin: 0;
  padding: 0;
}

.rl_related .rc_relacionados {
  background-color: #961979;
  padding: 2em;
}

.rl_related .rc_relacionados h2 {
  width: 87%;
  margin: 0 auto;
}

.rl_related .rc_relacionados .rl_related_films {
  width: 87%;
  margin: 0 auto;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 17rem), 1fr));
}

.rl_related .rc_relacionados .retina_poster {
  min-width: 270px !important;
}

.rl_related .rl_related_news {
  gap: 1em;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  margin: 0 auto;
}

.allworld {
  color: #FDF7FA;
}

.peliculaDatos span {
  display: block !important;
}

.rl_alianzas {
  margin-top: 1.5em;
  padding: 0.8em;
  border: 1px #f3f4fb solid;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

.rl_alianzas h4 {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-top: 0.6em;
  display: block;
  font-weight: 200;
}

.rl_alianzas img.rl_imagenalianza {
  max-width: 220px;
  display: block;
  margin: 0 auto;
}

span.rl_disponible {
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
  text-align: center;
  background: #fbbb10;
  color: #961979;
  font-weight: bold;
  border-radius: 1em;
  max-width: 80%;
}

i.rl_mifavorita {
  color: #c18210;
}

.rl_favoritos {
  display: block;
  padding-bottom: 1em;
}

.galeria_retina .su-custom-gallery-slide a img {
  background: none;
  border: 2px #f1ecdf solid;
}

.galeria_retina .su-custom-gallery-slide:hover a img {
  border: 5px #fbbb10 solid;
}

a.ts-add-favorite {
  outline: none;
  color: red !important;
}

a.ts-add-favorite.hidden {
  display: none;
}

@media only screen and (max-width: 600px) {
  body.single-post .site-inner {
    margin: 0;
    padding: 0;
  }
}

.single.single-post article {
  background-color: #f3f4fb;
  padding: 1em;
}

.single.single-post article h3 {
  padding: 1rem;
}

.single.single-post article * {
  color: #171515;
}

@media only screen and (min-width: 960px) {
  .single.single-post article {
    /* padding: 1em 5em; */
  }
}

@media only screen and (max-width: 600px) {
  .single.single-post article {
    padding: 0;
  }
}

div.rl_imagendestacada_single {
  padding: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  height: 350px;
}

div.rl_imagendestacada_single .rl_header_entrada_sencilla {
  background: rgba(23, 21, 21, 0.4);
  width: 100%;
  height: 100%;
}

div.rl_imagendestacada_single h2 {
  color: #f3f4fb !important;
  position: relative;
  top: 10%;
  text-align: center;
}

@media only screen and (min-width: 960px) {
  div.rl_imagendestacada_single h2 {
    top: 70%;
    left: 3em;
    text-align: left;
  }
}

.single.single-post article header {
  padding-top: 2em;
}

span.rl_fecha_entrada {
  color: grey !important;
  display: none !important;
}

.peliculas {
  padding: 1em;
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  margin: 0 auto;
  margin: 0 auto;
}

/* PRUEBA ERROR ACIERTO*/
.peliculas.entradasingle span,
.peliculas.entradasingle p,
.peliculas.entradasingle h4 {
  color: #f3f4fb;
}

.peliculas.entradasingle button span {
  color: #961979;
}

img.rl_image_destacada {
  display: block;
  margin: 0 auto 2rem;
  box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
}

h2.rl_title_post {
  margin-top: 50px;
  font-size: 4rem;
  color: #1c1a1a;
  text-align: center;
  font-size: clamp(2em, 4vw, 3em);
  font-family: "Montserrat", "sans-serif";
  color: #1c1a1a !important;
  font-weight: 900;
}

@media only screen and (max-width: 600px) {
  h2.rl_title_post {
    padding: 0 1rem;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

div.rl_entrada_fecha {
  display: flex;
  justify-content: center;
  width: 100px;
}

div.rl_entrada_fecha span {
  display: block;
  justify-content: center;
  flex-grow: 1;
}

div.rl_entrada_fecha span.dia {
  font-weight: 900;
  font-size: 2rem;
  padding: 0.2em;
  color: #9ba3a6;
}

div.rl_entrada_fecha div {
  border-left: 1px gray solid;
  font-size: 0.7em;
  padding: 0.8em;
}

div.rl_entrada_fecha div span:first-child {
  text-transform: uppercase;
}

.rl_entrada_resumen {
  display: block;
  padding: 0 4em;
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-style: italic;
}

@media only screen and (max-width: 960px) {
  .rl_entrada_resumen {
    padding: 0 1rem;
  }
}

ul.the_champ_sharing_ul {
  filter: grayscale(100) !important;
}

body.single-post .entry-content p {
  padding: 0 1rem;
}

body.single-post .entry-content p a:visited,
body.single-post .entry-content p a:hover,
body.single-post .entry-content p a:link,
body.single-post .entry-content p a:active {
  color: #fbbb10;
  font-weight: bold;
}

@media only screen and (min-width: 960px) {
  body.single-post .entry-content p {
    padding: 0 2rem;
  }
}

@media only screen and (min-width: 1500px) {
  body.single-post .entry-content p {
    padding: 0 10rem;
  }
}

.rl_noticia_imagenentradilla {
  display: flex;
  flex-direction: column;
}

.rl_noticia_imagenentradilla div {
  order: 1;
}

.rl_noticia_imagenentradilla span {
  order: 2;
}

.rl_noticia_imagenentradilla img {
  order: 3;
}

@media only screen and (max-width: 960px) {
  .rl_noticia_imagenentradilla span {
    order: 3;
  }

  .rl_noticia_imagenentradilla img {
    order: 2;
  }
}

.peliculas_relacionadas_entrada {
  background-color: #540e44;
}

.peliculas_relacionadas_entrada h3 {
  font-size: clamp(1.7em, 2.6vw, 3em);
  font-family: "Montserrat", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 900;
}

#barlow400 h1,
#barlow400 h2,
#barlow400 h3,
#barlow400 h4,
#barlow400 h5,
#barlow400 h6 {
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 400;
}

#barlow400 p {
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 400;
}

#barlow400 p strong {
  font-weight: 500;
}

#barlow500 h1,
#barlow500 h2,
#barlow500 h3,
#barlow500 h4,
#barlow500 h5,
#barlow500 h6 {
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 500;
}

#barlow500 p {
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 500;
}

#barlow500 p strong {
  font-weight: 700;
}

#barlow700 h1,
#barlow700 h2,
#barlow700 h3,
#barlow700 h4,
#barlow700 h5,
#barlow700 h6 {
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 700;
}

#barlow700 p {
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 700;
}

#barlow700 p strong {
  font-weight: bolder;
}

.tipofuenterl {
  background-color: #fbbb10;
  padding: 1rem;
  font-size: 3.2rem;
}

.h1test {
  font-size: clamp(2em, 4vw, 3em);
  font-family: "Montserrat", "sans-serif";
  color: #fbbb10 !important;
  font-weight: 500;
  color: red !important;
}

.bar400 {
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 400;
}

.bar400 {
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 500;
}

.bar700 {
  font-family: "Barlow", "sans-serif";
  color: #FDF7FA !important;
  font-weight: 700;
}

.superior_retina {
  width: 100;
  height: 54px;
  background-color: purple;
}

.mifilmes {
  padding: 3em;
  background-color: purple;
}

ƒ .variable_retina {
  padding: 1em;
  width: 600px;
  margin: 2em auto;
}

span.hr-peli {
  border: 2px #fbbb10 solid;
  border-radius: 1em;
  padding: 0.2em;
  height: 300px;
  margin: 0 auto;
  display: block;
}

.hr-item {
  max-width: 250px;
  padding: 1em;
}

img.hr-imagen {
  width: 100%;
  min-width: 120px;
}

.hr-slider-iframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}

.hr-youtube {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}

.hrcarrusel-retinamain {
  margin-bottom: 2em;
  overflow: hidden;
}

.retina_poster {
  min-width: 200px;
  max-width: 260px;
}

/* */
/* .site-inner {
  background: transparent;
  z-index: 10 !important;
}
 */
.rc_todoelmundo {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 14rem), 1fr));
}

/* 
Cuando estamos en la versión de 
- Adelgazar el header verde
- Franja menta (PENDIENTE) Marquesina
- PLAY CARRUSEL EN RETINA VERDE igual al de video
- Párrafo igual al actual de entradas de RETINA
- En entradas de texto. La caja debe ser corta para lectur a como en películas. Y debe cubrir titulo y entradilla. Revisamos entradas.
- COlecciones: implementar los grises del PDF compartido en DRIVE y los títulos queda como en HOME

- Revisar contacto (CONTACTO)

- trailer se ve mal cuando el texto es corto- REVISAR
- Botones blancos centrados del home. 30% más pequeños COMO los temporales de registro e ingreso

*/
@media only screen and (max-width: 960px) {
  .site-header {
    z-index: 999;
    padding-bottom: 0px !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .hr_top_zone {
    margin-top: 100px;
  }
}

/*# sourceMappingURL=retinalatina.css.map */

p {
  /* background-color: red; */
}