body {
    overflow-x: hidden;
}

.logo {
    width: 10rem;
}


.navbar-inicial {
    background-color: transparent;
    font-weight: 700;
}

.navbar-final {
    background-color: #ff9f00 !important;
}

.navbar a {
    color: white;
    text-decoration: none;
}

.btn-primary {
    background-color: #ff9f00 !important;
    border: none;
}

.nav-link:hover {
    color: white;
    border-bottom: solid 1px white;
}

/*
.img-banner:not(h1){
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    filter: brightness(50%);
    position: inherit;
    background-size: cover;
    top: 0;
    z-index: auto;
    color: white;
    z-index: 1;
    background-image: url('../images/banner.jpg');
}

.img-banner h1{
    padding-top: 40%;
    color: white;
} */

.text {
    text-align: center;
}

/* span{
		text-shadow: 0 0 20px rgba(255,255,255,.2);
    font-size: 7em;
} */
p-banner {
    -webkit-text-fill-color: #fff;
    font-family: 'Helvetica', 'Source Sans', sans-serif;
}

.img-banner {
    background-image: url('../images/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.outer-text {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.form-fundo {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 10px;
}

.bg-titulo {
    background-color: #ff9f00;
    position: relative;
}

.text-titulo {
    color: white;
    text-align: center;
    padding: 3rem;
}

.text-form {
    color: white;
    padding: 3rem;
}

.btn-form {
    background-color: #fff !important;
    border: none;
}

.btn-form:hover{
    background-color: #fff !important;
    border: none;
    color: black;
}

.bg-footer{
    background-color: #212529;
    text-align: center;
}

.text-footer{
    color: white;
}

.fundo-sobre {
    color: white;
    font-weight: 800;
    text-align: center !important;
    padding: 100px 0;
    background: linear-gradient(rgba(22, 22, 22, 0.5), rgba(22, 22, 22, 0.5)), url('../images/socios.jpeg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
}

.btn-zap {
    background-color: #25D366;
    border: none;
    padding: .9rem;
    border-radius: 10px;
    color: white;
    font-weight: 600;
}

.slide-sobre {
    display: none;
}

.sobre {
    border-bottom: 10px solid #ff9f00;
    border-top: 10px solid #ff9f00;
}

.img-office {
    height: 50%;
    width: 50%;
    border-radius: 10px;
}

.gallery-block {
    padding-bottom: 60px;
    padding-top: 60px;
}

.gallery-block .heading {
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2 {
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.cards-gallery h6 {
    font-size: 17px;
    font-weight: bold;
}

.gallery-block.cards-gallery .card {
    transition: 0.4s ease;
}

.gallery-block.cards-gallery .card img {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.gallery-block.cards-gallery .card-body {
    text-align: center;
}

.gallery-block.cards-gallery .card-body p {
    font-size: 15px;
}

.gallery-block.cards-gallery a {
    color: #212529;
}

.gallery-block.cards-gallery a:hover {
    text-decoration: none;
}

.gallery-block.cards-gallery .card {
    margin-bottom: 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 576px) {

    .gallery-block .transform-on-hover:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
    }
}
@media only screen and (max-width: 750px){
    .text img{
        margin-top: 10rem;
    }

    .fundo-sobre{
        display: none;
    }
}
