* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    color: #dc6f2f;
    text-decoration: none;
}

/*Cambir color fondo texto seleccionado*/
::selection {
    background: #5b6d85;
    color: #fff;
}

/* Firefox */
/* ::-moz-selection {background: #857156;} */
::-moz-selection {
    background: #5b6d85;
    color: #fff;
}

.img-cert{
    width: 150px
}
.contacta{
    max-width:300px; 
    /*height:30px ;  */
    margin: 0px auto;
    font-size: 22px
}

.textverde {
    color: #75a942;
    font-size: 27px;
    font-weight: 800;
    margin: 25px auto 0;
    max-width: 600px;
    padding-bottom: 0px;
    line-height: 33px;
    font-style: italic;
}

.texto-cafe {
    color: #442a19;
    line-height: 27px;
    margin: 5px auto 0;
    font-style: italic;
    max-width: 750px;
    padding-bottom: 30px;
}
.cafe{
    color: #442a19; 
}
.verde-oscuro {
    color: #076633
}
.verde-claro {
    color: #72a540
}
.fondo-verde{
    background:#72a540 
}

.texto_imagen {
    font-size: 13.5px;
    text-align: center
}

li {
    list-style: none;
    line-height: 35px
}
.div_ancho{
    max-width: 500px;
    margin: 20px auto
}
.div_ancho300{
     max-width: 500px;
    margin: 20px auto;
    margin-bottom: 70px
}
.mayus {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.initial {
    text-transform: initial;
}

.bo {
    display: inline-block;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}
.Extrabold{
    font-weight: 900
}

.block {
    display: inline-block;
    position: relative;
}

.center {
    text-align: center;
}

.cien {
    width: 100%;
    position: relative;
    vertical-align: text-top;
    float: left;
    text-align: center;
}

.cien2 {
    width: 100%;
    position: relative;
    vertical-align: text-top;
    max-width: 1920px;
    margin: 0 auto;
}

.centro {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 1660px;
    padding: 0 5%;
    text-align: center;
    margin: 0 auto;
    vertical-align: text-top;
}

.sombra {
    -webkit-box-shadow: inset 0px -107px 55px -91px rgba(0, 0, 0, 0.83);
    -moz-box-shadow: inset 0px -107px 55px -91px rgba(0, 0, 0, 0.83);
    box-shadow: inset 0px -107px 55px -91px rgba(0, 0, 0, 0.83);
}

.line_under {
    border-bottom: solid 1px #fff;
    padding-bottom: 5px;
}

.bco {
    color: #fff;
}

.neg {
    color: #676a6c;
}

.ngro {
    color: #676a6c;
}

.ngro2 {
    color: #2c2c2c;
}

.rojo {
    color: #db4543;
}

.azul {
    color: #080647;
}

.fs40 {
    font-size: 40px;
}

.fs50 {
    font-size: 50px;
}

.fs36 {
    font-size: 36px;
}

.fs35 {
    font-size: 35px;
}

.fs33 {
    font-size: 33px;
}

.fs30 {
    font-size: 30px;
}

.fs18 {
    font-size: 18px;
}

.fs25 {
    font-size: 25px;
}

.fs24 {
    font-size: 24px;
}

.fs20 {
    font-size: 20px;
}
.fs22 {
    font-size: 22px;
}
.fs16 {
    font-size: 16px;
}

.fs14 {
    font-size: 14px;
}

.fs12 {
    font-size: 12px;
}

.ml10 {
    margin-left: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb30 {
    margin-bottom: 30px
}

.mb50 {
    margin-bottom: 50px
}

.flexColmCenter {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.flexColmLeft {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.flexRowCenter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.aligItemStart {
    align-items: flex-start;
}

.aligITemFlexEnd {
    align-items: flex-end;
}

.justifyAround {
    justify-content: space-around;
}

.justifyEvenly {
    justify-content: space-evenly;
}

.menu_landing {
    background: #fff;
    padding: 5px 0;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 16;
}

#idHeader {
    margin-top: 86px;
}

.logo_menu {
    max-width: 259px;
    width: 25%;
    vertical-align: middle;
    float: left;
}

.logo_menu img {
    max-width: 259px;
    width: 100%;
    margin: 5px auto;
}

.icon_menu {
    display: none;
}

.ul_menu {
    width: 75%;
    vertical-align: middle;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    padding: 0px 50px;
    /*18-09*/
}

.ul_menu li {
    list-style: none;
    position: relative;
    margin-top: 2%;
}

.ul_menu li a {
    color: #878787;
    font-size: 13px;
    padding: 6px 15px;
}

.ul_menu li a:hover {
    font-weight: 600;
}

.btnSaberMas {
    background: #75a942;
    font-size: 14px !important;
    padding: 5px 12px !important;
    border-radius: 8px;
    font-weight: 600;
    display: inline-block;
    margin: 0px auto 0;
}

.telMenu {
    max-width: 180px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

/*.banner_principal{background: url('../images/landing_barredora/header_02.jpg')no-repeat center center;min-height: 660px;}*/
.banner_principal {
    background: url(../images/landing_barredora/header_02.jpg)no-repeat center left;
    min-height: 580px;
    max-height: 700px;
    background-size: cover;
}

.banner_fondo_rojo {
    background: #e0433e;
}

.banner_fondo_azul {
    background: #17223b;
}

.banner_fondo_blanco {
    background: #fff;
}

.banner_fondo_verde {
    background: #8fd34b;
}

.banner_fondo_cafe {
   background: url('../img/escudo_ecodeli/BLOQUE_FORMULARIO.png')no-repeat center center;
     min-height: 450px;
    background-size: cover;
}

.padd_banner {
    padding: 15px 0;
}

.banner_ventajas{
    background: url('../img/escudo_ecodeli/BLOQUE_Ventajas.png')no-repeat center center;
    min-height: 370px;
    background-size: cover;
}
.banner_versatil_1 {
    background: url('../img/escudo_ecodeli/bloque_WP.png')no-repeat center center;
    background-size: cover;
    min-height: 450px;
}
.banner_versatil_2 {
    background: url('../img/escudo_ecodeli/bloque_hojas.jpg')no-repeat center center;
    min-height: 450px;
    background-size: cover
}


.banner_versatil {
    background: url('../images/landing_barredora/bloque_versatil_02.jpg')no-repeat center center;
    background-size: cover;
    min-height: 500px;
}

.banner_personal {
    background: url('../images/landing_barredora/bloque_personal_02.jpg')no-repeat center center;
    min-height: 518px;
}

.fondo_flores {
    background: url('../images/landing_barredora/hojas.png');
    min-height: 100px;
}

.footer_landing {
    background: url('../img/escudo_ecodeli/FOOTER.png');
    padding: 35px 0;
    min-height: 200px;
}

.cont_footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.info_footer {
    font-size: 16px;
    color: #076633;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    font-weight: 800
}

.info_footer p {
    margin: 2px 0;
}

.telFooter {
    margin: 3px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    font-weight: 800;
    color: #076633;
}

.telFooter1 {
    width: 140px;
}

.telFooter2 {
    width: 210px;
}

.logo_footer {
    max-width: 359px;
    padding: 0 100px 30px 0;
}

.logo_footer img {
    max-width: 259px;
    width: 100%;
}

.redes_footer {
    display: flex;
    margin-top: 25px;
    width: 80px;
    align-items: center;
    justify-content: space-between;
}

.contTxtBannerPal {
    display: flex;
    text-align: center;
    justify-content: flex-end;
}

.txtBannerPal {
    max-width: 540px;
    text-align: left;
    margin: 210px 0 0;
}

.txtBannerPal h1 {
    font-weight: 600;
    font-size: 50px;
}

.txtBannerPal h2 {
    font-size: 30px;
    display: flex;
    flex-direction: column;
    margin-top: 10px
}

.txtBannerPal h2 span {
    text-decoration: underline;
}

.txtBannerRojo {
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0
}

.listBen {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    padding: 10px 0;
}

.listBenInd {
    max-width: 250px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.listBenInd b {
    margin-left: 15px
}

.triangulo {
    position: absolute;
    bottom: -51px;
    z-index: 1;
   left: 45%;
}

.hiperWhats {
    margin: 30px auto 30px;
    background: #72a540;
    border-radius: 8px;
    width: 250px;
    padding: 10px 30px 10px;
    font-weight: 600;
}

.hiperDes {
    margin: 30px auto 30px;
    background: #72a540;
    width: 215px;
    padding: 10px 15px 10px;
    font-weight: 600;
    color: #fff
}

.hiperDes:hover {
    margin: 30px auto 30px;
    background: #72a540;
    width: 215px;
    padding: 10px 15px 10px;
    font-weight: 600;
    color: #fff
}

.cont_pisos {
    margin: 30px auto;
}

.cont_pisos img {
    max-width: 128px;
    margin: 10px 1.2px;
}

.video_youtube {
    width: 100%;
    position: relative;
    margin: 50px auto;
    max-width: 1320px;
    height: auto;
}

.video_youtube iframe {
    width: 100% !important;
    min-height: 760px;
    margin: 25px 0 !important;
}

.pasosVideo {
    margin-top: 15px;
    color: #000;
}

.pasosVideo p {
    min-width: 220px;
}

.pasosVideo p span {
    border: solid 1px #000;
    border-radius: 50%;
    padding: 8px;
    width: 45px;
    height: 45px;
    display: inline-block;
    margin-right: 10px;
}

.w50 {
    width: 50%;
}

.txtReduceCostos {
    max-width: 613px;
    margin: 40px 50px;
    text-align: left;
}

.btnPreguntar {
    background: #e0433e;
    padding: 15px 20px;
    width: 270px;
    border-radius: 10px;
    margin: 0px auto;
}

.ulReduce {
    margin: 10px 0 10px 40px;
    padding: 0;
}

.ulReduce li {
    margin: 2px 0;
}

.lsn li {
    list-style: none;
}

.hojas {
    list-style-image: url('../img/hoja.png');
}

.bloque_ahorra_distancia {
    background: #1c2c4f;
    border-radius: 15px;
    padding: 20px;
    margin: 10px 0 30px;
    max-width: 460px
}

.numer_ahorro div {
    width: 80px;
}

/*.tarjeta{max-width: 580px;padding: 25px 35px;margin: 20px;}*/
.tarjeta {
    max-width: 600px;
    margin: 10px 30px 0 30px;
}

.tarjeta1 {
    max-width: 600px;
    margin: 10px 30px 0 30px;
}

.tarjeta img {
    max-width: 250px;
    width: 100%;
    min-width: 250px;
    border-radius: 5px
}

.tarjeta1 img {
    max-width: 200px;
    width: 100%;
    min-width: 200px;
    border-radius: 50%;
    border: 3px solid #72a540
}


.separador_rojo {
    background: transparent;
    border-bottom: dotted #e64949 1px;
    width: 100%;
    height: 1px;
    margin: 10px 0;
}

.h2_tarjeta {
    max-width: 180px;
    text-align: left;
}

.ulTarjeta {
    max-width: 250px;
    text-align: left;
    color: #323232;
    margin-left: 35px;
}

.ulTarjeta li {
    margin: 3px 0;
}

.marTxtTarj {
    margin: 5px auto 30px;
}

.contBarredoraDesc {
    margin: 30px auto 90px;
}

.contBarredoraDesc img {
    width: 100%;
    max-width: 906px;
}

.bloqVersatil {
    max-width: 620px;
    margin: 50px auto 0;
}

.bloqVersatil_1 {
    max-width: 800px;
    margin: 70px auto 0;
}

.tranquiloBque {
    margin: 30px auto;
}

.tranquiloBque h2 {
    max-width: 250px;
    line-height: 40px;
    font-weight: 900;
    margin: 40px 0 0 130px;
}

.tranquiloBque ul {
    text-align: left;
    margin: 0 140px 0 0px;
    max-width: 450px;
}

.tranquiloBque ul li {
    margin: 8px auto;
    line-height: 23px
}

.grupoEcodeli {
    max-width: 440px;
    text-align: left;
    margin: 30px 80px 30px 40px;
}

.grupoEcodeli p a {
    font-size: 22px;
}

.bqueForm {
    max-width: 890px;
    margin: 20px auto;
    text-align: left;
}

.bqueForm .w50 {
    width: 50%;
    float: left;
    padding: 0 1%;
    margin: 10px 0;
}

.bqueForm .w100 {
    width: 100%;
    float: left;
    padding: 0 1%;
    margin: 10px 0;
}

.bqueForm label {
    color: #fff;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
}

.btnGuardar {
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 8px 22px;
    float: right;
    background: #e0433e;
    font-size: 17px
}

.btnGuardar:hover {
    background: #EFF1EC;
}

.textArea {
    height: 100px !important;
}

.form-control {
    color: #000 !important;
    font-family: 'Nunito Sans', sans-serif;
}

.info_icorrect {
    display: inline-block;
    margin-top: 5px;
}
.bagazo{
   background: url('../img/escudo_ecodeli/materiales/Bagazo.png')no-repeat center center;
   max-height: 890px;
    height: 650px;
    background-size: cover
}
.papel{
       background: url('../img/escudo_ecodeli/materiales/carton.png')no-repeat center center;
   max-height: 890px;
    height: 650px;
      background-size: cover
}
.madera{
       background: url('../img/escudo_ecodeli/materiales/Madera.png')no-repeat center center;
       max-height: 890px;
       height: 650px;
      background-size: cover
}
.Ps{
    background: url('../img/escudo_ecodeli/materiales/Ps.png')no-repeat center center;
   max-height: 890px;
    height: 650px;
      background-size: cover 
}

.bagazo-icono{
    margin-top: 30%;
    
}
.texto-materiales{
    font-size:2.5vh;
    max-width:210px;
    margin: 0px auto;
    
}
.contenedor-iconos{
    max-width:250px;
    margin: 30px auto
}
.banner_fondo_cielo{
    background: url('../img/escudo_ecodeli/Linea-degradacion/Cielo.jpg')no-repeat center center; 
      background-size: cover;
    height: 297px
}

.texto_cielo {
font-size:2.3vh;
min-width: 300px;
margin: 55px auto   
}
.banner_fondo_tierra{
     background: url('../img/escudo_ecodeli/Linea-degradacion/Tierra.jpg')no-repeat center center; 
      background-size: cover;
     height: 600px
}
.verticalLine {
  border-right: 3px solid #72a540 ;
}