* {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
}

input {
    width: 80%;
    height: 58px;
    outline: none;
    font-size: 20px;
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 12px;
    border: none;
    border-radius: 8px;
}

input:focus {
    outline: none;
}

.form {
    background: url('../images/wbg-conheca.png');
    background-size: cover;
    padding: 36px;
    box-sizing: border-box;
    border-radius: 20px;
}


@media only screen and (max-width: 600px) {}

#loding-body {
    display: none;
}

#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000cb;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

* {
    scroll-behavior: smooth;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-carrossel {
    background: url('../images/bg-carrossel.png');
    background-position: center;
    object-fit: cover;
}

.bg-carrossel-2 {
    background: url('../images/bg-carrossel-2.png');
    background-position: center;
    object-fit: cover;
}

.swiper-pagination-bullet {

    background-color: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: orangered;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
}

input {
    background-color: #F2F2F2;
    width: 100%;

}

.form-web {
    padding: 0 40px;
    ;
}