html,
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: helvetica, verdana, arial;
  font-size: 16px;
  line-height: 1.6;
  height: auto;
}

ul {
  padding: 0 3rem;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px 0px 1.5rem;
  padding: 0px;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

a img {
  border: none;
}

/* nuevas etiquetas de HTML 5 declarar con display block. */
header,
section,
footer,
aside,
nav,
article {
  display: block;
}

section {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: bold;
  line-height: 1.2;
  overflow-wrap: break-word;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1rem;
}

input,
textarea {
  outline: none;
  max-width: 100%;
}

* {
  outline: none !important;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
  margin: auto;
  max-width: 100%;
  image-rendering: crisp-edges;
  height: auto;
}

template {
  display: none;
}

figure {
  margin: 1rem auto;
}

p:empty {
  display: none;
}

iframe {
  margin: auto;
  max-width: 100% !important;
}

/* =========================================== /reset */
/* =========================================== clearfix */
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* =========================================== /clearfix */
/* =WordPress Core -------------------------------------------------------------- */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0.5rem auto;
}

.alignright {
  margin: 0.5rem 0 1rem 1rem;
}
.alignleft {
  float: left;
  margin: 0.5rem 1rem 1rem 0;
}

a img.alignright {
  float: right;
  margin: 0.5rem 0 1rem 1rem;
}

a img.alignnone {
  margin: 0.5rem 1rem 1rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.5rem 1rem 1rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: calc(100% - 1rem);
  padding: 1rem 0px;
  text-align: center;
  margin-bottom: 1rem !important;
}

.wp-caption.alignnone {
  margin: 0.5rem 1rem 1rem 0;
}

.wp-caption.alignleft {
  margin: 0.5rem 1rem 1rem 0;
}

.wp-caption.alignright {
  margin: 0.5rem 0 1rem 1rem;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0 auto 1rem;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 0.7rem;
  line-height: 1rem;
  margin: 0;
  padding: 0 0.5rem 0.5rem;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

@media screen and (max-width: 1000px) {
  .alignleft,
.alignright,
.aligncenter {
    float: none;
    clear: both;
    display: block;
    margin: 0.5rem auto 1rem;
  }
}
.alignleft,
.alignright,
.aligncenter {
  float: none !important;
  clear: both !important;
  display: block !important;
  margin: 0.5rem auto 1rem !important;
}

twitter-widget.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
  display: block;
  padding: 0 1rem;
}

.font-1 {
  font-family: "Oswald", sans-serif;
}

.font-2 {
  font-family: "Lora", serif;
}

.font-3 {
  font-family: "Fira Code", monospace;
}

.font-4 {
  font-family: "Open Sans", sans-serif;
}

main,
.main {
  width: 100%;
  margin: 0 auto;
  max-width: 940px;
}
@media screen and (min-width: 1200px) {
  main,
.main {
    max-width: 1304px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  white-space: normal;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.title-section {
  text-align: center;
  margin: 1rem 0 1.5rem;
  position: relative;
  color: #151515;
}
.title-section span {
  display: inline-block;
  padding: 0 1rem;
  background: #fff;
  font-family: "Fira Code", monospace;
  text-transform: uppercase;
}
.title-section:after {
  content: " ";
  width: calc(100% - 1rem);
  height: 0px;
  border: 1px solid #151515;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

[class*=mw-] {
  margin: auto;
}

.mw-1400 {
  max-width: 1400px;
}

.mw-1024 {
  max-width: 1024px;
}

.template-a {
  margin: 0 auto 1rem;
  background-color: #cdcdcd;
  max-width: 100%;
  height: 100px;
}
@media screen and (min-width: 1024px) {
  .template-a {
    margin-bottom: 2rem;
  }
}
.template-a.a-300x250 {
  width: 300px;
  height: 250px;
}
.template-a.a-728x90 {
  width: 728px;
  height: 90px;
}
.template-a.a-160x600 {
  width: 160px;
  height: 600px;
}
.template-a.a-320x50 {
  width: 320px;
  height: 50px;
}
.template-a.a-300x600 {
  width: 300px;
  height: 600px;
}

.f-n {
  float: none;
  clear: both;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.mt-2 {
  margin-top: 2rem;
}

body > header {
  background: #151515;
  padding: 0.5rem 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body > header > div {
  display: flex;
}
@media screen and (min-width: 1024px) {
  body > header > div {
    padding: 0 1rem;
  }
}
body > header .bt_menu {
  color: #fff;
  cursor: pointer;
  font-size: 0.7rem;
  line-height: 1.5rem;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 0.5rem 0.5rem 0;
  margin: 0 0.5rem;
  transition: all 0.2s ease;
}
body > header .bt_menu:hover {
  color: #FF5200;
  border-color: #FF5200;
}
body > header .bt_menu i {
  font-size: 1.5rem;
  display: block;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  body > header .bt_menu i {
    display: inline-block;
  }
}
body > header .logo_home {
  margin: auto;
  padding: 0 0.5rem 0 0;
}
@media screen and (min-width: 380px) {
  body > header .logo_home {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  body > header .logo_home {
    margin-left: 1rem;
  }
}
body > header .logo_home img {
  width: 250px;
  height: 2rem;
  object-fit: cover;
  position: relative;
  top: 6px;
}
body > header ul.redes-sociales {
  display: none;
}
@media screen and (min-width: 768px) {
  body > header ul.redes-sociales {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  body > header ul.redes-sociales li {
    margin: 0;
  }
}
body > header ul.redes-sociales li a i {
  font-size: 1.2rem !important;
  color: #fff;
  position: relative;
  top: 4px;
  transition: all 0.2s ease;
}
body > header ul.redes-sociales li a i.tiktok {
  background-color: #fff;
  top: 6px;
  height: 1.2rem;
  width: 1.1rem;
}
body > header ul.redes-sociales li a:hover i {
  color: #FF5200;
}
body nav.menu_cintillo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body nav.menu_cintillo > ul {
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  body nav.menu_cintillo > ul {
    padding: 1rem 2rem;
  }
}
body nav.menu_cintillo > ul > li {
  margin: 0 1rem;
}
body nav.menu_cintillo > ul li,
body nav.menu_cintillo > ul li ul {
  display: inline-block;
}
body nav.menu_cintillo a {
  text-transform: uppercase;
  color: #151515;
}
body nav.menu_cintillo a:hover {
  color: #FF5200;
}
body nav.menu_cintillo .sub-menu:before {
  content: " > ";
}
body .current-menu-item a {
  color: #FF5200 !important;
}
body .menu-desplegable {
  padding: 0.5rem;
}
@media screen and (min-width: 1024px) {
  body .menu-desplegable {
    padding: 0.5rem 1.5rem;
  }
}
body .menu-desplegable #form_search {
  position: relative;
}
body .menu-desplegable #form_search #input_search {
  width: 100%;
  height: 2rem;
  font-size: 1.2rem;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  border: none;
  border-bottom: 1px solid #969696;
  color: #969696;
}
body .menu-desplegable #form_search #input_search_submit {
  width: 2rem;
  height: 2rem;
  position: absolute;
  z-index: 2;
  right: 0;
  border: none;
  background: none;
  color: #969696;
  font-size: 1rem;
}
body .menu-desplegable .site-buscador {
  margin: 0.5rem 0 1.5rem;
}
body .menu-desplegable .menus ul {
  list-style: none;
  padding: 0 0.5rem;
  margin: 0;
}
body .menu-desplegable .menus ul a {
  text-transform: uppercase;
  color: #151515;
}
body .menu-desplegable .menus ul a:hover {
  color: #FF5200;
}
body .menu-desplegable .site_nav_hamburguesa a {
  font-weight: bold;
}
body .menu-desplegable .site_nav_hamburguesa li {
  padding: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  body .menu-desplegable .menus {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  body .menu-desplegable .menus li {
    padding: 0 0 1rem;
  }
}
body .menu-desplegable .title-section-menu {
  font-weight: normal;
  margin-bottom: 1rem;
  border-bottom: 1px solid #151515;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  body .menu-desplegable .title-section-menu {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  body .menu-desplegable ul.redes-sociales {
    display: none;
  }
}
body .menu-desplegable ul.redes-sociales li {
  margin: 0;
}

.link-more {
  margin: 1rem 0 2rem;
  margin: 0 0 2rem;
  text-align: center;
  float: none;
  clear: both;
}
.link-more a {
  text-transform: uppercase;
  background: #969696;
  padding: 0.25rem 1rem;
  border-radius: 2px;
  margin: 0 auto;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  color: #151515;
  font-size: 1rem;
}
@media screen and (max-width: 720px) {
  .link-more a {
    background: #FF5200;
  }
}
.link-more a:hover {
  background: #FF5200;
  color: #151515;
}

.wrap-articles {
  margin: auto;
}
.wrap-articles.carrusel {
  counter-reset: item;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .wrap-articles.carrusel article.f-2 {
    margin-right: -5px;
  }
}
.wrap-articles.carrusel article.f-2:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  font-size: 3rem;
  line-height: 2.8rem;
  color: #969696;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  z-index: 2;
}
.wrap-articles.carrusel article.f-2 h3 {
  padding-left: 3rem;
}
.wrap-articles.carrusel article.f-2 h2 {
  padding: 0 0.5rem 0.5rem 3rem;
}

@media screen and (min-width: 1024px) {
  section.secciones .wrap-articles.list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
  section.secciones .wrap-articles.list article {
    flex: 0 1 25%;
    align-self: auto;
    padding: 0 1rem;
    max-width: 320px;
  }
}
#wpadminbar,
section.lo-que-mas-gusta,
section.lo-mas-destacado {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

ins {
  text-align: center;
}

.grecaptcha-badge {
  display: none !important;
}

.scroll-x:not(.not),
.scroll-touch-x {
  white-space: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scrollbar-color: rgba(0, 0, 0, 0);
  scrollbar-color: transparent transparent;
  scrollbar-height: 1px;
  scrollbar-width: 0px;
  text-align: center;
}
.scroll-x:not(.not)::-webkit-scrollbar,
.scroll-touch-x::-webkit-scrollbar {
  height: 5px;
}
.scroll-x:not(.not)::-webkit-scrollbar-track,
.scroll-touch-x::-webkit-scrollbar-track {
  display: none;
  background: #fff;
}
.scroll-x:not(.not)::-webkit-scrollbar-thumb,
.scroll-touch-x::-webkit-scrollbar-thumb {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  border: none;
}
.scroll-x:not(.not) > *,
.scroll-touch-x > * {
  display: inline-block;
  vertical-align: top;
}

.scroll-pagination {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  text-align: center;
  counter-reset: item;
}
@media screen and (min-width: 1024px) {
  .scroll-pagination {
    display: none;
  }
}
.scroll-pagination li {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #969696;
  display: inline-block;
  border-radius: 100%;
  margin: 0 1rem;
  cursor: pointer;
}
.scroll-pagination li:before {
  counter-increment: item;
  content: counter(item);
  color: #fff;
  font-size: 1rem;
}
.scroll-pagination li.act {
  background-color: #FF5200;
}
@media screen and (min-width: 1100px) {
  .scroll-pagination li:hover {
    background-color: #FF5200;
  }
}

.carrusel-x-bt-prev:before,
.carrusel-x-bt-next:before {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: rgba(0, 0, 0, 0.3);
  top: 50%;
  left: 0;
  content: "<";
  color: #fff;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  z-index: 100;
  cursor: pointer;
}

.carrusel-x-bt-next:before {
  left: auto;
  content: ">";
  right: 0;
}

.scroll-x.not:not(.btns) ~ .carrusel-x-bt-prev,
.scroll-x.not:not(.btns) ~ .carrusel-x-bt-next {
  display: none;
}

@font-face {
  font-family: "fontello";
  src: url("./font/fontello.eot?v1.7");
  src: url("./font/fontello.eot?v1.7#iefix") format("embedded-opentype"), url("./font/fontello.woff?v1.7") format("woff"), url("./font/fontello.ttf?v1.7") format("truetype"), url("./font/fontello.svg?v1.7#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fontello-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  font-display: fallback;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8 */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* You can be more comfortable with increased icons size */
  /* font-size: 120% */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3) */
}

ul.redes-sociales {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
ul.redes-sociales li {
  display: inline-block;
  margin: 0.5rem;
}
ul.redes-sociales li a {
  padding: 0.5rem;
  display: block;
  color: #151515;
}
ul.redes-sociales li a i {
  font-size: 2rem;
}
ul.redes-sociales li a i.tiktok {
  -webkit-mask: url(../images/tiktok_logo.svg) no-repeat 100% 100%;
          mask: url(../images/tiktok_logo.svg) no-repeat 100% 100%;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #151515;
  width: 2rem;
  height: 2rem;
  position: relative;
  top: 4px;
}
ul.redes-sociales li a i.tiktok:hover {
  background-color: #FF5200;
  transition: all 0.2s ease;
}
ul.redes-sociales li a:hover {
  color: #FF5200;
}

.wrap-articles article {
  position: relative;
  margin: 0 auto 1rem;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .wrap-articles article {
    margin-bottom: 2rem;
  }
}
.wrap-articles article img {
  object-fit: cover;
  border-radius: 2px;
}
.wrap-articles article h3 {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: #757575;
  font-size: 0.8rem;
  margin: 0 0 0.5rem;
}
.wrap-articles article h2 {
  margin: 0;
  font-size: 1rem;
}
.wrap-articles article h2 a {
  color: #151515;
}
@media screen and (min-width: 1100px) {
  .wrap-articles article h2 a:hover {
    color: #FF5200;
  }
}
.wrap-articles article h2 a:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wrap-articles article.f-1:not(.f-2):not(.f-3) {
  min-height: 80px;
  padding: 0 0.5rem 0 calc(120px + 1rem);
  max-width: calc(600px + 1rem);
}
.wrap-articles article.f-1:not(.f-2):not(.f-3) img {
  width: 120px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0.5rem;
}
.wrap-articles article.f-1:not(.f-2):not(.f-3) h2 a:after {
  left: 0.5rem;
  right: 0.5rem;
}
.wrap-articles article.f-2 {
  padding: 0 0.5rem;
  width: 320px;
}
.wrap-articles article.f-2 img {
  width: 320px;
  height: 212px;
}
.wrap-articles article.f-2 h3 {
  margin: 0.5rem 0;
}
.wrap-articles article.f-2 h2 a:after {
  left: 0.5rem;
  right: 0.5rem;
}
.wrap-articles article.f-3 {
  max-width: 600px;
}
.wrap-articles article.f-3 img {
  width: 600px;
  height: 400px;
}
.wrap-articles article.f-3 header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: 0 0 2px 2px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  background: black;
  background: linear-gradient(0deg, black 0%, black 5%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.wrap-articles article.f-3 header h3,
.wrap-articles article.f-3 header h2 a {
  color: #fff;
}
.wrap-articles article.f-3 header h2 {
  font-size: 1.5rem;
}
.wrap-articles article.f-3 header h2 a:hover {
  color: #FF5200;
}
.wrap-articles article.f-3 h3 {
  margin-top: 0.5rem;
}

.entry-author {
  text-align: center;
  max-width: calc(640px - 2rem);
  margin: auto auto 2rem;
  padding: 0 1rem;
}
.entry-author .avatar {
  border-radius: 100%;
  margin: 2rem auto 1rem;
}
.entry-author h1 {
  margin-bottom: 0.5rem;
}
.entry-author .social-network a {
  font-size: 2rem;
  color: #151515;
  padding: 0.5rem;
}
.entry-author .social-network a:hover {
  color: #FF5200;
}
.entry-author .biografia a {
  color: #FF5200;
}

.wrap-articles {
  margin: auto;
}
@media screen and (min-width: 600px) {
  .wrap-articles.list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    max-width: calc(320px * 2);
  }
  .wrap-articles.list article {
    flex: 0 1 50%;
    align-self: auto;
    max-width: 320px;
  }
  .wrap-articles.list article h2 a:after {
    right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .wrap-articles.list {
    max-width: calc((320px * 2) + 1rem);
  }
}
@media screen and (min-width: 1023px) {
  .wrap-articles.list {
    max-width: 100%;
  }
  .wrap-articles.list article {
    flex: 0 1 33%;
  }
}
.wrap-articles.carrusel {
  counter-reset: item;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .wrap-articles.carrusel article.f-2 {
    margin-right: -5px;
  }
}
.wrap-articles.carrusel article.f-2:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  font-size: 3rem;
  line-height: 2.8rem;
  color: #969696;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  z-index: 2;
}
.wrap-articles.carrusel article.f-2 h3 {
  padding-left: 3rem;
}
.wrap-articles.carrusel article.f-2 h2 {
  padding: 0 0.5rem 0.5rem 3rem;
}
.wrap-articles.carrusel article.f-2 h2 a {
  white-space: normal;
}

.paginacion {
  margin: 0 0 2rem;
  text-align: center;
}
.paginacion a {
  text-transform: uppercase;
  background: #969696;
  padding: 0.25rem 1rem;
  border-radius: 2px;
  margin: 0.5rem;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  color: #151515;
  font-size: 1rem;
}
@media screen and (max-width: 720px) {
  .paginacion a {
    background: #FF5200;
  }
}
.paginacion a:hover {
  background: #FF5200;
  color: #151515;
}