/* =============================
   Navbar
   ============================= */
.navbar {
    font-size: 19px;
    font-family: 'Karla', sans-serif;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1px;
}
.navbar-nav .nav-link, .navbar-nav .nav-link.active{
    color: #ffffff;
}
.img-logo {
    background-image: url("../img/logo-branca.png");
    background-size: cover;
    background-position: center;
    height: 90px;
    width: 294px;
}

.img-logo-mobile {
    background-image: url("../img/logo.png");
    background-size: cover;
    background-position: center;
    height: 45px;
    width: 194px;
}

a.whatsapp {
    text-decoration: none;
}

.selo {
    background-image: url("../img/selo.png");
    background-size: cover;
    background-position: center;
    height: 98px;
    width: 98px;
}

.navbar.scrolled {
    background-color: #ffffff;
    box-shadow: 3px 4px 12px 0px rgba(0, 0, 0, 0.05) !important;
}

.scrolled .nav-link, .scrolled .nav-link.active{
    color: #000!important;
}

.scrolled .img-logo {
    background-image: url("../img/logo.png");
    background-size: cover;
    background-position: center;
    height: 50px;
    width: 151px;
}

/* =============================
   Seções
   ============================= */
#inicio {
    background-image: url("../img/background.jpg");
    background-size: cover;
    background-position: center;
    height: 868px;
    max-height: 868px;
}

.bg-toalhas {
    background-image: url("../img/fundo6.jpg");
    background-size: cover;
    background-position: center;
    height: 589px;
    max-height: 589px;
    justify-items: center;
    align-items: center;
}

#comofunciona {
    background-image: url("../img/fundo5-1.jpg");
    background-size: cover;
    background-position: center;
    height: 727px;
    color: #fff;
    font-family: 'Karla', sans-serif;
}

/* =============================
   Imagens decorativas
   ============================= */
.ciclo {
    background-image: url("../img/ciclo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
    width: 450px;
}

.maos {
    background-image: url("../img/pzelup.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
    width: 180px;
}

.icon {
    background-image: url("../img/favicon.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 221px;
    width: 221px;
}

.toalha {
    background-image: url("../img/toalha.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 585px;
    width: 700px;
}

/* =============================
   Alinhamentos
   ============================= */
#inicio .row, 
#sobre .col-md-6, 
#comofunciona .col-md-6, 
#parceiros .col-md-6, 
#contato .col-md-6:last-child, 
footer .col-md-4:first-child {
    align-content: center!important; 
}

#comofunciona .col-md-6:last-child, 
#parceiros .col-md-6:first-child, 
.bg-toalhas .col-md-12, 
#contato .col-md-6:last-child {
    justify-items: center!important;
}

/* =============================
   Tipografia
   ============================= */
h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 55px;    
    line-height: 22px;        
    font-weight: 700;         
    color: #ffffff;           
    text-align: inherit;
}

.lead {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    line-height: 22px;
    text-align: inherit;
    color: #ffffff;
}

h2{
    color: #000000;
    font-family: 'Karla', sans-serif;
    font-size: 47px;
    line-height: 49px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.8px;
    text-transform: none;
}

#comofunciona h2{
    color: #fff;
}

#sobre h6{
    color: #040707;
    font-family: 'Karla', sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: none;
}

p {
    color: #7d7d7d;
    font-family: 'Karla', sans-serif;
    font-size: 19px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
}

#comofunciona  p {
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 19px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
}

.bg-toalhas p {
    font-size: 22px;
}

.btn-primary {
    background-color: #113859;
    border-color: #113859;
}

.btn-primary:hover {
    background-color: rgb(254, 166, 148);
    border-color: rgb(254, 166, 148);
}

#contato p.text-black{
    color: #040707!important;
    font-size: 22px !important;
    line-height: 28px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px !important;
    text-transform: none !important;
}

/* =============================
   Formulário
   ============================= */
.col-form-label {
    color: #666666;
    font-weight: 600;
    text-align: right;
}

.fa-whatsapp {
    font-size: larger!important;
}

.grecaptcha-badge {
    display: none;
}

form {
    width: 600px;
    max-width: 600px;
    box-shadow: 0 0 0 .5px rgba(0, 20, 40, .1), 0 2px 8px 0 rgba(50, 55, 90, .2);
    padding: 2rem;
    border-radius: .45rem;
}

/* =============================
   Footer
   ============================= */
footer {
    background-color: #113859;
}

footer .text-white:first-child{
    font-weight: 800;
    font-size: 22px;
}

footer .text-white{
    font-family: "Karla", sans-serif;
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 26px;
    font-weight: 700;
    text-transform: none;
    color: #ffffff;
    font-style: normal;
}

footer a.social {
    background-color: rgb(254, 166, 148);
    border-color: rgb(254, 166, 148);
    margin: 0px 4px 0px 0px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 1.75em;
    vertical-align: middle;
}

footer i {
    font-size: 15px;
    width: 2.5rem!important;
}

.logo-footer {
    background-image: url("../img/zelup34-300x109.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 195px;
    height: 71px;
}

/* =============================
   Ajustes responsivos (override)
   ============================= */
@media (max-width: 991px) {
    .navbar {
        background-color: #fff;
        position: relative!important;
    }
    .nav-link, .scrolled .nav-link, .scrolled .nav-link.active {
        color: #7d7d7d!important;
        padding-left: 1rem;
    }
    .navbar-toggler {
        border: none;
    }
    .navbar.scrolled {
        position: fixed!important;
    }

    .ciclo { width: 100%; max-width: 320px; height: 320px; }
    .maos { width: 120px; height: 120px; }
    .icon { width: 160px; height: 160px; }
    .toalha { width: 100%; max-width: 400px; height: 350px; }
    .logo-footer { width: 150px; height: 55px; }

    #inicio { height: 500px; }
    .bg-toalhas { height: auto; padding: 3rem 1rem; text-align: center; }
    form { width: 100%; padding: 1.5rem; }
}

@media (max-width: 576px) {
    #inicio {
        background-position: 1920px;
    }
    #inicio h1 { font-size: 2.25rem; line-height: 2.28rem; text-align: center;}
    h1 { font-size: 1.8rem; line-height: 1.3; }
    .lead { font-size: 1.5rem; line-height: 1.8rem;font-weight: 700; text-align: center; }
    h2 { font-size: 1.6rem; line-height: 1.3; }

    .ciclo { max-width: 250px; height: 250px; }
    .toalha { max-width: 300px; height: 260px; }
    #sobre .row{ flex-direction: column-reverse; }
    .col-form-label {
        text-align: start;
        margin-top: 0.5rem;
    }
    .btn-primary {
        margin-top: 1rem;
    }
}
