@font-face {
  font-family: BarlowCondensed;
  src: url('../fonts/BarlowCondensed-Regular.ttf') format('truetype');
}

@font-face {
  font-family: BarlowCondensed-ExtraBold;
  src: url('../fonts/BarlowCondensed-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: BarlowCondensed-Regular;
  src: url('../fonts/BarlowCondensed-Regular.ttf') format('truetype');
}

@font-face {
  font-family: Barlow-ExtraBold;
  src: url('../fonts/Barlow-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: Barlow-Bold;
  src: url('../fonts/Barlow-Bold.ttf') format('truetype');
}

@font-face {
  font-family: Barlow-Medium;
  src: url('../fonts/Barlow-Medium.ttf') format('truetype');
}

@font-face {
  font-family: Barlow-Light;
  src: url('../fonts/Barlow-Light.ttf') format('truetype');
}

html,
body {
  margin: 0;
  color: #616160;
  background-color: #fff;
  background-image: url('../bg_sura.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: BarlowCondensed;
  letter-spacing: 1px;
}

.contenido {
  min-height: calc(100vh - 34px);
}

.footer {
  width: 100%;
  background-color: #b7b7b7;
  margin: 0;
}

.copyright {
  padding: 10px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0px;
  color: #4e4e4e;
}

input:not([type='checkbox']) {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #3290db;
  background-color: transparent;
  font-size: 18px;
  color: #3290db;
  padding-left: 20px;
  width: 100%;
  font-family: 'helvetica';
}

::placeholder {
  color: #616160 !important;
  font-size: 18px !important;

  opacity: 0.5 !important;
}

:focus {
  outline: none;
}

.btn-estilo {
  border-radius: 50px;
  font-size: 20px;
  letter-spacing: 2px;
  color: #fff;
  font-family: Barlow-Medium;
  border: none;
  background-color: #616160 !important;
  padding: 5px 30px 5px 30px;
}

.btn-estilo:hover {
  background-color: #4e4e4e !important;
  transition: 0.5s background-color;
  cursor: pointer;
  color: #ffffff;
}

button:focus {
  background-color: #3393ad;
}

.transmision {
  color: #3290db;
  font-size: 20px;
}

.border-title {
  border: 2px solid #3290db;
  padding: 4px 12px 6px 12px;
  border-radius: 50px;
}

p {
  line-height: 1.2;
}

.title1 {
  font-size: 48px;
  line-height: 1;
  font-family: BarlowCondensed-ExtraBold;
}

.secondary-size1 {
  font-size: 40px;
  line-height: 1;
  font-family: BarlowCondensed-ExtraBold;
}

.secondary-size2 {
  font-size: 54px;
  line-height: 1;
  font-family: BarlowCondensed-ExtraBold;
}

.title2 {
  font-size: 30px;
  font-family: BarlowCondensed-Regular;
}

.title3 {
  font-size: 22px;
}

.title4 {
  font-size: 48px;
}

.title6 {
  font-size: 28px;
  font-family: Barlow-Light;
}

.title7 {
  font-size: 24px;
  font-family: Barlow-Light;
}

.size-title6 {
  font-size: 44px;
  font-family: Barlow-Bold;
}

.size-count-time {
  font-size: 50px;
  font-family: Barlow-Bold;
}

.color-withe {
  color: white;
}

.size-fecha {
  font-size: 80px;
  line-height: 1;
  font-family: Barlow-ExtraBold;
}

.color-secondary {
  color: #3290db;
}

.divider {
  color: #3290db;
  height: 2px !important;
}

.table-container {
  max-height: 60vh;
  overflow-y: auto;
}

.sticky-header {
  position: sticky;
  top: 0;
  background-color: white;
}

[type='checkbox'].filled-in:not(:checked) + span:not(.lever):after {
  border: 2px solid #ffffff;
}

.iframes {
  width: 100%;
  height: 500px;
}

#wowza_player #fcplayer_wrapper {
  width: 100% !important;
  height: 500px !important;
}

.link {
  color: #616160;
  font-size: 14px;
  font-family: Barlow-Light;
}

.link:hover {
  color: #3290db;
}

/* Spinner */
.content-spinner {
  height: 100%;
  width: 100%;
  background: #616160;
  position: fixed;
  display: block;
  z-index: 100;
}

.spinner {
  margin: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: fixed;
  top: 50%;
}

.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

@media only screen and (max-width: 1366px) {
  html,
  .iframes {
    height: 380px;
  }

  .iframes-top {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  html,
  body {
    background-position-x: center;
  }

  .contenido {
    padding: 0px 3vh;
  }

  .iframes {
    height: 340px;
    margin-bottom: 20px;
  }

  .title4 {
    font-size: 30px;
  }

  .title5 {
    font-size: 60px;
  }

  .size-fecha {
    font-size: 80px;
    line-height: 1;
  }
}

@media only screen and (max-width: 540px) {
  .iframes {
    height: 300px;
  }

  .iframe-chat {
    height: 500px;
  }

  .title5 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 375px) {
  .iframes {
    height: 280px;
  }

  .iframe-chat {
    height: 500px;
  }
}

@media only screen and (max-width: 280px) {
  .iframes {
    height: 240px;
  }

  .iframe-chat {
    height: 500px;
  }

  .copyright span {
    font-size: 12px;
  }
}
