h1.field__label {
    display: none;
}

.webform-counter-message {
    display: none;
}

.separadorH {
    height: 1px;
    width: 100%;
    background-color: #A09FA7;
}

.separadorWhiteH {
    height: 1px;
    width: 100%;
    background-color: #fff;
}

.separadorWhiteV {
    width: 1px;
    height: 325px;
    background-color: #fff;
}



@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    70% {
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.bounce-show {
   
    animation: bounceIn 1ms ease-out;
}




/* */


.eset_banner_cont {
   
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.eset_banner_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 17px;
    text-align: center;
}

.eset_banner_img img {
    width: 100%;
    height: 100%;
}


/* Caracteristicas */

.eset_caracteristicas_cont {
   
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 24px;

}

.eset_caracteristicas_bloques {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.eset_caracteristicas_bloque {
  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
   
    padding: 24px;
    border-radius: 16px;
    gap: 16px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
    width: 266px;
    text-align: center;
}

.eset_caracteristicas_bloque img {
    width: 75px;
    height: 75px
}

/* Solución */

.eset_solucion_cont {
   
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;

}

.eset_solucion_titulo {
    display: flex;
    justify-content: center;
    text-align: center;
}

.eset_solucion_bloques {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.eset_solucion_bloque {
  
    border-radius: 16px;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 360px;

}

.eset_solucion_bloque_row1 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.eset_solucion_bloque_row1 ul {

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding-left: 0px;

}

.eset_solucion_bloque_row1 li {

   list-style: none;

}

.eset_solucion_card {
   
    padding: 32px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: start;
    align-items: center;
    text-align: center;
}

.eset_solucion_card img {
    width: 240px;
    height: 131px;
}

.eset_solucion_card_one {
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;
    gap: 24px;
}



.eset_solucion_card_two {
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;
    gap: 0px;
    text-align: center;
}

.eset_solucion_card_two ul {

    display: flex;
    flex-direction: column;
    padding-left: 0px;
   
}

.eset_solucion_card_two ul li{

  list-style: none;
  
}

.eset_solucion_bloque_row2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}


/* Beneficios */

.eset_beneficio_cont {
    padding: 24px 16px;
   
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.eset_beneficio_titulo {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.eset_beneficio_bloques {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.eset_beneficio_bloque {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
    border-radius: 16px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
    gap: 24px;
    padding: 32px 16px;
    width: 75%;
}

.eset_beneficio_bloque img {
    width: 75px;
    height: 75px;
}

@media (min-width: 992px) {
  
    /* Banner */

    section.eset_beneficio {
        padding-bottom: 40px;
        padding-top: 10px;
    }

    .eset_banner_cont {
        max-width: 1366px;
        margin-inline: auto;
        flex-direction: row;
        gap: 24px;
    }

    .eset_banner_info {
        
        align-items: start;
        text-align: start;
        gap:24px;
    }

  
    .eset_banner_img {
        flex: 1;
        
    }

    .eset_banner_img img {
        height: 340px;
        width: 530px;
    }
    /* Caracteristicas */

    .eset_caracteristicas_cont {

        max-width: 1366px;
        margin-inline: auto;
    }

    .eset_caracteristicas_bloques {

        align-items: center;
        flex-direction: row;
    }

    .eset_caracteristicas_bloque {
        width: 100%;
        text-align: center;
        height: 209px;
        padding: 24px 16px;
    }

    /* Solucion */

    .eset_solucion_cont {
        max-width: 1366px;
        margin-inline: auto;
    }

    .eset_solucion_bloques {
        flex-direction: row;
        align-items: start;
    }

    .eset_solucion_bloque {
        height: 524px;
    }

    .eset_solucion_card {

        flex-direction: row;
    }

    .eset_solucion_card_one {

        flex-basis: 50%;
    }

    .eset_solucion_card_two {

        flex-basis: 45%;
        justify-content: space-between;
        gap: 24px;
    }

    .eset_solucion_card_one img {
        width: 254px;
        height: 131px;
    }

    /* Beneficios */

    .eset_beneficio_cont {
        max-width: 1366px;
        margin-inline: auto;
    }

    .eset_beneficio_bloques {
        flex-direction: row;
        align-items: start;
    }

    .eset_beneficio_bloque {

        flex: 1;
        height: 292px;
    }

}

@media (min-width: 1366px) {

    
    /* Banner  */

    .eset_banner_cont {
       
      padding: 60px 115px;
     
    }

    

    .eset_banner_info {
        justify-content: start;
       
      
    }
    
    /* Caracteristicas */

    .eset_caracteristicas_cont {
        padding: 60px 15px;
        gap:40px;
    }


    .eset_caracteristicas_bloques {
        gap: 24px;
    }

    .eset_caracteristicas_bloque {
        height: 266px;
        padding: 60px 32px;
    }
 
    /*Solución */
    .eset_solucion_cont {
        padding: 74px 90px;
        display: flex;
        flex-direction: column;
        gap: 56px;
    }

    .eset_solucion_bloque {
        height: 442px;
        max-width: 380px;

    }

    .eset_solucion_card {
        margin-inline: auto;
        max-width: 1192px;
        gap: 48px;
        padding: 32px 60px;
    }

    .eset_solucion_card_one {
        flex-basis: 63%;
    }
    /* Beneficios */

    .eset_beneficio_cont {
        padding: 60px 165px;
        gap: 40px;
    }

    .eset_beneficio_bloque {

        height: 292px;
        justify-content: start;
    }

    .eset_beneficio_bloques {
       
        gap: 36px;
    }

 

}

.container__formulario {
 
    max-width: 1366px;
    margin-inline: auto;
}