body {
    letter-spacing: .05rem;
    font-family: 'Poppins', sans-serif;
}
.break {
    flex-basis: 100%;
    height: 0;
}
a, a:link, a:active {
    text-decoration: none;
    color: #006bb1;
    font-weight: 200;
}

.home-bg {
    background: #f1f2f6 url(../img/home-bg.jpg);
    background-position: center;
}
.contato-bg {
    background: #fff url(../img/bg-contato.png);
    background-position: center top;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .slide-text h1 {
        font-size: 5.8rem;
    }

    .slide-text h4 {
        font-size: 3.5rem;
    }
    .galeria-f1{
        position: relative;margin-top: -130px;
    }
    .galeria-f2{
        position: relative;margin-top: -430px;

    }

}

@media screen and (max-width: 767px) {
    .slide-text h1 {
        font-size: 3.1rem;
    }

    .slide-text h4 {
        font-size: 2.2rem;
    }

    .img-janela {
        max-width: 70%;
        margin: auto;
        text-align: center !important;
    }

    .brand {
        max-width: 100%;
    }
}

.slide-text h1,
.slide-text h2,
.slide-text h3 {
    color: #006bb1;
    /*letter-spacing: -5px;*/
    font-weight: 400;
}

.slide-text h2 {
    font-size: 4.0rem;
}


.slide-text h4 {
    color: #111;
}

.slide-text h5 {
    font-size: 2.0rem;
}

.slide-text h6 {
    font-size: 1.3rem;
    color: #444;
    font-weight: 200;
}

h6.inside {
    font-size: 1.0rem
}


ul.menu li a.nav-link {
    font-weight: 200;
    color: #fff !important;
    text-decoration: none;
    padding-left: 14px;
    padding-right: 20px;
}

ul.menu li a:hover {
    color: #f0f0f0;

}

ul.menu li i.fa-angle-right {
    visibility: hidden;
}

ul.menu li > a:hover > i {
    visibility: visible !important;
}
.dropdown-item{
    color: #000 !important;
}
.bg-icons {
    background-image: url(../img/bg-icon.png);
    background-position: center;
}

footer {
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #fff;
}

footer img.logo {
    max-height: 115px;
}

.footer-alt {
    background-color: #f1f2f6 !important;
}

footer a, footer a:active, footer a:visited {
    color: #888 !important;
    font-size: .9rem;
}

.whats-float {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 50px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.whats-my-float {
    margin-top: 14px;
}

.produtos-card {
    background-color: #f0f1f5;
}

.produtos-card:hover {
    background-color: #007dc4;
}
.header-social-media i{
    font-size: 1.3em;
}
.fa.fa-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

a.btn-gray,
button.btn-gray,
.btn-gray,
.btn-gray:hover {
    border-color: #666c75 !important;
    background-color: #666c75 !important;
    color: #fff !important;
}
