.landing {
    padding-top: 120px;
    padding-bottom: 80px;
}

.landing h1{
    font-size: 42px;
    font-weight: 300;
    padding-bottom: 10px;
}
.landing h1 span{
    font-size: 34px;
    font-weight: 500;
}

.landing h3{
    font-size: 34px;
    font-weight: 600; 
}
 

.bk-verde{
    background-color: #0b8762;
    border-radius: 10px;
    color: #ffffff;
}

img.img-responsive { max-width: 100%!important;height: auto!important;margin: auto;}
 
.landing .section-title{
    padding: 30px 120px;
    margin-bottom: 0px;
}
.landing .section-title-2{
    padding: 40px 120px;
}
 
.landing .section-title h2{
    font-size: 46px;
    line-height: 55px;
    font-weight: 400;
}
.landing .section-title h1{
    font-size: 46px;
    line-height: 45px;
    font-weight: 400;
}
.landing .section-title h3{
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
}
.landing .section-title h1 span{
    margin-top: 10px;
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
}
.bloque-landing{
    padding: 0px 30px;
}
.bloque-landing h4{
    font-size: 22px;
    padding: 10px 10px 0px 10px;

}

.bloque-landing p{
    font-size: 20px;
    padding: 10px 24px;
    color: #555555;
}
.bloque-landing span{
    font-size: 80px;
    padding: 10px 24px;
    color: #0f0f0fea;
    line-height: 64px;
}  

.cursor-pointer{
    cursor: pointer;
}

.bloque_list{
    margin-bottom: 20px;
}

.bloque_list h4{
    font-size: 20px;
    font-weight: 400;
    background-color: #0b8762;
    color: #ffffff;
    padding: 6px 15px;
    border-radius: 5px;
}
.bloque_list p{
    padding-top: 10px;
    padding-left: 20px;
}

.bi-chevron-right{
    color: #0b8762;
    width: 24px;
    height: 24px;
}

.title_amarillo{
    background-color: #ffc635;
    padding: 10px 15px; 
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}
.title_amarillo h3{
    color: #114837;
    font-size: 22px;
    padding-left: 90px;
} 

.img_flotante{
    position: absolute;
    top: 50%;
    left: 42px;
    transform: translate(-50%, -50%);
}
/***************************************************/
 /* medidas para responsive de menos de 600px*/

@media screen and (max-width: 600px) {
    
    .bi-chevron-right{
        width: 20px;
        height: 20px;
    }

    .img_flotante{ 
        left: 50px;
    }

}
