.pointer {
    cursor: pointer;
}

#header-section-form {
    margin-top: 10%;
}

#header-section-form .form-group {
    width: 32%;
}

#header-section-form .form-group .form-control {
    width: 100%;
    height: 48px;
    text-align: center;
}

#header-section-form .btn-custom {
    text-align: center;
}   

#footer ul {
    color: white; 
    list-style-type: none; 
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#footer ul a {
    color: white;
}

.fix-whatsapp-button {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.fix-whatsapp-button:hover, .fix-whatsapp-button:visited {
    color: white;
}

@media (max-width: 750px) {
    #header-section-form .form-group {
        width: 100%;
    }

    #header-section-form .btn-custom {
        width: 100%;
    }   
}