@font-face {
  font-family: "Sura Sans Bold";
  src: url("../fonts/SuraSansBold.woff2") format("woff2"),
    url("../fonts/SuraSansBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sura Sans Regular";
  src: url("../fonts/SuraSansRegular.woff2") format("woff2"),
    url("../fonts/SuraSansRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sura Sans SemiBold";
  src: url("../fonts/SuraSansSemiBold.woff2") format("woff2"),
    url("../fonts/SuraSansSemiBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sura Sans Light";
  src: url("../fonts/SuraSansLight.woff2") format("woff2"),
    url("../fonts/SuraSansLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Sura Sans Regular"; 
  background-image: url('../images/FONDO_DESK.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

#page-content {
  display: none;
}

.principalLogin {
  min-width: 360px;
  min-height: 100vh;    
  padding: 30px;
}
@media (max-width: 768px) {
  body {
    background-image: url('../images/FONDO_MOB.png');   
  }
  .principalLogin {
    min-width: 360px;
    min-height: 100vh;
    padding: 20px;
}
}

.encabezado {
  display: none;
  background-color: #0198A9;
  color: #fff;
  padding: 20px;
  box-shadow: 0 1px 5px rgba(153, 153, 153, 0.5);
  line-height: normal;
}

.tituloStreaming {
  font-size: 40px;
  font-family: "Sura Sans Regular";
  text-align: justify;
  margin-left: 3px;
}

.grid-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  justify-content: center;
  height: 5vh;
}

.justifyTexts {
  text-align: justify !important;
}

.logoConfig {
  text-align: right;
  /* Alinea el logo a la derecha */
}

.logo-event {
  max-width: 130px;
}

.logo {
  max-width: 800px;
  position: absolute;
  padding: 2px 21px;
  left: 0;
  top: 0;
}

/* .contLogin {
    max-width: 1250px;
    height: 780px;
    margin: 0 auto;
    background-color: transparent;
  } */

.contInfo {
  font-size: 1.1rem;
  color: #fff;
  font-family: "Sura Sans Regular";
  margin-top: 15rem;
  padding: 10px 4rem;
}

.contSoporte {
  padding: 15px;
  background-color: #fff;
  border-top: 1px solid #4ec3e0;
  border-bottom: 1px solid #4ec3e0;
  display: none;

  font-family: "Sura Sans Bold";
}

.contForm {
  padding: 8%;
  display: none;
  min-height: 80%;
}

.justifyTexts {
  text-align: justify !important;
}

.contIntro {
  padding: 4%;
  display: none;
  min-height: 50%;
}

.content-Buttons {
  background-color: #FFFFFF;
  color: #039EAF;
  font-family: "Sura Sans SemiBold";
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  height: auto;
  border-radius: 15px;
  transition-duration: 0.3s;
  line-height: normal;
  font-size: 14px;
  text-align: start;
  min-width: 300px;
  overflow: hidden;
}

.content-Buttons button {
  background-color: #fff;
  color: #039EAF;
  font-family: "Sura Sans SemiBold";
  font-size: 18px;
  text-align: start;
  outline: none;
  border: none;
}

.content-Buttons:hover {
  border-color: #FFFFFF;
}

.content-Buttons button:hover {
  color: #039EAF;
}

.contRecomendacion {
  background-color: transparent;
  padding: 15px;
  border-radius: 10px;
  border: solid #FFF800 2px;
  font-family: "Sura Sans Regular";
  color: #fff;
  font-size: 15px;
}

.btnIngresar {
  background-color: #FFF800;
  text-transform: uppercase;
  color: #039EAF;
  font-family: "Sura Sans Bold", sans-serif;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  width: 200px;
}

.btn {
  border-radius: 20px;
}

.btnIngresar:hover {
  color: #039EAF;
  opacity: 70%;
}

.form-control::placeholder {
  color: #53565a;
}

input.form-control:focus {
  background-color: #fff;
  border-color: #0298A9;
  color: #0298A9;
}

input.form-control:focus::placeholder {
  color: #0298A9;
}

select.form-control {
  color: #53565a;
  font-family: "Sura Sans Regular";
}

select.form-control:focus {
  background: none;
  border-color: #0298A9;
  color: #0298A9;
}

select.form-control:focus::placeholder {
  color: #0298A9;
}

.check-box-form {
  background-color: transparent !important;
  border-color: #001862 !important;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}

input[type="checkbox"] {
  background-color: transparent !important;
  border-color: #4ec3e0 !important;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}

.chTerminos {
  font-size: 13px !important;
}

a {
  color: #FFF800;
  font-family: "Sura Sans Bold", sans-serif;
}

.refTerminos1 {
  text-decoration: none;
  color: #4ec3e0;
  pointer-events: none;
}

.refTerminos2 {
  text-decoration: underline;
  cursor: pointer;
  color: #4ec3e0;
}

.txtForm {
  font-size: 20px;
  color: #fff;
  font-family: "Sura Sans Regular";
}

.text-infor-content {
  min-width: 100%;
}

.msg {
  display: none;
  text-align: center;
}

/* LANDING PERSONALIZADA */

.main-container {
  width: 100%;
  height: 100vh;
  margin-top: 30px;
}

.left-content {
  width: 250vw;
  color: #122059;
  text-align: start;
  margin-top: 12rem;
  position: relative;
}

.titles-texts {
  font-size: 45px;
  color: #122059;
  font-family: "Sura Sans Regular";
  white-space: nowrap;
}

.titles-texts-light {
  font-family: "Sura Sans Light";
}

.titles-texts-high {
  font-size: 80px;
  color: #122059;
  font-family: "Sura Sans Regular";
}

.text-ultra {
  font-size: 110px;
}

.rightContent {
  color: #fff;
  text-align: start;
  margin-top: 8rem;
}

.right-content {
  min-width: 40vw;
  height: 100%;
}

.text-right-title {
  color: #FFF800;
  font-family: "Sura Sans SemiBold";
  margin-top: 3rem;
}

.text-log {
  margin-top: 4rem;
  color: #fff;
  font-family: "Sura Sans SemiBold";
  font-size: 2.5rem;
  white-space: nowrap;
}

.pt-10 {
  padding-top: 10px;
}

.content-date {
  width: 100%;
  background-color: #dadada;
  height: auto;
}

.text-left-title {
  color: #4ec3e0;
  font-family: "Sura Sans Bold";
  font-size: 22px;
}

.text-left-p {
  color: #122059;
  font-weight: 600;
  font-size: 22px;
  padding-right: 150px;
  line-height: normal;
}

.line {
  width: 150%;
  border: solid 1px #122059;
  margin-top: 5.5rem !important;
}

.text-date {
  text-align: start;
  height: 100%;
}

.text-date p {
  font-size: 26px;
  height: 3vh;
  font-weight: 500;
  font-family: "Sura Sans regular";
}

.text-date span {
  transition: all ease 0.5s;
  height: 3vh;
  font-size: 30px;
  font-weight: bold;
  font-family: "Sura Sans Bold";
}

.text-time {
  text-align: start;
  height: 100%;
  transition: all ease-in 0.5s;
}

.time-title {
  font-size: 26px;
  height: 3vh;
  min-height: 30px;
  font-weight: 500;
  font-family: "Sura Sans Regular";
}

.time-text {
  transition: all ease 0.5s;
  height: 50px;
  font-size: 40px;
  font-weight: bold;
  font-family: "Sura Sans Bold";
}

.light-time {
  font-size: 20px;
  font-weight: 500;
}

.bar-hr {
  height: 10vh;
  width: 2px;
}

.logo-sm {
  max-width: 120px;
  display: none;
}

.contentOptions {
  gap: 2rem;
}

/*CSS STREAMINGS*/

.btnTraduce {
  cursor: pointer;
  padding: 5px;
  background-color: #FFF800;
  color: #0198A9;
  display: inline-block;
  border-radius: 18px 18px 0 0;
  min-width: 125px;
  text-align: center;
  font-family: "Sura Sans Regular";
  display: none;
}

.btnTraduce :hover {
  opacity: 70% !important;
}

.principalStreaming {
  background-image: url('../images/FONDO_DESK.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}

.left-streaming {
  width: 250vw;
  color: #122059;
  text-align: start;
  position: relative;
}

.right-streaming {
  background-color: #0198A9;
  background-size: cover;
  min-width: 30vw;
  height: 91vh;
}

.contChat {
  padding: 10px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.contBoton {
  width: 100%;
  display: none;
  background-color: #FFF800;
  text-transform: uppercase;
  color: #0198A9;
  font-family: "Sura Sans Bold", sans-serif;
  height: 4.5%;
}

.contBoton:hover {
  opacity: 70%;
}

.contMSG {
  width: 100%;
  height: 100%;
  overflow: auto;
  flex-grow: 2;
  color: #fff;
  background-color: #0198A9;
}

#listaMSG {
  width: 100%;
  max-height: 337px;
  list-style: none;
  padding: 10px;
}

.tituloChat {
  padding: 0.6rem;
  padding-bottom: 1rem;
  color: #fff;
  width: 100%;
  z-index: 100000;
  flex-grow: 1;
  font-size: 18px !important;

  font-family: "Sura Sans Bold";
}

.tituloChat span {
  font-family: "Sura Sans Regular";
  line-height: normal;
  font-size: 14px;
}

.pieChat {
  padding: 0.6rem;
  width: 100%;
}

.txtNombre {
  font-size: 16px;
  color: #fff;
  padding: 5px;
  font-family: "Sura Sans Bold";
}

#txtEscribir {
  padding: 0;
  font-size: 1rem;
  line-height: 1rem;
  max-height: 80px;
  padding: 5px;
  overflow-y: auto;
  color: #ffff;
  outline: none;
  margin: 0 auto;
  border-bottom: solid 2px #ffff;
  transition: all ease-in 0.2s;
  font-family: "Sura Sans Regular";
}

#txtEscribir:focus {
  border-bottom: solid 2px #fff;
}

[contenteditable="true"]:empty:before {
  content: attr(placeholder);
  pointer-events: none;
  display: block;
  /* For Firefox */
  color: #c6c6c6;
}

div[contenteditable="true"] {
  width: 96%;
}

.contEnviar {
  padding: 0.8rem 0.5em 0.9rem 0;
  font-size: 12px;
}

#btnEnviar {
  cursor: pointer;
  margin-left: 10px;
  opacity: 0.4;
  padding: 0.3em;
  transition: opacity ease-in 0.2s;
}

#btnEnviar:hover {
  opacity: 1;
}

.btnMostrar {
  font-size: 0.7rem;
  text-align: center;
  margin: 0 auto;
  padding: 0.6rem;
  color: #0198A9;
  clear: both;
  cursor: pointer;
  transition: color ease-in 0.2s;
  font-family: "Sura Sans Bold";
}

.btnMostrar :hover {
  opacity: 60% !important;
}

#conCaracteres {
  color: #fff;
  font-family: "Sura Sans Bold";
}

.btnOcultar {
  border-top: solid 1px #fff;
  font-size: 0.7rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.9rem;
  padding: 10px 10px 0px 10px;
  color: #fff;
  clear: both;
  cursor: pointer;
  transition: color ease-in 0.2s;
  font-family: "Sura Sans Bold";
}

.btnOcultar:hover {
  color: #fff;
  transition: color ease-in 0.2s;
}

.msgUsuario {
  white-space: pre-wrap;
  /* Webkit */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
  margin-bottom: 15px;
  color: #fff;
  line-height: 1.2;
  font-family: "Sura Sans Regular";
}

#txtNombreUsuario {
  float: left;
  color: #fff;
  font-family: "Sura Sans SemiBold";
}

#banner {
  position: absolute;
  bottom: 0;
  display: none;
}

#contIframe {
  width: 100%;
  display: none;
}

.logo-sm {
  max-width: 120px;
  display: none;
}

@media (max-width: 1200px) {
  .text-date span {
    font-size: 31px;
  }

  .time-title {
    height: 4vh;
  }

  .time-text {
    font-size: 31px;
    height: auto;
  }

  .text-log {
    font-size: 2rem !important;
  }
}

@media screen and (max-height: 800px) {
  .right-content {
    height: 112vh;
  }
}

@media (max-width: 991px) {
  .main-container {
    height: auto;
  }

  .logo {
    display: none;
  }
  .pl-4, .px-4 {
    padding-left: 0.5rem !important;
  }
.pr-4, .px-4 {
    padding-right: 1rem !important;
  }
  .logo-sm {
        display: block;
        position: absolute;
        right: 0;
        padding: 0px 10px;
        max-width: 575px;
    }

  .conContenido {
    height: auto;
  }

  .left-content {
    width: 100%;
    margin-top: 6rem;
  }

  .left-streaming {
    width: 100%;
  }

  .titles-texts {
    font-size: 35px;
    line-height: normal;
  }

  .titles-texts-high {
    font-size: 40px;
    text-align: start;
  }

  .text-ultra {
    font-weight: bold;
    font-size: 70px;
  }

  .bar-hr {
    height: 2px;
    width: 280px;
    margin-bottom: 15px;
  }

  .contInfo {
    margin-top: 4rem;
    padding: 2rem 5rem;
  }

  .line {
    width: 150%;
    border: solid 1px #122059;
  }

  .text-left-title {
    line-height: normal;
  }

  .text-left-p {
    padding-right: 30px;
  }

  .content-date {
    align-items: center;
  }

  .text-date {
    flex-direction: row !important;
    gap: 1rem;
    text-align: start;
    padding: 20px 10px;
    margin-bottom: 0;
  }

  .text-date p {
    font-size: 30px;
  }

  .text-date span {
    height: auto;
  }

  .pt-10 {
    padding: 0;
  }

  .text-time {
    flex-direction: row !important;
    gap: 1rem;
    text-align: start;
    margin-bottom: 0;
    height: auto;
    align-items: center;
  }

  .time-title {
    font-size: 30px;
    font-weight: 500;
    height: auto;
  }

  .time-text {
    font-size: 30px;
    font-weight: bold;
  }

  .light-time {
    font-size: 22px;
    font-weight: 400;
  }

  .contIntro {
    flex-direction: column;
  }

  .content-Buttons {
    width: 70%;
    height: auto;
  }

  .content-Buttons button {
    font-size: 22px;
    line-height: normal;
  }

  .tituloChat {
    flex-grow: 0;
  }

  .contMSG {
    height: 185px;
  }

  #listaMSG {
    max-height: 175px;
  }

  #contIframe {
    height: 720px;
  }

  .btnTraduce {
    font-size: 14px;
  }

  .right-streaming {
    height: 70vh;
  }
}

@media only screen and (max-width: 640px) {
  .logo {
    display: none;
  }

  .logo-sm {
    max-width: 95%;
    display: block;
    position: absolute;
    right: 0;
    padding: 0px 10px;
  }

  .titles-texts {
    font-size: 30px;
    line-height: normal;
    text-align: center;
    font-weight: bold;
  }

  .titles-texts-light {
    font-weight: 300;
  }

  .titles-texts-high {
    font-size: 37px;
    text-align: center;
  }

  .pl-10 {
    padding-left: 1rem;
  }

  .bar-hr {
    margin-top: 15px;
    height: 2px;
    width: 200px;
  }

  .text-date {
    flex-direction: column !important;
    gap: 0rem;
    text-align: center;
    padding: 20px 10px !important;
    margin-bottom: 0;
    height: auto;
  }

  .text-date p {
    font-size: 28px;
  }

  .text-date span {
    height: auto;
    font-size: 28px;
  }

  .pt-10 {
    padding: 0;
  }

  .text-time {
    flex-direction: column !important;
    gap: 0rem;
    text-align: center;
    padding: 5px 10px 26px 10px !important;
    margin-bottom: 0;
  }

  .time-title {
    font-size: 28px;
    font-weight: 500;
    height: auto;
  }

  .time-text {
    font-size: 28px !important;
    font-weight: bold;
    height: auto;
  }

  .light-time {
    font-size: 16px !important;
    font-weight: 400 !important;
  }

  .text-log {
    white-space: normal;
    line-height: normal;
    padding-bottom: 1rem;
  }

  .content-Buttons button {
    font-size: 18px;
  }

  .contBoton {
    height: 6.5%;
  }

  .contInfo {
    padding: 2rem 18px;
  }

  .left-streaming {
    margin-top: 5px;
  }
}

@media (max-width: 572px) {
  .logo-event {
    padding-bottom: 1px;
  }

  .grid-container {
    height: 15vh;
    gap: 2rem;
  }

  .tituloStreaming {
    font-size: 18px;
    text-align: justify;
    margin-left: 0;
  }
}

/* LOADING */

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
