body {
    font-family: inter;
}

/* Button WA */
.btn-floating {
    position: fixed;
    right: 25px;
    overflow:hidden;
    width:50px;
    height: 50px;
    border-radius: 100px;
    border:0;
    z-index:9999;
    color:white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating:hover span{
    display: inline-block;
}

.btn-floating img {
    object-fit:cover;
    background-size:cover;
    margin-left: -4px;
    margin-top: 1px;
}

.btn-floating:hover img {
    margin-left:-17px;
}

.btn-floating.whatsapp {
    bottom: 15px;
    background-color: #34af23;
    border: 2px solid #fff;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12;
}

/* End Button WA */


.navbar {
    padding: 12px 12px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    z-index: 1;
}


#first .row .col-md-12 .container {
    margin-top: 30px;
}

#first .row .col-md-12 .container .title-section h2{
    color: maroon;
    font-weight: bold;
    text-decoration: underline;
}

#first .row .col-md-12 .container .card {
    background-color: #2390CD;
    color: white;
}

/* Footer */
.footer {
    background-color: maroon;
    height: 80px;
    bottom: 0px;
    width:100%;
}

.footer .container .row .col-md-12 {
    text-align: center;
}

.footer .container .row .col-md-12 small span {
    font-weight: 900;
}
