.search-form form input::placeholder{
    color: #aaa !important;
}
.search-form form input{
    color: #454545 !important;
}

#destacados-index-slider .slick-slide {height: auto !important; outline: 0 !important;}
.slick-list{overflow: visible !important;}

.shortcut-small p.big{font-size: 17px;line-height: 1.25;}
.shortcut-small .left-floated{
    background-color: #f4f4f4;
    border-radius: 5px;
    padding: 10px;
    transition: .15s ease-out;
}
.shortcut-small .left-floated .fa{font-size: 30px; margin-top: 0px !important;}
.shortcut-small i{color: white; font-size: 25px !important;}
.shortcut-small .content{margin-left: 70px;}
/*.shortcut-small:hover {box-shadow: 0px 0px 10px rgba(0,0,0,0.05);}*/

.shortcut-small:hover i{color: white;}
.shortcut-small:hover .left-floated{background-color: #5fad43;}

.shortcut-small.active {border-color: #5fad43 !important;}
.shortcut-small.active .left-floated{background-color: #5fad43;}
/*.shortcut-small.active i{color: #5fad43;}*/
.shortcut-small.active p.big{color: #5fad43;}

/*@media only screen and (max-width : 1200px) {
    .shortcut-small{
        height: 175px;
    }
}
@media only screen and (max-width : 991px) {
    .shortcut-small{
        height: 105px;
    }
}*/
@media only screen and (max-width : 768px) {
    .shortcut-small{
        height: unset;
    }
}


/*
https://developer.mozilla.org/en-US/docs/Web/CSS/background-size
https://developer.mozilla.org/en-US/docs/Web/CSS/background-position
*/
.banner-app{
    background-color: green;
    border-radius: 10px;
    padding: 50px;
    background: url(../../img/app/banner-app-bg-1.png) #b9f7a3 no-repeat bottom right 15%/contain;
    background-size: 25%;
    height: 300px;
}
.banner-app p.big{
    font-size: 20px;
}
.banner-app p.body{
    font-size: 15px;
}
.banner-app span{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 2px solid;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
}
.banner-app span:last-child{
    margin-right: 0px;
    margin-bottom: 0px;
}
.banner-app .btn-donwload{
    position: absolute;
    bottom: 0;
}
.banner-app button{
    font-size: 14px;
    text-transform: none;
}
.banner-app button > i{
    color: #999999;
    font-size: 16px;
    vertical-align: text-top;
    margin-right: 5px;                
}
@media only screen and (max-width : 1200px) {
    .banner-app{
        background-size: 30%;
    }
}
@media only screen and (max-width : 991px){
    .banner-app{
        padding: 35px;
        background-size: 40%;
        background-position: right 10% bottom;
    }
}
@media only screen and (max-width : 768px){
    .banner-app{
        padding: 25px;
        height: 510px;
        background-position: center bottom;
        background-size: 45%;
    }
    .banner-app .btn-donwload{
        position: relative;
        margin-top: 20px;
    }
}
@media only screen and (max-width : 550px) {
    .banner-app{
        background-size: 55%;
    }
}
@media only screen and (max-width : 480px) {
    .banner-app{
        padding: 30px 20px 30px 20px;
        background-size: 50%
    }
    .banner-app button.btn-m{
      padding: 0 20px;
    }
}