html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Oxygen', sans-serif;
    overflow-x: hidden;
}

#wrap-img-heading {
    position: relative;
    margin-top: 70px;
    width: 100%;
    z-index: 22;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn-gotop,
.btn-gobottom {
    font-family: 'icomoon' !important;
    position: fixed;
    font-size: 3.5rem;
    line-height: 0;
    padding: 25px 10px;
    right: 20px;
    bottom: 0px;
    background: #2f5c99;
    border: 1px solid #fff;
    color: #fff;
    border: none;
    z-index: 30;
}

.btn-gotop::after {
    content: "\e900";
}

.btn-gobottom::after {
    content: "\e901";
}

.btn-gobottom {
    display: none;
}

.btn-gotop {
    display: none;
}


/*
.header-text-center {
    position: absolute;
    align-self: center;
    color: rgb(4, 37, 87);
    top: 82px;
    z-index: 1500;
    padding: 10px;
    text-align: center;
}

h1.title {
    font-size: 3.1em;
}
*/

.header-control-pragas {
    position: relative;
    margin-top: -190px;
    background: transparent;
    z-index: 45;
}

.text-title {
    font-size: 4.5rem;
}

ul.main-menu li.btn {
    padding: 0;
}

.form-group-lg {
    margin-top: 15px;
}

.form-control-no-radius {
    border-radius: 0 !important;
}

@media (max-width: 1200px) {
    .header-control-pragas {
        margin-top: -100px;
    }
    h1.title {
        font-size: 2.5em;
    }
}

@media (max-width: 992px) {
    .header-control-pragas {
        margin-top: -50px;
    }
}

@media (max-width: 767px) {
    .header-control-pragas {
        margin-top: 0;
    }
    .header-text-center {
        display: none;
    }
}

@media (min-width: 411px) and (max-width: 767px) {}

@media (max-width: 410px) {
    .header-control-pragas {
        margin-top: 80px;
    }
}