* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

@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 Light';
  src: url('../fonts/SuraSansLight.woff2') format('woff2'),
    url('../fonts/SuraSansLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#page-content {
  display: none;
}

.header {
  position: relative;
  width: 100%;
  height: 100px; /* Ajusta la altura del encabezado según sea necesario */
  background: inherit; /* Toma el fondo del body */
}

.logo-left {
  position: absolute;
  left: 50px; /* Ajusta la distancia del borde izquierdo */
  top: 50%; 
  transform: translateY(-50%); /* Centra verticalmente la imagen */
  height: 90px; /* Ajusta el tamaño del logo según sea necesario */
}

.logo-right {
  position: absolute;
  right: 35px; /* Ajusta la distancia del borde derecho */
  top: 50%;
  transform: translateY(-50%); /* Centra verticalmente la imagen */
  height: 75px; /* Ajusta el tamaño del logo según sea necesario */
}
/*.logo-left, .logo-right {
  max-width: 100px; /* Ajusta el tamaño de los logos si es necesario */
  /*height: auto;
}*/

/* Estilos para la versión móvil */
@media (max-width: 667px) { /* Para pantallas más pequeñas de 768px */
  .header {
      flex-direction: column; /* Los elementos se apilan verticalmente */
      align-items: center;
  }

  .logo-left, .logo-right {
      margin-bottom: 10px; /* Espacio entre los logos en la versión móvil */
  }
  .logo-left {
    position: absolute;
    left: 30px; /* Ajusta la distancia del borde izquierdo */
    top: 50%; 
    transform: translateY(-50%); /* Centra verticalmente la imagen */
    height: 45px; /* Ajusta el tamaño del logo según sea necesario */
  }
  
  .logo-right {
    position: absolute;
    right: 27px; /* Ajusta la distancia del borde derecho */
    top: 50%;
    transform: translateY(-50%); /* Centra verticalmente la imagen */
    height: 50px; /* Ajusta el tamaño del logo según sea necesario */
  }
}

body {
  font-family: "Sura Sans Regular";
  background-image: url("../images/IMGFONDODESK.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-position: center;
}

.principal {
  min-width: 360px;
  height: 100vh;
}

.encabezado {
  background-color: #002059;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.logo {
  max-width: 150px;
  position: absolute;
  padding: 20px;
  right: 0;
  top: 0;
}

.conContenido {
  width: 100%;
  height: 120vh;
}

.left-content {
  width: 250vw;
  color: #122059;
  text-align: start;
  margin-top: 2rem;
  position: relative;
}

.right-content_img {
  width: 250vw;
  color: #122059;
  text-align: start;
  margin-top: 4rem;
  position: relative;
}

.titles-texts {
  font-size: 45px;
  color: #122059;
  font-family: "Sura Sans Regular";
  white-space: nowrap;
}

.phone-input-container {
  display: flex;
  align-items: center;
  gap: 10px; /* Espacio entre el select y el input */
}

.phone-input-container .form-control,
.phone-input-container .form-select {
  flex: 1; /* Permite que el select y el input ocupen espacio proporcional */
}

.phone-input-container select {
  max-width: 120px; /* Ajusta el ancho máximo del select */
}

.titles-texts-light {
  font-family: "Sura Sans Light";
}

.img-fluid_calendar {
  max-width: 35%;
  height: auto;
}

.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 {
  /* background-image: url('../images/bgRight.png');
  background-size: cover;
  background-repeat: repeat-y; */
  min-width: 45vw;
  height: auto;

  background-color: transparent;
  background-repeat: repeat-y;
}

.right-content-wrapper {
  height: auto;
  max-height: 150%;
  background-color: transparent;
}

.text-right-title {
  color: #FFF800;
  font-family: 'Sura Sans Bold';
  margin-top: 3rem;
}

.pl-10 {
  padding-left: 3rem;
}

.pt-10 {
  padding-top: 10px;
}

.content-date {
  width: 100%;
  background-color: #dadada;
  height: auto;
}

.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-left-title {
  color: #4ec3e0;
  font-family: 'Sura Sans Bold';
  font-size: 22px;
}

.text-left-p {
  color: #122059;
  font-family: 'Sura Sans Regular';
  font-size: 22px;
  padding-right: 150px;
  line-height: normal;
}

.text-right-p {
    color: #fff;
    font-family: 'Sura Sans Regular';
    font-size: 30px;
    padding-left: 25px;
    line-height: normal;
}


.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;
}


.line {
  width: 150%;
  border: solid 1px #53565a;
}


.form-select {
  color: #53565a;
  font-family: "Sura Sans Regular";
  width: 100%;
            padding: 5px;
}

.form-select:focus {
  border-color: #53565a;
  color: #53565a;
}

.texts-inputs {
  color: #53565a;
}

.texts-inputs:focus {
  color: #53565a;
}

.form-control::placeholder {
  color: #53565a;
}

input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  background: #fff;
  border-color: #000;
  color: #53565a;
}

.texts-inputs:focus::placeholder {
  color: #fff;
}

.form-check-label {
  color: #fff;
  font-family: "Sura Sans Regular";

}

.form-check-label {
  color: #fff;
}

.form-check-input {
  background-color: transparent;
  border-color: #53565a;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
}


a {
  color: #fff;
  font-family: 'Sura Sans Bold', sans-serif;
}
a:hover {
  color: #FFF;
  font-family: 'Sura Sans Bold', sans-serif;
}

.btnEnviar {
  background-color: #FFF800;  
  color: #0BA1A7;
  font-size: 20px;
  font-family: "Sura Sans Bold", sans-serif;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
  width: 180px;
}

.btnEnviar:hover {
  color: #1D1D13;
  opacity: 50%;
}

.content-button {
  display: flex;
  justify-content: center;
  align-items: center;
}


.subtitle-texts {
  font-family: "Sura Sans Regular";
}

.texts-content {
  font-size: 19px;
  line-height: normal;
  font-family: "Sura Sans Regular";
}

.text-gracias {
  color: #FFE946;
  font-size: 80px;
  height: 7vh;
  font-family: "Sura Sans Regular";
}

.text-thankyou {
  color: #4ec3e0;
  font-size: 65px;
  height: 7vh;
  font-family: "Sura Sans Light";

}
.img-fluid-gracias {
  max-width: 95%;
  height: auto;
}

.content-gracias {
  margin-bottom: auto;
}

.btn {
  border-radius: 20px;
}

.foto {
  padding: 20px;
}

.imgBanner {
  display: none;
}

.containerImages {
  max-width: 300px;
}

.textInfo {
  text-align: left;
  font-size: small;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}

.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;
  }

  .right-content-wrapper {
    min-height: 130%;
  }
}

@media (max-width: 991px) {

  .logo {
    display: none;
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .img-fluid-calendar {
    max-width: 50%;
    height: auto;
  }

.ml-2, .mx-2 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 0rem !important;
}
.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 0rem !important;
}

  .logo-sm {
    display: block;
    position: absolute;
    right: 0;
    padding: 20px 10px;
  }

  .conContenido {
    height: auto;
  }

  .left-content {
    width: 100%;
    margin-top: 2rem;
  }

  .right-content_img {
    width: 100%;
    margin-top: 2rem;
  }
  .text-right-title {
    color: #FFE946;
    font-family: 'Sura Sans Bold';
    margin-top: 3rem;
    font-size: x-large;
  }

  .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;
  }


}

@media only screen and (max-width: 640px) {
  .logo {
    display: none;
  }

  .logo-sm {
    display: block;
    position: absolute;
    right: 0;
    padding: 20px 10px;
  }

  .right-content {
    height: 130vh;
  }

  .right-content-wrapper {
    min-height: 100%;
  }

  .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;
  }
}

/*@media (min-width: 2133.33px) and (max-width: 2400px) {
  .content-gracias {
    margin-bottom: 10rem;
}

}*/



/* 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);
  }
}