body{
    padding-bottom: 50px;
}
.logo{
    text-align: center;
}
.logo img{
    width: 180px;
    margin-top: 10%;
}
.links{
    margin-top: 10% !important;
}
.links .button{
    margin-bottom: 10px;
}
.links .button a{
    height: 50px;
    font-size: 16px;
}
.links .button a img{
    width: 25px;
    margin-right: 5px;
}
.btn-whatsapp{
    background: #25d366 !important;
    border-color: #25d366 !important;
}
.btn-phone{
}
.btn-phone .fa-phone{
    font-size: 1.2rem !important;
}
.catalogs{
    margin-bottom: 50px;
}
.catalogs .catalog-btn{
    background: #f8d000;
    display: block;
    padding: 10px;
    border-radius: 10px;
    height: 150px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.catalogs .catalog-btn .img img{
    height: 40px;
}
.catalogs .catalog-btn .text{
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid;
    font-size: 18px;
    display: block;
}
.socialmedia{
    background: #FFFFFF;
    overflow: hidden;
}