#section1{
    padding-bottom: 30px;
}

.caixa_section1{
    background-color: rgba(0,0,0,0.5);
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    padding: 15px;
}

.caixa_section1 h1{
    text-align: center;
    line-height: normal;
    font-size: 80px;
}

.img_slider{
    width: 100%;
    height: 100%;
}

.container_caixa_slider {
    width: 100%;
    position: absolute;
    margin-left: auto;
    height: 100%;
    margin-right: auto;
    left: 0;
    right: 0;
}

.descricao_sobre{
    color: #8c8c8c;
}

.descricao_sobre h1, .descricao_sobre h2, .descricao_sobre h3, .descricao_sobre h3, .descricao_sobre h5{
    color: #323232;
    font-weight: 700;
}

.descricao_sobre h1{
    font-size: 60px;
}

.descricao_sobre h2, .titulo_marcas{
    font-size: 48px;
}

.descricao_sobre h3{
    font-size: 35px;
}

.logo_marca{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    float: left;
    padding: 30px;
}

.descricao_marca{
    float: left;
}

.marca{
    margin-top: 30px;
}

#primary{
    margin-bottom: 60px;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    .caixa_section1 h1 {
        font-size: 22px;
    }

    .descricao_sobre h2, .titulo_marcas{
        font-size: 24px;
    }

    #section1{
        padding-bottom: 0;
    }

    .logo_marca img{
        width: 50%;
    }

    .logo_marca{
        text-align: center;
        margin-bottom: 20px;
    }

    .descricao_sobre, .logo_marca{
        padding-left: 0;
        padding-right: 0;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
    .caixa_section1 h1 {
        font-size: 40px;
    }

    #section1{
        padding-bottom: 0;
    }

    .descricao_sobre h2, .titulo_marcas{
        font-size: 30px;
    }

    .logo_marca img{
        width: 50%;
    }

    .logo_marca{
        text-align: center;
        margin-bottom: 20px;
    }

    .descricao_sobre, .logo_marca{
        padding-left: 0;
        padding-right: 0;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
    .caixa_section1 h1 {
        font-size: 55px;
    }

    #section1{
        padding-bottom: 0;
    }

    .descricao_sobre h2, .titulo_marcas{
        font-size: 40px;
    }

    .logo_marca img{
        width: 50%;
    }

    .logo_marca{
        text-align: center;
        margin-bottom: 20px;
    }

    .descricao_sobre, .logo_marca{
        padding-left: 0;
        padding-right: 0;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
    .caixa_section1 h1 {
        font-size: 61px;
    }

    .descricao_sobre h2, .titulo_marcas{
        font-size: 42px;
    }

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1679px){
    .caixa_section1 h1 {
        font-size: 70px;
    }

    .descricao_sobre h2, .titulo_marcas{
        font-size: 45px;
    }
}

