/* Extra Small */
@media (max-width: 767px) {
    .padding-off-mobile {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .home {
        background: url(../images/bg-mobile.jpg);
        margin: 0 auto;
        width: 100%;
        position: relative;
        background-size: contain;
    }
    .logo-mobile {
        margin-bottom: 20px;
        background-color: #fa520a;
    }
    .txt-01 {
        font-family: "Roboto", sans-serif;
        font-weight: 900;
        color: #000;
        font-size: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 5px;
    }
    .frase {
        margin-bottom: 20px;
    }
    .frase p {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #000;
        font-size: 20px;
        line-height: 20px;
        text-align: center;
    }
    .box-servicos {
        margin-top: 20px;
    }
    .servicos {
        margin-bottom: 20px;
    }
    form .tt-form {
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-topright: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .servicos p {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #000;
        font-size: 19px;
        line-height: 25px;
    }
    .servicos p:nth-of-type(1) {
        color: #fa520a;
        font-size: 25px;
        line-height: 25px;
        padding-bottom: 10px;
        padding-top: 5px;
    }
    .faixa {
        background-color: #8e8e8e;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .faixa p {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #fff;
        font-size: 19px;
        line-height: 25px;
    }
    .box-produtos {
        padding-top: 30px;
        padding-bottom: 10px;
        background-color: #fff;
    }
    .box-produtos hr {
        margin-top: 15px;
        margin-bottom: 20px;
        border-top: 1px solid #fa520a;
    }
    .box-produtos img {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .box-produtos span {
        color: #fa520a;
    }
    .box-produtos p {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #626262;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    form {
        width: 100%;
        margin-bottom: 20px;
    }
    .group-form {
        padding-bottom: 10px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    form .tt-form p {
        color: #fff;
        font-family: "Anton", sans-serif;
        text-transform: uppercase;
        margin: 0;
        font-size: 18px;
        line-height: 22px;
    }
    .tel a {
        color: #000;
        text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
        font-family: "Anton", sans-serif;
        font-size: 40px;
        line-height: 40px;
        text-transform: uppercase;
        margin: 0 0 10px 0;
        display: block;
    }
}

/* Small */
@media (min-width: 768px) and (max-width: 991px) {
    .home {
        background: url(../images/bg.jpg) no-repeat;
        margin: 0 auto;
        width: 100%;
        position: relative;
        background-position: 50% top;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .home .txt-01 {
        font-family: "Roboto", sans-serif;
        font-weight: 900;
        color: #fff;
        font-size: 65px;
        line-height: 45px;
        position: absolute;
        bottom: 0;
    }
    .frase p {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #000;
        font-size: 45px;
        line-height: 45px;
    }
    .frase p:nth-of-type(1) {
        padding-left: 50px;
        padding-top: 10px;
    }
    .frase p:nth-of-type(2) {
        padding-left: 90px;
    }
    .box-servicos {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .servicos p {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #000;
        font-size: 19px;
        line-height: 25px;
    }
    .servicos p:nth-of-type(1) {
        color: #fa520a;
        font-size: 25px;
        line-height: 25px;
        padding-bottom: 10px;
        padding-top: 5px;
    }
    .faixa {
        background-color: #8e8e8e;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .faixa p {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #fff;
        font-size: 19px;
        line-height: 25px;
    }
    .box-produtos {
        padding-top: 30px;
        padding-bottom: 10px;
        background-color: #fff;
    }
    .box-produtos hr {
        margin-top: 15px;
        margin-bottom: 20px;
        border-top: 1px solid #fa520a;
    }
    .box-produtos img {
        margin-bottom: 10px;
    }
    .box-produtos span {
        color: #fa520a;
    }
    .box-produtos p {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #626262;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    form {
        width: 100%;
        margin-bottom: 20px;
    }
    .group-form {
        padding-bottom: 10px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    form .tt-form {
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-topright: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    form .tt-form p {
        color: #fff;
        font-family: "Anton", sans-serif;
        text-transform: uppercase;
        margin: 0;
        font-size: 21px;
        line-height: 31px;
    }
    .tel a {
        color: #000;
        text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
        font-family: "Anton", sans-serif;
        font-size: 40px;
        line-height: 40px;
        text-transform: uppercase;
        margin: 0;
    }
}

/* Medium */
@media (min-width: 992px) and (max-width: 1199px) {
    .home {
        background: url(../images/bg.jpg) no-repeat;
        margin: 0 auto;
        width: 100%;
        position: relative;
        background-position: 50% top;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .home .txt-01 {
        font-family: "Roboto", sans-serif;
        font-weight: 900;
        color: #fff;
        font-size: 95px;
        line-height: 67px;
        position: absolute;
        bottom: 0;
    }
    .frase p {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #000;
        font-size: 60px;
        line-height: 60px;
    }
    .frase p:nth-of-type(1) {
        padding-left: 50px;
        padding-top: 10px;
    }
    .frase p:nth-of-type(2) {
        padding-left: 90px;
    }
    .box-servicos {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .servicos p {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #000;
        font-size: 19px;
        line-height: 25px;
    }
    .servicos p:nth-of-type(1) {
        color: #fa520a;
        font-size: 25px;
        line-height: 25px;
        padding-bottom: 10px;
        padding-top: 5px;
    }
    .faixa {
        background-color: #8e8e8e;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .faixa p {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #fff;
        font-size: 19px;
        line-height: 25px;
    }
    .box-produtos {
        padding-top: 30px;
        padding-bottom: 10px;
        background-color: #fff;
    }
    .box-produtos hr {
        margin-top: 15px;
        margin-bottom: 20px;
        border-top: 1px solid #fa520a;
    }
    .box-produtos img {
        margin-bottom: 10px;
    }
    .box-produtos span {
        color: #fa520a;
    }
    .box-produtos p {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #626262;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    form {
        width: 100%;
        margin: 0 auto;
    }
    .group-form {
        padding-bottom: 15px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    form .tt-form {
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-topright: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    form .tt-form p {
        color: #fff;
        font-family: "Anton", sans-serif;
        font-size: 23px;
        text-transform: uppercase;
        margin: 0;
        line-height: 29px;
    }
    .tel a {
        color: #000;
        text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
        font-family: "Anton", sans-serif;
        font-size: 40px;
        line-height: 40px;
        text-transform: uppercase;
        margin: 0;
    }
}
/* Large */
@media (min-width: 1200px) {
    .home {
        background: url(../images/bg.jpg) no-repeat;
        margin: 0 auto;
        width: 100%;
        position: relative;
        background-position: 50% top;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .home .txt-01 {
        font-family: "Roboto", sans-serif;
        font-weight: 900;
        color: #fff;
        font-size: 120px;
        line-height: 85px;
        position: absolute;
        bottom: 0;
    }
    .frase p {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #000;
        font-size: 70px;
        line-height: 70px;
    }
    .frase p:nth-of-type(1) {
        padding-left: 50px;
        padding-top: 20px;
    }
    .frase p:nth-of-type(2) {
        padding-left: 90px;
    }
    .box-servicos {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .servicos p {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #000;
        font-size: 19px;
        line-height: 25px;
    }
    .servicos p:nth-of-type(1) {
        color: #fa520a;
        font-size: 25px;
        line-height: 25px;
        padding-bottom: 10px;
        padding-top: 5px;
    }
    .faixa {
        background-color: #8e8e8e;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .faixa p {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #fff;
        font-size: 19px;
        line-height: 25px;
    }
    .box-produtos {
        padding-top: 30px;
        padding-bottom: 10px;
        background-color: #fff;
    }
    .box-produtos hr {
        margin-top: 15px;
        margin-bottom: 20px;
        border-top: 1px solid #fa520a;
    }
    .box-produtos img {
        margin-bottom: 10px;
    }
    .box-produtos span {
        color: #fa520a;
    }
    .box-produtos p {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #626262;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    form {
        width: 90%;
        margin: 0 auto;
    }
    .group-form {
        padding-bottom: 15px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    form .tt-form {
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-topright: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    form .tt-form p {
        color: #fff;
        font-family: "Anton", sans-serif;
        font-size: 23px;
        text-transform: uppercase;
        margin: 0;
        line-height: 29px;
    }
    .tel a {
        color: #000;
        text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
        font-family: "Anton", sans-serif;
        font-size: 40px;
        line-height: 40px;
        text-transform: uppercase;
        margin: 0;
    }
}
.margin-top {
    margin-top: 10px;
}
.margin-top-5 {
    margin-top: 5px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-27 {
    margin-top: 27px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-54 {
    margin-top: 54px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-65 {
    margin-top: 65px;
}
.margin-top-70 {
    margin-top: 70px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-top-90 {
    margin-top: 90px;
}
.margin-top-99 {
    margin-top: 99px;
}
.margin-top-100 {
    margin-top: 100px;
}
.margin-top-110 {
    margin-top: 110px;
}
.margin-top-120 {
    margin-top: 120px;
}
.margin-top-140 {
    margin-top: 140px;
}
.margin-top-149 {
    margin-top: 149px;
}
.margin-top-150 {
    margin-top: 150px;
}
.margin-top-160 {
    margin-top: 160px;
}
.margin-top-200 {
    margin-top: 200px;
}
.margin-top-220 {
    margin-top: 220px;
}
.margin-top-230 {
    margin-top: 230px;
}
.margin-top-250 {
    margin-top: 250px;
}
.margin-top-330 {
    margin-top: 330px;
}
.margin-top-350 {
    margin-top: 350px;
}
.margin-top-380 {
    margin-top: 380px;
}
.margin-top-385 {
    margin-top: 385px;
}
.margin-top-390 {
    margin-top: 390px;
}
.margin-top-400 {
    margin-top: 400px;
}
.padding-off {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
p {
    margin: 0;
}

body {
    background-color: #ededed;
}
.container-off-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.row-off-margin {
    margin-left: 0px;
    margin-right: 0px;
}
.form-group {
    margin-bottom: 5px;
    padding: 0 10px;
}
label {
    margin-bottom: 1px;
    font-size: 13px;
}
form label {
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    color: #000000;
}

.form .checkbox label {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.form .checkbox label a {
    color: #000;
    text-decoration: underline;
}

form button {
    text-transform: uppercase;
    color: #fff;
    font-family: "Raleway", sans-serif;
}
form .enviar {
    width: 95%;
    margin-top: 5px;
    font-size: 18px;
    letter-spacing: 2px;
    background-color: #000000;
    font-family: "Anton", sans-serif;
    padding-bottom: 15px;
    padding-top: 13px;
    border: solid 3px #fff;
}
form .enviar:hover,
form .enviar:focus {
    color: #ddd;
}
.group-form {
    background-color: #fa520a;
}
form .tt-form {
    width: 100%;
    padding: 15px 0;
    float: left;
    background-color: #000000;
    margin-bottom: 10px;
}
.footer {
    background-color: #fa520a;
    padding-bottom: 10px;
    padding-top: 10px;
}
.footer p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
}
.footer .navbar-nav {
    padding-bottom: 14px;
}
.footer .navbar-nav li {
    padding-top: 7px;
    padding-bottom: 7px;
}
.footer .navbar-nav li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    border-right: 1px solid #fff;
}
.footer .navbar-nav li > a:focus,
.footer .navbar-nav li > a:hover {
    text-decoration: underline;
    background-color: transparent;
}
.footer .navbar-nav li:last-child a {
    border-right: 0px solid transparent;
}

.avisos-fail p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    padding: 115px 5px;
}
.avisos-obrigado p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    padding: 130px 5px;
}

.politica {
    padding-bottom: 30px;
}
.politica .politica-tt {
    padding-top: 30px;
    padding-bottom: 20px;
}
.politica .politica-tt h3 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #fa520a;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
}
.politica .politica-info {
    margin-top: 10px;
}
.politica .politica-info p {
    font-weight: 300;
    font-style: normal;
    color: #333;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
}
.politica .politica-info p a {
    color: #ec2c27;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .footer .navbar-nav li a {
        border-right: 0px solid transparent;
    }
}
