
/* General & Fonts */

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}
h2 {
  font-family: rubik, sans-serif;
}
p,
a,
li,
label {
  font-family: rubik, sans-serif;
}


/* 1. HEADER */

.header-container {
  background-color: #DA291C;
  height: 100px;
  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: 1440px;
}

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

.header-container .logo-tlw img {
  width: 100%;
  height: auto;
}


/* 2. USUARIO GENERAL */

.usuario-general-container {
  width: 100%;
  min-height: 471px;
  background-image: url("./images/back.webp");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.usuario-container {
  width: 100%;
  max-width: 1400px;
  display: flex;
  min-height: 471px;
}

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

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

.usuario-container p {
  font-size: 28px;
  color: white;
}

.usuario-container .color-blanco {
  font-size: 1.125rem;
  color: white;
  text-transform: uppercase;
}

.usuario-container .date-text {
  background-color: white;
  font-weight: 700;
  color: #090909;
  padding: 8px 24px;
  text-align: center;
  border-radius: 5px;
 
}
.logo-container{
  display: flex;
  align-items: center;
  gap: 12px;
}

.speaker-box-container{
  display: flex;
  justify-content: center;
  position: relative;
  align-items: end;
  width: 100%;
}

.speaker-box {
  background-color: white;
  border-radius: 5px;
  align-items: center;
  gap: 6px;
  position: absolute;
  bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;

}

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

.speaker-box > img {
  width: 24px;
}


/*Hubspot*/
.hs-form-frame{    
  width: -webkit-fill-available;
}

/*Section 3 INFO SECTION*/

.info-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 20px;
  gap: 40px;
}



.info-section .col-l {
  flex: 1;
}

.info-section .col-l h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.info-section .col-l p {
  font-size: 16px;
  line-height: 1.6;
}

.info-section .col-l ul {
  font-size: 16px;
  line-height: 1.6;
}

.info-section .col-r {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}


/* 4. SPEAKER SECTION */

.speaker-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2B884D; 
}

.speaker-container{
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 20px;
  gap: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.speaker-section img {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
}

.speaker-section div {
  flex: 1;
}
.speaker-text-container{
  max-width: 660px;
}
.speaker-section h2 {
  font-size: 30px;
  margin-bottom: 10px;
  color: white;
}

.speaker-position  {
  font-size: 18px;
  color: white;
  font-weight: bold;
}

.speaker-description {
   font-size: 15px;
     color: white;
}


/* 5. BANNER SECTION */

.banner-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px 0px;
}
.banner-sponsor {
  text-decoration: none;
  color: white;
}
.sponsors {
  background: #D9D9D9;
  width: 970px;
  height: 250px;
  max-width: 970px;
  text-align: center;
  display: flex;
  align-items: end;
  font-size: 18px;
  color: white;
  text-align: start;
  background-image: url('./images/banner.webp');
  background-position: center; 
  background-size: cover; 
  font-family: 'Work Sans', sans-serif;
}
.banner-text-container{
  padding-left: 20px;
  max-width: 800px;
}
.orange-back {
  background-color: #55D4A0 ;
  width: fit-content;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 16px;
   font-family: 'Work Sans', sans-serif;
   margin: 0;
   
}
.banner-text {
  font-family: 'Work Sans', sans-serif;
  font-size: 27px;
  margin-top: 5px;
  margin-bottom: 24px;
  font-weight: 700;

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

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

.unete-webinar .title-webinar {
  padding: 20px 0px;
  color: #3E4669;
  font-size: 25px;
  text-align: center;
}

.ctaWebinar {
  background-color: #ff7b1c;
  border: none;
  min-width: 300px;
  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;
}
/*FOOTER*/

.footer-container{
  background-color: #da291c;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-contenedor{
  display: grid;
 grid-template-columns: 1fr 3fr;
  max-width: 1440px;
  padding: 50px 0px ;
   width: 100%;
   margin: 0 auto;
 
}
.footer__columna-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}

.footer_logo{
   display: flex;
   gap: 19px;
}
.footer_logo img{
  width: 70px;
  height: auto;
}

.footer_mini_nav {
  border-left: 1px solid #fff;
  padding-left: 12px;
}

.menu-principal-container {
   display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4 columnas iguales */
  gap: 30px; /* espacio entre columnas */
  width: 100%;
}
.menu-menu-principal{
  margin: 0;
  list-style: none; /* Quita los puntos */
  padding-left: 0;  /* Quita el espacio a la izquierda */
  margin: 0; 
}
.menu-menu-principal a{
 text-decoration: none;
 text-transform: uppercase;
 font-weight: bolder;
 color: white;
 font-size: 14px;

}
.menu-item{
  padding-bottom: 6px;
}
.inner-col-1{
  display: block;
}

.inner-col-1, .inner-col-2, .inner-col-3 {

  margin: 0;
  list-style: none; /* Quita los puntos */
  padding-left: 0;  /* Quita el espacio a la izquierda */
  margin: 0; 
  max-width: 200px;
}

.inner-col-1 a, .inner-col-2 a,.inner-col-3 a {
   text-decoration: none;
   text-transform: uppercase;
   color: white;
    font-size: 14px;
    line-height: 1.125rem;
   
}

.inner-col-1 li:first-child,
.inner-col-2 li:first-child,
.inner-col-3 li:first-child {
  font-weight: bolder;
  padding-bottom: 16px;
  
}

.inner-col-1 li,
.inner-col-2 li,
.inner-col-3 li {
  padding-bottom: 12px;
}

.inner-col-2   .destacado{
  color: #5f249f;
  font-weight: bold;
}
.contenedor_logo_b2b{
  display: flex;
  justify-content: end;
  align-items: end;
  width: 100%;
  margin-top: 20px;
}
.contenedor_logo_b2b img {
  width: 130px;
  height: auto;
}
.contenedor_redes{
  display: flex;
  gap: 24px;
  
}
.contenedor_redes img {
width: 25px;
height: auto;
}
/* ===================== */
/* RESPONSIVE */
/* ===================== */
@media (max-width: 980px) {
  /* Header */
  .header-section-container {
    width: 90%;
    justify-content: center;
  }
  .header-container .logo-tlw {
    width: 150px;
  }

  /* Usuario General */
  .usuario-container {
    width: 90%;
    margin: 20px 0px;
    justify-content: center;
  }
  .usuario-container h2 {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
  }
  .usuario-container p {
    font-size: 1rem;
    text-align: center;
  }
  .usuario-container .color-blanco {
    font-size: 15px;
  }
  .logo-container{
    flex-direction: column;
    padding-bottom: 20px;
  }

  .speaker-box-container{
  display: none;
  }


/*Info Section*/
.info-section{
  flex-direction: column;
}

/*Speaker Section*/
.speaker-container {
  flex-direction: column;
}
.speaker-section img{
  width: 150px;
  height: 150px;
}
.speaker-text-container{
  text-align: center;
}
  /* Banner Section */
  .banner-section {
    margin: 25px 0px ;
  }
  .sponsors{
    max-width: 350px;
    width: 90%;
    overflow: hidden;
  }
  .unete-webinar .title-webinar {
    font-size: 20px;
    width: 90%;
  }
  .orange-back {
  font-size: 14px;
   
}
.banner-text {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 24px;
  font-weight: 700;

} 
/*Footer*/

.inner-contenedor{
  grid-template-columns: 1fr;
  max-width: 90%;
  padding: 50px 0px 20px 0px ;
}

.footer__columna-1{
  padding-bottom: 24px;
}
.menu-principal-container{
  grid-template-columns: repeat(2,1fr);
}

.inner-col-1{
  display: none;

}
.footer_logo{
  padding-bottom: 24px;
}
.contenedor_logo_b2b{
  justify-content: start;
}

.hsfc-Step .hsfc-Step__Content {
    padding: 0px important;
}

}
.hsfc-Step .hsfc-Step__Content {
    padding: 0px !important;
}
@media (width > 1200px) {
  .speaker-box {
    display: flex;
    right: 100px;
  }
}
@media (width > 1300px) {
  .speaker-box {
    right: 150px;
  }
}

