.image-custom {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.gdlr-header-wrapper, .gdlr-header-inner {
     background-color: #ffffff;
}

.gdlr-logo {
    max-width: 300px !important;
}

.gdlr-main-menu > li > a {
    color: #000000;
}

.gdlr-main-menu > li:hover > a, .gdlr-main-menu > li.current-menu-item > a, .gdlr-main-menu > li.current-menu-ancestor > a {
     color: #000000;
    opacity: 1;
    filter: alpha(opacity=100);
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"] {
    padding: 16px 19px;
    width: 85% !important;
    font-size: 13px;
}

.wpcf7 textarea {
    padding: 16px 19px;
    width: 94% !important;
    font-size: 13px;
}

.ms-bullet {
    display: none;
}

.gdlr-navigation-gimmick {
    background-color: #000000;
}

.whats-app {
    position: fixed;
    width: 120px;
    top: 20px;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    right: 15px;
}

@media all and (max-width: 900px) {
    .whats-app {
        position: fixed;
        width: 120px;
        top: 20px;
        color: #FFF;
        text-align: center;
        font-size: 30px;
        z-index: 100;
        right: 15px;
        display: none;
    }
}

.my-float {
    /*margin-top: 16px;*/
}
