      .productosTitle{
        font-family: "helvetica-lt-pro", sans-serif;
font-weight: 700;
font-style: normal;
        font-size:42px;
        line-height:42px;
        color:#274988;
        text-align:center;
        letter-spacing:-0.045em;
      }
     
      
      .productos{
        display:flex;
        width:100%;
        padding:80px 20px 100px 20px;
        justify-content:center;
        align-items:center;
        /*background-color:brown;*/
      }
      
      .productosContainer{
        display:flex;
        width:100%;
        max-width:1309px;
        flex-direction:column;
        gap:0px;
      }
            
      .productosBottom{
        display:flex;
        gap:20px;
        width: 100%;
        justify-content: space-between;
        /*background-color: purple;*/
        padding: 65px 0 43px 0;
      }

      .productosSeparados{
        display:flex;
        width: 100%;
        max-width: 728px;
        gap:35px;
        flex-direction: column;
        justify-content:center;
        /*background-color:greenyellow;*/
      }
      
      .productosCaja{
        display:flex;
        width:100%;
        height:356.57px;
        border-radius:12px;
        position:relative;
        flex-direction:column;
        padding:26px 36px;
        gap:10px;
        justify-content:flex-end;
        /*background-color:grey;*/
        position:relative;
      }
      
      .productosCaja .title{
        font-family: "helvetica-lt-pro", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:26px;
        line-height:34px;
        letter-spacing:-0.007em;
        color:white;
        z-index:2;
        box-shadow: 0 0 20 rgba(0,0,0,0.8);
      }

      .productosCaja .parrafo{
        font-family: "helvetica-lt-pro", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size:17px;
        line-height:22px;
        letter-spacing:0.01em;
        color:white;
        z-index:2;
        max-width: 417.02px;
      }
      
      /*
      .productosCaja a{
        all:unset;
        cursor:pointer;
        display:flex;
        padding:9.5px 13px;
        background-color:pink;
        width:fit-content;
        border-radius:50px;
        background-image:url("./imgs/productos_boton.png");
        background-position:center;
        background-size:cover;
        background-repeat:no-repeat;
        font-family: "helvetica-lt-pro", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:12.41px;
        line-height:12.41px;
        letter-spacing:-0.024em;
        color:white;
        z-index:2;
      }
      */

      .productosFondo{
        display:flex;
        position:absolute;
        width:100%;
        height:100%;
        top:0;
        left:0;
        background-color:black;
        border-radius:12px;
        z-index:0;
      }
      
      .productosFondo img{
        width:100%;
        object-fit:cover;
        object-position:center;
        border-radius:12px;
      }


      .formulario{
        display: flex;
        width: 100%;
        min-height: 100%;
        max-width: 495.02px;
        position: relative;
        /*background-color: blueviolet;*/
      }


      .formularioContainer{
        display:flex;
        position: sticky;
        top: 30px;
        width:100%;
        flex-direction:column;
        align-items:center;
        background-color:#FFFFFF;
        gap:37px;
        padding:47px 20px;
        border-radius:35px;
        z-index:2;
        height: fit-content;
      }
      
       .formulario form{
        display:flex;
        width:100%;
        max-width:806px;
        justify-content:center;
        align-items:center;
        /*background-color:brown;*/
        max-width:456.17px;
      }

      .formulario .textos{
        display:flex;
        width:100%;
        justify-content:center;
        align-items:center;
        flex-direction:column;
        text-align:center;
        gap:15px;
        /*background-color:pink;*/
      }
      
      
 .formularioTitles{
        font-family: "helvetica-lt-pro", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:30px;
        line-height:34px;
        color:#585F6B;
        letter-spacing:-0.047em;
        max-width:457.7px;
   } 

   .formularioParrafo{
         font-family: "helvetica-lt-pro", sans-serif;
         font-weight: 400;
         font-style: normal;
         font-size: 17px; /*px*/
         line-height: 22px; /* ej. 1.5, 20px, auto*/
         letter-spacing:-0.0075em; /*ej. 2px o 0.1 em*/
         max-width:434px;
   }
      
      
      .formularioForma{
        display:flex;
        width:100%;
        flex-direction:column;
        gap:14px;
      }
      
      input, textarea{
        all:unset;
        width:100%;
        background-color:#FAFAFA;
        border:1px solid #DBDBDB;
        border-radius:10px;
        padding:10px 13px;
        box-sizing:border-box;
        font-family: "helvetica-lt-pro", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 13px;
        line-height: 19px;
        letter-spacing:0.015em;
        align-items:flex-start;
      }
      
      
      input::placeholder{
        
      }
      
      .formularioBoton{
        all:unset;
        cursor:pointer;
        display:flex;
        gap:21px;
        width:fit-content;
        margin-top:100px;
      }
      
      

      textarea{
        height:106px;
      }
      
      .formularioBoton{
        all:unset;
        cursor:pointer;
        display:flex;
        padding:13.7px 0px;
        /*background-color:pink;*/
        width:fit-content;
        min-width:140.29px;
        border-radius:50px;
        background-image:url("./imgs/form_boton.png");
        background-position:center;
        background-size:contain;
        background-repeat:no-repeat;
        font-family: "helvetica-lt-pro", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:16px;
        line-height:16px;
        letter-spacing:-0.024em;
        justify-content:center;
        transition: all ease .2s;
      }
      

.formularioBoton:hover {
    /* Elevación y escala */
    transform: translateY(-2px) scale(1.01) !important;
    /* Sombra profunda para dar sensación de altura */
    box-shadow: 0 10px 20px rgba(30, 116, 226, 0.2) !important;
    cursor: pointer !important;
}
      
     .formulario .grandeBox{
        display:flex;
        width:100%;
        gap:18px;
      }
      
     .formulario .box1{
        display:flex;
        width:58%;
      }
      
    .formulario  .box2{
        display:flex;
        width:42%;
      }
        



      .grupoProductos{
        display:width;
        width: 100%;
        gap:12px;
        /*background-color: green;*/
        flex-direction: column;
      }


       .checkboxGroup {
  display: grid; /* Cambiamos flex por grid */
  grid-template-columns: 1fr 1fr; /* Creamos dos columnas iguales */
  gap: 12px 20px; /* Separación vertical de 12px y horizontal de 20px */
  background-color: #FAFAFA;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  padding: 16px 13px;
        }

        .checkboxItem {
  display: flex;
  align-items: center;
  gap: 10px;  
        }

        .checkboxItem input[type="checkbox"] {
          all: unset;
          width: 18px;
          height: 18px;
          border: 2px solid #274988;
          border-radius: 4px;
          cursor: pointer;
          flex-shrink: 0;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .checkboxItem input[type="checkbox"]:checked {
          background-color: #274988;
        }

        .checkboxItem input[type="checkbox"]:checked::after {
          content: "✓";
          color: white;
          font-size: 14px;
          font-weight: bold;
        }

        .checkboxItem label {
          font-family: "helvetica-lt-pro", sans-serif;
          font-weight: 400;
          font-size: 13px;
          line-height: 19px;
          letter-spacing: 0.015em;
          cursor: pointer;
        }




        .sectionLabel {
          font-family: "helvetica-lt-pro", sans-serif;
          font-weight: 600;
          font-size: 14px;
          color: #274988;
          margin-bottom: 10px;
        }

        

@media (max-width: 480px) {
  .checkboxGroup {
    grid-template-columns: 1fr;
  }
}



  @media (max-width: 855px) {

    .productosBottom{
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 40px;
      padding-bottom: 0;
      padding-top: 35px;

    }

    .formulario{
      max-width: none;
      width: 80%;
    }

    .productos{
      padding-top: 60px;
    }

  }



  @media (max-width: 700px) {


    .formulario{
      width:90%;
    }



    .formularioContainer{
      padding: 36px 10px;
      gap: 20px;
    }

    .formularioParrafo{
      font-size: 16px;
      line-height: 19px;
    }

    .productosTitle{
      font-size: 31px;
      line-height: 31px;
    }

    .productosCaja{
      height: 370px;
      padding: 20px;
      padding: 0px 20px;
    }

    .productosCaja .title{
      font-size: 25px;
      line-height: 25px;
    }

   .productosCaja  .parrafo{
      font-size: 16px;
      line-height: 19px;
    }

    .productos{
        padding: 50px 20px 70px 20px;
    }

    .productosSeparados{
      gap: 20px;
    }

  }



@media (max-width: 500px) {


    .formulario{
      width:100%;
    }



  }


  .productosFondo .pos{
    object-position: right;
  }
