/* CSS Document */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

*::before, *::after {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #FFF;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    margin: 0!important;
    padding: 0!important;
    margin-left: auto;
    margin-right: auto;
    width: 100%!important;
    max-width: 100%;
    overflow-x: hidden;
}

.header {
    background: #05A542;
    padding: 0px 0;
    width: 100%;
}

.contato {
    margin-bottom: 0em;
    margin-top: 0em;
    font-size: 36px;
    line-height: 1.42857143;
    color: #000;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.sejabemvindo {
    font-size: 17px;
    line-height: 1.42857143 !important;
    padding: 0 0 0px;
    margin: 0 0 20px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* BOTÃO WHATSAPP */

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, .3);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

@keyframes pulse {
    10% {
        -moz-box-shadow: 0 0 0 0 #4dc247;
        box-shadow: 0 0 0 0 #4dc247;
    }
    80% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, .3);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.tab-content {
    overflow: hidden;
}

.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.card {
    background: #eee;
    line-height: 1.5em;
}

.card-produtos {
    margin-top: 50px;
    background: #eee;
    padding: 3em;
    line-height: 1.5em;
}

@media screen and (min-width: 997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-title, .price, .sizes, .colors {
    text-transform: UPPERCASE;
    font-weight: bold;
}

.checked, .price span {
    color: #ff9f1a;
}

.product-title, .rating, .product-description, .price, .vote, .sizes {
    margin-bottom: 15px;
}

.product-title {
    margin-top: 0;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}

.size {
    margin-right: 10px;
}

.size:first-of-type {
    margin-left: 40px;
}

.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding-bottom: 0.7rem !important;
    padding-top: 0.7rem !important;
    border-radius: 2px;
}

.color:first-of-type {
    margin-left: 20px;
}

.add-to-cart, .like {
    background: #f5811e;
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.add-to-cart:hover, .like:hover {
    color: #f5811e;
}

.tradicao, .like {
    color: #f5811e;
    border: none;
    padding-bottom: 1.0rem !important;
    padding-top: 3.5rem !important;
    padding: 0em 0em;
    text-transform: UPPERCASE;
    font-size: 22px;
    font-weight: bold;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.tradicao:hover, .like:hover {
    color: #f5811e;
}

.tradicaopneu {
    color: #f5811e;
    border: none;
    padding-bottom: 1.0rem !important;
    padding-top: 3.5rem !important;
    padding-left: 3.0rem !important;
    padding-right: 1.0rem !important;
    padding: 0em 0em;
    text-transform: UPPERCASE;
    font-size: 18px !important;
    font-weight: bold !important;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.not-available {
    text-align: center;
    line-height: 2em;
}

.not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff;
}

.orange {
    background: #f5811e;
}

.green {
    background: #85ad00;
}

.blue {
    background: #0076ad;
}

.tooltip-inner {
    padding: 1.3em;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*# sourceMappingURL=style.css.map */

.whatsapp-fixo {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 999999;
    animation: pulse 1s infinite;
    background: #2fc400;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
}

@media (max-width: 767px) {
    .whatsapp-fixo {
        width: 50px;
        height: 50px;
        bottom: 10px;
        left: 10px;
    }
}

/*.card{
    background-color: #FFFFFF;
    padding:0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius:4px;
	 background-clip: border-box;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}*/

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-produtos {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.37rem;
}

.img-card {
    border-radius: 0.2rem 0.2rem 0 0;
}

/*.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}*/

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card:hover {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    color: black;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

img {
    vertical-align: middle;
    border-style: none;
}

.img_banner {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    max-width: 100%;
}

#testimonials {
    padding: 30px 0;
}

#testimonials .owl-nav, #testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

.link_title {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    font-weight: bold;
    color: #000;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}

.carousel .item {
    background-color: #777;
}

.carousel-inner .item>img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
    top: 0;
    left: 0;
    min-width: 100%;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.nav>li>a {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 12px;
    text-transform: uppercase;
}

.construtor {
    width: 85%;
}

.obra {
    position: relative;
}

.obra .fa {
    display: block;
    font-size: 37px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 52px;
    color: #014551;
    display: none;
}

.portfolio-item-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    top: 0.8;
    left: 0;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    background: rgba(50, 50, 50, 0.75);
}

.portfolio-item-hover:hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0.8;
    top: 0.8;
    left: 0;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    background: rgba(50, 50, 50, 0.75);
}

.full {
    position: absolute;
    left: 50%;
    top: 65%;
    color: #fff;
    font-size: 18px;
    margin-top: -30px;
    margin-left: -24px;
    width: 60px;
    height: 60px;
    opacity: 0;
}

.full a:hover {
    position: absolute;
    left: 50%;
    top: 65%;
    color: #fff;
    font-size: 18px;
    margin-top: -30px;
    margin-left: -24px;
    width: 60px;
    height: 60px;
    opacity: 0.8;
}

#filters {
    margin: 1%;
    padding: 0;
    list-style: none;
}

.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery {
    position: relative;
}

.filter-button {
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
    color: #221E1F;
    margin-bottom: 30px;
}

.filter-button:hover {
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #221E1F;
}

.gallery .img-info {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    overflow: hidden;
    color: #fff;
    top: 0;
    opacity: 1;
    display: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
}

.gallery:hover .img-info {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
}

.gallery .img-info h4 {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
}

.gallery .img-info p {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;
}

.btn-default:active .filter-button:active {
    background-color: #42B32F;
    color: white;
}

.port-image {
    width: 100%;
}

.service-icon {
    margin-top: 40px;
    height: 80px;
    width: 80px;
    display: inline-block;
    background: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: border;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

h1 {
    font-size: 28px;
    font-weight: 700;
}

.middle-section {
    margin-bottom: 40px;
}

.section-somos {
    margin-bottom: 60px;
}

.iconehome {
    width: 80px;
    height: 70px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.textoiconehome {
    margin-left: -6em;
    padding-left: 0px;
    padding-right: 16px;
    margin-right: 80px;
    margin-top: 15px;
    width: 200px;
    display: block;
}

.iconerelogio {
    width: 80px;
    height: 70px;
    margin-left: -7em;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.textoiconerelogio {
    margin-left: -180px;
    text-align: justify;
    padding-left: 0px;
    padding-right: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-top: 15px;
    display: block;
}

.iconeengrenagem {
    width: 80px;
    height: 70px;
    margin-left: 0em;
    margin-right: 0px;
    margin-top: 10px;
}

.textoengrenagem {
    margin-left: -5em;
    padding-left: 0px;
    padding-right: 1px;
    margin-right: 0px;
    width: 190px;
    margin-top: 15px;
    display: block;
}

.slideheader {
    display: table;
    position: relative;
    background-image: url(../img/fundo_bg.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 150px 0;
    color: #fff;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 100vh;
}

.slideteste {
    position: relative;
    width: 100%;
    background-image: url(../img/banner2.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
    padding: 180px 0 250px;
    display: block;
    overflow: hidden;
}

.slidecontatos {
    position: relative;
    width: 100%;
    background-image: url(../img/banner2.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
    padding: 130px 0 120px;
    display: block;
    overflow: hidden;
}

.block {
    margin-bottom: 90px;
}

.color {
    color: #5e5f5f;
}

.divider-sm {
    clear: both;
    height: 15px;
}

.divider {
    clear: both;
    height: 35px;
}

.input-wrapper {
    position: relative;
}

.address-block {
    position: relative;
    padding: 0 0 20px 52px;
    font-size: 16px;
    line-height: 26px;
}

.address-block .icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    line-height: 40px;
    color: #005395;
}

.thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1;
}

.thumbnails:before, .thumbnails:after {
    display: table;
    content: "";
}

.thumbnails:after {
    clear: both;
}

.row .thumbnails {
    margin-left: 0;
}

.thumbnails>li {
    float: left;
    margin-bottom: 18px;
    margin-left: 20px;
}

.fundo-porque {
    background: url(../images/fundo_porque.jpg) no-repeat fixed center center;
    background-size: cover;
    padding: 75px 0 44px;
    color: #fff;
}

.fundo-porque p {
    font-size: 17px;
    color: #fff;
}

.fundo-porque h2 {
    font-size: 52px;
    color: #fff;
    line-height: 1.42857143;
    margin-bottom: 1em;
    margin-top: 0px;
    margin: 0 0 60px;
}

.fundo-contato {
    margin-bottom: 20px;
    background: url(../images/bg-form.jpg) no-repeat center top #2392d7;
    background-size: cover;
    padding: 30px 22px 25px 30px;
    color: #fff;
}

.fundo-contato form {
    margin-top: 18px;
}

.fundo-contato h4 {
    font-size: 16px;
    color: #fff;
    margin-top: -30px;
    padding: 20px 0;
}

#myCarousel2 .carousel-inner .active.left {
    left: -25%;
}

#myCarousel2 .carousel-inner .next {
    left: 25%;
}

#myCarousel2 .carousel-control.left, .carousel-control.right {
    background-image: none;
}

.anaiacivil {
    margin-bottom: 1em;
    margin-top: 2em;
    font-size: 30px;
    line-height: 1.5;
    color: #000;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.quemsomos {
    margin-bottom: 1em;
    font-size: 36px;
    line-height: 1.42857143;
    color: #000;
    margin-right: auto;
    margin-left: auto;
}

.text-num {
    position: relative;
    margin-bottom: 18px;
}

.text-somos {
    position: relative;
    margin-bottom: 18px;
}

.text-num-num {
    position: absolute;
    top: 0px;
    width: 70px;
    text-align: center;
}

.text-num-somos {
    position: absolute;
    top: -34px;
    width: 176px;
    text-align: center;
}

.text-num-num span {
    display: block;
    position: relative;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    line-height: 74px;
    font-size: 36px;
    font-weight: 400;
    background-color: #c5c2c247;
    color: #5e5f5f;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.text-num-somos span {
    display: block;
    position: relative;
    padding-top: 35px;
    width: 169px;
    height: 145px;
    border-radius: 50%;
    line-height: 74px;
    font-size: 31px;
    font-weight: 400;
    background-color: #eee;
    color: #5e5f5f;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.text-num-title {
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0 15px;
    padding: 0;
    color: #000;
    text-transform: uppercase;
}

.text-somos-title {
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0px 0 15px;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
}

.text-num-info {
    padding: 0 0 0 100px;
    color: #fff;
}

.text-somos-info {
    padding: 0 0 0 190px;
    color: #fff;
}

.fundo-contato .btn {
    margin-top: 15px;
}

.btn-light {
    background-color: #808181;
    color: #ffffff;
    border-color: #FFF;
}

.servicos {
    position: relative;
    width: 100%;
    background-color: #A5A5A5;
    width: 100%;
    min-height: 285px;
}

.areafooter {
    background: #010066 none repeat scroll 0 0;
    padding: 30px 0;
}

.area-texto {
    display: block;
    padding: 10px 0;
}

.area-texto h3 {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#footer {
    width: 100%;
    background-color: #65c368;
    color: #ddd;
    padding: 40px 0 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.ligue {
    margin-top: 0px;
    padding-top: 100px;
}

.social-icones {
    margin-top: 0px;
    padding-top: 10px;
}

.contatos {
    margin-top: 20px;
    padding-top: 10px;
}

.preocupe {
    margin-top: 0px;
    padding: 20px 0 100px;
}

.problemas {
    color: #fff;
    float: left;
    margin-left: 3em;
}

.mensagem {
    color: #fff;
    float: left;
    margin-left: 30%;
}

.btn-primary {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.btn-danger {
    color: #fff;
    background-color: #1E1E1E;
    border-color: #1E1E1E;
}

.conteudocontato {
    font-size: 15px;
    color: #ffffff;
}

.conteudocontatos {
    font-size: 14px;
    color: #000;
    line-height: 1.62857143;
}

.boxservicos {
    background: #069;
    padding: 30px;
    margin: 30px 0;
}

#map {
    width: 100%;
    height: 325px;
    margin: 0;
    border: 0;
    overflow: hidden;
}

.thumbnailprojetos {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.thumbnailarea {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.conteudorodape {
    font-size: 13px;
    color: #dddddd;
}

.navbar {
    position: relative;
    min-height: 82px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

#menu-main {
    margin-top: 1.125em;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.navbar-default {
    background-color: #65c368;
    border-color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    /* border-color: #e7e7e7; */
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #65c368;
    ;
}

.navbar-default .navbar-nav>li>a {
    color: #fff !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff !important;
    background-color: #65c368;
}

.menu-ico-collapse {
    margin-left: 140px;
}

.menu-ico-collapse-compressor {
    margin-left: 190px;
}

.menu-ico-collapse-exaustor {
    margin-left: 100px;
}

.menu-ico-collapse-bosch {
    margin-left: 170px;
}

.menu-ico-collapse-tochas {
    margin-left: 230px;
}

.menu-ico-collapse-elevacao {
    margin-left: 70px;
}

.menu-ico-collapse-macaco {
    margin-left: 137px;
}

.menu-ico-collapse-maquinas {
    margin-left: 142px;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}

.container-fluido {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.navbar .brand {
    margin-left: 0;
    padding: 0;
    margin-top: 1.05em;
}

.logorodape {
    float: left;
    margin-right: 0%;
    margin-left: 40%;
}

.thumbnailservicos {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
    text-align: center;
}

.captiontexto {
    padding: 9px;
    color: #333;
    text-align: center;
}

.Galeria {
    margin-bottom: 1em;
    margin-top: 1em;
    font-size: 30px !important;
    line-height: 1.42857143;
    color: #000;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .anaiacivil {
        margin-bottom: 0em !important;
        margin-top: 1em !important;
        line-height: 1.42857143 !important;
        font-size: 18px !important;
        color: #000 !important;
        font-weight: 400 !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    h2 {
        font-size: 27px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 5px;
        margin: 0 0 10px;
        margin-bottom: 20px;
    }
    h3 {
        font-size: 14px;
        line-height: 1.42857143 !important;
        padding: 0 0 0px;
        margin: 0 0 5px;
    }
    h4 {
        font-size: 21px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 0px;
        margin: 5 0 5px;
    }
}

@media (min-width: 768px) {
    h3 {
        font-size: 14px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 0px;
        margin: 0 0 5px;
    }
    h4 {
        font-size: 21px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 0px;
        margin: 5 0 5px;
    }
    h2 {
        font-size: 27px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 5px;
        margin: 0 0 10px;
        margin-bottom: 20px;
    }
    .anaiacivil {
        margin-bottom: 0em !important;
        margin-top: 1em !important;
        line-height: 1.42857143 !important;
        font-size: 18px !important;
        color: #000 !important;
        font-weight: 400 !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .Galeria {
        margin-bottom: 1em;
        margin-top: 2em;
        font-size: 8px !important;
        line-height: 1.42857143;
        color: #000;
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    h3 {
        font-size: 19px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 0px;
        margin: 0 0 5px;
        margin-bottom: 20px;
    }
    h4 {
        font-size: 21px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 0px;
        margin: 5 0 5px;
    }
    h2 {
        font-size: 27px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 5px;
        margin: 0 0 10px;
        margin-bottom: 20px;
    }
    .anaiacivil {
        margin-bottom: 0em !important;
        margin-top: 1em !important;
        line-height: 1.42857143 !important;
        font-size: 18px !important;
        color: #000 !important;
        font-weight: 400 !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .fundo-contato1 {
        margin-bottom: 20px;
        background: url(../images/bg-form.jpg) no-repeat center top #2392d7;
        background-size: cover;
        padding: 30px 22px 25px 30px;
        color: #fff;
        margin-top: 28px;
    }
    .fundo-contato form {
        margin-top: 18px;
    }
    .fundo-contato h4 {
        font-size: 16px;
        color: #fff;
        margin-top: -30px;
        padding: 20px 0;
    }
    .conheca {
        font-size: 42px;
        line-height: 1.42857143;
        padding: 0;
        margin: 0 0 40px;
        font-weight: 600;
        color: #000;
        margin-top: 20px;
        margin-bottom: 28px;
    }
}

@media only screen and (min-device-width: 600px) and (max-device-width: 1024px) and (orientation: landscape) {
    h3 {
        font-size: 19px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 0px;
        margin: 0 0 5px;
    }
    h4 {
        font-size: 18px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 0px;
        margin: 5 0 5px;
    }
    h2 {
        font-size: 27px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 5px;
        margin: 0 0 10px;
        margin-bottom: 20px;
    }
    .anaiacivil {
        margin-bottom: 0em !important;
        margin-top: 1em !important;
        line-height: 1.42857143 !important;
        font-size: 18px !important;
        color: #000 !important;
        font-weight: 400 !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: -10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -12%;
        padding-left: 0px;
        padding-right: 62px;
        margin-right: 80px;
        margin-top: 14px;
        width: 26.666667%;
        display: block;
    }
    .iconerelogio {
        width: 80px;
        height: 70px;
        margin-left: -12em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -37%;
        text-align: justify;
        padding-left: -46px;
        padding-left: 43px;
        padding-right: 66px;
        margin-right: 0px;
        width: 31.666667%;
        margin-bottom: 10px;
        margin-top: 12px;
        display: block;
    }
    .iconeengrenagem {
        width: 80px;
        height: 70px;
        margin-left: -7em;
        margin-right: 0px;
        margin-top: 10px;
        ;
    }
    .textoengrenagem {
        margin-left: 74%;
        padding-left: 23px;
        padding-right: 5px;
        margin-right: 0px;
        width: 25.666667%;
        margin-top: -10%;
        display: block;
    }
}

@media only screen and (max-device-width: 800px) and (min-device-width: 480px) and (orientation: landscape) {
    h3 {
        font-size: 19px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 0px;
        margin: 0 0 5px;
    }
    h4 {
        font-size: 18px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 0px;
        margin: 5 0 5px;
    }
    h2 {
        font-size: 27px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 5px;
        margin: 0 0 10px;
        margin-bottom: 20px;
    }
    .anaiacivil {
        margin-bottom: 0em !important;
        margin-top: 1em !important;
        line-height: 1.42857143 !important;
        font-size: 18px !important;
        color: #000 !important;
        font-weight: 400 !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .iconehome {
        width: 80px;
        height: 59px;
        margin-left: -25px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -11em;
        padding-left: 58px;
        padding-right: 31px;
        margin-right: 80px;
        margin-top: 14px;
        width: 193px;
        display: block;
    }
    .iconerelogio {
        width: 58px;
        height: 54px;
        margin-left: -8em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -36%;
        text-align: justify;
        padding-left: -46px;
        padding-left: 43px;
        padding-right: 66px;
        margin-right: 0px;
        width: 37.666667%;
        margin-bottom: 10px;
        margin-top: 12px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 56px;
        margin-left: -4em;
        margin-right: 0px;
        margin-top: 11px;
    }
    .textoengrenagem {
        margin-left: 72%;
        padding-left: 23px;
        padding-right: 5px;
        margin-right: 0px;
        width: 25.666667%;
        margin-top: -10%;
        display: block;
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    h3 {
        font-size: 19px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 0px;
        margin: 0 0 5px;
    }
    h4 {
        font-size: 16px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 0px;
        margin: 5 0 5px;
    }
    h2 {
        font-size: 27px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 5px;
        margin: 0 0 10px;
        margin-bottom: 20px;
    }
    .anaiacivil {
        margin-bottom: 0em !important;
        margin-top: 1em !important;
        line-height: 1.42857143 !important;
        font-size: 18px !important;
        color: #000 !important;
        font-weight: 400 !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -6em;
        padding-left: 0px;
        padding-right: 16px;
        margin-right: 80px;
        margin-top: 15px;
        display: block;
    }
    .iconerelogio {
        width: 80px;
        height: 70px;
        margin-left: -7em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -180px;
        text-align: justify;
        padding-left: 0px;
        padding-right: 57px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 15px;
        display: block;
    }
    .iconeengrenagem {
        width: 80px;
        height: 70px;
        margin-left: -2em;
        margin-right: 0px;
        margin-top: 10px;
    }
    .textoengrenagem {
        margin-left: -40px;
        padding-left: 0px;
        padding-right: 5px;
        margin-right: 0px;
        width: 160px;
        margin-top: 15px;
        display: block;
    }
}

@media only screen and (min-width: 1366px) and (orientation: landscape) {
    h3 {
        font-size: 19px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 0px;
        margin: 0 0 5px;
    }
    h4 {
        font-size: 18px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 0px;
        margin: 5 0 5px;
    }
    h2 {
        font-size: 27px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 5px;
        margin: 0 0 10px;
        margin-bottom: 20px;
    }
    .anaiacivil {
        margin-bottom: 0em !important;
        margin-top: 1em !important;
        line-height: 1.42857143 !important;
        font-size: 18px !important;
        color: #000 !important;
        font-weight: 400 !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -6em;
        padding-left: 0px;
        padding-right: 16px;
        margin-right: 80px;
        margin-top: 15px;
        display: block;
    }
    .iconerelogio {
        width: 80px;
        height: 70px;
        margin-left: -7em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -180px;
        text-align: justify;
        padding-left: 0px;
        padding-right: 20px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 15px;
        display: block;
    }
    .iconeengrenagem {
        width: 80px;
        height: 70px;
        margin-left: 0em;
        margin-right: 0px;
        margin-top: 10px;
    }
    .textoengrenagem {
        margin-left: -5em;
        padding-left: 0px;
        padding-right: 1px;
        margin-right: 0px;
        width: 190px;
        margin-top: 15px;
        display: block;
    }
}

@media only screen and (min-width: 1280px) and (orientation: landscape) {
    h3 {
        font-size: 19px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 0px;
        margin: 0 0 5px;
    }
    h4 {
        font-size: 18px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 0px;
        margin: 5 0 5px;
    }
    h2 {
        font-size: 27px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 5px;
        margin: 0 0 10px;
        margin-bottom: 20px;
    }
    .anaiacivil {
        margin-bottom: 0em !important;
        margin-top: 1em !important;
        line-height: 1.42857143 !important;
        font-size: 18px !important;
        color: #000 !important;
        font-weight: 400 !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -6em;
        padding-left: 0px;
        padding-right: 16px;
        margin-right: 80px;
        margin-top: 15px;
        display: block;
    }
    .iconerelogio {
        width: 80px;
        height: 70px;
        margin-left: -7em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -180px;
        text-align: justify;
        padding-left: 0px;
        padding-right: 20px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 15px;
        display: block;
    }
    .iconeengrenagem {
        width: 80px;
        height: 70px;
        margin-left: 0em;
        margin-right: 0px;
        margin-top: 10px;
    }
    .textoengrenagem {
        margin-left: -5em;
        padding-left: 0px;
        padding-right: 1px;
        margin-right: 0px;
        width: 190px;
        margin-top: 15px;
        display: block;
    }
}

@media only screen and (min-width: 1200px) and (orientation: landscape) {
    h3 {
        font-size: 14px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 0px;
        margin: 0 0 5px;
    }
    h4 {
        font-size: 20px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 0px;
        margin: 5px 0 5px;
    }
    h2 {
        font-size: 27px !important;
        line-height: 1.42857143 !important;
        padding: 0 0 5px;
        margin: 0 0 10px;
        margin-bottom: 20px;
    }
    .anaiacivil {
        margin-bottom: 0em !important;
        margin-top: 1em !important;
        line-height: 1.42857143 !important;
        font-size: 18px !important;
        color: #000 !important;
        font-weight: 400 !important;
        margin-right: auto !important;
        margin-left: auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -6em;
        padding-left: 0px;
        padding-right: 16px;
        margin-right: 80px;
        margin-top: 15px;
        width: 200px;
        display: block;
    }
    .iconerelogio {
        width: 80px;
        height: 70px;
        margin-left: -8em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -180px;
        text-align: justify;
        padding-left: 0px;
        padding-right: 20px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 15px;
        display: block;
    }
    .iconeengrenagem {
        width: 80px;
        height: 70px;
        margin-left: 0em;
        margin-right: 0px;
        margin-top: 10px;
    }
    .textoengrenagem {
        margin-left: -5em;
        padding-left: 0px;
        padding-right: 1px;
        margin-right: 0px;
        width: 190px;
        margin-top: 15px;
        display: block;
    }
}

@media only screen and (max-height: 640px) and (max-width: 360px) and (orientation:landscape) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -9em;
        padding-left: 120px;
        padding-right: 0px;
        margin-right: 74px;
        margin-top: 20px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 79px;
        height: 47px;
        margin-left: -6em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 15px;
        padding-top: 0px;
    }
    .textoiconerelogio {
        margin-left: -13em;
        text-align: justify;
        padding-left: 98px;
        padding-right: 26px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 240px;
        display: block;
    }
    .iconeengrenagem {
        width: 80px;
        height: 56px;
        margin-left: -11em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .textoengrenagem {
        margin-left: 7em;
        padding-left: 0px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

@media only screen and (max-height: 384px) and (max-width: 640px) and (orientation:landscape) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -10em;
        text-align: justify;
        padding-left: 67px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 79px;
        height: 56px;
        margin-left: -20em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 80px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -25em;
        text-align: justify;
        padding-left: 43px;
        padding-right: 65px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 83px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 56px;
        margin-left: -30em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 145px;
    }
    .textoengrenagem {
        margin-left: 9em;
        padding-left: 0px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

@media only screen and (max-height: 360px) and (max-width: 640px) and (orientation:landscape) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -10em;
        text-align: justify;
        padding-left: 67px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 79px;
        height: 56px;
        margin-left: -20em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 80px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -25em;
        text-align: justify;
        padding-left: 43px;
        padding-right: 65px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 83px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 56px;
        margin-left: -30em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 145px;
    }
    .textoengrenagem {
        margin-left: 9em;
        padding-left: 0px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

@media only screen and (max-width: 360px) and (max-height: 640px) and (orientation:portrait) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -9em;
        padding-left: 120px;
        padding-right: 0px;
        margin-right: 74px;
        margin-top: 20px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 79px;
        height: 47px;
        margin-left: -6em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 15px;
        padding-top: 0px;
    }
    .textoiconerelogio {
        margin-left: -13em;
        text-align: justify;
        padding-left: 98px;
        padding-right: 26px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 240px;
        display: block;
    }
    .iconeengrenagem {
        width: 80px;
        height: 56px;
        margin-left: -11em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .textoengrenagem {
        margin-left: 7em;
        padding-left: 0px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

/* Galaxy S5 portrait and landscape */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation:portrait) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -10em;
        text-align: justify;
        padding-left: 67px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 79px;
        height: 56px;
        margin-left: -20em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 80px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -25em;
        text-align: justify;
        padding-left: 43px;
        padding-right: 65px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 83px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 56px;
        margin-left: -30em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 145px;
    }
    .textoengrenagem {
        margin-left: 9em;
        padding-left: 0px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

/* Galaxy S5 portrait */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -9em;
        padding-left: 120px;
        padding-right: 0px;
        margin-right: 74px;
        margin-top: 20px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 79px;
        height: 47px;
        margin-left: -6em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 15px;
        padding-top: 0px;
    }
    .textoiconerelogio {
        margin-left: -13em;
        text-align: justify;
        padding-left: 98px;
        padding-right: 26px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 240px;
        display: block;
    }
    .iconeengrenagem {
        width: 80px;
        height: 56px;
        margin-left: -11em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .textoengrenagem {
        margin-left: 7em;
        padding-left: 0px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

/* Galaxy S5 portrait and landscape */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation:portrait) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -10em;
        text-align: justify;
        padding-left: 67px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 79px;
        height: 56px;
        margin-left: -20em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 80px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -25em;
        text-align: justify;
        padding-left: 43px;
        padding-right: 65px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 83px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 56px;
        margin-left: -30em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 145px;
    }
    .textoengrenagem {
        margin-left: 9em;
        padding-left: 0px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

@media only screen and (max-height: 800px) and (max-width: 480px) and (orientation:portrait) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -10em;
        text-align: justify;
        padding-left: 67px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 79px;
        height: 56px;
        margin-left: -20em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 80px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -25em;
        text-align: justify;
        padding-left: 43px;
        padding-right: 65px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 83px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 56px;
        margin-left: -30em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 145px;
    }
    .textoengrenagem {
        margin-left: 9em;
        padding-left: 0px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -10em;
        text-align: justify;
        padding-left: 67px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 79px;
        height: 56px;
        margin-left: -20em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 80px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -25em;
        text-align: justify;
        padding-left: 43px;
        padding-right: 65px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 83px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 56px;
        margin-left: -30em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 145px;
    }
    .textoengrenagem {
        margin-left: 9em;
        padding-left: 0px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

/* iPhone 2G-4S in portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -10em;
        text-align: justify;
        padding-left: 67px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 79px;
        height: 56px;
        margin-left: -20em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 80px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -25em;
        text-align: justify;
        padding-left: 43px;
        padding-right: 65px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 83px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 56px;
        margin-left: -30em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 145px;
    }
    .textoengrenagem {
        margin-left: 9em;
        padding-left: 0px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

/* iPhone 5 & 5S in landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -10em;
        text-align: justify;
        padding-left: 67px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 79px;
        height: 56px;
        margin-left: -20em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 80px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -25em;
        text-align: justify;
        padding-left: 43px;
        padding-right: 65px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 83px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 56px;
        margin-left: -30em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 145px;
    }
    .textoengrenagem {
        margin-left: 9em;
        padding-left: 0px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

/* iPhone 5 & 5S in portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
    .iconehome {
        width: 90px;
        height: 74px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -5em;
        text-align: justify;
        padding-left: 74px;
        padding-right: 46px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 80px;
        height: 50px;
        margin-left: -5em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 5px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: 1em;
        text-align: justify;
        padding-left: 71px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: -62px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 50px;
        margin-left: 1em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .textoengrenagem {
        margin-left: 6em;
        padding-left: 3px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -10em;
        text-align: justify;
        padding-left: 67px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 79px;
        height: 56px;
        margin-left: -20em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 80px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -25em;
        text-align: justify;
        padding-left: 43px;
        padding-right: 65px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 83px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 56px;
        margin-left: -30em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 145px;
    }
    .textoengrenagem {
        margin-left: 9em;
        padding-left: 0px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

/* iPhone 6 in portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -5em;
        text-align: justify;
        padding-left: 67px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 99px;
        height: 60px;
        margin-left: -5em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -9em;
        text-align: justify;
        padding-left: 60px;
        padding-right: 60px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 19px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 50px;
        margin-left: -10em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoengrenagem {
        margin-left: 6em;
        padding-left: 2px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -10em;
        text-align: justify;
        padding-left: 67px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 79px;
        height: 56px;
        margin-left: -20em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 80px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -25em;
        text-align: justify;
        padding-left: 43px;
        padding-right: 65px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 83px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 56px;
        margin-left: -30em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 145px;
    }
    .textoengrenagem {
        margin-left: 9em;
        padding-left: 0px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

@media only screen and (min-device-width: 411px) and (max-device-width: 731px) and (orientation: landscape) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -10em;
        text-align: justify;
        padding-left: 67px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 79px;
        height: 56px;
        margin-left: -20em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 80px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -25em;
        text-align: justify;
        padding-left: 43px;
        padding-right: 65px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 83px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 56px;
        margin-left: -30em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 145px;
    }
    .textoengrenagem {
        margin-left: 9em;
        padding-left: 0px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

/* iPhone 6 in portrait */

@media only screen and (min-device-width: 384px) and (max-device-width: 640px) and (orientation: landscape) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -10em;
        text-align: justify;
        padding-left: 67px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 79px;
        height: 56px;
        margin-left: -20em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 80px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -25em;
        text-align: justify;
        padding-left: 43px;
        padding-right: 65px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 83px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 56px;
        margin-left: -30em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 145px;
    }
    .textoengrenagem {
        margin-left: 9em;
        padding-left: 0px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

/* iPhone 6 in portrait */

@media only screen and (min-device-width: 384px) and (max-device-width: 640px) and (orientation: portrait) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -5em;
        text-align: justify;
        padding-left: 67px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 79px;
        height: 56px;
        margin-left: -6em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 0px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -9em;
        text-align: justify;
        padding-left: 51px;
        padding-right: 65px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 56px;
        margin-left: 1em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoengrenagem {
        margin-left: 7em;
        padding-left: 0px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

@media only screen and (max-width: 640px) and (orientation: landscape) {
    .iconehome {
        width: 80px;
        height: 48px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: 2em;
        text-align: justify;
        padding-left: 67px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: -60px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 68px;
        height: 55px;
        margin-left: 1em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: -10px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: 4em;
        text-align: justify;
        padding-left: 43px;
        padding-right: 65px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: -56px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 60px;
        height: 49px;
        margin-left: 1em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoengrenagem {
        width: 230px;
        margin-left: 7em;
        padding-left: 3px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: -59px;
    }
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
    .iconehome {
        width: 80px;
        height: 48px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: 2em;
        text-align: justify;
        padding-left: 67px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: -60px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 68px;
        height: 55px;
        margin-left: 1em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: -10px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: 4em;
        text-align: justify;
        padding-left: 43px;
        padding-right: 65px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: -56px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 60px;
        height: 49px;
        margin-left: 1em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoengrenagem {
        width: 230px;
        margin-left: 7em;
        padding-left: 3px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: -59px;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: landscape) {
    .iconehome {
        width: 70px;
        height: 66px;
        margin-left: -4em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -10em;
        padding-left: 18px;
        padding-right: 11px;
        margin-right: 80px;
        margin-top: 25px;
        display: block;
        width: 137px;
    }
    .iconerelogio {
        width: 73px;
        height: 66px;
        margin-left: -8em;
        padding-left: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -10em;
        text-align: justify;
        padding-left: 0px;
        padding-right: 112px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 25px;
        display: block;
        width: 230px;
    }
    .iconeengrenagem {
        width: 58px;
        height: 56px;
        margin-left: -19px;
        margin-right: 0px;
        margin-top: -65px;
    }
    .textoengrenagem {
        margin-left: 30%;
        padding-left: 290px;
        padding-right: 5px;
        margin-right: 0px;
        width: 424px;
        margin-top: -65px;
        display: block;
    }
}

/* Asus Nexus 7 portrait */

@media screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) and (orientation: portrait) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -5em;
        text-align: justify;
        padding-left: 67px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 79px;
        height: 56px;
        margin-left: -7em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 0px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -9em;
        text-align: justify;
        padding-left: 43px;
        padding-right: 65px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 56px;
        margin-left: 1em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoengrenagem {
        margin-left: 8em;
        padding-left: 0px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

/* iPhone 6 Plus in portrait & landscape */

@media only screen and (min-device-width: 480px) and (max-device-width: 800px) and (orientation: portrait) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -6em;
        text-align: justify;
        padding-left: 86px;
        padding-right: 36px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 68px;
        height: 55px;
        margin-left: -18em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 80px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -20em;
        text-align: justify;
        padding-left: 48px;
        padding-right: 65px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 88px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 56px;
        margin-left: 1em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoengrenagem {
        width: 230px;
        margin-left: 2em;
        padding-left: 6px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 13px;
    }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 800px) and (orientation: landscape) {
    .iconehome {
        width: 70px;
        height: 66px;
        margin-left: -33px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -10em;
        padding-left: 24px;
        padding-right: 0px;
        margin-right: 80px;
        margin-top: 25px;
        display: block;
        width: 137px;
    }
    .iconerelogio {
        width: 61px;
        height: 49px;
        margin-left: -7em;
        padding-left: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
    }
    .textoiconerelogio {
        margin-left: -13em;
        text-align: justify;
        padding-left: 0px;
        padding-right: 112px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 25px;
        display: block;
        width: 230px;
    }
    .iconeengrenagem {
        width: 54px;
        height: 50px;
        margin-left: -8em;
        margin-right: 0px;
        margin-top: 25px;
    }
    .textoengrenagem {
        margin-left: 12em;
        padding-left: 280px;
        padding-right: 5px;
        margin-right: 0px;
        width: 420px;
        margin-top: -65px;
        display: block;
    }
}

/*@media only screen 
and (min-device-width : 480px) 
and (max-device-width : 800px) 
and (orientation : landscape) { */

@media only screen and (min-device-width: 384px) and (max-device-width: 640px) and (orientation: landscape) {
    .iconehome {
        width: 70px;
        height: 66px;
        margin-left: -33px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -10em;
        padding-left: 24px;
        padding-right: 0px;
        margin-right: 80px;
        margin-top: 25px;
        display: block;
        width: 137px;
    }
    .iconerelogio {
        width: 60px;
        height: 54px;
        margin-left: -7em;
        padding-left: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 19px;
    }
    .textoiconerelogio {
        margin-left: -10em;
        text-align: justify;
        padding-left: 0px;
        padding-right: 112px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 25px;
        display: block;
        width: 230px;
    }
    .iconeengrenagem {
        width: 54px;
        height: 50px;
        margin-left: 13em;
        margin-right: 0px;
        margin-top: -64px;
    }
    .textoengrenagem {
        margin-left: 11em;
        padding-left: 280px;
        padding-right: 5px;
        margin-right: 0px;
        width: 420px;
        margin-top: -65px;
        display: block;
    }
}

/*@media only screen 
    and (min-device-width : 412px) 
    and (max-device-width : 732px) 
    and (orientation : landscape) */

@media only screen and (min-height: 361px) and (max-height: 411px) and (min-width: 641px) and (max-width: 731px) and (orientation:landscape) {
    .iconehome {
        width: 70px;
        height: 66px;
        margin-left: -2em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -10em;
        padding-left: 18px;
        padding-right: 11px;
        margin-right: 80px;
        margin-top: 25px;
        display: block;
        width: 137px;
    }
    .iconerelogio {
        width: 72px;
        height: 67px;
        margin-left: -7em;
        padding-left: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -10em;
        text-align: justify;
        padding-left: 0px;
        padding-right: 112px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 25px;
        display: block;
        width: 230px;
    }
    .iconeengrenagem {
        width: 58px;
        height: 56px;
        margin-left: -31px;
        margin-right: 0px;
        margin-top: -65px;
    }
    .textoengrenagem {
        margin-left: 30%;
        padding-left: 290px;
        padding-right: 5px;
        margin-right: 0px;
        width: 424px;
        margin-top: -65px;
        display: block;
    }
}

@media only screen and (width: 600px) and (orientation: portrait) {
    .iconehome {
        width: 70px;
        height: 66px;
        margin-left: -4em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -10em;
        padding-left: 18px;
        padding-right: 11px;
        margin-right: 80px;
        margin-top: 25px;
        display: block;
        width: 137px;
    }
    .iconerelogio {
        width: 73px;
        height: 66px;
        margin-left: -8em;
        padding-left: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -10em;
        text-align: justify;
        padding-left: 0px;
        padding-right: 112px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 25px;
        display: block;
        width: 230px;
    }
    .iconeengrenagem {
        width: 58px;
        height: 56px;
        margin-left: -19px;
        margin-right: 0px;
        margin-top: -65px;
    }
    .textoengrenagem {
        margin-left: 30%;
        padding-left: 290px;
        padding-right: 5px;
        margin-right: 0px;
        width: 424px;
        margin-top: -65px;
        display: block;
    }
}

/* iphone X */

/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -5em;
        text-align: justify;
        padding-left: 67px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 79px;
        height: 56px;
        margin-left: -5em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 0px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -9em;
        text-align: justify;
        padding-left: 61px;
        padding-right: 61px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 56px;
        margin-left: 1em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoengrenagem {
        margin-left: 6em;
        padding-left: 5px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -5em;
        text-align: justify;
        padding-left: 67px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 79px;
        height: 56px;
        margin-left: -5em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 0px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -9em;
        text-align: justify;
        padding-left: 61px;
        padding-right: 61px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 56px;
        margin-left: 1em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoengrenagem {
        margin-left: 6em;
        padding-left: 5px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

@media only screen and (min-width: 360px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3.0) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -5em;
        text-align: justify;
        padding-left: 67px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 79px;
        height: 56px;
        margin-left: -5em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 0px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -9em;
        text-align: justify;
        padding-left: 61px;
        padding-right: 61px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 56px;
        margin-left: 1em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoengrenagem {
        margin-left: 6em;
        padding-left: 5px;
        padding-right: 39px;
        margin-right: 0px;
        margin-top: -57px;
        width: 230px;
        display: block;
    }
}

/* Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .iconehome {
        width: 65px;
        height: 64px;
        margin-left: -2em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -10em;
        padding-left: 18px;
        padding-right: 11px;
        margin-right: 80px;
        margin-top: 25px;
        display: block;
        width: 137px;
    }
    .iconerelogio {
        width: 63px;
        height: 66px;
        margin-left: -8em;
        padding-left: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -11em;
        text-align: justify;
        padding-left: 13px;
        padding-right: 110px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 25px;
        display: block;
        width: 230px;
    }
    .iconeengrenagem {
        width: 53px;
        height: 55px;
        margin-left: -39px;
        margin-right: 0px;
        margin-top: -5em;
    }
    .textoengrenagem {
        margin-left: 29%;
        padding-left: 290px;
        padding-right: 5px;
        margin-right: 0px;
        width: 424px;
        margin-top: -5em;
        display: block;
    }
}

/* iPhone 6 Plus in portrait */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -6em;
        text-align: justify;
        padding-left: 67px;
        padding-right: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 24px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 68px;
        height: 55px;
        margin-left: -20em;
        padding-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 80px;
        padding-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -20em;
        text-align: justify;
        padding-left: 32px;
        padding-right: 90px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 83px;
        width: 230px;
        display: block;
    }
    .iconeengrenagem {
        width: 65px;
        height: 56px;
        margin-left: 1em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoengrenagem {
        width: 230px;
        margin-left: 1em;
        padding-left: 3px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 13px;
    }
}

/* Kindle Fire HD 7" portrait and landscape */

@media only screen and (min-device-width: 823px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: -4em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -9em;
        padding-left: 0px;
        padding-right: 42px;
        margin-right: 80px;
        margin-top: 27px;
        width: 204px;
        display: block;
    }
    .iconerelogio {
        width: 87px;
        height: 68px;
        margin-left: -10em;
        padding-left: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 18px;
    }
    .textoiconerelogio {
        margin-left: -15em;
        text-align: justify;
        padding-left: 0px;
        padding-right: 142px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 25px;
        display: block;
        width: 285px;
    }
    .iconeengrenagem {
        width: 71px;
        height: 68px;
        margin-left: -3em;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-top: -5em;
    }
    .textoengrenagem {
        margin-left: 29em;
        padding-left: 162px;
        padding-right: 0px;
        margin-right: 0px;
        width: 368px;
        margin-top: -5em;
        display: block;
    }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .iconehome {
        width: 65px;
        height: 64px;
        margin-left: -2em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -10em;
        padding-left: 18px;
        padding-right: 11px;
        margin-right: 80px;
        margin-top: 25px;
        display: block;
        width: 137px;
    }
    .iconerelogio {
        width: 63px;
        height: 66px;
        margin-left: -8em;
        padding-left: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -11em;
        text-align: justify;
        padding-left: 13px;
        padding-right: 110px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 25px;
        display: block;
        width: 230px;
    }
    .iconeengrenagem {
        width: 53px;
        height: 55px;
        margin-left: -39px;
        margin-right: 0px;
        margin-top: -5em;
    }
    .textoengrenagem {
        margin-left: 29%;
        padding-left: 290px;
        padding-right: 5px;
        margin-right: 0px;
        width: 424px;
        margin-top: -5em;
        display: block;
    }
}

@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape) {
    .iconehome {
        width: 65px;
        height: 64px;
        margin-left: -2em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -10em;
        padding-left: 18px;
        padding-right: 11px;
        margin-right: 80px;
        margin-top: 25px;
        display: block;
        width: 202px;
    }
    .iconerelogio {
        width: 63px;
        height: 66px;
        margin-left: -8em;
        padding-left: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -15em;
        text-align: justify;
        padding-left: 12px;
        padding-right: 125px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 25px;
        display: block;
        width: 36%;
    }
    .iconeengrenagem {
        width: 58px;
        height: 63px;
        margin-left: -106px;
        margin-right: 0px;
        margin-top: 10px !important;
    }
    .textoengrenagem {
        margin-left: 37%;
        padding-left: 290px;
        padding-right: 5px;
        margin-right: 0px;
        width: 496px;
        margin-top: -8% !important;
        display: block;
    }
}

@media only screen and (min-device-width: 600px) and (max-device-width: 960px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
    .iconehome {
        width: 74px;
        height: 60px;
        margin-left: -4em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 18px;
    }
    .textoiconehome {
        margin-left: -9em;
        padding-left: 12px;
        padding-right: 108px;
        margin-right: 80px;
        margin-top: 27px;
        width: 230px;
        display: block;
    }
    .iconerelogio {
        width: 68px;
        height: 59px;
        margin-left: -14em;
        padding-left: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 18px;
    }
    .textoiconerelogio {
        margin-left: -21em;
        text-align: justify;
        padding-left: 76px;
        padding-right: 103px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 29px;
        display: block;
        width: 285px;
    }
    .iconeengrenagem {
        width: 50px;
        height: 52px;
        margin-left: 24em;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-top: -63px;
    }
    .textoengrenagem {
        margin-left: 18em;
        padding-left: 163px;
        padding-right: 13px;
        margin-right: 0px;
        width: 299px;
        margin-top: -65px;
        display: block;
    }
}

/* Kindle Fire HD 7" portrait */

@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: -4em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -9em;
        padding-left: 0px;
        padding-right: 16px;
        margin-right: 80px;
        margin-top: 27px;
        display: block;
    }
    .iconerelogio {
        width: 70px;
        height: 64px;
        margin-left: -11em;
        padding-left: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -17em;
        text-align: justify;
        padding-left: 0px;
        padding-right: 112px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 25px;
        display: block;
        width: 230px;
    }
    .iconeengrenagem {
        width: 60px;
        height: 56px;
        margin-left: -8em;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-top: 21px;
    }
    .textoengrenagem {
        margin-left: 13em;
        padding-left: 163px;
        padding-right: 0px;
        margin-right: 0px;
        width: 294px;
        margin-top: -65px;
        display: block;
    }
}

/* Portrait*/

@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .iconehome {
        width: 80px;
        height: 70px;
        margin-left: -4em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -12em;
        padding-left: 0px;
        padding-right: 42px;
        margin-right: 80px;
        margin-top: 27px;
        width: 204px;
        display: block;
    }
    .iconerelogio {
        width: 87px;
        height: 68px;
        margin-left: -10em;
        padding-left: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 18px;
    }
    .textoiconerelogio {
        margin-left: -18em;
        text-align: justify;
        padding-left: 0px;
        padding-right: 112px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 25px;
        display: block;
        width: 285px;
    }
    .iconeengrenagem {
        width: 71px;
        height: 68px;
        margin-left: -7em;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 0px;
        margin-top: 20px;
    }
    .textoengrenagem {
        margin-left: 32em;
        padding-left: 162px;
        padding-right: 0px;
        margin-right: 0px;
        width: 368px;
        margin-top: -90px;
        display: block;
    }
}

/* iPad*/

@media only screen and (min-width: 750px) and (max-width: 768px) and (min-height: 1000px) and (max-height: 1024px) and (orientation:portrait) {
    .iconehome {
        width: 70px;
        height: 66px;
        margin-left: -1em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -8em;
        padding-left: 18px;
        padding-right: 11px;
        margin-right: 80px;
        margin-top: 25px;
        display: block;
        width: 137px;
    }
    .iconerelogio {
        width: 73px;
        height: 66px;
        margin-left: -7em;
        padding-left: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconerelogio {
        margin-left: -12em;
        text-align: justify;
        padding-left: 0px;
        padding-right: 112px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 25px;
        display: block;
        width: 230px;
    }
    .iconeengrenagem {
        width: 58px;
        height: 56px;
        margin-left: -107px;
        margin-right: 0px;
        margin-top: 18px;
    }
    .textoengrenagem {
        margin-left: 30%;
        padding-left: 290px;
        padding-right: 5px;
        margin-right: 0px;
        width: 424px;
        margin-top: -65px;
        display: block;
    }
}

/* Landscape*/

@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .iconehome {
        width: 70px;
        height: 66px;
        margin-left: -1em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -9em;
        padding-left: 18px;
        padding-right: 11px;
        margin-right: 80px;
        margin-top: 25px;
        display: block;
        width: 200px;
    }
    .iconerelogio {
        width: 73px;
        height: 58px;
        margin-left: -7em;
        padding-left: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 17px;
    }
    .textoiconerelogio {
        margin-left: -13em;
        text-align: justify;
        padding-left: 0px;
        padding-right: 112px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 25px;
        display: block;
        width: 276px;
    }
    .iconeengrenagem {
        width: 58px;
        height: 56px;
        margin-left: -107px;
        margin-right: 0px;
        margin-top: 18px;
    }
    .textoengrenagem {
        margin-left: 29%;
        padding-left: 290px;
        padding-right: 5px;
        margin-right: 0px;
        width: 485px;
        margin-top: -92px;
        display: block;
    }
}

@media only screen and (min-height: 750px) and (max-height: 768px) and (min-width: 1000px) and (max-width: 1024px) and (orientation:landscape) {
    .iconehome {
        width: 70px;
        height: 66px;
        margin-left: -1em;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .textoiconehome {
        margin-left: -12em;
        padding-left: 18px;
        padding-right: 11px;
        margin-right: 80px;
        margin-top: 25px;
        display: block;
        width: 200px;
    }
    .iconerelogio {
        width: 73px;
        height: 58px;
        margin-left: -7em;
        padding-left: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 17px;
    }
    .textoiconerelogio {
        margin-left: -16em;
        text-align: justify;
        padding-left: 0px;
        padding-right: 112px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 25px;
        display: block;
        width: 276px;
    }
    .iconeengrenagem {
        width: 58px;
        height: 56px;
        margin-left: -107px;
        margin-right: 0px;
        margin-top: 18px !important;
    }
    .textoengrenagem {
        margin-left: 34%;
        padding-left: 290px;
        padding-right: 5px;
        margin-right: 0px;
        width: 485px;
        margin-top: -92px !important;
        display: block;
    }
}