@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");
}

@font-face {
  font-family: Barlow-Thin;
  src: url("fonts/Barlow-Thin.ttf") format("truetype");
}

html,
body {
  background-image: url("https://videobaseagencia.com/streaming_gvb/image/bg_streaming_gvb2.webp");
}
.formulario {
/*  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(89,26,115) 50%, rgba(89,26,115) 100%); */
  color: #591A73; /*#808080;*/
  margin: 0;
}

h4 {
  font-family: Barlow-Medium;
  letter-spacing: 1px;
  font-size: 22px;
}

p {
  font-family: Barlow-Light;
  font-size: 20px;
}

.texto-uno{
  color: #591A73;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
}

.texto-dos {
  color: #591A73;
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 0;
}

.texto-tres {
  color: #591A73;
  font-weight: bold;
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 0;
}

.texto-uno-streaming{
  color: #591A73;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
}

.texto-dos-streaming {
  color: #591A73;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0;
}

.texto-tres-streaming {
  color: #591A73;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 0;
}

.transmision {
  color: #591A73;
  text-align: right;
}

.border-azul {
  padding-left: 10px;
  border-left: 10px solid #591A73; /*#591A73*/
  border-radius: 14px;
}

input:not([type="checkbox"]) {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #591A73;
  background-color: transparent;
  font-size: 18px;
  color: #591A73;
  padding-left: 20px;
  width: 100%;
  font-family: Barlow-Medium;
}

::placeholder {
  color: #591A73 !important;
  font-size: 18px !important;
  font-family: Barlow-Thin !important;
}

:focus {
  outline: none;
}

.btn-estilo {
  border-radius: 5px;
  font-size: 22px;
  color: #ffffff;
  border: none;
  background-color: #172161;
  padding: 5px 50px 5px 50px;
  font-family: Barlow-Medium;
}

.btn-estilo:hover {
  background-color: #591A73;
  transition: 0.5s background-color;
  cursor: pointer;
  color: #ffffff;
}

button:focus {
  background-color: #3393ad;
}

[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: #591A73;
  font-family: Barlow-Light;
}

.link:hover {
  color: #bbbbbb;
}

.contenido {
  min-height: calc(100vh - 37px);
}

.footer {
  width: 100%;
  background-color: #172161;
  margin: 0;
}

.logo-sura-header {
  position: absolute;
  left: 50px;
}

.logo-EPS-header {
  position: absolute;
  right: 50px;
}

.imagen-logo-footer {
  margin-right: 10px;
}

.copyright {
  color: #ffffff !important;
  font-size: 12px;
  text-align: center;
  padding-top: 8px;
  margin-bottom: 8px;
  font-family: Barlow-Light;
}

/* Spinner */
.content-spinner {
  height: 100%;
  width: 100%;
  background: #0b1d3f;
  position: fixed;
  display: block;
}

.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;
}

.iframes-top {
  margin-top: 7vh;
}

@-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;
  }
  .mb-5{
  margin-top: 3rem;
  }

@media only screen and (max-width: 768px) {
  html,

  .formulario {
/*    background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(89,26,115) 50%, rgba(89,26,115) 100%);*/
  }

  .contenido {
    padding: 0px 3vh;
  }

  .iframes {
    height: 340px;
    margin-bottom: 20px;
  }

  .iframes-top {
    margin-top: 10px;
  }

  .logo-sura-header {
    position: inherit;
  }
}

@media only screen and (max-width: 540px) {
  .iframes {
    height: 300px;
  }
  .mb-5{
  margin-top: 3rem;
  }
}

@media only screen and (max-width: 375px) {
  .iframes {
    height: 280px;
  }
  .mb-5{
  margin-top: 3rem;
  }
}

@media only screen and (max-width: 280px) {
  .iframes {
    height: 240px;
  }
  .mb-5{
  margin-top: 3rem;
  }
  .copyright span {
    font-size: 12px;
  }
}
