body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  opacity: 1;
}
h2 {
  font-family: rubik, sans-serif;
}
p,
a,
label {
  font-family: rubik, sans-serif;
}
/*Header*/
.header-container {
  background-color: #A31C12;
  height: 90px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-section-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90%;
}

.header-container .logo-tlw {
  width: 160px;
  height: auto;
  display: flex;

}

.header-container .logo-tlw img {
  width: 100%;
  height: auto;
  padding-right: 24px;
  object-fit: contain;
}



.header-container .cta-pases-dorados {
  background: linear-gradient(to right, #dfbd69, #926f34);
  padding: 20px;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  font-size: 1.125rem;
  font-family: worksans-semibold, sans-serif;
}

.header-container .cta-pases-dorados .cta-button {
  text-decoration: none;
  color: white;
  font-size: 1.125rem;
  font-family: worksans-semibold, sans-serif;
}

/* Banner Inicio */
.usuario-general-container {
  width: 100%;
  min-height: 40vh;
/*   background-image: url("./images/Back.webp");
  background-repeat: no-repeat;
  background-size: cover; */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 471px;
  position: relative;
}
.usuario-general-container >img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  z-index: -1;
}
.speaker-box,.speaker-box2 {
  background-color: white;
  border-radius: 5px;
  align-items: center;
  gap: 6px;
  position: absolute;
  bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

.speaker-box>p{
  color: #090909;
  font-size: 15px;
  font-weight: 600;
}
.speaker-box>img{
  width: 24px;
}
.speaker-box2>p{
  color: #090909;
  font-size: 15px;
  font-weight: 600;
}
.speaker-box2>img{
  width: 24px;
}

.usuario-container {
  width: 100%;
  max-width: 1103px;
  display: flex;
}

.usuario-container .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 750px;
}

.usuario-container h2 {
  font-size: 70px;
  color: white;
  margin: 0px;
  font-weight: 500;
}

.usuario-container p {
  font-size: 1.3rem;
  color: white;
 
}

 .desc-webinar {
  color:#3E4669;
  text-align: center;
  padding: 0;
  margin: 0;
}
.desc-webinar a {
  
  font-weight: 600;
  text-decoration: underline;
  color: #3E4669;
}
.usuario-container .color-blanco {
  font-size: 1.125rem;
color: white;
text-transform: uppercase;

}
#text-gold{
  display: none;
}


#text-invitados{
  display: none;
}
#textDescription {
  display: none;
}

#ctaWebinarHeader{
  display: none;
}

.usuario-container .date-text{
  background-color: white;
  font-weight: 700;
  color: #090909;
  padding: 8px 24px;
  text-align: start;
  border-radius: 5px;
  max-width: fit-content;
  

}
.section-beneficios {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 30px ;
  padding-bottom: 30px ;
  
}

.contenidos-beneficios {
  display: flex;
  flex-direction: column;
  max-width: 1103px;
    justify-content: center;
    align-items: center;
}

.title-beneficios {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;


}

.title-beneficios h2 {
  font-size: 30px;
  letter-spacing: -3;
  text-align: center;
  color: #3E4669;
  font-weight: 600;
 
   
}

.description-webinar{
  color: #3E4669;
  font-size: 18px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: justify;

}
.description-webinar p {
  margin: 0;
  margin-top: 1px;
  margin-bottom: 1px;
/*   text-align: center; */
}
.description-webinar ul {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.description-webinar li {
  margin: 0;
}
.section-learn {
  width: 100%;
  display: none;
  justify-content: center;
  padding: 30px 0;
  
}

.container-learn {
  display: flex;
  flex-direction: column;
  max-width: 1800px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.container-card{
  display: flex;
  flex-wrap: wrap; 
  gap: 12px;
  padding-top: 24px;
  justify-content: center;
}
.title-learn {
  color: #483F3C;
  font-size: 30px;
}
.learn-card{
  background-color: #FAFAFA;
  padding: 24px;
  border-radius: 12px;
  max-width: 310px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
  transition: transform 0.2s ease, box-shadow 0.2s ease; 
  display: flex; 
  flex-direction: column;
  align-items: flex-start; 
  gap: 12px; 
  text-align: left; 
 

}
.learn-card img {
  width: 24px; 
  height: auto;
  flex-shrink: 0; 
  margin-top: 4px; /
}

.learn-card p {
  color: #483F3C;
  font-size: 15px;
  margin: 0;
}
/* 🔹 Responsive */
@media (max-width: 980px) {
  .container-card {
    flex-wrap: wrap; 
    max-width: 90%;
  }

  .learn-card {
    width: 90%; 
    max-width: 100%;
  }
  .title-learn {
  color: #483F3C;
  font-size: 21px;
}
}

/* Section Quarterly */

.quarterly-general-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 36px 0px; 
}

.quarterly-general-container .card-container {
  max-width: 1103px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.quarterly-general-container .card-container .card {
  display: grid;
  grid-template-columns: 1fr 2fr;
 
}

.col-izq {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.quarterly-general-container .card-container .card .col-izq .img-container {
  width: 230px;
  height: 230px;
  position: relative;
  overflow: hidden;
  border : solid 5px  #FF7B1C;
  border-radius: 50%;
}

.quarterly-general-container .card-container .card .col-izq .img-container img {
  width: 100%;
  height: auto;
}

.quarterly-general-container .card-container .card .col-izq .text-container {
  background-color: #f3f3f3;
  color: #5e6787;
  padding: 15px 25px;
}
.quarterly-general-container .card-container .card .col-izq .text-container p,
.quarterly-general-container .card-container .card .col-izq .text-container h2 {
  margin: 10px 0px;
  font-size: 1.125rem;
}

.quarterly-general-container .card-container .card .col-derecha {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 25px;
}

.quarterly-general-container .card-container .card .col-derecha .fecha-online {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quarterly-general-container
  .card-container
  .card
  .col-derecha
  .fecha-online
  p {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3rem;
}

.quarterly-general-container
  .card-container
  .card
  .col-derecha
  .fecha-online
  p
  span {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8125rem;
}

.quarterly-general-container
  .card-container
  .card
  .col-derecha
  .fecha-online
  .online {
  display: flex;
}

.quarterly-general-container
  .card-container
  .card
  .col-derecha
  .fecha-online
  .online
  p {
  margin-left: 15px;
  font-size: 1.125rem;
}
.quarterly-general-container
  .card-container
  .card
  .col-derecha
  .fecha-online
  .online
  img {
  width: 20px;
}

.quarterly-general-container
  .card-container
  .card
  .col-derecha
  .description-container
  h2 {
  font-size: 2rem;
  color: white;
  margin: 0;
  padding: 0;
}

.quarterly-general-container
  .card-container
  .card
  .col-derecha
  .description-container
  p {
  color: white;
  margin-right: 10px;
  font-size: 15px;
  margin-top: 32px;
}

.quarterly-general-container
  .card-container
  .card
  .col-derecha
  .description-container
  button {
  display: flex;
  text-decoration: none;
  padding-bottom: 15px;
  border: none;
  align-items: center;
  cursor: pointer;
}

.quarterly-general-container
  .card-container
  .card
  .col-derecha
  .text-container
  h2 {
  font-size: 32px;
  background: white;
  -webkit-background-clip: text;
  color: transparent;
  margin: 0px 0 10px 0;
}
.quarterly-general-container
  .card-container
  .card
  .col-derecha
  .text-container
  p {
  color: white;
  font-size: 18px;
  margin: 0;
}
.cta-invitados-conf {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 20px;
  align-items: center;
}

.cta-invitados-conf button {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}

.cta-invitados-conf>button:nth-child(1){
  display: none;
}

.cta-invitados-conf button {
  background-color: #ff7b1c;
  border: none;
  min-width: 300px;
}

.cta-invitados-conf p {
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0px;
}

.cta-invitados-conf img {
  width: 20px;
}
.quarterly-general-container {
  background: #78170F;

}
.quarterly-general-container .card-container .card .col-derecha .sponsors {
  display: flex;
}

.quarterly-general-container .card-container .card .col-derecha .sponsors {
  display: flex;
  align-items: center;
  margin: 20px 0px 0px;
  color: #5e6787;
}

.quarterly-general-container .card-container .card .col-derecha .sponsors a {
  text-decoration: none;
  background-color: #848484;
  padding: 15px 25px;
  border-radius: 5px;
}
.quarterly-general-container .card-container .card .col-derecha .sponsors a {
  color: white;
  text-transform: uppercase;
  margin-right: 20px;
}
.quarterly-general-container
  .card-container
  .card
  .col-derecha
  .sponsors
  .texto-sponsors {
  font-size: 1.375rem;
  color: #5e6787;
}

.ctaWebinar{
  background-color: #ff7b1c;
  border: none;
  min-width: 300px;
}
.ctaWebinar {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}
.ctaWebinar p {
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0px;
 }
.ctaWebinarHeader{
  background-color: #ff7b1c;
  border: none;
  width: fit-content;
}
.ctaWebinarHeader {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}
.ctaWebinarHeader p {
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0px;
 }
@media (max-width: 980px) {
  /*Header*/
  .header-container{
   height: 100px;
  }
  .header-section-container {
    width: 90%;
    justify-content: center;
   
  }

  .header-container .logo-tlw {
    width: 150px;
    flex-direction: column;
    margin: 20px;
  }
   .header-container .logo-tlw img{

   padding-right: 0px;
  }

  .header-container .cta-pases-dorados {
    text-align: center;
    padding: 10px;
    margin-left: 10px;
  }

  .header-container .cta-pases-dorados a {
    font-size: 0.8rem;
  }

  .usuario-container .ctaWebinarHeader p {
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0px;
 }
 .ctaWebinarHeader{
  width: 100%;
 }

  /* Section Container */
  .usuario-general-container {
    padding: 0px 0px;
    justify-content: center;
    max-height: 400px;
  }

  .usuario-container .color-blanco{
    font-size: 21px;
    text-align: center;
  }

  .usuario-container {
    width: 90%;
    grid-template-columns: 1fr;
    margin: 150px 0px;
    justify-content: center;
  }

  .usuario-container h2 {
    font-size: 2rem;
    font-weight: 500;
  }

  .usuario-container p {
    font-size: 1.5rem;
  }
  .quarterly-general-container .card-container {
    width: 100%;
  }

  .quarterly-general-container .card-container .card .col-derecha .sponsors a {
    text-align: center;
    font-weight: bold;
  }
}
@media (max-width: 980px) {
  .usuario-container h2 {
    font-size: 45px;
    text-align: center;
    font-weight: 500;
    line-height: 47px;
  }
.title-beneficios h2 {
  font-size: 25px;
  letter-spacing: -1px;
}
.description-webinar{
  font-size: 18px;
}
  .usuario-container p {
    font-size: 2.5rem;
  }

  .usuario-container .date-text{
    font-size: 15px;
  }
  .contenidos-beneficios {
    width: 90%;
  }
  .beneficios-2col {
    grid-template-columns: 1fr;
  }
  .cta-invitados-conf p {
    font-size: 16px;
  }
}

/*Quaterly*/
@media (max-width: 980px) {
  .quarterly-general-container .card-container {
    width: 100%;
    align-items: center;
    margin: 30px 0px;
  }
  .quarterly-general-container .card-container .card {
    grid-template-columns: 1fr;
    width: 90%;
  }

  .col-izq{
  justify-content: center;
  }
  .quarterly-general-container .card-container .card .col-derecha{
    text-align: center;
    padding-top: 25px;
  }
  
  .quarterly-general-container .card-container .card .col-izq .img-container {
    height: auto;
  }
  .cta-invitados-conf {
    flex-direction: column;
  }
  .cta-invitados-conf a {
    margin-bottom: 20px;
  }

  .quarterly-general-container
    .card-container
    .card
    .col-derecha
    .cta-invitados-conf
    a {
    margin-right: 0px;
  }

  .quarterly-general-container
    .card-container
    .card
    .col-derecha
    .cta-invitados-conf
    button {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .quarterly-general-container
    .card-container
    .card
    .col-derecha
    .fecha-online
    p,
  .quarterly-general-container
    .card-container
    .card
    .col-derecha
    .fecha-online
    p
    span {
    font-size: 2rem;
  }

  .quarterly-general-container
    .card-container
    .card
    .col-derecha
    .description-container
    h2 {
    font-size: 2rem;
  }
  .quarterly-general-container
    .card-container
    .card
    .col-derecha
    .text-container
    h2 {
    font-size: 24px;
  }
  .quarterly-general-container
    .card-container
    .card
    .col-derecha
    .text-container
    p {
    font-size: 16px;
    font-weight: 600;
  }
  .sponsors{
    width: 320px !important;
    height: 100px !important;
  }
  .quarterly-general-container .card-container .card .col-derecha .description-container p{
    margin-right: 0px;
  }
}




.popup-info-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  position: relative;
  background-color: #fff;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  min-width: 750px;
  max-width: 750px;
}
.popup-content h2 {
  text-align: center;
}

.popup-content p {
  color: #475467;
  font-weight: bold;
  font-size: 0.875rem;
}

.popup-content .speaker-info {
  display: flex;
  margin: 20px 0px;
  align-items: center;
}
.popup-info-container .popup-content h2 {
  text-align: left;
  color: #475467;
  font-size: 1.75rem;
}
.popup-info-container .popup-content p {
  font-weight: 500;
  line-height: 1.3rem;
  margin: 0;
}
.popup-content .speaker-info .speaker-img {
  width: 60px;
  margin-right: 15px;
}
.popup-content .speaker-info .speaker-img img {
  width: 100%;
  height: auto;
}
.popup-content .speaker-info p {
  font-weight: 500;
  margin: 7px 0px;
}
.invitado-solapa {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  margin: 10px 0px;
}
.label-container {
  display: flex;
  flex-direction: column;
}
.label-container label {
  color: #475467;
  font-weight: bold;
  font-size: 0.875rem;
}
.label-container input {
  padding: 10px;
  margin: 10px 0px;
  border-radius: 10px;
  border: solid 1px #bababa;
  outline: none;
}
.label-container select {
  padding: 10px;
  margin: 10px 0px;
  border-radius: 10px;
  border: solid 1px #bababa;
  color: #475467;
  outline: none;
}

.sumar-colega {
  width: fit-content;
  border: none;
  background: transparent;
  padding: 0;
}
.sumar-colega a {
  display: flex;
  align-items: center;
  text-align: start;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}
.sumar-colega a p {
  margin-right: 10px;
}
#confirmar-cta:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.confirmar-cta {
  background: linear-gradient(to right, #dfbd69, #926f34);
  border: none;
  border-radius: 10px;
  margin-top: 10px;
  width: 100%;
  cursor: pointer;
}
.confirmar-cta p {
  text-transform: uppercase;
  color: white;
  font-weight: 700;
}

label .sr-only {
  color: red;
}
#envio-correcto {
  display: none;
}

/* Estilos para los inputs en caso de error o éxito */
.input-error {
  border-color: red !important;
}

.input-success {
  border-color: green !important;
}
#confirmar-cta:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.envio-correcto p {
  text-align: center;
  font-size: 0.8rem;
  color: green;
}
#envio-incorrecto {
  display: none;
}
#envio-incorrecto-email {
  display: none;
}
#envio-incorrecto-email-invitado {
  display: none;
}
#envio-incorrecto-numeros {
  display: none;
}
.envio-incorrecto p,
.envio-incorrecto-email p,
.envio-incorrecto-email-invitado p,
.envio-incorrecto-numeros p {
  text-align: center;
  font-size: 0.8rem;
  color: red;
}

#formulario {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.was-validated input:invalid,
.was-validated select:invalid {
  border: 2px solid red !important;
}

.was-validated input:focus:invalid,
.was-validated select:focus:invalid {
  outline: none;
  box-shadow: 0 0 5px red;
}

.was-validated input:valid,
.was-validated select:valid {
  border: 2px solid green;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-weight: bolder;
  font-size: 25px;
}

.close-Info-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-weight: bolder;
  font-size: 25px;
}

#invitaciones-completas {
  display: none;
}

.invitaciones-completas {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.invitaciones-completas h2 {
  margin: 10px 0px;
  color: #475467;
}
.usuariosInvitados p {
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin: 10px 0px;
  text-align: center;
}
.usuariosInvitados span {
  font-weight: 500;
  color: #A31C12;

  margin-right: 10px;
}

@media (max-width: 980px) {
  .popup-content {
    min-width: 75%;
    max-width: 75%;
  }
  .invitado-solapa {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .popup-content p,
  .popup-content label,
  .popup-content input {
    font-size: 1.125rem;
  }
  .popup-content h2 {
    font-size: 2rem;
  }
  .close-btn {
    font-size: 50px;
  }
}

/*Banner Publicitario*/

.banner-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px 0px;
}
.banner-container {
  max-width: 960px;
  align-items: center;
  justify-content: center;
}

.banner-container img {
  max-width: 960px;
  width: 100%;
  height: auto;
}

.unete-section{
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.unete-webinar{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}
.unete-webinar .title-webinar{
  padding-top: 20px 0px;
}

.ctaWebinar {
   margin-top: 36px;
}
.sponsors{
  background: #D9D9D9;
  width: 970px;
  max-width: 970px;
  text-align: center;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: black;
}
.title-webinar {
  color: #3E4669;
  font-size: 25px;
  text-align: center;
}

@media (max-width: 980px) {
  .banner-section {
    margin: 25px 0px 50px 0px;
  }
  .banner-container {
    width: 90%;
  }
  .title-webinar {
    color: #3E4669;
    font-size: 20px;
    width: 90%;
  }
}

@media (width > 760px) {
  .usuario-general-container >img {
    object-position: top;
  }
}
@media (width > 1200px) {
  .speaker-box2{
    display: flex;
    right: 50px;
  }
  .speaker-box{
    display: flex;
    /* right: 330px; */
    right: 50px;
  }
}
@media (width > 1300px) {
  .speaker-box2{
    right: 50px;
  }
    .speaker-box{
    display: flex;
       /* right: 330px; */
    right: 50px;
  }
}
@media (width > 1450px) {
  .speaker-box2{
    right: 50px;
  }
      .speaker-box{
    display: flex;
       /* right: 330px; */
    right: 50px;
  }
}