 .puntoClave-box{    
    width: 90%;
    margin: 0 auto;
    display: flex;
}
.zpheader-style-01 {
    border-block-end: 0px solid #f0f0f0;
}

[data-element-id="elm_RptJeDBqFJ8ufNCzmqk6Ww"] .zpform-container h2{
    color:#FFF!important;
}
.zpform-choice-input-container.zpform-label{
    color:#FFF!important;
}
.zpform-choice-input-container .zpform-field-container .zpform-label{
    color:#fff!important;
}
.zpform-choice-input-container .zpform-field-container .zpform-label .zpform-choice-container label{
    color:#fff!important;
}
.zpform-label-container label{
    color:#fff!important;
}

.nosotros{position:relative;}
.nosotros:after{
  content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 710px;
    height: 607px;
    background-image: url(https://www.mibpyrolysis.com/sombra.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
     }

    .puntoClave{
     background: #54812f;
    width: 70%;
    padding: 60px 50px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    line-height: 25px;
    }
    .verdeC{background: #6aa037;}
.m-bottom{margin-bottom: 30px;}
.ciclo-img{width:60%;display:block;margin:0 auto;}
.zpsection {
    padding-block-start:30px;
    padding-block-end:30px;
}
.beneficios{
    display: block;
    text-align: center;
    padding: 20px 70px;
    color: #54812f;
    border: solid 1px #54812f;
    border-radius: 50px;
    margin-bottom: 15px;
    font-family: "Roboto";
    font-size: 20px;
    line-height: 25px;
}
.beneficios-box{width:100%;}

/*****carrusel colaboradores*******/
.slideImg{
    width: 150px;
    margin: 0 20px;
    transition: .5s;
    max-inline-size: none!important;
}
/*
img:not(:hover){
    filter: grayscale(100%);
}
*/

.scroll{
    position: relative;
    display: flex;
    /*width: 1200px;*/
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
}
.scroll div{
    white-space: nowrap;
    animation: animate 30s linear infinite;
}
@keyframes animate {
    0%{ transform: translateX(0); }
  100%{ transform: translateX(-100%); }
}
.scroll:hover div{ animation-play-state: paused; }
/***************end carrusel******************************/

/*logo principal*/
.theme-logo-parent img{width:280px!important;height:auto!important;}
/**/

/*header borde*/
.theme-header-transparent.zpdark-header-portion.theme-header {
        border: 0!important;
    }
/*******end********/

.icono-size .zpicon{width: 20px !important;height: 20px !important;}
.brandingWrapper {
    padding: 15px 40px;
    text-align: center;
    background: #242C3E;
    letter-spacing: 0.3px;
    font-weight: lighter;
    display: none!important;
}
.copy .zpelement { margin-block-start: 0px;}
.zpform-container .zpform-outer li .zpform-field-container.zpform-verification-group img {
    width: 160px;
    height: auto;
    margin-left: 10px;
}
.zpform-container .zpform-outer li .zpform-field-container.zpform-verification-group input {
    flex: 1!important;
    flex-direction: row;
}

.zpform-container .zpform-outer li .zpform-field-container.zpform-verification-group {
    display: flex;
    flex-direction: row;
}

@media (max-width: 853px) {
  .puntoClave-box {
    width: 100%;
    }
}

@media (max-width: 768px){
    .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img.mobileLogoAuto {
        /*height: auto !important;*/
        width: 280px !important;
    }
    .theme-navigation-and-icons .theme-menu-area .theme-menu {
       border-block-start: 2px solid #5ab7be;
    }
}

@media (max-width: 700px){
.puntoClave {
    padding: 60px 20px;
    font-size: 18px;
    }
 .beneficios {
    padding: 20px 30px;
    border-radius: 40px;
    font-size: 17px;
  }
}


@media (max-width: 600px){
    .puntoClave-box {
        width: 100%;
        display: block;
 }
.puntoClave {
    width: 100%;
    padding: 30px 40px;
    font-size: 17px;
    line-height: 23px;
    }
}




