* {
    font-family: 'Montserrat', sans-serif;
    outline: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, html {
    height: 100%;
    width: 100%;
}
body {
    font-size: 16px;
}
img {
    display: block;
    max-width: 100%;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}

/* COMAÇA CONTATOS */
.call-us {
    background-image: url(../images/backgrounds/backgroudcontato.png);
    background-size: cover;
}
.header {
    height: 0px;
}
.header .header__contact {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.header .header__contact__cta, 
.btn-whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    width: 50%;
    min-width: 180px;
    height: 90px;
    background: #289059;
}
.header .header__contact__cta img, 
.btn-whatsapp img {
    width: 30px;
    height: 30px;
}
.header .header__contact__cta p, 
.btn-whatsapp p {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}
.header .header__contact__cta p strong, 
.btn-whatsapp p strong {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.header .header__contact__cta p span, 
.btn-whatsapp p span {
    display: none;
}
.header .header__contact__cta p {
    color: #38bfed;
}
.header .header__contact__cta {
    background: #04204c;
    position: relative;
}
.header .header__contact__cta.header__contact__cta--full {
    width: 100%;
}
.header .header__contact__cta .popup {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0px;
    bottom: -95px;
    pointer-events: none;
    transition: all 0.6s ease;
    background: url('../images/icons/popup-mobile.png') no-repeat left center;
    background-size: contain;
}
.header .header__contact__cta .popup.popup--show {
    visibility: visible;
    opacity: 1;
    bottom: 52px;
    width: 240px;
    height: 150px;
}
.header .header__contact__cta .popup.popup--show .popup-close {
    font-size: 2.5rem;
    color: #04204c;
    font-weight: 500;
    cursor: pointer;
    pointer-events: auto;
    position: absolute;
    right: 0px;
    top: -25px;
}

/* CONTATOS BREAKPOINTS DESKTOP */
@media only screen and (min-width: 1024px) {
    .header {
        height: 260px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header .logo .logo__heading {
        font-size: 1.8rem;
        color: #000;
    }
    .header .header__contact {
        position: static;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: auto;
        height: 145px;
    }
    .header .header__contact__cta {
        min-width: 260px !important;
    }
    .header .header__contact__cta, 
    .btn-whatsapp {
        min-width: 260px;
        border-radius: 10px;
        width: auto;
        justify-content: center;
    }
    .header .header__contact__cta img, 
    .btn-whatsapp img {
        width: 35px;
        height: 35px;
    }
    .header .header__contact__cta p strong, 
    .btn-whatsapp p strong {
        font-size: 18px;
        text-transform: uppercase;
    }
    .header .header__contact__cta p span, 
    .btn-whatsapp p span {
        display: inline;
    }
    .header .header__contact__cta {
        width: 50%;
        min-width: 180px;
        margin-right: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        transition: .5s;
    }
    .header .header__contact__cta:hover {
       opacity: 0.8;
    }
    .header .header__contact__cta .popup {
        left: 10px;
        bottom: -10px;
        background: url('../images/icons/popup.svg') no-repeat center;
        background-size: contain;
    }
    .header .header__contact__cta .popup.popup--show {
        visibility: visible;
        opacity: 1;
        bottom: -80px;
        width: 300px;
        height: 80px;
    }
    .header .header__contact__cta.header__contact__cta--full .popup.popup--show {
        width: 260px;
    }
    .header .header__contact__cta .popup.popup--show .popup-close {
        right: -8px;
        top: -10px;
    }
}

@media only screen and (min-width: 1024px) {
    .header .header__contact__cta img, 
    .btn-whatsapp img {
        width: 35px;
        height: 35px;
    }
}

@media only screen and (min-width: 1600px) {
    .header .header__contact__cta.header__contact__cta--full .popup.popup--show {
        width: 300px;
    }
}
/* ACABA CONTATOS */

/* COMEÇA ENTREGA */
.new {
    background: url(../images/backgrounds/backgroudcontato.png);
    background-size: cover;
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 25px;
}
.new-container {
    background: #E9ECF0;
    width: 100%;
    height: 500px;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 25px;
}
.new-battery {
    display: flex;
    justify-content: center;
}
.battery-card {
    min-width: 200px;
    max-width: 255px;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    padding: 15px 0;
}
.battery-card .batteries__card__image {
    width: 100px;
    height: 100px;
}

/* ENTREGA BREAKPOINT TABLET */
@media only screen and (min-width: 768px) {
    .new-container {
        background: #E9ECF0;
        width: 1000px;
        height: 250px;
        align-items: center;
        border: 1px solid #fff;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        flex-direction: row;
    }
}
/* ACABA ENTREGA */

/* COMEÇA BANNER */
.hero {
    min-height: 550px;
    background: #fdc600 url('../images/backgrounds/mobile.png') no-repeat center;
    background-size: 100%;
}
.hero.hero--seal {
    background-image: url('../images/backgrounds/mobile-seal.png');
}
.hero .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero .hero__call {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px 0 0 50px;
    width: 80%;
}
.hero .hero__call .hero__call__title {
    font-size: 80px;
    color: #04204c;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 120px;
    position: relative;
}
.hero .hero__call .hero__call__title span {
    font-size: 150px;
    -webkit-text-stroke: 3px #fdc600;
    text-shadow: -5px 4px 0 #04204c, 
                -1px -1px 0 #04204c, 
                1px -1px 0 #04204c, 
                -1px 1px 0 #04204c, 
                1px 1px 0 #04204c
}
.hero .hero__call .hero__call__title::after {
    content: 'Sem Juros';
    font-size: 18px;
    color: #04204c;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 0;

}
.hero .hero__call .hero__call__upto {
    font-size: 20px;
    color: #04204c;
    font-weight: 600;
    line-height: 27px;
    text-transform: uppercase;
}
.hero .hero__info {
    display: none;
}

/* BANNER BREAKPOINT TABLET */
@media only screen and (min-width: 768px) {
    .hero {
        min-height: 350px;
        background: #39228f url('../images/backgrounds/desktop.png') no-repeat -180px center;
        background-size: cover;
    }
    .hero.hero--seal {
        background-image: url('../images/backgrounds/desktop-seal.png');
    }
    .hero .container {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        min-height: 350px;
    }

    .hero .hero__call .hero__call__title {
        font-size: 130px;
        line-height: 200px;
    }
    
    .hero .hero__call .hero__call__title span {
        font-size: 200px;
    }
    .hero .hero__call .hero__call__title::after {
        content: 'Sem Juros';
        font-size: 20px;
    
    }
    .hero .hero__call .hero__call__upto {
        font-size: 30px;
        line-height: 18px;
    }
}

/* BANNER BREAKPOINT DESKTOP */
@media only screen and (min-width: 1024px) {
    .hero {
        min-height: 480px;
        background-position: center;
    }
    .hero .container {
        min-height: 480px;
    }
    .hero .hero__info {
        display: block;
        color: #04204c;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        width: 50%;
        text-align: center;
    }
    .hero .hero__call .hero__call__title {
        font-size: 150px;
    }
    
    .hero .hero__call .hero__call__title span {
        font-size: 250px;
    }
    .hero .hero__call .hero__call__upto {
        font-size: 48px;
        line-height: 59px;
    }
}
@media only screen and (min-width: 1600px) {
    .hero {
        min-height: 700px;
    }
    .hero .container {
        min-height: 700px;
    }
}
/* ACABA BANNER */

/* COMEÇA ESCOLHA SUA BATERIA */
.batteries {
    background: #e9ecf0;
    /* padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}
.batteries__title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #04204c;
    padding: 0 0 1rem;
    letter-spacing: 0.12em;
}
.batteries_subtitle {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #04204c;
    padding: 0 0 2.5rem;
    letter-spacing: 0.12em;
}
.batteries__title {
    font-size: 18px;
}
.batteries__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #e9ecf0;
    /* width: 290px;
    max-width: 290px;
    min-height: 405px;
    padding: 0 20px; */
}
.batteries__card  .batteries__card__image {
    width: 100px;
    height: 100px;
}
.batteries__card  .batteries__card__text {
    padding: 15px 10px;
    margin-top: 15px;
    text-align: center;
}
.batteries__card  .batteries__card__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 5px
}
.batteries__card  .batteries__card__description {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-align: justify;
}

/* BATERIAS BREAKPOINT TABLET */
@media only screen and (min-width: 768px) {
    .batteries {
        background: #e9ecf0;
        padding: 4rem 0;
        display: flex;
        flex-direction: row;
    }
}

/* BATERIAS BREAKPOINT DESKTOP */
@media only screen and (min-width: 1024px) {
    .batteries__title {
        font-size: 32px;
    }
    .batteries__card {
        min-width: 200px;
        max-width: 305px;
        min-height: 380px;
        padding-top: 48px;
    }
}
/* ACABA ESCOLHA SUA BATERIA */

.adress-container {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .adress-container{
        display: flex;
        flex-direction: row;
    }
    .batteries__wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
    .battery-card {
        flex-direction: column;
    }
    .form-lp {
        padding: 20px;
    }
}

/* COMEÇA ENDEREÇO */
.address__location {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.address__location, .address__time {
    margin: 20px 0 10px;
    font-style: normal;
    width: 280px;
}
.address__location h3, .address__time h3 {
    color:#ffffff;
    margin: 5px 0 10px;
    text-align: center;
    font-style: normal;
}
/* ACABA ENDEREÇO */

/* COMEÇA FOOTER */
.footer {
    background: #000;
    padding: 20px;
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
}
.footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 53px;
}
.footer p {
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    width: 280px;
}
.footer h3 {
    color: #fdc600;
}
.footer .new-text {
    font-size: 16px;
}
.footer .direitos {
    width: 100%;
    margin: 17px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer .por-jogga {
    font-family: Montserrat;
    width: 100%;
    padding-bottom: 20px;
}

/* FOOTER BREAKPOINT DESKTOP */
@media only screen and (min-width: 1024px) {
    .footer {
        padding: 0;
    }
    .footer .container {
        flex-direction: row;
        justify-content: space-between;
    }
    .footer .direitos {
        display: flex;
        flex-direction: row;
    }
    .footer .por-jogga {
        font-family: Montserrat;
        width: 100%;
        padding-bottom: 0;
    }
}
/* ACABA FOOTER */