@charset "utf-8";

/*

Bontec / Manutenção predial
Desenvolvido por Natio Criativo
© 2016 - Todos os direitos reservados

*/

/* Remover object de plugin */

/*object {*/
    /*display: none;*/
/*}*/

/* Fontes importadas do projeto - Para adicionar copiar o código e modificar a fonte */

@font-face {
    font-family: 'Gotham-Black';
    src: url('../fonts/gotham/Gotham-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham/Gotham-Black.otf')  format('opentype'),
    url('../fonts/gotham/Gotham-Black.woff') format('woff'),
    url('../fonts/gotham/Gotham-Black.ttf')  format('truetype'),
    url('../fonts/gotham/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham/Gotham-Bold.otf')  format('opentype'),
    url('../fonts/gotham/Gotham-Bold.woff') format('woff'),
    url('../fonts/gotham/Gotham-Bold.ttf')  format('truetype'),
    url('../fonts/gotham/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/gotham/Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham/Gotham-Book.otf')  format('opentype'),
    url('../fonts/gotham/Gotham-Book.woff') format('woff'),
    url('../fonts/gotham/Gotham-Book.ttf')  format('truetype'),
    url('../fonts/gotham/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/gotham/Gotham-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham/Gotham-Light.otf')  format('opentype'),
    url('../fonts/gotham/Gotham-Light.woff') format('woff'),
    url('../fonts/gotham/Gotham-Light.ttf')  format('truetype'),
    url('../fonts/gotham/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham/Gotham-Medium.otf')  format('opentype'),
    url('../fonts/gotham/Gotham-Medium.woff') format('woff'),
    url('../fonts/gotham/Gotham-Medium.ttf')  format('truetype'),
    url('../fonts/gotham/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Thin';
    src: url('../fonts/gotham/Gotham-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham/Gotham-Thin.otf')  format('opentype'),
    url('../fonts/gotham/Gotham-Thin.woff') format('woff'),
    url('../fonts/gotham/Gotham-Thin.ttf')  format('truetype'),
    url('../fonts/gotham/Gotham-Thin.svg#Gotham-Thin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Ultra';
    src: url('../fonts/gotham/Gotham-Ultra.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham/Gotham-Ultra.otf')  format('opentype'),
    url('../fonts/gotham/Gotham-Ultra.woff') format('woff'),
    url('../fonts/gotham/Gotham-Ultra.ttf')  format('truetype'),
    url('../fonts/gotham/Gotham-Ultra.svg#Gotham-Ultra') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-ExtraLight';
    src: url('../fonts/gotham/Gotham-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham/Gotham-ExtraLight.otf')  format('opentype'),
    url('../fonts/gotham/Gotham-ExtraLight.woff') format('woff'),
    url('../fonts/gotham/Gotham-ExtraLight.ttf')  format('truetype'),
    url('../fonts/gotham/Gotham-ExtraLight.svg#Gotham-ExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ======================================
    //Guide Style
=========================================*/

.debug {
    border: 1px solid red;
}

html {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #525151;
    overflow-x: hidden;
}

body {
    font-family: Gotham-Book, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    transition: .5s;
}

a, a:hover, a:visited, a:focus, a:active {
    text-decoration: none;
    color: #c80000;
}

a:hover {
    color: #afd705;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    font-size: 30px;
    color: #1a2d5f;
    text-align: center;
    text-transform: uppercase;
    font-family: Gotham-Medium, sans-serif;
    margin-bottom: 20px;
    line-height: 1.2;
}

h2 {
    font-size: 26px;
    text-align: center;
    line-height: normal;
    margin-bottom: 50px;
}

.slide-box h3 {
    font-size: 22px;
    text-align: center;
    line-height: normal;
    margin-bottom: 20px
}

.slide-box ul {
    margin-bottom: 20px;
    margin-left: 40px;
}

.slide-box li {
    font-size: 18px;
    text-align: left;
    line-height: normal
}

.slide-box img {
    width: 15px;
    display: inline-block;
    margin-right: 5px;
}

p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
    text-align: justify;
}

p:last-child {
    margin-bottom: 0;
}

img {
    width: 100%;
}

strong {
    font-family: Gotham-Bold, sans-serif;
    font-weight: normal;
}

ul {
    list-style: none;
}

section {
    margin-top: 50px;
    margin-bottom: 100px;
}

section:last-child {
    margin-bottom: 0;
}

.form-default *:focus {
    outline: none;
}

.form-default input::-webkit-input-placeholder {
    color: #dce3e3;
}

.form-default input,
.form-default select,
.form-default textarea {
    width: 100%;
    padding: 5px 15px;
    border: 2px solid #dce3e3;
    display: block;
    height: 50px;
    margin: 10px 0 25px 0;
    font-family: Gotham-Light, sans-serif;
}

.form-default textarea {
    resize: none;
    padding: 15px;
    height: 150px;
}

.form-default input[type="radio"] {
    width: initial;
    display: inline;
    margin: -10px 0;
    margin-right: 5px;
    background: transparent;
    border: 3px solid #dce3e3;
}

.form-default input[type="checkbox"] {
    width: initial;
    display: inline;
    margin: -10px 0;
    margin-right: 5px;
}

.form-group {
    margin-bottom: 25px;
}

.btn-enviar {
    display: block;
    margin: 0 auto;
    padding: 10px 30px;
    background: #fff;
    border: 2px solid #1a2d5f;
    font-family: Gotham-Medium, sans-serif;
    font-size: 18px;
    color: #1a2d5f;
    text-transform: uppercase;
    cursor: pointer;
    transition: .5s;
}

.btn-enviar:hover {
    border: 2px solid #afd705;
    color: #afd705;
}

a.btn-back {
    font-size: 22px;
    position: fixed;
    z-index: 9;
    right: 48px;
    bottom: 120px;
    display: block;
    width: 45px;
    height: 45px;
    padding-top: 3px;
    text-align: center;
    color: #fff;
    background: #afd705;
}

.topo-interna {
    position: relative;
    height: 500px;
    margin: 0;
    box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,.5);
}

a:visited.active {
    color: #afd705;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 45.25%;
    width: 80%;
    margin: 0 auto;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.video-bontec {
    margin-bottom: 25px;
    text-align: center;
}

.verde-bontec {
    color: #afd705;
}

/* ======================================
    //Header & Nav
=========================================*/

.topHeader {
    height: 50px;
    background-color: #1a2d5f;
    padding: 8px 0px;
}

.user, .social {

}

.user li, .social li {
    display: inline-block;
}

.user li {
	margin: 0 10px;
}

.user li a {
    color: white;
    font-weight: bold;
    margin-top: -10px;
    display: inline-block;
}

.user li a i {
    font-size: 26px;
    position: relative;
    top: 5px;
}

.user li a:hover, .social li a:hover {
    opacity: 0.5;
}

.chamado i {
    color: #afd705;
}

.avaliacao i {
    color: yellow;
}

.reclame i {
    color: red;
}

.user .chamado, .user .avaliacao, .user .reclame {
    padding-top: 3px;
}

.ligue {
    background-color: #ffcc00;
    border-radius: 10px;
    height: 34px;
    padding: 6px 10px;
}

.ligue a {
    color: #1a2d5f!important;
}

.ligue a i {
    font-size: 12px!important;
    color: #1a2d5f;
    top: 0!important;
}

.social {
    float: right;
}

.social li a {
    color: white;
    font-weight: bold;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 18px;
    border: 3px solid #fff;
    border-radius: 50%;
    padding-top: 1px;
    margin-left: 5px;
}

.social li a.btWhatsapp {
    width: 220px;
    background-color: green;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 100;
}

.social li a i {
    font-size: 16px;
}

.nav {
    padding: 20px 15px;
    background-color: rgba(255, 255, 255, .9);
    width: 100%;
}

.nav:after {
    content: '';
    display: block;
    background-color: rgba(255, 255, 255, .9);
    height: 2px;
    position: absolute;
    width: 100%;
    top: 132px;
    left: 0;
    z-index: 3;
}

.nav-brand img {
    margin-top: 3px;
    width: 150px;
}

.nav-menu {
    float: right;
}

.nav-menu li {
    display: inline-block;
    margin-left: 6px;
}

.nav-menu li:first-child {
    margin-left: 0;
}

.nav-menu li:after {
    content: '|';
    display: inline-block;
    color: #999999;
    width: 6px;
    text-align: center;
    position: relative;
    left: 6px;
}

.nav-menu li:last-child::after {
    content: '';
}

.nav-menu a {
    display: inline-block;
    font-family: Gotham-Medium, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 36px;
}

.nav-btn__abrir,
.nav-btn__fechar {
    display: none;
}

.top-phone, .top-whatsapp {
    margin-top: -8px;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;

}

.top-phone a, .top-whatsapp a {
    color: white;
}

.top-phone i, .top-whatsapp i {
    font-size: 25px;
}

.top-phone span, .top-whatsapp span {
    position: relative;
    top: -2px;
}

.top-phone {
    background-color: #d31d23;
}

.top-whatsapp {
    background-color: green;
}

/* Slider Principal */

section.slider-principal {
    margin: initial;
}

.slider-principal {
    height: 500px;
}

.slider-principal__item {
    height: 500px;
    box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,.5);
}

.slider-principal__item .container {
    position: relative;
    height: 500px;
}

.slide01 {
    background: url("../img/1.jpg") no-repeat;
    background-size: cover;
}

.slide02 {
    background: url("../img/2.jpg") no-repeat;
    background-size: cover;
}

.slide03 {
    background: url("../img/3.jpg") no-repeat;
    background-size: cover;
}

.slide04 {
    background: url("../img/4.jpg") no-repeat;
    background-size: cover;
}

.slide05 {
    background: url("../img/5.jpg") no-repeat;
    background-size: cover;
}

.slide06 {
    background: url("../img/6.jpg") no-repeat;
    background-size: cover;
}

.slide-box {
    position: absolute;
    width: 400px;
    height: 500px;
    padding: 0 25px;
    bottom: 0;
    right: 0;
    z-index: 5;
    background: rgba(26, 45, 95, .45);
    color: #fff;
}

.slide-box h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-top: 30%;
    margin-bottom: 25px;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0,0,0,.2);
}
.slide-box h1 span {
    text-shadow: 2px 2px 1px rgba(0,0,0,.2);
}

.slide-box h2 {
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Setas */
.slider-principal .slick-prev,
.slider-principal .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    z-index: 5;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slider-principal .slick-prev:hover,
.slider-principal .slick-prev:focus,
.slider-principal .slick-next:hover,
.slider-principal .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slider-principal .slick-prev:hover:before,
.slider-principal .slick-prev:focus:before,
.slider-principal .slick-next:hover:before,
.slider-principal .slick-next:focus:before {
    opacity: 1;
}

.slider-principal .slick-prev.slick-disabled:before,
.slider-principal .slick-next.slick-disabled:before {
    opacity: .25;
}

.slider-principal .slick-prev:before,
.slider-principal .slick-next:before {
    font-family: 'slick', sans-serif;
    font-size: 40px;
    line-height: 1;
    opacity: .5;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slider-principal .slick-prev {
    left: 25px;
}

[dir='rtl'] .slider-principal .slick-prev {
    right: 25px;
    left: auto;
}

.slider-principal .slick-prev:before {
    content: '←';
}

[dir='rtl'] .slider-principal .slick-prev:before {
    content: '→';
}

.slider-principal .slick-next {
    right: 25px;
}

[dir='rtl'] .slider-principal .slick-next {
    right: auto;
    left: 25px;
}

.slider-principal .slick-next:before {
    content: '→';
}

[dir='rtl'] .slider-principal .slick-next:before {
    content: '←';
}

/* Dots */
.slider-principal .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slider-principal .slick-dots {
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slider-principal .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #1a2d5f;
    border: 3px solid #fff;
    border-radius: 50%;
    opacity: .75;
}

.slider-principal .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slider-principal .slick-dots li button:hover,
.slider-principal .slick-dots li button:focus {
    outline: none;
}

.slider-principal .slick-dots li button:hover:before,
.slider-principal .slick-dots li button:focus:before {
    opacity: 1;
}

.slider-principal .slick-dots li button:before {
    font-family: 'slick', sans-serif;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slider-principal .slick-dots li.slick-active {
    opacity: 1;
    background: #afd705;
}

.btSlide {
    background: #e4ffd6; /* Old browsers */
    background: -moz-linear-gradient(top, #e4ffd6 1%, #03a100 11%, #00e000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e4ffd6 1%,#03a100 11%,#00e000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e4ffd6 1%,#03a100 11%,#00e000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4ffd6', endColorstr='#00e000',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border: solid 4px #00e600;
    border-radius: 30px;
    color: white!important;
    display: block;
    padding: 10px 0;
    width: 200px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
}

/* ======================================
    //Footer
=========================================*/

.footer {
    background-color: #1a2d5f;
    color: #fff;
    padding-top: 25px;
    border-top: 5px solid #afd705;
}

.footer-brand img {
    width: 145px;
}

.footer-info {
    margin: 50px 0;
}

.footer-info div {
    border-left: 2px solid #fff;
}

.footer-info div:nth-child(2),
.footer-info div:nth-child(3) {
    position: relative;
    left: 25px;
}

.footer-info h3 {
    font-family: Gotham-Bold, sans-serif;
    font-size: 18px;
}

.footer-info a {
    color: #afd705;
}

.footer-info a:hover {
    text-decoration: underline;
}

.footer-info a > i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}
.footer-info .col-final a {
    font-weight: bold;
}

.footer-info .col-final a > i {
    margin-right: 2px!important;
}

.social-media {
    text-align: right;
}

.social-media a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    padding-top: 4px;
    margin-left: 10px;
}

.social-media a:hover {
    color: #afd705;
    border: 3px solid #afd705;
}

.copy {
    background: #fff;
    color: #666;
    padding: 15px 0;
    font-size: 14px;
}

.copy .natio {
    text-align: right;
}

.copy .natio a{
    color: #666666;
}

.copy .natio a:hover {
    color: #afd705;
}

.copy .logo-natio {
    font-size: 16px;
}

/* ======================================
    //Home
=========================================*/

.home h1 {
    margin-bottom: 50px;
}

.voce-sabia {
    text-align: center;
}

.voce-sabia p {
    text-align: center;
}

.voce-sabia h1 {
    margin-bottom: 10px;
}

.voce-sabia h2 {
    margin-bottom: 30px;
}

.voce-sabia a.saiba-mais {
    background-color: #c80000;
    color: white;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 50px;
    font-family: Gotham-Bold, sans-serif;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
}

.home-planos video {
    margin-bottom: 25px;
}

.home-planos a.saiba-mais {
    background-color: #c80000;
    color: white;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 50px;
    font-family: Gotham-Bold, sans-serif;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
}

.voce-sabia a.saiba-mais:hover,
.home-planos a.saiba-mais:hover,
.home-servicos a.saiba-mais:hover,
.sobre a.saiba-mais:hover {
    background: #1a2d5f;
    color: white;
}

.home .box-destaque {
    background-color: transparent;
    width: 320px;
    height: 320px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

.home .box-destaque-container {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.home .box-destaque:hover .box-destaque-container {
    transform: rotateY(180deg);
}

.box-destaque-img, .box-destaque-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

.box-destaque-img {
    background-color: #bbb;
    color: black;
    margin-left: -50%;
}

.box-destaque-txt {
    background-color: #c80000;
    color: white;
    transform: rotateY(180deg);
    padding: 20px;
}



.home .box-destaque h2, .home .box-destaque p {
    margin-bottom: 10px;

}

.home .box-destaque .bt-cote {
    background-color: white;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
}

.home .box-destaque .bt-cote:hover {
    background: #1a2d5f;
    color: white;
}

.home-servicos .saiba-mais {
    background-color: #c80000;
    color: white;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 10px;
    display: inline-block;
    float: right;
    margin-bottom: 50px;
    font-family: Gotham-Bold, sans-serif;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
}

.sobre .saiba-mais {
    background-color: #c80000;
    color: white;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 50px;
    font-family: Gotham-Bold, sans-serif;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
}

.economia-agua, .sobre {
    text-align: center;
}

.economia-agua h1, .sobre h1 {
    margin-bottom: 10px;
} 

.economia-agua h2, .sobre h2 {
    margin-bottom: 30px;
}

.servicos-box h1 {
    display: inline;
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: left;
}

.servicos-box p {
    font-size: 14px;
}

.servicos-box strong {
    font-family: Gotham-Bold, sans-serif;
    color: #c80000;
}

.servicos-box a:hover {
    color: inherit;
}

.obras-box h1 {
    display: inline;
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: left;
}

.obras-box p {
    font-size: 14px;
}

.obras-box strong {
    font-family: Gotham-Bold, sans-serif;
    color: #ff6400;
}

.obras-box a:hover {
    color: inherit;
}

.obras-box img,
.servicos-box img {
    margin-bottom: 25px;
}

.home-beneficios ul {
    list-style: none;
}

.home-beneficios li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
    font-size: 16px;
}

.home-beneficios li:last-child {
    margin-bottom: 0;
}

.home-beneficios li img {
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.hidrometro-container {
    background: #dce3e3;
    min-height: 182px;
}

.hidrometro-container h1 {
    font-family: Gotham-Light, sans-serif;
    line-height: 1.6;
    text-transform: inherit;
    text-align: left;
    margin-top: 38px;
}

.hidrometro {
    position: relative;
    top: -30px;
    z-index: 2;
    width: 370px;
    height: 245px;
    margin-bottom: -60px;
    background-image: url('../img/hidrometro-bontec.svg');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.hidrometro > .contador {
    position: absolute !important;
    top: 71px;
    right: 130px;
}
.hidrometro .odometer-inside span{
    display: inline-block;
    font-family: 'Gotham-Bold', sans-serif;
    text-align: center;
}

.hidrometro .odometer-inside > span:last-of-type {
    color: red;
}
.hidrometro .odometer-inside > span:last-of-type span{
    width: 14px !important;
    text-align: center !important;
    padding: 0px;
}

.hidrometro .odometer-inside > span.odometer-digit {
    width: 14px !important;
    text-align: center !important;
    padding: 0px;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    /* vertical-align: auto; */
    position: relative;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    /* display: inline; */
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    /* vertical-align: auto; */
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
    /* display: inline; */
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    /* vertical-align: auto; */
    visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    /* display: inline; */
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
    text-align: center;
}


.cano-bg {
    background: url("../img/cano.png") no-repeat center 85%;
}

.bonteco-selo {
    position: relative;
    height: 316px;
}

.selo-container {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    cursor: pointer;
}

.selo-container:hover h3,
.selo-container:hover h4 {
    color: #afd705;
}

.selo-container:after {
    content: '';
    display: block;
    clear: both;
}

.selo-heading {
    float: left;
    font-size: 16px;
}

.selo-container h3 {
    border-top: 1px solid #000;
    margin-top: 25px;
    margin-bottom: 5px;
    padding-top: 10px;
    font-family: Gotham-Bold, sans-serif;
    transition: .5s;
}

.selo-container h4 {
    transition: .5s;
}

.selo-container img {
    width: initial;
    float: right;
}

.selo {
    float: right;
    width: initial;
}

img.bonteco {
    width: 205px;
    height: 316px;
    position: absolute;
    right: 10%;
    bottom: 0;
}

/* ======================================
    //Sobre
=========================================*/

.sobre-topo {
    background: url("../img/topo_sobre.png") no-repeat;
    background-size: cover;
}

.historia-fotos {
    background: #DCE3E3;
    padding: 25px 0;
    margin-bottom: 50px;
}

.historia-slider div > img {
    border: 3px solid #fff;
    box-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

.historia-slider .slick-slide {
    margin: 0 15px;
}

.historia-slider .slick-list {
    margin: 0 15px;
}

.historia-slider .slick-prev,
.historia-slider .slick-next {
    z-index: 5;
}

.historia-slider .slick-prev {
    left: 0;
}

[dir='rtl'] .historia-slider .slick-prev {
    right: 0;
    left: auto;
}

.historia-slider .slick-next {
    right: 0;
}

[dir='rtl'] .historia-slider .slick-next {
    right: auto;
    left: 0;
}

.historia h3 {
    font-family: Gotham-Bold, sans-serif;
    font-size: 20px;
    color: #afd705;
}

.historia img {
    width: initial;
}

.historia .row {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #DCE3E3;
}

.historia .row:last-child {
    border-bottom: 0;
}

/* ======================================
    //Planos
=========================================*/

/* .planos strong {
    color: #afd705;
} */

.planos-topo {
    background: url("../img/topo_planos.png") no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    display: block;
    box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,.5);
}

.planos-description {
    margin-bottom: 50px;
}

.planos-tabela {
    border-left: 1px solid #dce3e3;
    border-right: 1px solid #dce3e3;
    padding: 0 15px;
    margin-bottom: 50px;
}

.planos-tabela:after {
    content: '';
    display: block;
    clear: both;
}

.planos-tabela ul {
    list-style: none;
}

.planos-tabela-list {
    margin: 25px 0 25px 0;
    padding: 0 25px;
}

.planos-tabela-list:nth-child(2) {
    border-left: 1px solid #dce3e3;
    border-right: 1px solid #dce3e3;
}

.planos-tabela .planos-tabela-list h3 {
    font-family: Gotham-Bold, sans-serif;
    font-size: 20px;
    margin-bottom: 25px;
}

.planos-tabela .planos-tabela-list li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 40px;
}

.planos-tabela .planos-tabela-list li:last-child {
    margin-bottom: 0;
}

.planos-tabela .planos-tabela-list li i {
    position: absolute;
    top: 0;
    left: 0;
    color: #afd705;
}

.planos-tabela .planos-tabela-list li img {
    position: absolute;
    width: 25px;
    top: 0;
    left: 0;
}

.planos-tabela-header {
    background: #afd705;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    padding: 15px 15px;
    color: #1a2d5f;
    font-family: Gotham-Bold, sans-serif;
}

.planos-tabela-footer {
    background: #dce3e3;
    text-align: center;
    padding: 10px 15px;
}

.btPlanos {
    position: absolute;
    right: 20px;
    top: -5px;
    background: #e1aeae; /* Old browsers */
    background: -moz-linear-gradient(top, #e1aeae 1%,#7c2121 11%,#a83333 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e1aeae 1%,#7c2121 11%,#a83333 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e1aeae 1%,#7c2121 11%,#a83333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4ffd6', endColorstr='#00e000',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border: solid 4px #b13535;
    border-radius: 20px;
    color: white!important;
    display: block;
    padding: 15px 0;
    width: 170px;
    font-size: 12px;
}

.planos .solucoes-economia .economia-agua {
    margin-bottom: 50px;
}

.planos img {
    width: auto;
}

.planos h1 img {
    position: relative;
    top: 6px;
}

.planos h3.subtitulo {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.planos .planos-tabela {
	border: 0!important;
}

.planos .planos-tabela h2 {
	margin-top: 70px;
    margin-bottom: 20px;
}

.planos .planos-tabela .video {
    text-align: center;
}

.planos .planos-tabela .planos-tabela .planos-tabela-list li {
    padding: 10px 0 10px 20px;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    font-size: 12px;
}

.planos .planos-tabela .planos-tabela .planos-tabela-list.valores li {
    text-align: center;
}

.planos .planos-tabela .planos-tabela .planos-tabela-list li:nth-child(odd) {
    background: #eee;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.planos .planos-tabela .planos-tabela .planos-tabela-list:nth-child(2) {
	border: none;
    margin-left: 0;
}

.planos .planos-tabela .planos-tabela  h3 {
	margin-bottom: 0;
	font-family: Gotham-Medium, sans-serif;
    font-size: 16px;
}

.planos .planos-tabela .planos-tabela .planos-tabela-header {
	padding: 10px 0;
	background: #c4c900;
	border-left: 1px solid white;
    border-right: 1px solid white;
}

.planos .planos-tabela .planos-tabela .planos-tabela-footer {
	background: #c4c900;
	color: #1a2d5f;
	font-family: Gotham-Bold, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	border-left: 1px solid white;
    border-right: 1px solid white;
    padding-left: 40px;
}

.planos .planos-tabela .planos-tabela .planos-tabela-list {
    padding: 0!important; 
	margin-left: 16.66666667%;
    margin-right: 0!important;
}


.planos .tabela-vantagens li {
	font-size: 16px;
	padding: 5px 0px;
}

.planos .tabela-vantagens li img {
	width: 25px;
    margin-right: 10px;
    position: relative;
    top: 6px;
}

/* ======================================
    //Serviços
=========================================*/

.servicos section > .row {
    margin-bottom: 100px;
}

.servicos-topo {
    background: url("../img/topo_servicos.png") no-repeat;
    background-size: cover;
}

.servicos-hidraulicos-topo {
    background: url("../img/topo_servicos-hidraulicos-2.png") no-repeat;
    background-size: cover;
}

.servicos h1 {
    color: #c80000;
}

.servicos h3 {
    color: #c80000;
    font-family: Gotham-Bold, sans-serif;
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 50px;
}

.servicos h3 img {
    position: absolute;
    width: 35px;
    top: 0;
    left: 0;
}

.assistencia-desc {
    display: block;
    padding-left: 50px;
    margin-bottom: 25px;
}

.servicos strong {
    color: #c80000;
}

.servicos li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
}

.servicos li i {
    color: #c80000;
    position: absolute;
    top: 0;
    left: 10px;
}

.btServicosTop {
    position: absolute;
    right: 20px;
    top: -80px;
    background: #e1aeae; /* Old browsers */
    background: -moz-linear-gradient(top, #e1aeae 1%,#7c2121 11%,#a83333 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e1aeae 1%,#7c2121 11%,#a83333 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e1aeae 1%,#7c2121 11%,#a83333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4ffd6', endColorstr='#00e000',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border: solid 4px #b13535;
    border-radius: 20px;
    color: white!important;
    display: block;
    padding: 10px 0;
    width: 170px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

.btServicos {
    position: absolute;
    right: 20px;
    top: 200px;
    background: #e1aeae; /* Old browsers */
    background: -moz-linear-gradient(top, #e1aeae 1%,#7c2121 11%,#a83333 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e1aeae 1%,#7c2121 11%,#a83333 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e1aeae 1%,#7c2121 11%,#a83333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4ffd6', endColorstr='#00e000',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border: solid 4px #b13535;
    border-radius: 20px;
    color: white!important;
    display: block;
    padding: 20px 0;
    width: 170px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

/* ======================================
    //Obras
=========================================*/

.obras-topo {
    background: url("../img/topo_obras.png") no-repeat;
    background-size: cover;
}

.obras h1 {
    color: #ff6400;
}

.obras h3 {
    color: #ff6400;
    font-family: Gotham-Bold, sans-serif;
    font-size: 22px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 50px;
}

.obras h3 img {
    width: 35px;
    position: absolute;
    top: 0;
    left: 0;
}

.obras strong {
    color: #ff6400;
}

.obras li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
}

.obras li i {
    color: #ff6400;
    position: absolute;
    top: 0;
    left: 10px;
}

.obras-img {
    background: url("../img/obras-servicos-principais.png") no-repeat fixed;
    height: 450px;
    background-position: bottom;
}

.obras-imgBottom {
    margin: 60px 0 20px;
}

.btObras {
    position: absolute;
    right: 20px;
    top: 380px;
    background: #e1aeae; /* Old browsers */
    background: -moz-linear-gradient(top, #e1aeae 1%,#7c2121 11%,#a83333 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e1aeae 1%,#7c2121 11%,#a83333 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e1aeae 1%,#7c2121 11%,#a83333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4ffd6', endColorstr='#00e000',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border: solid 4px #b13535;
    border-radius: 20px;
    color: white!important;
    display: block;
    padding: 20px 0;
    width: 170px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

/* ======================================
    //Loja
=========================================*/

.loja-topo {
    background: url("../img/topo_loja.png") no-repeat;
    background-size: cover;
}

/* ======================================
    //Contato
=========================================*/

.contato-topo {
    background: url("../img/topo_contato.png") no-repeat;
    background-size: cover;
}

.contato h3 {
    font-family: Gotham-Bold, sans-serif;
    font-size: 22px;
    color: #ff6400;
    margin-bottom: 25px;
    padding-left: 50px;
    position: relative;
}

.contato h3 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
}

.contato-sidebar h3 {
    margin-top: 25px;
}

.contato-sidebar div:first-child h3 {
    margin-top: 0;
}

.contato-sidebar div:nth-child(3) strong {
    display: inline-block;
    margin: 15px 0 5px 0;
}

.contato-sidebar div:nth-child(3) .clear {
    margin: 0 0 5px 0;
}

.contato-sidebar a {
    color: #afd705;
}

.contato-sidebar a:hover {
    color: #1d2760;
}

/* ======================================
    // Quero Conferir Esse Cálculo
=========================================*/

.btCalculo {
    position: absolute;
    right: 180px;
    top: 475px;
    background: #e4ffd6; /* Old browsers */
    background: -moz-linear-gradient(top, #e4ffd6 1%, #03a100 11%, #00e000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e4ffd6 1%,#03a100 11%,#00e000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e4ffd6 1%,#03a100 11%,#00e000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4ffd6', endColorstr='#00e000',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border: solid 4px #00e600;
    border-radius: 20px;
    color: white!important;
    display: block;
    padding: 20px 0;
    width: 170px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

.quero-conferir h1 {
	text-transform: uppercase;
	text-align: center;
	color: #666;
}

.quero-conferir h1 span {
	text-transform: none;
}

.quero-conferir .planos-tabela {
	border: 0!important;
	padding: 0!important; 
	margin: 0!important;
}

.quero-conferir .planos-tabela .planos-tabela-list li {
    padding: 10px 0 10px 20px;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    font-size: 12px;
}

.quero-conferir .planos-tabela .planos-tabela-list.valores li {
    text-align: center;
}

.quero-conferir .planos-tabela .planos-tabela-list li:nth-child(odd) {
    background: #eee;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.quero-conferir .planos-tabela .planos-tabela-list:nth-child(2) {
	border: none;
    margin-left: 0;
}

.quero-conferir .planos-tabela  h3 {
	margin-bottom: 0;
	font-family: Gotham-Medium, sans-serif;
    font-size: 16px;
}

.quero-conferir .planos-tabela .planos-tabela-header {
	padding: 10px 0;
	background: #c4c900;
	border-left: 1px solid white;
    border-right: 1px solid white;
}

.quero-conferir .planos-tabela .planos-tabela-footer {
	background: #c4c900;
	color: #1a2d5f;
	font-family: Gotham-Bold, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	border-left: 1px solid white;
    border-right: 1px solid white;
    padding-left: 40px;
}

.quero-conferir .planos-tabela .planos-tabela-list {
    padding: 0!important; 
	margin-left: 16.66666667%;
    margin-right: 0!important;
}

.quero-conferir img {
	width: auto;
}

.quero-conferir h1 {
	color: #003465;
	text-transform: uppercase;
	font-size: 32px;
}

.quero-conferir h1 img {
	position: relative;
    top: 6px;
}

.quero-conferir .tabela-vantagens li {
	font-size: 16px;
	padding: 5px 0px;
}

.quero-conferir .tabela-vantagens li img {
	width: 25px;
    margin-right: 10px;
    position: relative;
    top: 6px;
}

.quero-conferir-text {
    margin-top: 30px;
}

.quero-conferir-text p {
    text-align: left!important;
}

/* ======================================
    //Serviços Hidráulicos
=========================================*/

.servicos-hidraulicos h1 {
    color: #c80000;
}

.servicos-hidraulicos li {
    margin-bottom: 5px;
}

.card-servicos-hidraulicos {
    border-right: dashed #eee 1px;
    padding: 20px;
    margin: 40px 0 40px;
    height: 545px;
}

.card-servicos-hidraulicos:nth-child(4) {
    border-right: none;
}

.card-servicos-hidraulicos img {
    width: 250px;
}

.card-servicos-hidraulicos .img {
    text-align: center;
    margin-bottom: 20px;
}

.card-servicos-hidraulicos .txt {
    text-align: center;
    margin-bottom: 10px;
}

.card-servicos-hidraulicos .cta {
    padding-top: 20px;
}

.card-servicos-hidraulicos .cta a {
    margin: auto;
}

.card-servicos-hidraulicos h2 {
    color: #b13535;
    font-size: 24px;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 10px;
}

.btServicosHidraulicos {
    background: #e1aeae; /* Old browsers */
    background: -moz-linear-gradient(top, #e1aeae 1%,#7c2121 11%,#a83333 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e1aeae 1%,#7c2121 11%,#a83333 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e1aeae 1%,#7c2121 11%,#a83333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4ffd6', endColorstr='#00e000',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    border: solid 4px #b13535;
    border-radius: 20px;
    color: white!important;
    display: block;
    padding: 20px 0;
    width: 220px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

.footerRedes li {
    display: inline-block;
    margin: 5px 0;
}

.footerRedes li a {
    display: inline-block;
    width: 170px;
    padding: 5px 5px;
    font-size: 14px;
    text-align: center;
    border-radius: 15px;
    font-weight: bold;
    color: white;
}

.footerRedes .instagram {
    background-color: rgb(240 74 27);
}

.footerRedes .facebook {
    background-color: rgb(94, 94, 206);
}

.footerRedes .linkedIn {
    background-color: white;
    color: #0a66c2;
}

.footerRedes .youTube {
    background-color: rgb(139, 30, 30);
}

.telNumber {
    font-size: 24px;
}

.box-destaque-txt-content {
    height: 220px;
}

/* ======================================
    //Responsivo
=========================================*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Menu responsivo (1024 para Tablets) */
@media only screen and (max-width : 1024px) {

    .nav-menu {
        background: #d31d23;
        opacity: .95;
        padding: 1em;
        margin: 0;
        height: 100%;
        width: 90%;
        max-width: 320px;
        position: fixed;
        z-index: 15;
        top: 0;
        right: -90%;
        transition: right .5s ease-out;
        color: black;
    }

    .nav-menu li {
        display: block;
        font-size: 24px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        margin: 5px 0;
    }

    .nav-btn__abrir {
        position: absolute;
        top: -8px;
        right: 0;
    }

    .nav-btn__fechar {
        position: relative;
        top: -6px;
        left: -15px;
    }

    .nav-btn__abrir,
    .nav-btn__fechar {
        display: block;
        width: 48px;
        height: 48px;
        cursor: pointer;
        background: transparent;
        border: 0;
    }

    .nav-btn__abrir:focus,
    .nav-btn__fechar:focus {
        outline: none;
    }

    .nav-btn__abrir i,
    .nav-btn__fechar i {
        font-size: 32px;
        color: #1a2d5f;
    }

    .nav-btn__fechar i {
        color: #fff;
    }

    .menu-ativo .nav-menu {
        right: 0;
    }

    .menu-ativo .nav-menu a {
        color: #fff;
    }

    .menu-ativo:after {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0,0,0,0.5);
    }

    .servicos-topo {
        background-position: center;
    }

    .obras-topo {
        background-position: center;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    .bonteco {
        right: 5%;
    }

    .historia-box__info div:nth-child(3) img {
        width: 100%;
    }

    .servicos-topo {
        background-position: 45%;
    }

    .obras-topo {
        background-position: 45%;
    }

    .loja-topo {
        background-position: 15%;
    }

}

@media only screen and (max-width: 991px) {

    .saiba-como .item{
        margin-bottom: 25px;
    }

    .planos .planos-tabela .planos-tabela .planos-tabela-list {
        padding: 0 40px!important;
        margin-left: 0!important;
    }

    .planos-tabela-list:nth-child(2) {
        border-left: 0 solid #dce3e3;
        border-right: 0 solid #dce3e3;
    }
    
    .planos-tabela h2 {
        margin-top: 0px!important;
        margin-bottom: 50px!important;
    }

    .btPlanos {
        float: initial!important;
        margin: 0 auto!important;
        position: relative!important;
        top: 5px!important;
        right: 0!important;
        display: block!important;
    }

    .item-servicos-hidraulicos {
        padding: 50px 0;
    }
    .item-servicos-hidraulicos .cta {
        padding-top: 20px;
    }

    a.btServicosHidraulicos {
        margin: 0 auto;
    }

    .social {
        float: none;
    }

    .social li:first-child {
        display: block;
        margin: 0px 0 15px;
    }

    .topHeader .col-left, .topHeader .col-right {
        text-align: center;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .topHeader {
        height: 170px;
    }

    .sobre-topo {
        background-position-x: -1000px;
    }

    .nav-menu a {
        font-size: 12px;
    }

    .nav-menu li:after {
        content: '';
    }

    .user li {
        display: block;
        margin: 5px 0;
    }

    .social {
        padding: 10px 0 10px;
    }

    .nav:after {
        top: 273px;
        left: 0;
        display: none;
    }

    .servicos-box, .obras-box {
        margin-top: 100px;
    }

    .slider-principal .slick-prev,
    .slider-principal .slick-next {
        top: 93%;
    }

    .slide-box {
        right: 50%;
        margin-right: -200px;
    }

    .voce-sabia div {
        margin-bottom: 50px;
    }

    .voce-sabia div:last-child {
        margin-bottom: 0;
    }

    .servicos-box {
        margin-bottom: 50px;
    }

    .home-beneficios div:nth-child(2) {
        margin-bottom: 25px;
    }

    .historia-box__info > div {
        text-align: center;
        margin: 25px 0;
    }

    .historia-box__info div:nth-child(3) img {
        width: inherit;
    }

    .selo-container {
        left: 30%;
    }

    .footer-brand div {
        text-align: center;
    }

    .footer-info div {
        text-align: center;
        border-left: 0;
        margin-bottom: 50px;
    }

    .footer-info div:last-child {
        margin-bottom: 0;
    }

    .footer-info div:nth-child(2),
    .footer-info div:nth-child(3) {
        position: static;
    }

    .copy .col-xs-12 {
        text-align: center;
    }

    .copy .col-xs-12:first-child {
        margin-bottom: 10px;
    }

    .footer-brand img {
        margin-top: 50px;
    }

    .social-media a {
        margin-top: 10px;
    }

    a.btn-back {
        bottom: 120px;
    }
    /** .btObras {
        margin: 0 auto 40px;
        position: initial;
    } **/
    .detalhes-servicos-foto h3{
        margin-top: 30px;
    }
    h1.principais-servicos {
        font-size: 26px;
        margin-top: 20px;
    }
    .btServicosTop {
        top: -100px;
    }
    .footer-info {
        padding-bottom: 30px;
    }
    .video-bontec iframe {
        height: 160px;
    }

    .card-servicos-hidraulicos .txt {
        padding: 0 50px;
    }

    .card-servicos-hidraulicos .cta {
        margin-bottom: 20px;
    }

    .card-servicos-hidraulicos:last-child {
        border-bottom: none;
    }
    
    .servicos-hidraulicos-topo {
        background-position-x: -580px;
    }

    .top-phone, .top-whatsapp {
        background-color: initial!important;
        margin-bottom: 0px!important;
    }

    .top-phone a, .top-whatsapp a {
        padding: 10px 0;
        border-radius: 20px;
        width: 175px;
        display: block;
    }

    .top-phone a {
        background-color: #ffcc00;
        color: #1a2d5f;
    }

    .top-whatsapp a {
        background-color: green;
    }

    .hidrometro-container {
        margin-bottom: -50px;
    }

    .home-servicos {
        text-align: center;
    }

    .home-servicos .saiba-mais {
        margin: 10px auto 40px!important;
        display: block;
        float: none;
        width: 150px;
    }
    
    .footer-info div:nth-child(2){
        height: 280px!important;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    p {
        text-align: left;
    }

    .slide-box {
        right: 50%;
        margin-right: -200px;
    }

    .slide-box h1 {
        font-size: 32px;
    }

    .slide-box h2 {
        font-size: 22px;
    }

    .slide01, .slide02, .slide03, .slide04 {
        background-position: 10%;
    }

    .slide02 {
        background-position: -350px;
    }

    .slide03 {
        background-position: -250px;
    }

    .slide05 {
        background-position: -450px;
    }

    .bonteco-selo {
        margin-top: 150px;
    }

    .selo-container {
        top: -150px;
        left: 50%;
    }

    .bonteco {
        left: 50%;
        margin-left: -102.5px;
    }

    .servicos-topo {
        background-position: 45%;
    }

    .planos-topo {
        background-position: 15%;
    }

    .obras-topo {
        background-position: 43%;
    }

    .loja-topo {
        background-position: 15%;
    }

    .contato-topo {
        background-position: 19%;
    }

    .ytplayer {
        height: 200px;
    }

    .btPlanos {
        float: right;
        position: relative;
        top: 5px;
        right: 0;
    }

    .btObras {
        top: 235px;
    }

    .btServicos {
        top: 110px;
    }

    .btCalculo {
        top: 125px;
    }

    .btCalculo2 {
        right: 15px!important;
    }

    .embed-responsive-16by9 {
        width: 300px!important;
    }

    .quero-conferir .planos-tabela .planos-tabela-list {
        margin-left: 0!important;
    }

    .quero-conferir .planos-tabela {
        padding: 0 15px!important;
    }

    .seloMobile {
        display: block;
        margin: auto;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

    body {
        word-break: keep-all;
    }

    .slide-box {
        right: 50%;
        margin-right: -160px;
        width: 320px;
    }

    .slide01 {
        background-position-x: -250px;
    }

    .slide02 {
        background-position-x: -350px;
    }

    .slide03 {
        background-position-x: -250px;
    }

    .slide05 {
        background-position-x: -450px;
    }

}

/* ======================================
    //Clear styles
=========================================*/

.selo-container h3 {
    color: #000;
    font-size: inherit;
    margin-bottom: inherit;
    padding-left: 0;
}

.selo-container h4 {
    color: #000;
    margin-bottom: inherit;
}



/* ======================================
    // Pop-up
=========================================*/

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: RGB(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    width: 30%; /* Could be more or less, depending on screen size */
  }

  @media only screen and (max-width : 1024px) {
    .modal-content {
        width: 90%;
    }
  }
  
  /* The Close Button */
  .close {
    color: red;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background-color: white;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    top: -10px;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  } 