/* ///////////////////// SECTION HEADER ENCONTRE UMA LOJA \\\\\\\\\\\\\\\\\\\\\\\\\ */
#section-header-encontre-uma-loja {
    height: 632px;
    background-color: #00ffea;
    background-image: url(../images/bg-header-encontre-uma-loja.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 2000px 632px;  
}

#section-header-encontre-uma-loja .text-banner-encontre-uma-loja {
    padding-top: 20px;
    padding-left: 80px;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 34px;
}

#section-header-encontre-uma-loja #form-header {
    padding: 0.9rem 1.8rem;
    padding-bottom: 1.2rem;
    position: relative;
    margin-top: 16px;
    margin-left: 0 !important;
    right: 0 !important;
    width: 341px;
    height: auto;
    background-color: #fff;
    box-shadow: -10px 40px 14px -20px rgba(0,0,0,0.175);     
}

#section-header-encontre-uma-loja .col-md-8 h2 {
    padding-top: 255px;
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    color: #fff;
    font-size: 6.3rem;
    line-height: 90px;
}

/* ///////////////////// SECTION ENCONTRE A LOJA MAIS PRÓXIMA  \\\\\\\\\\\\\\\\\\\\\\\\\ */
#section-encontre-a-loja-mais-proxima {
    height: auto;
    background-color: #00205c;
}

#section-encontre-a-loja-mais-proxima h2 {
    color: #00ffea;
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    font-size: 4rem;
    line-height: 60px;
}

#section-encontre-a-loja-mais-proxima p {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 200;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 30px;
}

#section-encontre-a-loja-mais-proxima .lojas {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 230px;
    padding: 1.7rem;
    text-align: left;
    background-color: #fff;
    font-size: 1rem;
    font-weight: 400;
    color: #00205c;
}

#section-encontre-a-loja-mais-proxima .lojas h5 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.3rem;
}

#section-encontre-a-loja-mais-proxima .lojas .phone-loja {
    position: relative;
    margin-top: 0px;
}

#section-encontre-a-loja-mais-proxima .lojas a {
    padding: 0.4rem 0;
    text-decoration: none;
    font-size: 1.1rem;
    transition: 0.4s;
}

#section-encontre-a-loja-mais-proxima .lojas a:hover {
    background-color: #002c7e;
}

#section-encontre-a-loja-mais-proxima .lojas .btn-aguarde {
    background-color: #00ffea;
    padding: 0.4rem 0;
    text-decoration: none;
    font-size: 1.1rem;
    transition: 0.4s;
}