#idolas-es-hora {
  background: #00402a;
  color: var(--Color-Content-General-Inverse, #fff);
  font-family: "IberPangeaText-regular";
  margin-top: -2px;
}
#es-hora {
  display: none;
}

#es-hora-mbl .container {
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-40, 40px);
  align-self: stretch;
}
#es-hora-mbl .container .title {
  color: var(--Color-Content-General-Inverse, #fff);
  text-align: center;
  align-self: stretch;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 116.667% */
  margin-bottom: 40px;
}

#es-hora-mbl .container .title h2 {
  font-family: var(--ibd__font-family-1);
  color: var(--Color-Content-General-Inverse, #fff);
  text-align: center;
  align-self: stretch;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 40px;
  padding-bottom: 0px;
}

#es-hora-mbl .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-8, 8px);
  align-self: stretch;
}

#es-hora-mbl .container .content .content-item {
  color: var(--Color-Content-General-Inverse, #fff);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;

  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
}

#es-hora-mbl .container .content .content-item h2 {
  font-family: "IberPangeaText-regular";
  color: var(--Color-Content-General-Inverse, #fff);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#es-hora-mbl .container .content .content-item .emphasis {
  color: var(--Color-Content-General-Inverse, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
}
@media (min-width: 992px) {
  #es-hora-mbl {
    display: none;
  }
  #es-hora {
    display: block;
  }
  #idolas-es-hora {
    width: 100%;
    height: 245px;
    background: #00402a;
  }
  #es-hora.container {
    width: 1200px;
    height: 312px;
    padding: 80px 80px;
    background: #00402a;
    border-radius: 48px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  #es-hora.container:before {
    width: 853px;
    height: 112px;
    position: absolute;
    left: -30px;
    line-height: 40px;
    color: #16a085;
    font-size: 42px;
    margin: 0 auto;
  }

  #es-hora.container:after {
    position: absolute;
    line-height: 40px;
    color: #16a085;
    font-size: 42px;
  }

  #es-hora .visible {
    float: left;
    font-weight: 600;
    overflow: hidden;
    height: 112px;
    display: flow;
    width: 856px;
  }
  #es-hora .visible .title-mbl {
    display: none;
  }
  #es-hora .visible .title {
    display: block;
    color: var(--Color-Content-General-Inverse, #fff);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    padding: 15px;
  }
  #es-hora .visible h2.title {
    float: left;
    margin: 0;
    font-family: "IberPangeaText-Regular";
  }

  #es-hora .divider {
    width: 0;
    height: 56px;
    position: relative;
    left: 225.5px;
    top: 20px;
    border: 1px solid white;
  }
  #es-hora p {
    display: inline;
    float: left;
    margin: 0;
    font-family: "IberPangeaText-Regular";
  }

  #es-hora .content {
    align-self: revert;
    color: var(--Color-Content-General-Inverse, #fff);
    font-family: "IberPangeaText-Regular";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    margin-top: 0;
    list-style: none;
    animation: change 5s infinite;
    width: 856px;
  }

  #es-hora .content .line {
    line-height: 56px;
    margin: 0;
    margin-left: 275px;
    height: 112px;
    font-size: 47px;
  }

  #es-hora .content .line h2 {
    color: var(--Color-Content-General-Inverse, #fff);
    font-family: "IberPangeaText-Regular";
    line-height: 56px;
    margin: 0;
    height: 112px;
    font-size: 47px;
    font-style: normal;
    font-weight: 600;
    list-style: none;
    padding-bottom: 0px;
    margin-left: 0px;
  }

  @-webkit-keyframes change {
    0% {
      margin-top: -60px;
    }
    16.6% {
      margin-top: -60px;
    }
    33.33% {
      margin-top: -170px;
    }
    50% {
      margin-top: -170px;
    }
    66.6% {
      margin-top: -267px;
    }
    83.3% {
      margin-top: -267px;
    }
    100% {
      margin-top: -60px;
    }
  }
}
@keyframes change {
  0% {
    margin-top: -60px;
  }
  16.6% {
    margin-top: -60px;
  }
  33.33% {
    margin-top: -170px;
  }
  50% {
    margin-top: -170px;
  }
  66.6% {
    margin-top: -267px;
  }
  83.3% {
    margin-top: -267px;
  }
  100% {
    margin-top: -60px;
  }
}
@media (min-width: 1200px) {
  #es-hora-mbl {
    display: none;
  }
  #es-hora {
    display: block;
  }
  #idolas-es-hora {
    width: 100%;
    height: auto;
    background: #00402a;
  }
  #es-hora.container {
    width: 1200px;
    height: auto;
    padding: 64px 80px 0;
    background: #00402a;
    border-radius: 48px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  #es-hora.container:before {
    width: 853px;
    height: 112px;
    position: absolute;
    left: -30px;
    line-height: 40px;
    color: #16a085;
    font-size: 42px;
    margin: 0 auto;
  }

  #es-hora.container:after {
    position: absolute;
    line-height: 40px;
    color: #16a085;
    font-size: 42px;
  }

  #es-hora .visible {
    float: left;
    font-weight: 600;
    overflow: hidden;
    height: 112px;
    display: flow;
    width: 900px;
  }
  #es-hora .visible .title-mbl {
    display: none;
  }
  #es-hora .visible .title {
    display: block;
    color: var(--Color-Content-General-Inverse, #fff);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    padding: 15px;
  }

  #es-hora .divider {
    width: 0;
    height: 56px;
    position: relative;
    left: 225.5px;
    top: 20px;
    border: 1px solid white;
  }
  #es-hora p {
    display: inline;
    float: left;
    margin: 0;
    font-family: "IberPangeaText-Regular";
  }

  #es-hora .content {
    align-self: revert;
    color: var(--Color-Content-General-Inverse, #fff);
    font-family: "IberPangeaText-Regular";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    margin-top: 0;
    list-style: none;
    animation: change 5s infinite;
    width: 100%;
  }

  #es-hora .content .line {
    line-height: 56px;
    margin: 0;
    margin-left: 275px;
    height: 112px;
  }

  @-webkit-keyframes change {
    0% {
      margin-top: -60px;
    }
    16.6% {
      margin-top: -60px;
    }
    33.33% {
      margin-top: -170px;
    }
    50% {
      margin-top: -170px;
    }
    66.6% {
      margin-top: -267px;
    }
    83.3% {
      margin-top: -267px;
    }
    100% {
      margin-top: -60px;
    }
  }
  @keyframes change {
    0% {
      margin-top: -60px;
    }
    16.6% {
      margin-top: -60px;
    }
    33.33% {
      margin-top: -170px;
    }
    50% {
      margin-top: -170px;
    }
    66.6% {
      margin-top: -267px;
    }
    83.3% {
      margin-top: -267px;
    }
    100% {
      margin-top: -60px;
    }
  }
}

@media (min-width: 1920px) {
  #es-hora.container {
    width: 100%;
    padding: 96px 0px 0px;
  }
}
