.btn-share {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #4c7d41;
    border: none;
    color: white;
    transition: all 1s;
    -o-transiton: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.btn-share:hover {
    cursor: pointer;
}

#whatsapp-share:hover {
    background-color: #00bb2d;
}

#facebook-share:hover {
    background-color: #3b5998;
}

#twitter-share:hover {
    background-color: #00aaee;
}


.heading-section h2{
    text-transform: none !important;
}

.btn-blanco {
    background-color: white;
    color: #4c7d41;
    box-shadow: 0 11px 10px -8px;
}

.ftco-section{
    /* padding: 2em 0 !important; */
}

@media only screen and (max-width: 1024px){
    body{
        font-size: 14px;
    }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .owl-carousel .owl-item img{
        width: 75%;
    }
}

@media only screen and (max-width: 480px) {
    .imagen{
        height: 250px;
    }

    .text-xs-center{
        text-align: center;
    }

    .order-xs-last{
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .heading-secion h2{
        font-size: 24px;
        margin-top: 10px;
    }

    .order-xs-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .imagen {
        height: 250px;
    }
    .d-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .row{
        margin-right: 0;
        margin-left: 0;
    }

    .col-md-6 .col-lg-7 .pl-lg-5 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

