@font-face {
  font-family: "Sura Sans Bold";
  src: url("../fonts/SuraSans-Bold.woff2") format("woff2"),
    url("../fonts/SuraSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sura Sans Regular";
  src: url("../fonts/SuraSans-Regular.woff2") format("woff2"),
    url("../fonts/SuraSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sura Sans SemiBold";
  src: url("../fonts/SuraSans-SemiBold.woff2") format("woff2"),
    url("../fonts/SuraSansSemiBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fs Joey Bold";
  src: url("../fonts/FSJoeyBold.woff2") format("woff2"),
    url("../fonts/FSJoeyBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fs Joey Regular";
  src: url("../fonts/FSJoeyRegular.woff") format("woff2"),
    url("../fonts/FSJoeyRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  }  

body {
  background-image: url(../images/FONDO_DESK.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  font-family: "Sura Sans Regular";  
}


#page-content {
  display: none;
}

.principalLogin {
  min-width: 360px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.encabezado {
  display: none;
  background-color: transparent;
  color: #001862;
  padding: 20px;  
  line-height: normal;
  width: 100%;
}

.tituloStreaming {
  font-size: 25px;
  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: 250px;
}

.logo {
  max-width: 150px;
  position: absolute;
  padding: 20px;
  right: 0;
  top: 0;
}

/* .contLogin {
    max-width: 1250px;
    height: 780px;
    margin: 0 auto;
    background-color: transparent;
  } */

.contInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.containerInfo {
  font-size: 1.1rem;
  color: #fff;
  font-family: "Sura Sans Regular";
  padding: 10px 4rem;
  border: #fff 2px solid;
  width: 80%;
  padding: 20px;
}

.contSoporte {
  padding: 15px;
  background-color: #fff;
  border-bottom: 2px solid #fff;
  display: none;
  margin-top: 4px;
  font-family: "Sura Sans Bold";
}
.contForm .form-control {
  min-height: 45px;
  font-size: 16px; /* Ajusta el tamaño de texto */
}
.contForm {
  padding: 2%;
  display: none;
  min-height: 100%;  
  color: #1e1f1f;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  max-width: 100%;
    
    width: 100%;
    margin: 0 auto;
}
.top-images {            
  padding: 30px;
  display: flex;
justify-content: right; /* O flex-start */
gap: 20px; /* Espacio entre elementos */
flex-wrap: wrap; /* Para que se acomoden mejor */
}
#frmLogin {
padding: 5px !important;
}
#frmLogin .form-control {
height: 30px;
font-size: 17px;
}
.top-images img {
  max-width: 100%;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl
{
max-width: 100%; /* O un valor adecuado */
width: 80%;
margin-right: auto;
margin-left: auto;
}
@media (max-width: 1200px) {
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  padding-right: 80px;
  padding-left: 80px;
}
}

@media (max-width: 992px) {
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  padding-right: 30px;
  padding-left: 30px;
}
}
@media only screen and (max-width: 768px) {
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl
{
width: 100%;
padding-right: 15px;
padding-left: 30px;
margin-right: auto;
margin-left: auto;
}
}
.img-desktop {
display: block;
}

.img-mobile {
display: none;
}
@media (max-width: 768px) {
.top-images {           
justify-content: center;
}
.img-desktop {
display: none;
}

.img-mobile {
display: block;
padding-right: 10px;
}
}

.logoForm {
  max-width: 80%;
}

.justifyTexts {
  text-align: justify !important;
}

.contRecomendacion {
  background-color: transparent;
  padding: 15px;
  border: solid #001862 2px;
  font-family: "Sura Sans Regular";
  color: #001862;
  font-size: 15px;
  width: 80%;
}

.btnIngresar {
  background-color: #001862;
  text-transform: uppercase;
  color: #fff;
  font-family: "Sura Sans Bold", sans-serif;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  width: 300px;
  border-radius: 25px;
  font-size: 20px;
}

.btnIngresar:hover {
  color: #fff;
  opacity: 70%;
}

.form-control {
  font-family: "Sura Sans Regular";
  color: #001862;
  border-color: #001862;
  border-radius: 10px !important;
}

.form-control::placeholder {
  color: #001862;
}

input.form-control:focus {
  background: #fff;
  border-color: #fff;
  color: #001862;
}

input.form-control:focus::placeholder {
  color: #001862;
}

select.form-control {
  color: #001862;
  font-family: "Sura Sans Regular";
}

select.form-control:focus {
  border-color: #fff;
  color: #001862;
}

select.form-control:focus::placeholder {
  color: #001862;
}

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: #001862;
  font-family: "Sura Sans Bold", sans-serif;
}

.refTerminos1 {
  text-decoration: none;
  color: #001862;
  pointer-events: none;
}

.refTerminos2 {
  text-decoration: underline;
  cursor: pointer;
  color: #001862;
}

.txtForm {
  font-size: 20px;
  color: #fff;
  font-family: "Sura Sans Regular";
  line-height: normal;
}

.txtForm-check {
  font-size: 20px;
  color: #001862;
  font-family: "Sura Sans Regular";
  line-height: normal;
  text-align: justify;
}

.form-check {
  padding: 10px;
  
  border-radius: 5px;
  width: 100%;
  justify-content: start;
  align-items: start;
  gap: 8px;
}

.text-infor-content {
  min-width: 100%;
}

.msg {
  display: none;
  text-align: center;
}

/* LANDING PERSONALIZADA */

.main-container {
  width: 100%;
  height: 100vh;
}

.left-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgLeft {
  width: 82%;
  height: 762px;
}

.titles-texts {
  font-size: 45px;
  color: #001862;
  font-family: "Sura Sans Regular";
  white-space: nowrap;
}

.titles-texts-light {
  font-family: "Sura Sans Light";
}

.titles-texts-high {
  font-size: 80px;
  color: #001862;
  font-family: "Sura Sans Regular";
}

.text-ultra {
  font-size: 110px;
}

.rightContent {
  color: #fff;
  text-align: start;
  margin-top: 8rem;
}

.right-content {
  height: 100%;
  color: #001862;
}

.containerTitleRight {
  border: #001862 2px solid;
}

.text-right-title {
  font-family: "Sura Sans SemiBold";
}

.text-log {
  font-family: "Sura Sans SemiBold";
  font-size: 2.5rem;
  white-space: nowrap;
  color: #001862;
}

.pt-10 {
  padding-top: 10px;
}

.content-date {
  width: 100%;
  background-color: #dadada;
  height: auto;
}

.text-left-title {
  font-family: "Sura Sans Bold";
  font-size: 22px;
}

.text-left-p {
  font-weight: 600;
  font-size: 22px;
  padding-right: 150px;
  line-height: normal;
}

.line {
  width: 150%;
  border: solid 1px #001862;
}

.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: 40px;
  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: #001862;
  color: #fff;
  display: inline-block;
  border-radius: 18px 18px 0 0;
  min-width: 125px;
  text-align: center;
  font-size: 22px;
  font-family: "Sura Sans Bold";  
}

.btnTraduce :hover {
  opacity: 70% !important;
}

.principalStreaming {
  background-color: transparent;
  display: none;
}

.left-streaming {
  width: 250vw;
  color: #001862;
  text-align: start;
  position: relative;
}

.right-streaming {
  background-color: transparent;
  min-width: 30vw;
  height: 91vh;
}

.contChat {
  padding: 10px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  border-left: #fff 2px solid;
}

.contBoton {
  width: 100%;
  display: none;
  background-color: #001862;
  text-transform: uppercase;
  color: #fff;
  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: #001862;
  background-color: transparent;
}

#listaMSG {
  width: 100%;
  max-height: 337px;
  list-style: none;
  padding: 10px;
}

.tituloChat {
  padding: 0.6rem;
  padding-bottom: 1rem;
  color: #001862;
  width: 100%;
  z-index: 100000;
  flex-grow: 1;
  font-size: 18px !important;
  border-bottom: solid 2px #001862;
  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: #001862;
  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: #001862;
  outline: none;
  margin: 0 auto;
  border-bottom: solid 2px #001862;
  transition: all ease-in 0.2s;
  font-family: "Sura Sans Regular";
}

#txtEscribir:focus {
  border-bottom: solid 2px #001862;
}

[contenteditable="true"]:empty:before {
  content: attr(placeholder);
  pointer-events: none;
  display: block;
  /* For Firefox */
  color: #001862;
}

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: #fff;
  clear: both;
  cursor: pointer;
  transition: color ease-in 0.2s;
  font-family: "Sura Sans Bold";
}

.btnMostrar :hover {
  opacity: 60% !important;
}

#conCaracteres {
  color: #001862;
  font-family: "Sura Sans Bold";
  font-size: 13px;
}

.btnOcultar {
  border-top: solid 1px #001862;
  font-size: 0.7rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.9rem;
  padding: 10px 10px 0px 10px;
  color: #001862;
  clear: both;
  cursor: pointer;
  transition: color ease-in 0.2s;
  font-family: "Sura Sans Bold";
}

.btnOcultar:hover {
  color: #0031a0;
  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: #001862;
  line-height: 1.2;
  font-family: "Sura Sans Regular";
}

#txtNombreUsuario {
  float: left;
  color: #001862;
  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) {
  .principalLogin {
    height: 116vh;
  }
  .imgLeft {
    width: 600px;
    height: 645px;
  }
}

@media (max-width: 991px) {
  .principalLogin {
    height: 100%;
  }
  .encabezado {
    height: 70px;
  }

  .logo-event {
    max-width: 140px;
  }
  .header-event {
    height: 0px !important;
  }
  .main-container {
    height: auto;
  }

  .logo {
    display: none;
  }

  .imgLeft {
    width: 590px;
    height: 640px;
  }

  .contForm {
    width: 100%;
  }

  .contRecomendacion {
    width: 100%;
  }

  .conContenido {
    height: auto;
  }

  .left-content {
    width: 100%;
    margin-top: 2rem;
  }

  .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;
  }

  .right-content .contInfo {
    padding: 20px;
    height: 100%;
  }

  .contInfo {
    width: 100%;
    margin-top: 4rem;
    margin-bottom: 4rem;
    justify-content: center;
    align-items: center;
  }

  .contIntro {
    flex-direction: column;
  }

  .content-Buttons {
    width: 70%;
    height: auto;
  }

  .content-Buttons button {
    font-size: 22px;
    line-height: normal;
  }

  .tituloChat {
    flex-grow: 0;
  }

  .contChat {
    margin-top: 10px;
    border-left: none;
    border-top: #fff 2px solid;
  }

  .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) {
  .principalLogin {
    height: 100%;
  }
  .encabezado {
    height: 100px;
  }

  .principalLogin .contInfo {
    padding: 20px;
  }

  .contInfo {
    padding: 20px;
    height: 20vh;
  }

  .imgLeft {
    width: 100%;
    height: 80%;
  }

  .logo {
    display: none;
  }

  .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;
    padding-right: 1rem;
  }

  .content-Buttons button {
    font-size: 18px;
  }

  .contBoton {
    height: 6.5%;
  }

  .contInfo {
    padding: 2rem 18px;
  }

  .left-streaming {
    margin-top: 20px;
  }
}

@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;
    word-spacing: normal;
  }
}

/* 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);
  }
}
