@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
    font-size: 100%;
    font-weight: inherit; }

article, aside, details, figcaption, figure,
footer, hgroup, menu, nav {
  display: block; }

* {
  -webkit-tap-highlight-color: transparent; }

body {
  line-height: 1; }

body {
  color: #000;
  font-family: "Oswald", sans-serif; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

img {
  border: none; }

p {
  font-size: 1em; }

section {
  width: 100%;
  padding: 0;
  margin: 0; }

input {
  background-color: white;
  color: #000;
  outline: 0px;
  background: none; }

a {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  color: black;
  text-decoration: none; }
  a:hover {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    color: #000; }

#xxxdetectxxx {
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important; }

#container {
  width: 100%; }

.content {
  margin-top: 35px; }

#head, .headMain {
  height: 50px;
  z-index: 100; }

.headBox a {
  color: white; }
  .headBox a:hover {
    color: #c7c3c3; }

.headBox ul {
  display: flex;
  align-items: center;
  height: 50px;
  color: white;
  font-size: 0.8em;
  font-weight: 400; }

#head {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: black;
  z-index: 100; }

#headSearch, #headClose {
  cursor: pointer; }

#headSearchClose {
  cursor: pointer; }

#ham {
  cursor: pointer; }

.headMain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1260px; }

.headBoxFirst li {
  text-transform: uppercase;
  margin: 0 10px; }
  .headBoxFirst li:nth-child(1) {
    width: 40px;
    border-right: 1px solid #282828; }
  .headBoxFirst li[name="logo"] img {
    width: 180px; }
  .headBoxFirst li[name="ham"] img {
    width: 18px; }
  .headBoxFirst li[name="patrocinio"] {
    color: #282828;
    border-left: 1px solid #282828;
    padding-left: 20px; }
    @media (max-width: 690px) {
      .headBoxFirst li[name="patrocinio"] {
        display: none; } }
    .headBoxFirst li[name="patrocinio"] img {
      max-width: 180px; }
  @media (max-width: 970px) {
    .headBoxFirst li:not([name]) {
      display: none; } }

.headBoxLast li {
  padding: 0 10px;
  border-right: 1px solid #282828; }
  @media (max-width: 970px) {
    .headBoxLast li {
      display: none; } }
  .headBoxLast li:last-child {
    border-right: none; }
    @media (max-width: 970px) {
      .headBoxLast li:last-child {
        display: block; } }
  .headBoxLast li img {
    width: 15px;
    margin: 0 10px; }

.headMenu {
  width: 600px;
  height: 100%;
  background-color: black;
  overflow-y: auto; }
  @media (max-width: 970px) {
    .headMenu {
      width: 450px; } }
  @media (max-width: 690px) {
    .headMenu {
      width: 100%; } }
  .headMenuContent {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7); }

.headNav {
  color: black;
  background-color: white;
  padding: 20px 0; }
  .headNav ul {
    width: 50%;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 1.5em; }
    .headNav ul:nth-child(1) {
      margin-bottom: 40px;
      font-size: 1em;
      cursor: pointer; }
    .headNav ul:nth-child(2) li {
      margin-bottom: 20px; }
    @media (max-width: 690px) {
      .headNav ul {
        width: auto;
        margin-left: 10px;
        font-size: 1em; } }

.headFoot {
  color: white;
  background-color: black;
  padding: 20px 0; }
  .headFoot ul {
    width: 50%;
    margin: 0 auto;
    font-size: 1.2em;
    font-weight: 300; }
    .headFoot ul li {
      margin-bottom: 20px; }
      .headFoot ul li a {
        color: white; }
      .headFoot ul li img {
        width: 25px; }
      .headFoot ul li ul {
        display: flex;
        justify-content: space-between;
        width: 70%;
        margin: 0;
        margin-top: 40px; }
        @media (max-width: 970px) {
          .headFoot ul li ul {
            width: 80%; } }
        .headFoot ul li ul li {
          display: flex;
          justify-content: center;
          width: 45px;
          height: 45px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          background-color: white;
          margin-bottom: 0;
          margin-left: 0; }
          .headFoot ul li ul li:hover {
            margin-left: 0; }
    @media (max-width: 690px) {
      .headFoot ul {
        width: auto;
        margin-left: 10px; } }

#target {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px; }

#searchMagnify {
  cursor: pointer; }

.searchOpen {
  display: flex;
  width: 30px;
  height: 30px;
  overflow: hidden; }
  .searchOpen img {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    position: relative;
    left: -3; }

.searchBox {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 100%;
  height: 50px;
  border-top: 1px solid #282828;
  background-color: black;
  z-index: 99; }

.searchFind {
  display: flex;
  justify-content: center;
  width: 1260px; }
  .searchFind span {
    width: 30px;
    margin-top: 10px; }
  @media (max-width: 1270px) {
    .searchFind {
      width: 95%; } }
  .searchFind form {
    display: flex;
    width: 100%; }
    .searchFind form input {
      color: white;
      width: 97%;
      font-size: 1.4em;
      border-width: 0px;
      text-transform: lowercase; }

.mixta {
  height: 40px; }

.firstNewContent, .mod_2, .mod_3 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 40px; }

.firstNewContentColumns h2, .modNormal .modText h2, .modYellow .modText h2, .modWhite .modText h2, .modMask .modText h2, .videoBoxText h2 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.categoryText h3, .videoRow h3 {
  text-transform: uppercase;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  font-size: 3em;
  font-weight: 300; }

.firstNewContent {
  width: 100%;
  height: 100%;
  color: white; }
  .firstNewContent a {
    color: white; }
  @media (max-width: 1270px) {
    .firstNewContent {
      flex-wrap: wrap; } }
  @media (max-width: 700px) {
    .firstNewContent {
      flex-direction: column; } }
  .firstNewContentColumns {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 33.3%;
    overflow: hidden; }
    .firstNewContentColumns img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .firstNewContentColumns h2 {
      position: absolute;
      bottom: 0;
      -webkit-line-clamp: 3;
      height: 113px;
      padding: 20px 20px 25px 20px;
      margin-bottom: 20px;
      line-height: 1.2em;
      font-size: 2.3em; }
    @media (max-width: 1270px) {
      .firstNewContentColumns:nth-child(1) {
        flex-direction: row;
        width: 100%;
        height: 100%; } }
    @media (max-width: 700px) {
      .firstNewContentColumns:nth-child(1) {
        flex-direction: column; } }
    .firstNewContentColumns:nth-child(2) {
      border-left: 1px solid #717274;
      border-right: 1px solid #717274; }
      @media (max-width: 1270px) {
        .firstNewContentColumns:nth-child(2) {
          width: 50%;
          height: auto;
          border-left: none;
          border-right: none; } }
      @media (max-width: 700px) {
        .firstNewContentColumns:nth-child(2) {
          width: 100%;
          height: 100%; } }
      .firstNewContentColumns:nth-child(2) h2 {
        -webkit-line-clamp: 3;
        height: 153px;
        font-size: 3em; }
        @media (max-width: 970px) {
          .firstNewContentColumns:nth-child(2) h2 {
            height: 142px; } }
    .firstNewContentColumns:nth-child(3) h2 {
      -webkit-line-clamp: 2;
      height: 61px;
      font-size: 2.1em; }
    @media (max-width: 1270px) {
      .firstNewContentColumns:nth-child(3) {
        width: 50%;
        height: 100%; } }
    @media (max-width: 700px) {
      .firstNewContentColumns:nth-child(3) {
        width: 100%; } }
    @media (max-width: 700px) {
      .firstNewContentColumns {
        flex-direction: column; } }
  .firstNewContentText {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35%; }
  .firstNewContentBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: rgba(0, 0, 0, 0.35); }
    .firstNewContentBox:hover {
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      background-color: transparent; }
      .firstNewContentBox:hover .firstNewContentText {
        background: -webkit-linear-gradient(transparent, #0f0f0f, black);
        background: -moz-linear-gradient(transparent, #0f0f0f, black);
        background: -ms-linear-gradient(transparent, #0f0f0f, black);
        background: -o-linear-gradient(transparent, #0f0f0f, black);
        background: linear-gradient(transparent, #0f0f0f, black); }
    .firstNewContentBoxBig {
      position: relative;
      display: flex;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .firstNewContentBoxBig img {
        min-height: 100%; }
      .firstNewContentBoxBig a {
        width: 100%; }
      @media (max-width: 700px) {
        .firstNewContentBoxBig {
          max-height: 680px;
          height: 100%; } }
    .firstNewContentBoxMedium {
      position: relative;
      display: flex;
      justify-content: center;
      width: 100%;
      height: 50%; }
      .firstNewContentBoxMedium img {
        min-height: 100%; }
      .firstNewContentBoxMedium a {
        width: 100%; }
      @media (max-width: 700px) {
        .firstNewContentBoxMedium {
          max-height: 680px;
          height: 100%; } }
      .firstNewContentBoxMedium:nth-child(2) {
        border-top: 1px solid #717274; }
        @media (max-width: 1270px) {
          .firstNewContentBoxMedium:nth-child(2) {
            border-top: none; } }
      @media (max-width: 1270px) {
        .firstNewContentBoxMedium {
          height: auto; } }
    .firstNewContentBoxSmall {
      position: relative;
      display: flex;
      justify-content: center;
      width: 100%;
      height: 33.3%; }
      .firstNewContentBoxSmall img {
        min-height: 100%; }
      .firstNewContentBoxSmall a {
        width: 100%; }
      @media (max-width: 700px) {
        .firstNewContentBoxSmall {
          max-height: 680px;
          height: 100%; } }
      .firstNewContentBoxSmall:nth-child(2) {
        border-top: 1px solid #717274; }
        @media (max-width: 1270px) {
          .firstNewContentBoxSmall:nth-child(2) {
            border-top: none; } }
      .firstNewContentBoxSmall:nth-child(3) {
        border-top: 1px solid #717274; }
        @media (max-width: 1270px) {
          .firstNewContentBoxSmall:nth-child(3) {
            border-top: none; } }
    .firstNewContentBoxInfo {
      display: flex;
      justify-content: space-between;
      align-items: end;
      position: absolute;
      top: 0;
      margin-top: 20px;
      width: 100%;
      z-index: 10; }
      .firstNewContentBoxInfo p {
        letter-spacing: 0.05em; }
        .firstNewContentBoxInfo p:nth-child(1) {
          text-transform: uppercase;
          margin-bottom: 5px; }
        .firstNewContentBoxInfo p:nth-child(2) {
          font-size: 0.8em; }
        .firstNewContentBoxInfo p span {
          color: #717274; }
    .firstNewContentBoxCat {
      padding: 0 20px; }
    .firstNewContentBoxRRSS {
      position: absolute;
      right: 10px;
      top: 20px;
      z-index: 20; }
      .firstNewContentBoxRRSS img {
        width: 15px;
        height: 15px;
        min-width: 15px;
        min-height: 15px;
        margin: 0 5px; }

.firstOneModule {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 1260px;
  width: 100%;
  height: 540px;
  margin: 40px auto;
  background-color: white;
  overflow: hidden; }
  @media (max-width: 970px) {
    .firstOneModule {
      flex-direction: column;
      height: auto; } }
  .firstOneModulePhoto {
    max-width: 830px;
    width: 100%;
    height: 100%; }
    @media (max-width: 970px) {
      .firstOneModulePhoto {
        max-width: 100%;
        max-height: 400px;
        overflow: hidden; } }
    .firstOneModulePhoto img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .firstOneModuleText {
    position: absolute;
    left: 0;
    width: 620px;
    height: 320px;
    padding: 20px;
    background-color: white; }
    @media (max-width: 970px) {
      .firstOneModuleText {
        position: initial;
        width: 100%;
        height: auto; } }
    .firstOneModuleText h2 {
      line-height: 50px;
      font-size: 2.5em; }
      @media (max-width: 970px) {
        .firstOneModuleText h2 {
          padding: 0 20px;
          line-height: 35px;
          font-size: 1.9em; } }
    .firstOneModuleText .modInfo {
      position: relative;
      margin-top: 20px; }
      .firstOneModuleText .modInfoBoxRRSS {
        position: absolute;
        top: 0;
        right: 5px;
        display: flex; }
        .firstOneModuleText .modInfoBoxRRSS img {
          width: 15px;
          margin: 0 5px; }
        @media (max-width: 970px) {
          .firstOneModuleText .modInfoBoxRRSS {
            right: 20px; } }
      .firstOneModuleText .modInfo p {
        letter-spacing: 0.05em; }
        @media (max-width: 970px) {
          .firstOneModuleText .modInfo p {
            padding: 0 20px; } }
        .firstOneModuleText .modInfo p:nth-child(1) {
          text-transform: uppercase;
          margin-bottom: 5px;
          font-weight: bold; }
        .firstOneModuleText .modInfo p:nth-child(2) {
          margin-bottom: 10px; }
        .firstOneModuleText .modInfo p span {
          color: #717274; }

.textP {
  margin-top: 20px;
  color: #717274;
  line-height: 30px;
  text-transform: none !important;
  font-size: 1.5em;
  font-weight: 300 !important; }
  @media (max-width: 970px) {
    .textP {
      padding: 0 20px; } }

.categoryText {
  max-width: 1260px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  background: url(https://med-codigonuevo.grupozeta.es/img/pixel.png) repeat-x center center; }
  .categoryText h3 {
    display: inline-block;
    padding: 10px;
    background-color: white; }
    @media (max-width: 690px) {
      .categoryText h3 {
        font-size: 1.7em; } }

.category [alt="mileniales"] {
  color: #5689ad; }

.category [alt="reportajes"] {
  color: #a10977; }

.category [alt="psicología"] {
  color: #1e7d0e; }

.category [alt="sociedad"] {
  color: black; }

.category [alt="conciencia social"] {
  color: #F55F4E; }

.category [alt="relaciones"] {
  color: #BEAA48; }

.category [alt="feminismo"] {
  color: #8959A8; }

.category [alt="entretenimiento"] {
  color: #0020c4; }

.category [alt="viajes"] {
  color: #7BB24D; }

.category .topAd {
  padding-top: 0; }

div[class="modSmall modNormal"] .modInfo {
  font-size: 0.8em; }

div[class="modSmall modNormal"] .modText {
  font-size: 1.7em; }

div[class="modSmall modWhite"] {
  width: 298px !important;
  height: 318px !important; }

div[class="modSmall modMask"] .modInfo {
  font-size: 0.8em; }

div[class="modSmall modMask"] .modText {
  font-size: 1.3em; }

div[class="modSmall modWhite"] .modInfo, div[class="modSmall modYellow"] .modInfo {
  font-size: 0.8em; }

div[class="modSmall modWhite"] .modText, div[class="modSmall modYellow"] .modText {
  font-size: 1.8em; }

div[class="modSmall modWhite"], div[class="modSmall modYellow"], div[class="modSmall modMask"] {
  width: 298px !important;
  height: 318px !important; }
  div[class="modSmall modWhite"] span, div[class="modSmall modYellow"] span, div[class="modSmall modMask"] span {
    display: block;
    margin-bottom: 5px; }
    div[class="modSmall modWhite"] span:after, div[class="modSmall modYellow"] span:after, div[class="modSmall modMask"] span:after {
      content: "" !important; }

div[class="modMed modNormal"] .modInfo {
  font-size: 0.9em; }
  @media (max-width: 1270px) {
    div[class="modMed modNormal"] .modInfo {
      font-size: 0.8em; } }
  @media (max-width: 690px) {
    div[class="modMed modNormal"] .modInfo {
      font-size: 0.9em; } }

div[class="modMed modNormal"] .modText {
  font-size: 1.4em; }
  @media (max-width: 1270px) {
    div[class="modMed modNormal"] .modText {
      font-size: 1.1em; } }
  @media (max-width: 690px) {
    div[class="modMed modNormal"] .modText {
      font-size: 1.4em; } }

div[class="modMed modWhite"] {
  width: 403px !important;
  height: 403px !important; }
  @media (max-width: 1270px) {
    div[class="modMed modWhite"] {
      width: 318px !important;
      height: 318px !important; } }
  @media (max-width: 690px) {
    div[class="modMed modWhite"] {
      width: 100% !important;
      height: 100% !important;
      min-height: 320px; } }

div[class="modMed modMask"] .modInfo {
  font-size: 0.9em; }

div[class="modMed modMask"] .modText {
  font-size: 2em; }
  @media (max-width: 1270px) {
    div[class="modMed modMask"] .modText {
      font-size: 1.4em; } }

div[class="modMed modWhite"] .modInfo, div[class="modMed modYellow"] .modInfo {
  font-size: 0.9em; }

div[class="modMed modWhite"] .modText, div[class="modMed modYellow"] .modText {
  font-size: 2.2em; }
  @media (max-width: 1270px) {
    div[class="modMed modWhite"] .modText, div[class="modMed modYellow"] .modText {
      font-size: 1.7em; } }
  @media (max-width: 690px) {
    div[class="modMed modWhite"] .modText, div[class="modMed modYellow"] .modText {
      font-size: 1.9em; } }

div[class="modBig modNormal"] .modInfo {
  font-size: 0.9em; }

div[class="modBig modNormal"] .modText {
  font-size: 1.8em; }

@media (max-width: 1270px) {
  div[class="modBig modNormal"] .modContent {
    margin: 0 10px; } }

@media (max-width: 690px) {
  div[class="modBig modNormal"] .modContent {
    margin: 0; } }

div[class="modBig modWhite"] {
  width: 618px !important;
  height: 542px !important; }
  @media (max-width: 1270px) {
    div[class="modBig modWhite"] {
      width: 100% !important;
      height: 100% !important;
      min-height: 320px; } }

div[class="modBig modMask"] .modInfo {
  font-size: 0.9em; }

div[class="modBig modMask"] .modText {
  font-size: 2.2em; }
  @media (max-width: 1270px) {
    div[class="modBig modMask"] .modText {
      font-size: 2em; } }
  @media (max-width: 970px) {
    div[class="modBig modMask"] .modText {
      font-size: 2.1em; } }
  @media (max-width: 690px) {
    div[class="modBig modMask"] .modText {
      font-size: 1.4em; } }

div[class="modBig modWhite"] .modInfo, div[class="modBig modYellow"] .modInfo {
  font-size: 0.9em; }

div[class="modBig modWhite"] .modText, div[class="modBig modYellow"] .modText {
  font-size: 3.5em; }
  @media (max-width: 1270px) {
    div[class="modBig modWhite"] .modText, div[class="modBig modYellow"] .modText {
      font-size: 2.7em; } }
  @media (max-width: 970px) {
    div[class="modBig modWhite"] .modText, div[class="modBig modYellow"] .modText {
      font-size: 2.1em; } }
  @media (max-width: 690px) {
    div[class="modBig modWhite"] .modText, div[class="modBig modYellow"] .modText {
      font-size: 1.9em; } }

@media (max-width: 970px) {
  div[class="mod_3Columns adContainer"] {
    width: 100%;
    max-width: 100%;
    order: 1; } }

.mod_widthWeb {
  max-width: 1260px;
  margin: 0 auto; }
  @media (max-width: 1270px) {
    .mod_widthWeb {
      margin: 0 20px; } }
  @media (max-width: 690px) {
    .mod_widthWeb {
      margin: 0 10px; } }
  @media (max-width: 1270px) {
    .mod_widthWeb .rowVideoContent {
      width: 33% !important; } }
  @media (max-width: 970px) {
    .mod_widthWeb .rowVideoContent {
      width: 49% !important; } }
  @media (max-width: 690px) {
    .mod_widthWeb .rowVideoContent {
      width: 100% !important; } }
  .mod_widthWeb .rowCategoryContent {
    margin-left: 0; }

.mod_2 {
  max-width: 1260px; }
  @media (max-width: 690px) {
    .mod_2 {
      flex-direction: column;
      padding: 0 10px; } }
  @media (max-width: 690px) {
    .mod_2 .rowCategoryContent {
      margin-left: 0; } }
  .mod_2Columns {
    max-width: 620px;
    width: 50%; }
    @media (max-width: 690px) {
      .mod_2Columns {
        width: 100%; } }

.mod_3 {
  max-width: 1260px;
  padding: 0 10px; }
  @media (max-width: 970px) {
    .mod_3 {
      flex-direction: column;
      justify-content: center; } }
  .mod_3Columns {
    max-width: 405px;
    min-width: 300px; }
    @media (max-width: 970px) {
      .mod_3Columns {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
        max-width: 100%;
        order: 2; } }
    @media (max-width: 690px) {
      .mod_3Columns {
        flex-direction: column; } }

.mod_sponsor {
  max-width: 100%;
  margin-bottom: 40px; }
  .mod_sponsorBack {
    width: 100%;
    background: url("https://med-codigonuevo.grupozeta.es/img/pixel_back.png") repeat-x; }
    .mod_sponsorBack > p {
      position: relative;
      top: 25px;
      padding: 10px;
      color: black;
      width: 65px;
      margin-top: 10px;
      line-height: 1.1em;
      background-color: white;
      font-weight: bold; }
  .mod_sponsorContent {
    max-width: 1260px;
    margin: 0 auto;
    margin-top: -23px; }
    @media (max-width: 1500px) {
      .mod_sponsorContent {
        margin-top: 40px; } }
    @media (max-width: 970px) {
      .mod_sponsorContent {
        width: 100%; } }
  .mod_sponsorBrand {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 30px; }
    .mod_sponsorBrand img {
      width: 100%;
      max-width: 300px; }
    .mod_sponsorBrand h3 {
      color: white;
      font-size: 2em; }
      @media (max-width: 690px) {
        .mod_sponsorBrand h3 {
          margin: 0 20px; } }
    @media (max-width: 1270px) {
      .mod_sponsorBrand {
        margin-left: 10px;
        margin-right: 10px; } }
    @media (max-width: 970px) {
      .mod_sponsorBrand {
        justify-content: space-around; } }
    @media (max-width: 690px) {
      .mod_sponsorBrand {
        justify-content: center;
        flex-wrap: wrap; } }
  .mod_sponsorInfo {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 970px) {
      .mod_sponsorInfo {
        flex-wrap: wrap;
        justify-content: space-around; } }

.modRecomend {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 294px;
  height: 314px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.7); }
  .modRecomend:hover p {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    margin-top: 20px; }
  .modRecomend:hover img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform: rotateY(180deg);
    transform-style: preserve-3d; }
  .modRecomend img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 70px;
    margin: 0 0 20px 0; }
  .modRecomend p {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
    font-size: 1.8em;
    font-weight: 300; }
  @media (max-width: 1270px) {
    .modRecomend {
      margin: 0 10px 20px 10px; } }

.modBig {
  position: relative;
  width: 620px;
  height: 544px;
  margin-bottom: 20px;
  overflow: hidden; }
  @media (max-width: 1270px) {
    .modBig {
      width: 100%;
      height: 100%; } }
  @media (max-width: 690px) {
    .modBig {
      min-height: 320px; } }

.modMed {
  position: relative;
  width: 405px;
  height: 405px;
  margin-bottom: 40px; }
  @media (max-width: 1270px) {
    .modMed {
      width: 320px;
      height: 320px; } }
  @media (max-width: 690px) {
    .modMed {
      width: 100%;
      height: 100%;
      min-height: 320px; } }

.modSmall {
  position: relative;
  width: 300px;
  max-height: 320px;
  margin-bottom: 20px;
  overflow: hidden; }
  .modSmall .modInfoBoxCat p:nth-child(1) {
    display: none; }
  @media (max-width: 1270px) {
    .modSmall {
      margin-left: 10px;
      margin-right: 10px; } }

.modNormal .modPhoto {
  padding-bottom: 64.28571%;
  width: 100%;
  height: 0;
  margin-bottom: 10px;
  overflow: hidden; }
  .modNormal .modPhoto img {
    width: 100%; }

.modNormal .modInfo {
  display: flex;
  justify-content: space-between; }
  .modNormal .modInfoBoxCat p {
    letter-spacing: 0.05em; }
    .modNormal .modInfoBoxCat p:nth-child(1) {
      text-transform: uppercase;
      margin-bottom: 5px;
      font-weight: bold; }
    .modNormal .modInfoBoxCat p:nth-child(2) {
      margin-bottom: 10px; }
    .modNormal .modInfoBoxCat p span {
      color: #717274; }
      .modNormal .modInfoBoxCat p span:after {
        content: " - "; }
  .modNormal .modInfoBoxRRSS {
    position: absolute;
    right: 5px;
    top: 0;
    margin-top: 66%;
    display: flex; }
    .modNormal .modInfoBoxRRSS img {
      width: 15px;
      margin: 0 5px; }

.modNormal .modText h2 {
  -webkit-line-clamp: 3;
  line-height: 1.1em;
  max-height: 95px; }

.modMask [alt="facebook_b"], .modMask [alt="twitter_b"] {
  display: none; }

.modMask [alt="facebook_w"], .modMask [alt="twitter_w"] {
  display: block; }

.modMask .modPhoto {
  display: block !important; }

.modMask .modContent {
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.7); }

.modMask .modInfo a, .modMask .modInfo span, .modMask .modInfo p {
  color: #fff !important; }

.modMask .modText h2 {
  max-height: 170px !important;
  margin-bottom: 23px !important;
  -webkit-line-clamp: 4;
  color: white; }
  .modMask .modText h2 a {
    color: white; }

.modYellow {
  background-color: #f4cd40; }
  .modYellow .modContent {
    border: 1px solid #c3a433; }
  .modYellow .modText h2 {
    -webkit-line-clamp: 5; }

.modWhite {
  background-color: white;
  border: 1px solid #c7c7c7; }
  .modWhite .modText h2 {
    -webkit-line-clamp: 5; }

.modYellow, .modWhite {
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .modYellow .modPhoto, .modWhite .modPhoto {
    opacity: 0;
    filter: opacity(0.3);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .modYellow .modPhoto img, .modWhite .modPhoto img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
  .modYellow:hover, .modWhite:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #000; }
    .modYellow:hover .modPhoto, .modWhite:hover .modPhoto {
      opacity: 1;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .modYellow:hover .modPhoto img, .modWhite:hover .modPhoto img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
    .modYellow:hover .modContent, .modWhite:hover .modContent {
      border: 1px solid transparent; }
    .modYellow:hover .modInfoBoxCat p, .modYellow:hover .modInfoBoxCat span, .modYellow:hover .modInfoBoxCat h2, .modYellow:hover .modText p, .modYellow:hover .modText span, .modYellow:hover .modText h2, .modWhite:hover .modInfoBoxCat p, .modWhite:hover .modInfoBoxCat span, .modWhite:hover .modInfoBoxCat h2, .modWhite:hover .modText p, .modWhite:hover .modText span, .modWhite:hover .modText h2 {
      color: white; }
    .modYellow:hover [alt="facebook_b"], .modYellow:hover [alt="twitter_b"], .modWhite:hover [alt="facebook_b"], .modWhite:hover [alt="twitter_b"] {
      display: none; }
    .modYellow:hover [alt="facebook_w"], .modYellow:hover [alt="twitter_w"], .modWhite:hover [alt="facebook_w"], .modWhite:hover [alt="twitter_w"] {
      display: block; }

.modYellow [alt="facebook_b"], .modYellow [alt="twitter_b"], .modWhite [alt="facebook_b"], .modWhite [alt="twitter_b"], .modNormal [alt="facebook_b"], .modNormal [alt="twitter_b"] {
  display: block; }

.modYellow [alt="facebook_w"], .modYellow [alt="twitter_w"], .modWhite [alt="facebook_w"], .modWhite [alt="twitter_w"], .modNormal [alt="facebook_w"], .modNormal [alt="twitter_w"] {
  display: none; }

.modYellow .modPhoto, .modWhite .modPhoto, .modMask .modPhoto {
  width: 100%;
  height: 100%; }
  .modYellow .modPhoto img, .modWhite .modPhoto img, .modMask .modPhoto img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover; }

.modYellow .modContent, .modWhite .modContent, .modMask .modContent {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.modYellow .modInfo, .modWhite .modInfo, .modMask .modInfo {
  padding: 7% 40px; }
  .modYellow .modInfoBoxCat p, .modWhite .modInfoBoxCat p, .modMask .modInfoBoxCat p {
    letter-spacing: 0.05em; }
    .modYellow .modInfoBoxCat p:nth-child(1), .modWhite .modInfoBoxCat p:nth-child(1), .modMask .modInfoBoxCat p:nth-child(1) {
      display: none; }
    .modYellow .modInfoBoxCat p:nth-child(2), .modWhite .modInfoBoxCat p:nth-child(2), .modMask .modInfoBoxCat p:nth-child(2) {
      margin-bottom: 10px; }
    .modYellow .modInfoBoxCat p span, .modWhite .modInfoBoxCat p span, .modMask .modInfoBoxCat p span {
      color: #717274; }
      .modYellow .modInfoBoxCat p span:after, .modWhite .modInfoBoxCat p span:after, .modMask .modInfoBoxCat p span:after {
        content: " - "; }
        @media (max-width: 1270px) {
          .modYellow .modInfoBoxCat p span:after, .modWhite .modInfoBoxCat p span:after, .modMask .modInfoBoxCat p span:after {
            content: ""; } }
      @media (max-width: 1270px) {
        .modYellow .modInfoBoxCat p span, .modWhite .modInfoBoxCat p span, .modMask .modInfoBoxCat p span {
          display: block;
          margin-bottom: 3px; } }
  .modYellow .modInfoBoxRRSS, .modWhite .modInfoBoxRRSS, .modMask .modInfoBoxRRSS {
    display: flex;
    position: absolute;
    top: 0;
    right: 40px;
    margin-top: 10%;
    z-index: 10; }
    .modYellow .modInfoBoxRRSS img, .modWhite .modInfoBoxRRSS img, .modMask .modInfoBoxRRSS img {
      width: 15px;
      margin: 0 5px; }

.modYellow .modText h2, .modWhite .modText h2, .modMask .modText h2 {
  position: absolute;
  bottom: 0;
  height: auto;
  margin-bottom: 20px;
  padding: 0 40px;
  line-height: 1.2em; }

.videoRow {
  width: 100%;
  background-color: black;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center; }
  .videoRow h3 {
    padding: 30px 0;
    color: white; }
  .videoRowContent {
    display: flex;
    flex-direction: row;
    margin: 0 auto; }
    @media (max-width: 690px) {
      .videoRowContent {
        flex-direction: column; } }

.videoBoxBig, .videoBoxSmall {
  position: relative;
  overflow: hidden; }
  .videoBoxBig img, .videoBoxSmall img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .videoBoxBigMask, .videoBoxSmallMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: rgba(0, 0, 0, 0.7); }
    .videoBoxBigMask:hover, .videoBoxSmallMask:hover {
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      background-color: transparent; }
      .videoBoxBigMask:hover h2, .videoBoxSmallMask:hover h2 {
        background: -webkit-linear-gradient(transparent, #0f0f0f, black);
        background: -moz-linear-gradient(transparent, #0f0f0f, black);
        background: -ms-linear-gradient(transparent, #0f0f0f, black);
        background: -o-linear-gradient(transparent, #0f0f0f, black);
        background: linear-gradient(transparent, #0f0f0f, black); }
      .videoBoxBigMask:hover .videoBoxInfo, .videoBoxSmallMask:hover .videoBoxInfo {
        background-color: black; }
  @media (max-width: 690px) {
    .videoBoxBig, .videoBoxSmall {
      width: 100% !important;
      height: 300px !important; }
      .videoBoxBig h2, .videoBoxSmall h2 {
        height: 80px !important;
        font-size: 1.5em !important; }
      .videoBoxBig .videoBoxCat, .videoBoxSmall .videoBoxCat {
        font-size: 1em !important; }
      .videoBoxBig .videoBoxPlay, .videoBoxSmall .videoBoxPlay {
        width: 80px !important;
        height: 80px !important; }
        .videoBoxBig .videoBoxPlay img, .videoBoxSmall .videoBoxPlay img {
          width: 35px !important;
          height: 35px !important; } }

.videoBoxContent {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%; }

.videoBoxInfo {
  display: flex;
  padding: 10px 20px; }

.videoBoxText {
  height: 376px;
  position: relative; }
  .videoBoxText h2 {
    position: absolute;
    bottom: 0;
    width: 96%;
    padding: 10px 20px;
    line-height: 1.2em;
    text-align: left;
    color: white;
    -webkit-line-clamp: 3;
    overflow: hidden; }

.videoBoxCat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 0 10px;
  text-align: left;
  color: white; }
  .videoBoxCat p {
    letter-spacing: 0.05em; }
    .videoBoxCat p a {
      color: white; }
    .videoBoxCat p:nth-child(1) {
      text-transform: uppercase;
      margin-bottom: 5px; }
    .videoBoxCat p:nth-child(2) {
      font-size: 0.8em; }
    .videoBoxCat p span:after {
      content: " - "; }

.videoBoxPlay {
  border: 2px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4); }
  .videoBoxPlay img {
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%); }

.videoBoxBig {
  width: 50%;
  height: 480px; }
  @media (max-width: 970px) {
    .videoBoxBig {
      height: 310px; } }
  .videoBoxBig h2 {
    height: 140px;
    font-size: 2.5em; }
    @media (max-width: 970px) {
      .videoBoxBig h2 {
        height: 110px;
        font-size: 2em; } }
  .videoBoxBig .videoBoxPlay {
    width: 80px;
    height: 80px; }
    .videoBoxBig .videoBoxPlay img {
      width: 35px;
      height: 35px; }

.videoBoxSmall {
  width: 33.3%;
  height: 320px; }
  @media (max-width: 970px) {
    .videoBoxSmall {
      height: 150px; } }
  .videoBoxSmall h2 {
    height: 78px;
    font-size: 1.5em; }
    @media (max-width: 970px) {
      .videoBoxSmall h2 {
        height: 63px;
        font-size: 1.2em; } }
  @media (max-width: 970px) {
    .videoBoxSmall .videoBoxCat {
      font-size: 0.8em; } }
  .videoBoxSmall .videoBoxPlay {
    width: 40px;
    height: 40px; }
    .videoBoxSmall .videoBoxPlay img {
      width: 15px;
      height: 15px; }

.videoChannels {
  width: 245px;
  height: 425px;
  text-align: center; }
  .videoChannels img {
    width: 95%;
    max-height: 365px;
    margin-bottom: 10px; }
  .videoChannels h2 {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 5px;
    color: white;
    font-size: 1.2em; }
  .videoChannels p {
    width: 95%;
    margin: 0 auto;
    color: #717274;
    font-size: 1em; }

.row {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  padding: 20px 0;
  margin-bottom: 40px; }
  .row h3 {
    color: white;
    margin: 0 0 20px 20px;
    font-size: 2em;
    font-weight: 300; }
  .row .flickity-prev-next-button {
    width: 45px;
    height: 348px;
    top: 174px !important;
    border-radius: 0%;
    background-color: rgba(0, 0, 0, 0.75); }
    .row .flickity-prev-next-button:hover {
      background-color: rgba(0, 0, 0, 0.75); }
    .row .flickity-prev-next-button.previous {
      left: 0 !important; }
    .row .flickity-prev-next-button.next {
      right: 0 !important; }
    .row .flickity-prev-next-button .arrow {
      fill: #fff; }
  .rowContent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1260px;
    margin: 0 auto; }
    @media (max-width: 1270px) {
      .rowContent {
        justify-content: center; } }

.sectionHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 150px;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (max-width: 690px) {
    .sectionHeader {
      height: 200px; } }
  .sectionHeader h1, .sectionHeader h3 {
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    font-size: 3em;
    font-weight: 300; }
    @media (max-width: 970px) {
      .sectionHeader h1, .sectionHeader h3 {
        font-size: 6vw; } }

.sectionContent {
  margin-top: 40px; }
  .sectionContentTittle {
    width: 98%;
    max-width: 1260px;
    margin: 0 auto 20px auto;
    border-top: 1px solid #282828;
    border-bottom: 1px solid #282828; }
    .sectionContentTittle h1, .sectionContentTittle p {
      color: black;
      padding: 10px;
      line-height: 1.2em;
      font-size: 2em; }

.sectionContainer {
  display: flex;
  justify-content: space-between; }
  .sectionContainer .mod_3Columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 885px; }
    @media (min-width: 900px) and (max-width: 1269px) {
      .sectionContainer .mod_3Columns {
        justify-content: space-around; }
        .sectionContainer .mod_3Columns .modMed {
          width: 380px;
          height: 380px; } }
    @media (max-width: 970px) {
      .sectionContainer .mod_3Columns {
        justify-content: space-around; } }
    @media (max-width: 690px) {
      .sectionContainer .mod_3Columns {
        flex-wrap: nowrap; } }

.sectionMore {
  display: flex;
  justify-content: center;
  min-width: 300px;
  max-width: 1000px;
  border: 2px solid black;
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  .sectionMore:hover {
    background-color: #717274;
    color: white !important;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
  @media (max-width: 970px) {
    .sectionMore {
      margin: 0 20px 20px 20px; } }
  .sectionMore p {
    text-transform: uppercase;
    padding: 15px;
    font-size: 2em; }

.authorpageContent {
  display: flex;
  max-width: 884px;
  border-bottom: 3px dotted #282828;
  margin-bottom: 20px;
  padding: 0px 0 10px 0; }
  @media (max-width: 970px) {
    .authorpageContent {
      justify-content: center;
      align-items: center;
      flex-direction: column; } }

.authorpageImage {
  width: 190px;
  height: 190px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.authorpageRRSS {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  width: 200px; }
  .authorpageRRSS li {
    margin-right: 10px; }
  .authorpageRRSS img {
    width: 25px; }

.authorpageText {
  width: 100%; }
  .authorpageText p {
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-top: 25px;
    padding-left: 30px;
    color: #282828;
    font-family: "Arimo", sans-serif;
    font-size: 1em;
    font-weight: 300; }
    @media (max-width: 970px) {
      .authorpageText p {
        padding: 10px 0; } }

.articleMainImage img, .readmore img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.mainContainer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1260px;
  margin: 20px auto;
  padding-bottom: 30px;
  border-bottom: 2px black dashed; }
  .mainContainerLeft {
    width: 930px; }
    @media (max-width: 1270px) {
      .mainContainerLeft {
        width: 95%;
        max-width: 930px;
        margin-right: 10px;
        margin-left: 10px; } }
  .mainContainerRight {
    width: 100%;
    max-width: 300px; }
    @media (max-width: 1270px) {
      .mainContainerRight {
        margin-right: 10px; } }
    @media (max-width: 970px) {
      .mainContainerRight {
        display: none; } }
    .mainContainerRightMobile {
      display: flex;
      justify-content: center; }
    .mainContainerRight .rightAd {
      margin: 0 0 40px 0; }
      .mainContainerRight .rightAd:after {
        content: "publicidad";
        display: flex;
        justify-content: center;
        color: #c7c7c7;
        margin: 10px 0 20px 0;
        font-weight: 300; }
    .mainContainerRightAside {
      overflow: hidden; }
  .mainContainerTop {
    display: none;
    justify-content: center;
    max-width: 990px;
    max-height: 250px;
    margin-top: 10px;
    margin-bottom: 20px; }
    @media (max-width: 970px) {
      .mainContainerTop {
        display: flex; } }

.articleMainImage {
  width: 100%;
  max-height: 630px; }
  .articleMainImage img {
    max-height: 600px;
    overflow: hidden; }

.articleFootImg {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  color: #717274;
  margin: 10px 0;
  letter-spacing: 0.1em;
  font-size: 0.9em; }
  .articleFootImg:before {
    content: "FOTO: ";
    margin-right: 5px;
    font-weight: bold; }

.articleLeftAside {
  width: 180px; }
  @media (max-width: 1270px) {
    .articleLeftAside {
      width: auto; } }
  .articleLeftAsideFixed {
    width: 180px;
    overflow: hidden; }
    @media (max-width: 1270px) {
      .articleLeftAsideFixed {
        width: auto; } }

.articleBody {
  width: 660px;
  margin: 0 10px; }
  @media (max-width: 1270px) {
    .articleBody {
      width: auto; } }
  .articleBodyContent {
    display: flex;
    justify-content: space-between;
    margin-top: 20px; }
    @media (max-width: 1270px) {
      .articleBodyContent {
        flex-direction: column; } }

.articleRRSS {
  width: 100%;
  height: 120px;
  margin-bottom: 20px; }
  @media (max-width: 1270px) {
    .articleRRSS {
      display: flex;
      height: 60px; } }
  .articleRRSS p {
    color: white; }
    @media (max-width: 1270px) {
      .articleRRSS p {
        padding: 0 10px; } }
  .articleRRSS ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%; }
    @media (max-width: 1270px) {
      .articleRRSS ul {
        height: auto; } }
    .articleRRSS ul li img {
      width: 25px;
      padding: 0 25px; }
    .articleRRSS ul:nth-child(1) {
      background-color: black; }
    .articleRRSS ul:nth-child(2) {
      justify-content: space-between;
      border: 1px solid #c7c7c7; }
      @media (max-width: 1270px) {
        .articleRRSS ul:nth-child(2) {
          border: 1px solid #c7c7c7; } }
      .articleRRSS ul:nth-child(2) li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 33.3%;
        height: 100%; }
        .articleRRSS ul:nth-child(2) li:nth-child(2) {
          border-right: 1px solid #c7c7c7;
          border-left: 1px solid #c7c7c7; }
        @media (max-width: 970px) {
          .articleRRSS ul:nth-child(2) li:nth-child(3) {
            border-right: 1px solid #c7c7c7; } }
  .articleRRSSBottom {
    position: fixed;
    bottom: 0;
    display: none;
    width: 100%;
    height: 50px;
    background-color: white;
    z-index: 10; }
    @media (max-width: 970px) {
      .articleRRSSBottom {
        display: block; } }
    .articleRRSSBottom ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 600px;
      height: 100%;
      margin: 0 auto; }
    .articleRRSSBottom li img {
      width: 25px;
      padding: 0 25px; }

.articleSponsor {
  display: none;
  width: 99%;
  min-height: 100px;
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
  border: 1px solid #c7c7c7; }
  @media (max-width: 1270px) {
    .articleSponsor {
      display: none;
      justify-content: center;
      flex-direction: column;
      width: auto; } }
  .articleSponsor img {
    max-width: 90%;
    margin: 10px; }
  .articleSponsor:before {
    content: "patrocinador";
    position: relative;
    top: -25px;
    text-transform: uppercase;
    font-weight: bold; }

.articleTittle {
  width: 100%; }
  .articleTittle h1, .articleTittle h2 {
    margin-bottom: 20px;
    line-height: 1.3em;
    font-size: 2.8em;
    font-weight: bold; }
  .articleTittle p {
    margin-bottom: 20px;
    line-height: 1.4em;
    font-size: 1.3em;
    font-weight: 400; }
  .articleTittle a {
    color: #ffcc00; }

.articleDateAuthor {
  margin-bottom: 20px;
  color: #717274;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  padding: 20px 0; }
  .articleDateAuthor p span {
    color: #ee3820;
    text-transform: uppercase;
    font-weight: bold; }
    .articleDateAuthor p span:after {
      content: " - ";
      color: #717274; }
  .articleDateAuthor p:nth-child(1) {
    margin-bottom: 10px;
    font-weight: bold; }
  .articleDateAuthor p:nth-child(2) {
    font-weight: normal; }

.articleMain {
  width: 100%;
  font-family: "Arimo", sans-serif; }
  @media (max-width: 970px) {
    .articleMain {
      width: 100%; } }
  .articleMain .articleFootImg {
    margin-top: -20px;
    margin-bottom: 40px; }
  .articleMain h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 2em; }
  .articleMain p {
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-bottom: 25px;
    color: #282828;
    font-size: 1em;
    font-weight: 300; }
    @media (max-width: 970px) {
      .articleMain p {
        line-height: 1.875em;
        font-size: 1.063em; } }
    @media (max-width: 690px) {
      .articleMain p {
        line-height: 1.625em;
        font-size: 1.063em; } }
    .articleMain p img {
      margin-top: 25px; }
    .articleMain p strong, .articleMain p b {
      font-weight: bold; }
    .articleMain p i, .articleMain p em {
      font-style: italic; }
    .articleMain p a {
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear;
      color: #ffcc00; }
  .articleMain ul {
    margin-bottom: 25px; }
  .articleMain li {
    list-style-type: square;
    margin-left: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 1.2em; }
  .articleMain img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 25px; }
  .articleMain iframe {
    width: 100%;
    margin: 0 auto !important;
    margin-bottom: 20px !important; }
  @media (max-width: 970px) {
    .articleMain .rightAd {
      margin-top: 40px; } }

blockquote {
  width: 93%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 0px 10px;
  text-align: center;
  line-height: 45px;
  color: #000;
  border-top: 2px solid #717274;
  border-bottom: 1px solid #717274; }
  blockquote p {
    margin-bottom: 0 !important;
    padding: 10px 0 0 0;
    font-size: 1.7em !important;
    font-style: italic;
    font-weight: 400; }
  blockquote span {
    color: #717274;
    font-weight: bold; }
  blockquote .RRSS {
    display: flex;
    justify-content: center;
    margin-top: 10px; }
    blockquote .RRSS ul {
      display: flex;
      margin-bottom: -40px;
      padding: 0 20px;
      justify-content: space-between;
      background-color: white;
      width: 60px; }
      blockquote .RRSS ul li {
        list-style-type: none;
        margin-left: 0; }
        blockquote .RRSS ul li img {
          width: 20px; }

.readmore {
  display: flex;
  align-items: center;
  width: 93%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px;
  text-align: left;
  color: #000;
  border-top: 1px solid #717274;
  border-bottom: 1px solid #717274; }
  .readmore p {
    width: 100%;
    margin-bottom: 0 !important;
    line-height: 1.3em;
    font-size: 1.1em;
    font-weight: bold; }
    .readmore p:before {
      display: block;
      content: "Leer más";
      color: #ee3820;
      font-size: 1em;
      font-weight: bold; }
  .readmoreImgContent {
    width: 100px;
    height: 64px;
    overflow: hidden;
    margin-right: 20px; }

.gallerySee {
  position: relative; }
  .gallerySee p {
    font-weight: bold; }
  .gallerySeeButton {
    display: inline-block;
    padding: 10px;
    margin: 10px;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #000; }
  .gallerySeeContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    min-width: 230px;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10; }
    @media (max-width: 970px) {
      .gallerySeeContentTittle > p {
        display: none; } }

.videoPlaylistBoxArrows, .videoPlaylistBoxContent {
  position: absolute;
  left: 0;
  display: flex;
  width: 100%;
  height: 50px; }

.videoCategory {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 1260px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-bottom: 2px solid black; }
  .videoCategory h3 {
    margin-bottom: 10px;
    font-size: 2em; }
    @media (max-width: 1270px) {
      .videoCategory h3 {
        padding-left: 5px; } }
  .videoCategory p {
    margin-bottom: 10px; }
    @media (max-width: 1270px) {
      .videoCategory p {
        padding-right: 5px; } }

.videoMain {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  height: 600px; }
  @media (max-width: 690px) {
    .videoMain {
      height: 340px; } }
  .videoMain img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .videoMainMask {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .videoMainMask a {
      color: white; }
    .videoMainMask:hover {
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear;
      background-color: rgba(0, 0, 0, 0.7); }
  .videoMainText {
    width: 50%;
    padding-left: 40px;
    margin-bottom: 40px; }
    .videoMainText h2 {
      line-height: 1.2em;
      font-size: 2em; }
    @media (max-width: 690px) {
      .videoMainText {
        width: auto;
        padding-left: 10px;
        padding-right: 10px; } }
  .videoMainInfo {
    display: flex;
    align-items: center;
    height: 80px;
    padding-left: 40px;
    margin-bottom: 40px;
    line-height: 1.4em; }
    @media (max-width: 690px) {
      .videoMainInfo {
        padding-left: 10px;
        padding-right: 10px; } }
  .videoMainCat p {
    line-height: 1.5em; }
    .videoMainCat p:nth-child(1) {
      letter-spacing: 0.1em;
      -webkit-text-shadow: 0 0.2rem 0.3rem black;
      -moz-text-shadow: 0 0.2rem 0.3rem black;
      -ms-text-shadow: 0 0.2rem 0.3rem black;
      -o-text-shadow: 0 0.2rem 0.3rem black;
      text-shadow: 0 0.2rem 0.3rem black;
      font-weight: 300; }
  .videoMainPlay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border: 2px solid white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4); }
    .videoMainPlay img {
      width: 40px;
      height: 40px;
      margin-left: 5px; }

.videoContentView {
  width: 100%;
  background-color: #282828; }

.videoView {
  display: flex;
  justify-content: space-between;
  max-width: 1260px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 20px 0;
  overflow: hidden; }
  @media (max-width: 1270px) {
    .videoView {
      padding: 0; } }
  .videoViewPlay {
    position: relative;
    width: 100%;
    max-width: 940px;
    padding-top: 25px;
    padding-bottom: 41%;
    height: 0; }
    @media (max-width: 1270px) {
      .videoViewPlay {
        max-width: 100%;
        padding-bottom: 56.26%; } }
    .videoViewPlay iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .videoViewMoreV {
    position: relative;
    width: 300px;
    height: 542px;
    background-color: black; }
    @media (max-width: 1270px) {
      .videoViewMoreV {
        display: none; } }
  .videoViewMoreH {
    position: relative;
    display: none;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
    background-color: black;
    overflow: hidden; }
    @media (max-width: 1270px) {
      .videoViewMoreH {
        display: block; } }
  .videoViewInfo {
    display: flex;
    justify-content: space-between;
    max-width: 1260px;
    margin: 0 auto;
    margin-bottom: 40px; }
    @media (max-width: 1270px) {
      .videoViewInfo {
        margin: 0 10px 40px 10px; } }
    @media (max-width: 970px) {
      .videoViewInfo {
        flex-direction: column; } }
  .videoViewText {
    max-width: 940px;
    margin-right: 20px;
    overflow-wrap: break-word; }
    .videoViewText h1 {
      line-height: 1.2em;
      margin-bottom: 10px;
      font-size: 2.5em; }
    .videoViewText p {
      margin-bottom: 10px;
      line-height: 1.3em;
      font-weight: 300;
      font-size: 1.3em; }
      .videoViewText p span {
        font-weight: bold; }
        .videoViewText p span:after {
          content: " · "; }
      .videoViewText p:nth-child(2) {
        color: #717274;
        font-size: 1.1em;
        font-weight: normal; }
  .videoViewRRSS {
    width: 300px;
    height: 60px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7; }
    @media (max-width: 970px) {
      .videoViewRRSS {
        margin-top: 20px; } }
    .videoViewRRSS img {
      width: 25px; }
    .videoViewRRSS ul {
      display: flex;
      height: 100%; }
      .videoViewRRSS ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        text-align: center; }
        .videoViewRRSS ul li:nth-child(2) {
          border-left: 1px solid #c7c7c7;
          border-right: 1px solid #c7c7c7; }
        .videoViewRRSS ul li:nth-child(3) {
          width: 200%;
          border-right: 1px solid #c7c7c7; }

.videoPlaylist {
  width: 100%;
  height: 100%; }
  .videoPlaylistImgContent {
    width: 200px;
    height: 65px;
    overflow: hidden; }
    @media (max-width: 1270px) {
      .videoPlaylistImgContent {
        width: 100px; } }
    .videoPlaylistImgContent img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .videoPlaylist ul {
    margin: 60px 0; }
  .videoPlaylist li {
    display: flex;
    align-items: center;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: left;
    color: white;
    border-bottom: 1px solid #717274; }
    .videoPlaylist li p {
      display: block;
      display: -webkit-box;
      margin-left: 10px;
      height: 57px;
      width: 300px;
      line-height: 1.2em;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;
      overflow: hidden;
      font-size: 1em;
      font-weight: 300; }
      @media (max-width: 1270px) {
        .videoPlaylist li p {
          width: 100%; } }
      .videoPlaylist li p a {
        color: white; }
  .videoPlaylistBox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    cursor: pointer; }
    .videoPlaylistBoxArrows {
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.7); }
      .videoPlaylistBoxArrows .videoPlaylistBox:first-child {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      .videoPlaylistBoxArrows .videoPlaylistBox img {
        width: 30px; }
      .videoPlaylistBoxArrows .videoPlaylistBox:hover {
        background-color: rgba(255, 255, 255, 0.7); }
      @media (max-width: 970px) {
        .videoPlaylistBoxArrows .videoPlaylistBox:hover {
          background-color: transparent; }
        .videoPlaylistBoxArrows .videoPlaylistBox:active {
          background-color: rgba(255, 255, 255, 0.7); } }
    .videoPlaylistBox p {
      color: white; }
    .videoPlaylistBoxContent {
      top: 0;
      background-color: black; }

.last-videos-tab {
  display: none; }

.active {
  background-color: white;
  cursor: default; }
  .active p {
    color: black; }
  @media (max-width: 1270px) {
    .active {
      border-top: 1px solid black; } }

.rowCategory {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
  background-color: #282828; }
  .rowCategory h1 {
    color: white;
    text-transform: uppercase;
    font-size: 8em; }
    @media (max-width: 970px) {
      .rowCategory h1 {
        font-size: 15vw; } }
  .rowCategory img {
    padding: 20px; }
  @media (max-width: 690px) {
    .rowCategory img {
      width: 90%;
      max-width: 500px; } }
  .rowCategoryContent {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-right: 20px; }
    @media (max-width: 1270px) {
      .rowCategoryContent {
        margin-left: 20px; } }
    .rowCategoryContent .videoMain {
      width: 100% !important;
      height: 180px; }
    .rowCategoryContent .rowVideoContent {
      width: 300px;
      margin-bottom: 20px;
      margin-right: 13px; }
      @media (max-width: 690px) {
        .rowCategoryContent .rowVideoContent {
          width: 100% !important; } }

.rowVideo {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 1260px; }
  .rowVideoContainer {
    width: 100%;
    max-width: 940px;
    margin-right: 20px; }
    @media (max-width: 970px) {
      .rowVideoContainer {
        margin-right: 0; } }
  .rowVideoContent {
    width: 315px;
    height: 260px; }
    .rowVideoContent .videoMain {
      width: 95%;
      height: 180px;
      margin-bottom: 5px; }
      .rowVideoContent .videoMainText {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 0px; }
        .rowVideoContent .videoMainText h2 {
          font-size: 1.2em;
          font-weight: 400; }
      .rowVideoContent .videoMainInfo {
        padding-left: 20px;
        margin-bottom: 0px; }
      .rowVideoContent .videoMainPlay {
        width: 40px;
        height: 40px; }
        .rowVideoContent .videoMainPlay img {
          width: 20px;
          height: 20px; }
  .rowVideo .flickity-prev-next-button {
    width: 45px;
    height: 100%;
    border-radius: 0%;
    background-color: rgba(255, 255, 255, 0.7); }
    .rowVideo .flickity-prev-next-button:hover {
      background-color: rgba(255, 255, 255, 0.7); }
    .rowVideo .flickity-prev-next-button.previous {
      left: 0 !important; }
    .rowVideo .flickity-prev-next-button.next {
      right: 0 !important; }
    .rowVideo .flickity-prev-next-button .arrow {
      fill: #000; }

.staticTittles {
  color: #282828; }
  .staticTittles h1 {
    margin-bottom: 20px;
    font-size: 2.2em;
    font-weight: bold; }
  .staticTittles p {
    line-height: 1.3em;
    font-size: 1.2em;
    font-weight: 400; }

.staticPages h2 {
  display: inline-flex;
  margin-bottom: 40px;
  color: #282828;
  border-bottom: 3px solid #ee3820;
  font-size: 2em;
  font-weight: bold; }

.staticPages p {
  letter-spacing: 1px;
  line-height: 1.5em;
  margin-bottom: 25px;
  color: #282828;
  font-size: 1.3em;
  font-weight: 300; }
  .staticPages p strong, .staticPages p b {
    font-weight: bold; }
  .staticPages p i {
    font-style: italic; }
  .staticPages p a {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    color: #282828;
    border-bottom: 2px solid #ee3820; }
    .staticPages p a:hover {
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -ms-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear;
      color: #717274; }

.staticPages ul {
  margin-bottom: 25px; }

.staticPages li {
  letter-spacing: 1px;
  line-height: 30px;
  font-size: 1.2em; }
  .staticPages li p span, .staticPages li p span a {
    margin-left: 8px;
    color: #ee3820;
    font-size: 1.2em; }
    @media (max-width: 690px) {
      .staticPages li p span, .staticPages li p span a {
        display: table-cell; } }
  .staticPages li p img {
    display: inherit;
    width: 40px;
    margin-bottom: 0; }

.staticPages img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  margin-bottom: 25px; }

.staticPages iframe {
  width: 100%;
  margin: 0 auto !important;
  margin-bottom: 20px !important; }

.mainContainerStatic {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1260px;
  margin: 20px auto; }
  @media (max-width: 1270px) {
    .mainContainerStatic {
      flex-direction: column;
      align-items: center;
      justify-content: center; } }

.contactContent {
  margin: 0 auto;
  padding: 20px 0;
  width: 100%; }
  .contactContent input, .contactContent textarea {
    color: black !important; }
  .contactContent li {
    color: #717274;
    font-size: 0.9em;
    font-weight: 300; }
    .contactContent li:nth-child(5) {
      margin-top: 5px; }
  .contactContent a li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
    color: white;
    background-color: black;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 400; }
  .contactContent input {
    height: 60px;
    margin: 10px 0 0 0; }
  .contactContent textarea {
    max-width: 930px;
    min-width: 300px;
    min-height: 200px;
    margin: 10px 0 0 0; }
  .contactContent input, .contactContent textarea {
    font-family: "Oswald", sans-serif;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #c7c7c7;
    outline: 0;
    font-size: 1.1em; }

[alt="peace"], [alt="black-hole"] {
  width: 300px; }

.notFound {
  width: 100%;
  max-width: 1260px;
  margin-bottom: 40px; }
  .notFound404 {
    text-align: center; }
    .notFound404 img {
      width: 40%; }
  .notFoundError {
    margin: 0 0 40px 0;
    text-align: center; }

.e-00, .e-03, .e-05 {
  text-align: center; }
  .e-00 p, .e-03 p, .e-05 p {
    font-size: 4em;
    font-style: italic; }

.e-01 p {
  line-height: 1.2em; }
  .e-01 p:nth-child(1) {
    text-transform: uppercase;
    font-size: 4em; }
  .e-01 p:nth-child(2) {
    font-size: 1.8em; }
  .e-01 p:nth-child(3) {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: bold; }
  .e-01 p:nth-child(4) {
    text-transform: uppercase;
    font-size: 1.3em; }

.e-02 p {
  line-height: 1.5em;
  font-size: 1.5em; }
  .e-02 p a {
    border-bottom: 3px solid #ee3820;
    font-weight: bold; }
  .e-02 p:nth-child(1) {
    text-transform: uppercase;
    font-size: 4em; }
  .e-02 p:nth-child(2) {
    font-size: 1.8em; }
  .e-02 p:nth-child(3), .e-02 p:nth-child(4) {
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: bold; }

.e-04, .e-06 {
  text-align: center; }
  .e-04 p, .e-06 p {
    line-height: 1.5em;
    font-size: 3em;
    font-style: italic; }
    .e-04 p a, .e-06 p a {
      border-bottom: 3px solid #ee3820;
      font-weight: bold; }

.carousel-cell .modPhoto, .carousel-cell .modContent {
  width: 90%; }

.carousel-cell .modText h2 {
  max-height: 90px; }

.tableGDPR {
  width: 100%;
  max-width: 1000px;
  border: 1px solid black; }

.rowGDPR {
  display: flex;
  overflow-wrap: break-word; }
  .rowGDPR p {
    width: 50%;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px;
    margin-bottom: 0; }
    @media (max-width: 690px) {
      .rowGDPR p {
        width: 43%; } }

.gallery {
  background-color: black; }
  .gallery h1 {
    max-width: 800px;
    padding: 0 10px;
    margin: 20px auto;
    text-align: center;
    line-height: 1.2em;
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 2em; }
  .gallery p {
    max-width: 800px;
    padding: 0 10px;
    margin: 40px auto;
    text-align: center;
    line-height: 1.2em;
    color: white;
    font-family: "Oswald", sans-serif;
    font-size: 1.2em; }
    .gallery p a {
      color: white;
      text-decoration: underline; }
  .galleryInfo {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 20px 0;
    color: white;
    border-bottom: 1px solid #c7c7c7; }
  .galleryRRSS {
    width: 200px;
    margin: 0 10px; }
    @media (max-width: 970px) {
      .galleryRRSS {
        width: 140px;
        overflow: hidden; } }
    .galleryRRSS ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%;
      border: 1px solid #c7c7c7;
      background-color: white; }
      .galleryRRSS ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 33.3%;
        height: 100%; }
        .galleryRRSS ul li:nth-child(2) {
          border-right: 1px solid #c7c7c7;
          border-left: 1px solid #c7c7c7; }
        .galleryRRSS ul li img {
          width: 25px;
          padding: 0 25px; }
  .galleryDateAuthor p {
    max-width: 300px;
    padding: 0 10px;
    margin: 5px 0;
    text-align: left;
    line-height: 1.2em;
    font-size: 0.9em;
    font-weight: bold;
    font-family: "Arimo", sans-serif; }
    .galleryDateAuthor p a {
      color: white; }
    .galleryDateAuthor p span {
      font-weight: bold; }
      .galleryDateAuthor p span:after {
        content: ' - '; }
    .galleryDateAuthor p:last-child {
      font-weight: normal; }
  .galleryContent h2 {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.3em;
    font-size: 1.5em; }
  .galleryContent p {
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 1.2em;
    font-size: 1em;
    font-family: "Arimo", sans-serif; }
    .galleryContent p a {
      color: #ffcc00; }
  .galleryContainer {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto; }
    @media (max-width: 970px) {
      .galleryContainer {
        display: block; } }
    .galleryContainer ul {
      max-width: 640px;
      margin: 20px 0; }
      @media (max-width: 970px) {
        .galleryContainer ul {
          max-width: 100%; } }
      .galleryContainer ul li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 0 70px 0;
        color: white; }
        .galleryContainer ul li:last-child {
          margin: 0 0 10px 0; }
        @media (max-width: 970px) {
          .galleryContainer ul li {
            padding: 0 10px; } }
        .galleryContainer ul li img {
          max-width: 100%;
          height: auto; }
          @media (max-width: 970px) {
            .galleryContainer ul li img {
              max-width: 100%;
              height: auto; } }
  .galleryAside {
    max-width: 300px;
    width: 100%;
    margin: 20px 0; }
    @media (max-width: 970px) {
      .galleryAside {
        margin: 20px auto; } }
  .galleryImageFoot {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
    text-align: right !important; }
    .galleryImageFoot span {
      color: #c7c7c7;
      font-family: "Arimo", sans-serif;
      font-weight: normal;
      font-size: 0.7em; }

.footerContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.95); }
  .footerContent ul {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    max-width: 1000px;
    color: #717274;
    letter-spacing: 0.01em; }
    .footerContent ul li {
      margin: 0 10px; }
    .footerContent ul a {
      color: #717274; }
    .footerContent ul:nth-child(1) {
      justify-content: center; }
      .footerContent ul:nth-child(1) li {
        font-size: 1.2em; }
        .footerContent ul:nth-child(1) li img {
          width: 300px; }
    .footerContent ul:nth-child(2) {
      justify-content: space-between;
      text-transform: uppercase; }
      @media (max-width: 970px) {
        .footerContent ul:nth-child(2) {
          flex-wrap: wrap;
          justify-content: center;
          max-width: 599px; }
          .footerContent ul:nth-child(2) li {
            margin-bottom: 20px; } }
    .footerContent ul:nth-child(3) {
      justify-content: space-between;
      max-width: 180px; }
      .footerContent ul:nth-child(3) li {
        display: flex;
        justify-content: center;
        width: 45px;
        height: 45px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-color: white;
        margin-bottom: 0;
        margin-left: 0; }
        .footerContent ul:nth-child(3) li img {
          width: 25px; }
    .footerContent ul:nth-child(4) {
      max-width: 540px;
      justify-content: space-between;
      font-weight: 300; }
      @media (max-width: 970px) {
        .footerContent ul:nth-child(4) {
          flex-wrap: wrap;
          justify-content: center;
          max-width: 599px; }
          .footerContent ul:nth-child(4) li {
            margin-bottom: 20px; } }

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.margtop {
  margin-top: 20px; }

.margbottom {
  margin-bottom: 20px; }

.hidden {
  display: none; }

.show {
  display: block !important; }

.hiddeninput {
  display: none !important; }

.send {
  margin: 20px 0; }
  .send h2 {
    color: #7BB24D; }
  .sendImg {
    width: 300px;
    margin: 0 auto; }
    .sendImg img {
      width: 100%; }

.error {
  margin: 15px 0 5px 0 !important;
  padding: 0 0 0 5px;
  color: red;
  font-weight: bold; }
  .error h2 {
    color: #ff6464; }
  .errorImg {
    width: 300px;
    margin: 0 auto; }
    .errorImg img {
      width: 100%; }

.more {
  padding-bottom: 20px; }
  .more p {
    color: white;
    text-transform: uppercase;
    margin: 30px 0 10px 0;
    font-size: 2em; }
  .more img {
    width: 60px; }

.checedradius {
  width: auto !important;
  height: auto !important; }

.suggest {
  width: 100%;
  margin: 40px 0; }
  .suggest h3 {
    margin-bottom: 10px;
    font-size: 1.3em;
    font-weight: 400; }
  .suggestContainer {
    border: 1px solid black;
    overflow: hidden; }
  .suggestContent {
    margin: 0 auto;
    padding: 20px 0;
    width: 90%; }
    .suggestContent input, .suggestContent textarea {
      color: black !important; }
    .suggestContent li {
      color: #717274;
      font-size: 0.9em;
      font-weight: 300; }
      .suggestContent li:nth-child(5) {
        margin-top: 5px; }
    .suggestContent a li {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 200px;
      height: 50px;
      margin: 0 auto;
      margin-top: 20px;
      color: white;
      background-color: black;
      text-transform: uppercase;
      font-size: 1.5em;
      font-weight: 400; }
    .suggestContent input {
      height: 30px;
      margin: 10px 0 0 0; }
    .suggestContent textarea {
      max-width: 269px;
      min-width: 269px;
      height: 200px;
      max-height: 200px;
      min-height: 200px; }
    .suggestContent input, .suggestContent textarea {
      font-family: "Oswald", sans-serif;
      width: 100%;
      padding: 5px;
      box-sizing: border-box;
      border: 1px solid #c7c7c7;
      outline: 0;
      font-size: 1.1em; }

.btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px !important;
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  .btn01:hover {
    background-color: #717274;
    color: white !important;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }

.videoTittleP:before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background-size: 20px 20px;
  background-image: url(https://med-codigonuevo.grupozeta.es/img/play.svg);
  background-repeat: no-repeat;
  background-position-x: 7px;
  background-position-y: 5px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.wappContainer {
  margin: 20px 0;
  width: 100%; }
  .wappContainer h3 {
    display: inline-flex;
    margin-bottom: 10px;
    padding-top: 5px;
    border-top: 3px solid #029688;
    font-size: 1.3em;
    font-weight: 400; }

.wappContent {
  overflow: hidden;
  background-image: url("https://med-codigonuevo.grupozeta.es/img/whatsapp-back.jpg"); }

.wappBubbles {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 320px;
  min-height: 25px;
  margin: 20px;
  padding: 10px 20px;
  background-color: white; }
  .wappBubbles:nth-child(1) {
    -webkit-border-radius: 0px 20px 20px 20px;
    -moz-border-radius: 0px 20px 20px 20px;
    -ms-border-radius: 0px 20px 20px 20px;
    -o-border-radius: 0px 20px 20px 20px;
    border-radius: 0px 20px 20px 20px; }
    .wappBubbles:nth-child(1):before {
      content: url(https://med-codigonuevo.grupozeta.es/img/triangle.png);
      position: absolute;
      top: 0;
      left: -14px; }
  .wappBubbles:nth-child(2) {
    -webkit-border-radius: 20px 0px 20px 20px;
    -moz-border-radius: 20px 0px 20px 20px;
    -ms-border-radius: 20px 0px 20px 20px;
    -o-border-radius: 20px 0px 20px 20px;
    border-radius: 20px 0px 20px 20px;
    float: right; }
    .wappBubbles:nth-child(2):after {
      content: url(https://med-codigonuevo.grupozeta.es/img/triangle.png);
      position: absolute;
      top: 0;
      right: -14px;
      -webkit-transform: rotateY(180deg);
      -webkit-transform-style: preserve-3d;
      transform: rotateY(180deg);
      transform-style: preserve-3d; }
    .wappBubbles:nth-child(2) p {
      margin: 0; }
  .wappBubbles p {
    margin: 10px 0 0 0;
    line-height: 1.3em; }
    .wappBubbles p span {
      color: #ee3820;
      font-size: 1.3em; }

.wappSend {
  background-color: #f5f1ee;
  padding: 10px; }
  .wappSend ul {
    display: flex;
    align-items: center; }
    .wappSend ul li {
      margin-right: 10px; }
      .wappSend ul li p {
        text-transform: uppercase;
        font-size: 1.3em;
        cursor: pointer; }
      .wappSend ul li:first-child {
        width: 85%; }
  .wappSend img {
    width: 20px;
    filter: invert(35%);
    cursor: pointer; }
  .wappSend input {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #c7c7c7;
    background-color: white;
    outline: 0;
    font-family: "Oswald", sans-serif;
    font-size: 1.1em; }

.smartContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 10px 20px 10px; }
  @media (max-width: 690px) {
    .smartContainer {
      justify-content: center; } }

.smartBox {
  width: 290px;
  margin-bottom: 20px; }
  @media (max-width: 1270px) {
    .smartBox {
      width: 32%; } }
  @media (max-width: 690px) {
    .smartBox {
      width: 100%; } }

.smartImage {
  position: relative; }
  @media (max-width: 690px) {
    .smartImage {
      height: auto; } }
  .smartImage img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.smartLogo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 30px;
  background-color: white; }
  .smartLogo img {
    width: auto;
    height: 60%;
    padding-top: 7px; }

.smartText {
  margin-top: 5px; }
  .smartText h2 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.3em;
    font-size: 1.5em; }

iframe.instagram-media {
  position: relative !important; }

.cookies {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: black;
  z-index: 100; }
  .cookies p {
    line-height: 20px;
    font-size: 0.8em;
    color: white; }
    .cookies p a {
      color: #c7c3c3; }
  .cookies img {
    display: block;
    width: 32px;
    margin: 0 auto;
    margin-bottom: 10px;
    cursor: pointer; }

.loadingSpinner {
  display: none;
  width: 60px;
  margin: 0 auto 10px auto; }

.fulfilling-bouncing-circle-spinner, .fulfilling-bouncing-circle-spinner * {
  box-sizing: border-box; }

.fulfilling-bouncing-circle-spinner {
  height: 60px;
  width: 60px;
  position: relative;
  animation: fulfilling-bouncing-circle-spinner-animation infinite 4000ms ease; }

.fulfilling-bouncing-circle-spinner .orbit {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: calc(60px * 0.03) solid #ff1d5e;
  animation: fulfilling-bouncing-circle-spinner-orbit-animation infinite 4000ms ease; }

.fulfilling-bouncing-circle-spinner .circle {
  height: 60px;
  width: 60px;
  color: #ff1d5e;
  display: block;
  border-radius: 50%;
  position: relative;
  border: calc(60px * 0.1) solid #ff1d5e;
  animation: fulfilling-bouncing-circle-spinner-circle-animation infinite 4000ms ease;
  transform: rotate(0deg) scale(1); }

@keyframes fulfilling-bouncing-circle-spinner-animation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fulfilling-bouncing-circle-spinner-orbit-animation {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1); }
  62.5% {
    transform: scale(0.8); }
  75% {
    transform: scale(1); }
  87.5% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes fulfilling-bouncing-circle-spinner-circle-animation {
  0% {
    transform: scale(1);
    border-color: transparent;
    border-top-color: inherit; }
  16.7% {
    border-color: transparent;
    border-top-color: initial;
    border-right-color: initial; }
  33.4% {
    border-color: transparent;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit; }
  50% {
    border-color: inherit;
    transform: scale(1); }
  62.5% {
    border-color: inherit;
    transform: scale(1.4); }
  75% {
    border-color: inherit;
    transform: scale(1);
    opacity: 1; }
  87.5% {
    border-color: inherit;
    transform: scale(1.4); }
  100% {
    border-color: transparent;
    border-top-color: inherit;
    transform: scale(1); } }

.topAd {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 0; }
  .topAd img {
    width: 100%;
    max-width: 990px; }
  .topAdContent {
    position: relative;
    background-color: #282828; }

.rightAd {
  width: 300px;
  max-height: 600px;
  margin: 0 0 20px 0; }
  @media (max-width: 970px) {
    .rightAd {
      margin: 0 auto;
      margin-bottom: 40px; } }
  .rightAdShop {
    width: 300px;
    max-height: 600px;
    margin: 0 0 20px 0; }
  .rightAdNoddus {
    width: 100%;
    max-width: 300px;
    max-height: 300px;
    overflow: hidden; }

.adContainer {
  margin: 0 0 40px 0; }
  @media (max-width: 970px) {
    .adContainer {
      margin: 0 0 20px 0; } }

.viewbilityldbfixed {
  position: fixed;
  top: 51px;
  width: 100%;
  z-index: 100; }

.margin60 {
  margin-bottom: 76px; }

.margin40 {
  margin-bottom: 56px; }

.containerskin {
  width: 100%;
  background-color: white; }
  .containerskinpubli {
    width: 100%;
    background-color: white; }
    @media (min-width: 1000px) {
      .containerskinpubli {
        position: relative;
        width: 980px;
        margin: 0 auto;
        padding: 0 10px 0 9px;
        background-color: white;
        z-index: 1; }
        .containerskinpubli #head {
          width: 960px;
          margin-left: 0px;
          padding: 0 10px; }
        .containerskinpubli .searchFind form input {
          width: 93%;
          margin-left: 10px; }
        .containerskinpubli .searchBox {
          width: 980px;
          margin-left: 0px; }
        .containerskinpubli .mod_3 {
          padding: 0; }
        .containerskinpubli .modSmall {
          width: 245px !important;
          height: 280px !important; }
        .containerskinpubli .modMed {
          width: 330px !important;
          height: 330px !important; }
        .containerskinpubli .modBig {
          width: 100%; }
        .containerskinpubli .rowContent {
          padding: 5px 25px; }
        .containerskinpubli .rowContent .modSmall {
          width: 298px !important;
          height: 317px !important; }
        .containerskinpubli .mod_sponsorBrand {
          justify-content: space-around; }
        .containerskinpubli .mainContainerLeft {
          width: 670px; }
        .containerskinpubli .articleMainImage {
          width: 97%; }
        .containerskinpubli .articleBody {
          width: 480px;
          margin: 0 20px 0 10px; }
        .containerskinpubli .articleLeftAsideFixed {
          width: 160px; }
        .containerskinpubli .smartBox {
          width: 220px; }
        .containerskinpubli .sectionContainer {
          width: 670px; }
        .containerskinpubli .videoViewText {
          max-width: 660px; }
        .containerskinpubli .videoViewMoreV {
          height: 435px; }
        .containerskinpubli .viewbilityldbfixed {
          max-width: 980px; }
        .containerskinpubli .margin60 {
          margin-bottom: 60px; }
        .containerskinpubli .margin40 {
          margin-bottom: 40px; }
        .containerskinpubli .footerContent {
          max-width: 960px;
          padding: 20px 10px; }
          .containerskinpubli .footerContent ul li {
            margin: 0px 8px; } }




/*# sourceMappingURL=common.css.map */





#div-gpt-ad-cpm_si, #div-gpt-ad-cpm_sd {
  position: fixed;
  top: 0;
  display: block;
  z-index: 999;
  background: white;
}
#div-gpt-ad-cpm_si {
  margin-right: 50%;
  right: 510px;
  
}
#div-gpt-ad-cpm_sd {
  margin-left: 50%;
  left: 510px;
}

.avisamesielplanesbueno img{
  width: 100%;
  max-width: 200px;
}
.headNav .avisamesielplanesbueno img{
  max-width: 200px;
  position: relative;
  top: -10px;
}

.adsCompaniesList a {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  color: black;
  text-decoration: none;
  font-weight: bold; }
  .adsCompaniesList a:hover {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    color: #444;
    font-weight: bold; }


    #treedom{
      position: relative;
    }
    #treedom a{
      position: absolute;
      z-index: 9;
      width: 100%;
      height: 100%;
      background: transparent;
    }    

    #treedom iframe{
      display: block;
      width: 100%;
      max-width: 100%;
      height: 620px;
      margin: 0 auto;
      margin-bottom: 30px;
    }

    @media(min-width: 690px){
      #treedom iframe{
        max-width: 950px;
        height: 380px;
      }
    }
#menu-btn {
  background: none;
  border: none;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0;
}
