/* eocjsNewsticker v0.7.1 */

#cintillo{
  padding-top: 0px;
  padding-bottom: 50px;
}

.eocjs-newsticker {
  padding: 10px 0;
  background-color: transparent;
}

.eocjs-newsticker .eocjs-newsticker-container {
  width: 100vw;
  position: relative;
  height: 100px;
  overflow: hidden;
}

.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  line-height: 120%;
  white-space: nowrap;
  font-family: 'Outfit', sans-serif; letter-spacing: 0;
  font-size: 40px;
  white-space: nowrap;
  color: #1443794D;
  font-weight: 600;
}

.eocjs-newsticker-loader {
  position: absolute;
  left: calc(50% - 10px);
  top: 2px;
  width: 20px;
  height: 20px;
  display: block;
  border: 3px solid #555555;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: eocjs-newsticker-spin .75s linear infinite;
}

@keyframes eocjs-newsticker-spin {
  to {
    transform: rotate(360deg);
  }
}



/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {}
/* md  */ @media (min-width: 768px) {

.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two{font-size: 50px;}

} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {

.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two{font-size: 60px;}

} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {}
/* xxl */ @media (min-width: 1400px) {}
