@charset "utf-8";
/* CSS Document */

.home_07_img {
    width: 100%;
}
.consumo_03_img {
    width: 100%;
}
.consumo_03 {
    background-color: #222222;
    color: white;
    padding-bottom: 100px;
}
.consumo_03_titulo {
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    font-weight: 700;
}
.consumo_03 i {
    padding-right: 17px;
}
.consumo_03_text {
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 50px;
}
.consumo_03_text2 {
    text-align: justify;
    text-align-last: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 100px;
}
.consumo_02 {
    background-image: url("../images/cons02.jpg");
    background-size: cover;
    background-position: top;
    padding: 100px 10px;
}
.consumo_02_titulo {
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    font-weight: 700;
}
.consumo_02_text {
    text-align: justify;
    text-align-last: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 100px;
}
.consumo_02_btn a {
    text-align: center;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    background-color: red;
    letter-spacing: 1.5px;
    color: black;
    cursor: pointer;
    margin: 0 auto;
    padding: 25px 20px;
    max-width: 300px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.consumo_02_btn a:hover {
    background-color: #FF3C3C;
    padding-left: 50px;
    padding-right: 50px;
    letter-spacing: 3px;
}
.consumo_01, .consumo_02 {
    background-color: #222222;
    color: white;
    padding-bottom: 100px;
}
.consumo_01_img {
    width: 100%;
}
.consumo_01_titulo {
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    font-weight: 700;
}
.consumo_01_text {
    text-align: justify;
    text-align-last: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
}
.text_container {
    padding: 20px;
}

@media all and (min-width:1000px) {
.text_container {
    max-width: 50%;
    margin: 0 auto;
}
.text_size_01 {
    font-size: 70px;
    line-height: 60px;
}
.text_size_02 {
    font-size: 22px;
    line-height: 30px;
}
.consumo_02_text_size_01 {
    font-size: 70px;
    line-height: 65px;
}
.consumo_02_text_size_02 {
    font-size: 27px;
    line-height: 50px;
}
.consumo_03_text_size_02 {
    font-size: 25px;
    line-height: 50px;
}
}

@media all and (max-width:999px) {
.text_container {
    max-width: 70%;
    margin: 0 auto;
}
.text_size_01 {
    font-size: 40px;
    line-height: 35px;
}
.text_size_02 {
    font-size: 20px;
    line-height: 25px;
}
.consumo_02_text_size_01 {
    font-size: 40px;
    line-height: 35px;
}
.consumo_02_text_size_02 {
    font-size: 20px;
    line-height: 35px;
}
.consumo_03_text_size_02 {
    font-size: 17px;
    line-height: 35px;
}
.consumo_01_max_block_height {
    padding-top: 50px;
    padding-bottom: 20px;
}
}
