
/*combate*/
#combate {
    margin-top: 60px;
    padding-bottom: 80px;
}
#combate h2 {
    font-size: 40px;
}

a.download:before {
    content: 'Clique aqui';
    font-size: 9px;
    text-align: center;
    display: block;
    /* position: absolute; */
    top: 3px;
    right: 0;
    left: 0;
}

/*news*/
#news {
    background-image: url(../images/banner-news.jpg);
    background-position: center;
    background-size: cover;
    padding-bottom: 30px;
    padding-top: 40px;
}

#news h2 {
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 30px;

    margin: 0;
}

#news p {
    margin-top: 5px;
    text-align: center;
    color: white;
    font-size: 16px;
}

#news form label {
    top: 0 !important;
}

#news form span {
    border: 2px solid white ;
}

#news form.loading:before {
    background: transparent;
}

#news form label {
    top: -20px !important;
    background: transparent !important;
    color: white !important;
    left: 0;
    position: static;
}

#news form .w12 {
    width: calc(33% - 10px) !important;
    display: inline-block
}

#news form .w12:nth-child(3) {
    margin: 0 15px;
}

#news input {
    color: white !important;
}

#news input[type=submit] {
    border-radius: 6px;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 10px 0;
    max-width: 400px;
    width: 100%;
    margin: auto;
    background-color: var(--color-2);
    border: 0;
}
#news [type=submit] {
    transition: 0.3s all;
}
#news form.loading:after {
    display: none !important;
}
#news [type=submit]:hover {
    background: white;
    color: var(--color-2) !important;
}

#news form small {
    bottom: 0px !important;
    transform: translate(0%, -50%) !important;
    color: white !important;
}
#news form.loading [type=submit] {
    content: '';
    transition: 0.3s all;
    display: block;
    /* opacity: 0; */
    color: transparent !important;
    /* visibility: hidden; */
    background: transparent;
    height: 44px;
    width: 44px;
    border: 6px solid transparent;
    border-right: 6px solid white!important;
    border-radius: 50% !important;
    animation: cf7_loading 1s infinite linear;
    animation-delay: 500ms;
    margin: auto;
    z-index: 9999;
    padding: 0 !important;
}
#news form.loading [type=submit] {
    color: transparent;
}