@media (max-width: 1440px) {
    .historia h1 {
        text-align: center;
        font-size: 1.9rem;
    }
    .historia p {
        color: white;
        font-size: 1.2rem;
        font-weight: normal;
        text-align: justify;
    }
    .bule h1 {
        font-size: 3.2rem;
        width: 100%;
        margin-bottom: 30px;
    }
}
@media (max-width: 1024px) {
    .logo-container {
        text-align: center;
    }
    .bule h1 {
        font-size: 2.2rem;
        width: 100%;
        margin-bottom: 30px;
    }
    .bule p {
        font-size: 1.2rem;
        width: 100%;
    }
    .bule h3 {
        font-size: 1rem;
        width: 100%;
        margin: 20px 0 0 0;
        text-align: center;
    }
    .botao-xicara {
        background-image: url('../images/botao_xicara.png');
        background-size: contain;
        width: 72%;
        background-repeat: no-repeat;
        text-decoration: none;
    }
    .botao-xicara h1 {
        color: white;
        font-size: .9rem;
        width: 50%;
        font-weight: normal;
        text-align: left;
        margin: 16px 25px;
    }
    .varejo h1,
    .video h2,
    .varejo h3,
    .formulario h1 {
        font-size: 1.3rem;
    }
    .footer p {
        font-size: 0.95rem;
    }
    .legenda-1 {
        height: 113px;
    }
    .historia h1 {
        text-align: center;
        font-size: 1.3rem;
    }
    .historia .pessoas {
        width: 92%;
    }
    .amigo h2 {
        color: white;
        width: 100%;
        margin: 20px 0;
        font-size: 1.3rem;
        text-align: center;
    }
    .formulario h1 {
        color: #FF9400;
        font-size: 1rem;
        text-align: center;
    }
    .redes {
        float: none;
        width: 155px;
        margin: 50px auto;
    }
    .botao-tomarcafe {
        padding: 5px;
    }
    .botao-tomarcafe a {
        font-size: 1rem;
    }
}

@media (max-width: 950px) {
    .topo a {
        display: none;
    }
    .topo a {
        font-size: 0.8rem;
    }
    .bule h1 {
        font-size: 2.2rem;
        width: 100%;
        margin-bottom: 30px;
    }
    .bule p {
        font-size: 1.2rem;
        width: 100%;
    }
    .varejo {
        background-color: white;
        padding: 10px;
    }
    .listCarousel {
        width: 99%;
    }
    .checkbox-form {
        width: 100%;
        float: left;
    }
    .amigo-image {
        max-width: 100%;
        max-height: 501px;
        margin: 0 auto;
    }
    .historia .pessoas {
        width: 60%;
    }
    .historia h1 {
        color: white;
        font-size: 1.5rem;
    }
    .historia p {
        color: white;
        font-size: 1rem;
        font-weight: normal;
        text-align: justify;
    }
}

@media (max-width: 600px) {
    .bule h1 {
        font-size: 1.2rem;
        width: 100%;
        margin-bottom: 30px;
    }
    .bule p {
        font-size: 1rem;
        width: 100%;
    }
    .historia h1 {
        color: white;
        font-size: 1.1rem;
    }
    .historia .box {
        height: auto;
    }
    .historia .pessoas {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .logo {
        max-width: 280px;
        max-height: 60px;
    }
    #carouselExampleIndicators .carousel-control-next,
    #carouselExampleIndicators .carousel-control-prev {
        width: 1%;
        /* top: 190px; */
    }
    #carouselExampleIndicators .carousel-control-next img,
    #carouselExampleIndicators .carousel-control-prev img {
        width: 24px;
    }
    input[type="checkbox"]+label::before {
        height: 30px;
        width: 30px;
        margin: 5px 5px 33px 0;
        /* background: url(../images/checkbox_vasio.png); */
        border: solid 2px white;
    }
    input[type="checkbox"]:checked+label::before {
        height: 30px;
        width: 30px;
    }
    .historia h1 {
        color: white;
        font-size: 1.22rem;
    }
    .historia p {
        color: white;
        font-size: 0.95rem;
        font-weight: normal;
        text-align: justify;
    }
}

@media (max-width: 392px) {
    .text-check {
        color: white;
        font-size: x-small;
        text-align: left;
    }
}

@media (max-width: 385px) {
    .bule h1 {
        font-size: 1.05rem;
        width: 100%;
        margin-bottom: 30px;
    }
    .bule p {
        font-size: 0.95rem;
        width: 100%;
    }
    .botao-xicara {
        width: 100%;
        height: 92px;
    }
    #links a {
        float: left;
        clear: both;
        width: 100%;
        padding: 5px;
    }
    #navegation .na {
        align-items: start;
        width: 72px;
    }
    #navegation .na img {
        width: 42px;
        margin: 10px;
    }
    .historia h1 {
        color: white;
        font-size: 0.96rem;
    }
    .historia p {
        color: white;
        font-size: 0.9rem;
        font-weight: normal;
        text-align: justify;
    }
}

@media (max-width: 325px) {
    .botao-xicara {
        width: 100%;
        height: 77px;
    }
    .botao-xicara h1 {
        font-size: 0.5rem;
    }
}
