@import url(./general.css);

.main{
    width: 100%;
}
.body{
    height: 100vh;
    overflow: hidden;
}
.principal{
    /*padding: 96px;*/
    min-height: calc(100vh - 120px - 100px);
    display: grid;
    align-items: center;
}
.bg{
    width: 100%;
    /*min-height: 100%;*/
    height: 100%;
    background: no-repeat center/100% url(./../img/productos/adcofi/web-adcofi.jpg);
    background-size: cover;
    filter: blur(3px);
    position: absolute;
    z-index: -1;
}
.IA{
    width: 100%;
    /*min-height: 100%;*/
    height: 100%;
    background: no-repeat center/100% url(./../img/seminario_IA.jpeg);
    background-size: cover;
    filter: blur(3px);
    position: absolute;
    z-index: -1;
}
.PF{
    width: 100%;
    /*min-height: 100%;*/
    height: 100%;
    /*background: no-repeat center/100% url(./../img/productos/DominioIA.png);*/
    background-size: cover;
    /* filter: blur(2px); */
    position: absolute;
    z-index: -1;
}
.ELIC{
    width: 100%;
    /*min-height: 100%;*/
    height: 100%;
    background: no-repeat center/100% url(./../img/productos/validadorMovil/vMovil.png);
    background-size: cover;
    /* filter: blur(2px); */
    position: absolute;
    z-index: -1;
}
.DC{
    width: 100%;
    /*min-height: 100%;*/
    height: 100%;
    background: no-repeat center/100% url(./../img/cursos/despachos_calidad_kraitt.png);
    background-size: cover;
    /* filter: blur(2px); */
    position: absolute;
    z-index: -1;
}
.SaludMental{
    width: 100%;
    /*min-height: 100%;*/
    height: 100%;
    background: no-repeat center/100% url(./../img/cursos/salud_metal_en_el_trabajo.png);
    background-size: cover;
    /* filter: blur(2px); */
    position: absolute;
    z-index: -1;
}
.EvitAclaraciones{
    width: 100%;
    /*min-height: 100%;*/
    height: 100%;
    background: no-repeat center/100% url(./../img/cursos/evita_retenciones.png);
    background-size: cover;
    /* filter: blur(2px); */
    position: absolute;
    z-index: -1;
}
.Donatarias{
    width: 100%;
    /*min-height: 100%;*/
    height: 100%;
    background: no-repeat center/100% url(./../img/blogger/donatorias_mexico.png);
    background-size: cover;
    /* filter: blur(2px); */
    position: absolute;
    z-index: -1;
}
.RegistroMarcas{
    width: 100%;
    /*min-height: 100%;*/
    height: 100%;
    background: no-repeat center/100% url(./../img/cursos/registroMarcas.png);
    background-size: cover;
    /* filter: blur(2px); */
    position: absolute;
    z-index: -1;
}
.Ciberseguridad{
    width: 100%;
    /*min-height: 100%;*/
    height: 100%;
    background: no-repeat center/100% url(./../img/cursos/Ciberseguridad.png);
    background-size: cover;
    /* filter: blur(2px); */
    position: absolute;
    z-index: -1;
}
.webinars{
    width: 100%;
    /*min-height: 100%;*/
    height: 100%;
    background: no-repeat center/100% url(./../img/cursos/evita_retenciones.png);
    background-size: cover;
    /* filter: blur(2px); */
    position: absolute;
    z-index: -1;
}
.ebook{
    width: 100%;
    height: 100%;
    background:  no-repeat center/100% url(./../img/productos/forms/TransformacionDigital.jpg);
    background-size: cover;
    filter: blur(1.5px);
    position: absolute;
    z-index: -1;
}
.e-firma{
    width: 100%;
    /*min-height: 100%;*/
    height: 100%;
    background: no-repeat center/100% url(./../img/e-firma.png);
    background-size: cover;
    filter: blur(3px);
    position: absolute;
    z-index: -1;
}
.formCntc{
    padding: 16px 32px;
    width: 715px;
    margin: 0 auto;
    background-color: #e0eef1;
    border-radius: 15px;
    display: grid;
    grid-template-rows: repeat(3, min-content);
    grid-template-columns: 1fr;
    justify-content: center;
    align-content: center;
}
.formCntc h2{
    text-align: center;
}
.formEbook{
    padding: 35px 45px;
    width: 800px;
    margin: 0 auto;
    background-color: #e0eef1; /*e0eef1 */
    border-radius: 15px;
    display: grid;
    grid-template-rows: repeat(3, min-content);
    grid-template-columns: 1fr;
    justify-content: center;
    align-content: center;
}
.formEbook h2{
    text-align: center;
}
.btnEbook{
    color: #dfedf3;
    background-color: #090dc4;
}
.infContacto{
    width: max-content;
    margin: 0 auto;
}
.infContacto a{
    text-decoration: none;
}
.submitBtn{
    margin: 0 auto;
}
.submitBtn button{
    padding: 8px 24px;
}
textarea{
    resize: none;
}
.error{
    color: #f00
}
#robot{
    width: 100%;
    text-align: center;
}
#g-recaptcha-l div{
    margin: 0 auto;
}
#statusModal{
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: none;
    justify-items: center;
    align-items: center;
    z-index: 6;
    background-color: rgba(0, 0, 0, .5);
}
#modalContent{
    background-color: #fff;
    border-radius: 15px;
    padding: 16px;
    padding-top: 40px;
    position: relative;
    width: 320px;
}
#modalContent p{
    font-size: 22px;
}
#modalContent p i{
    font-size: 22px;
}
#closeBtn{
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}
#pLetritas{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}

@media (max-wodth: 900px){
    .bg{
        min-width: 100%;
    }
}
@media (max-width: 715px){
    .formCntc{
        width: 530px;
    }
    .formEbook{
        width: 530px;
    }
    .ELIC{
        width: 530px;
    }
    .PF{
        width: 530px;
    }
}
@media (max-width: 530px){
    .formCntc{
        width: 350px;
    }
    .formEbook{
        width: 350px;
    }
    .ELIC{
        width: 350px;
    }
    .PF{
        width: 350px;
    }
    .infContacto{
        width: auto;
    }
}

.container {
    display: flex;
  }
  
  .content, .form-container {
    flex: 1;
    margin: 10px;
  }
  
  .content {
    max-width: 600px; /* Adjust the width as necessary */
  }
  
  .form-container {
    /* max-width: 500px; Adjust the width as necessary */
    background-color: rgba(255, 255, 255, 0.9);
    padding: 45px;
    background-color: #e0eef1;
    border-radius: 15px;
    display: grid;
  }
  
  header, .info {
    background-color: rgba(0, 0, 0, 0.695);
    color: white;
    margin-bottom: 20px;
    padding: 20px;
  }
  
  .info ul {
    list-style: inside;
  }
  
  form input, form select, form button {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
  }
  
  form button {
    background-color: blue;
    color: white;
    border: none;
  }
  

  h1 {
    font-size: 30px;
  }
  
  h2 {
    font-size: 25px;
  }
  
  p, li {
    font-size: 18px;
  }
  
  @media (max-width: 768px) {
    .container {
      flex-direction: column;
      align-items: center;
    }
  }
  