
body {
    margin: 0;
    padding: 0;
    opacity: 0;
}
h2{
    font-family: worksans-semibold, sans-serif;
}
p, a, label{
    font-family: worksans-regular, sans-serif;
}
.ctaInvitados {
    display: flex;
} 
/*Header*/
.header-container {
    background-color: #DA291C;
    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;

}

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

.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('../img/log-in/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.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: 3rem;
    color: white;
    margin: 0px;
}

.usuario-container p {
    font-size: 1.3rem;
    color: white;
}
.usuario-container .color-dorado{
    font-size: 1.125rem;
    background: linear-gradient(to left,  #926F34,#DFBD69);
    -webkit-background-clip: text;
    color: transparent;
}

.section-beneficios{
width: 100%;
display: flex;
justify-content: center;
margin: 50px 0px 0px 0px;

}

.contenidos-beneficios{ 
    display: flex;
    max-width: 1103px;
    justify-content: center;

}
.beneficios-2col{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    min-height: 200px;
}
.beneficios-2col a {
    text-decoration: none;
}
.col01 h2, .col02 p {
    margin: 0;
}

.col01 h2{
    font-size: 1.8rem;
    letter-spacing: -.03em;
    line-height: 40px;

}
.col02 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.col02 p{
    font-size: 1.5rem;
    line-height: 1.8rem;
    letter-spacing: .5;

    text-align: center;
    max-width: 400px;
}
/* Section Quarterly */

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

.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;
    margin: 50px 0px;
    background: linear-gradient(#B92318, #58100B);
    border-radius: 50px

}
.quarterly-general-container .card-container .card .col-izq{ 
background-color: #F3F3F3;
border-radius: 50px 0px 0px 50px;
overflow: hidden;}

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

.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: space-around;
    padding: 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 .title-container h2 {
    font-size: 2rem;
    color: white;
    margin: 0;
    padding: 0;


}

.quarterly-general-container .card-container .card .col-derecha .title-container p {
    color: #5E6787;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
   
}

.quarterly-general-container .card-container .card .col-derecha .title-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: 1.75rem;
    background: linear-gradient(to left,  #926F34,#DFBD69);
    -webkit-background-clip: text;
    color: transparent;
    margin: 40px 0 10px 0;
}
.quarterly-general-container .card-container .card .col-derecha .text-container p{ 
    color: white;
    font-size: 1rem;
    margin: 0;
}
.cta-invitados-conf {
    display: flex;
    justify-content: center;
    margin-top: 40px;

}

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


 .cta-invitados-conf button {
    background-color: #FF7B1C;
    border: none;
    min-width: 500px;
    border-radius: 50px;
}




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

 .cta-invitados-conf img {
    width: 20px;
}

.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;
    
}


@media (max-width: 980px) {

    /*Header*/
    .header-section-container {
        width: 90%;

    }

    .header-container .logo-tlw {
        width: 150px;

    }

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

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

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

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

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

    .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: 4rem;
    }

    .usuario-container p {
        font-size: 2.5rem;
    
    }
    .section-beneficios {
        margin: 80px 0px 0px 0px;
    }
    .contenidos-beneficios{
        width: 90%;
        flex-direction: column;
    }

    .beneficios-2col{
        grid-template-columns: 1fr;
        padding-bottom: 40px;
    }
    .cta-invitados-conf p{ 
        font-size: 2rem;
    }

    .col02 p {
        font-size: 2.5rem;
        line-height: 2.5rem;
        letter-spacing: 0.5;
        text-align: center;
        max-width: none;

     }
}







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

}

.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 .title-container h2 {
    font-size: 2rem;
}
.quarterly-general-container .card-container .card .col-derecha .text-container h2{
    font-size: 2rem;
}
.quarterly-general-container .card-container .card .col-derecha .text-container p {
    font-size: 1.3rem;
}
}




.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-numeros{
    display: none;
}
.envio-incorrecto p, .envio-incorrecto-email 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: #0033A0;
          
            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;
            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;
        }

        @media (max-width: 980px){
            .banner-section{
              
                margin: 25px 0px 50px 0px;
            }
            .banner-container{
              width: 90%;
            }
        }