/*
Theme Name: TELAS HAV 2018
Theme URI: http://www.telashav.com.br
Author: RANGEL R MORAIS / SPARTA INTERATIVA
Author URI: https://www.spartabrasil.com
Description:
Version: 1.0
*/

* {
    font-family: 'Open Sans', sans-serif;
}
* { 
    font-family: 'Open Sans', sans-serif;
    outline: none;  
    cursor:default;
 }

 a, input[type="image"], input[type="button"], a h3 { 
    cursor:pointer!important;
    text-decoration: none!important;
  }


a img:hover {
    opacity: 0.5;
    cursor:pointer!important;
}

  input[type="text"], input[type="textarea"] { 
    cursor:initial;
   }

::selection {
    background: #0d7cc1;
    color: #fff;
    }

body { 
    background-color: #f9f9f9!important;
    font-family: 'Open Sans', sans-serif;
 }

 .botao:hover {
    opacity: 0.7;
    transition: all 300ms;
    transform: translate(0px, 4px);
    box-shadow: none;
}


.botao {
    padding: 10px 20px;
    border-radius: 30px;
    border: 0px;
    margin: 20px;
}

.botao.amarelo {
    background: #ffbe00;
    box-shadow: 0px 4px 0px #ff9100;
    color: #fff;
    font-weight:  bold;
}

.botao.laranja {
    background: #ff9100;
    box-shadow: 0px 4px 0px #ffbe00;
    color: #fff;
    font-weight:  bold;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    float: right;
    margin-top: 0px;
}


.botao.azul {
    background: #0d7cc1;
    box-shadow: 0px 4px 0px #0a639a;
    color: #fff;
    font-weight: bold;
}

 /* header */



.col-xs-12 ul.contatos_topbar {
    float: left;
}

.col-xs-12 ul.contatos_topbar li {
    float: left;
    font-size: 17px;
    margin: 0;
}

.col-xs-12 ul.contatos_topbar li:last-child {
    float: right;
}



div#navbar {
    margin: 0;
    padding: 0;
}

.nav>li>a {
    padding: 3px!important;
}
nav.navbar.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
    min-height: 0;
    box-shadow: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: none!important;
    color: #0d7cc1;
}

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

header {
    background-color:#fff!important;
}

header li {
    list-style: none;
    display: inline;
}


ul.contatos_topbar {
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #d4d4d4;
    float: right;
    width: 100%;
    margin-top: 15px;
    color: #0d7cc1;
}

ul.contatos_topbar li {
    margin-left: 50px;
    float: right;
}

.header_logo {
    width: 130px;
    padding-top: 20px;
}

.navegacao a {
    font-size: 18px!important;
    font-family: 'Open Sans', sans-serif;
}

ul.navegacao {
    padding: 0;
    margin: 0;
}

.navegacao li {
    margin-right: 15px;
}
.navegacao li:last-child {
    margin-right: 0;
}


.busca_header {
    float: left;
    width: 280px;
}

ul.socials_header {
    float: right;
    margin: 0;
    padding: 0;
}

.busca_header input[type="text"] {
    width: 100%;
    z-index: 1;
    position: relative;
    border-radius: 30px;
    border: 1px solid #e8e8e8;
    box-shadow: 1px 1px 9px #e6e6e6;
    display: block;
    padding: 5px 10px;
    font-size: 11px;
}

.busca_header input[type="image"] {
    background: #ffbe00;
    padding: 3px 8px;
    border-radius: 30px;
    position: relative;
    float: right;
    margin-top: -26px;
    z-index: 2;
}

.socials_header li {
    margin-left: 18px;
}

.socials_header li:first-child {
    margin-left: 0;
}
li.active {
    border-bottom: 2px solid #ffbe00;
    box-shadow:  none;
}

header {
    padding-bottom: 10px;
}

.navegacao a:hover {
    text-decoration: none;
    color: #ffbe00;
}

/* fim header */


/* banner */

video#banner {
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    position: relative;
}


.conteudo_banner {
    position: absolute;
    color: #f1f1f1;
    padding: 20px;
    width: 800px;
    display: block;
    text-align: center;
    margin-top: 220px;
    top: 0;
    left: 50%;
    margin-left: -400px;
}

.overlay_banner {
    height: 703px;
    width: 100%;
    background-color: #0d7cc1ad;
    z-index: -1;
    position: absolute;
    top: 0;
}

.conteudo_banner h1 {
    font-size: 70px;
    font-family: 'Open Sans', sans-serif; font-weight:800;
    letter-spacing: -2px;
    margin-bottom: 10px;
}




.banner_home {
    height: 608px;
    overflow: hidden;
}


/* termina banner */

/* historia */
section.historia_home {
    margin: 0 auto;
    max-width: 800px;
    display: block;
    margin-top: -75px;
    background: #fff;
    padding: 20px 40px 30px 40px;
    border-bottom: 10px solid #ff9100;
    width: 100%;
}

.historia_home h1 {
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif; font-weight:800;
    color: #0d7cc1;
    margin-top: 0px;
}

/* termina historia */

/* nossos servicos */

section.servicos_home {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    margin-top: 100px;
    clear: both;
    width: 100%;
}

section.servicos_home h1 {
    font-family: 'Open Sans', sans-serif; font-weight:800;
    color: #0a639a;
    font-size: 50px;
    letter-spacing: -2px;
    margin-bottom: 0px;
}

.diagrama_servicos {
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #b3b3b3;
    display: flex;
    margin-top: 50px;
    border-radius: 20px;
    background: #fff;
    padding: 20px;
    width: 100%;
}

.servicos_soldador {
    margin-top: 30px;
}

.diagrama_servicos ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.diagrama_servicos h2 {
    text-align: left;
    color: #0d7cc1;
    font-size: 25px;
    margin-bottom: 0;
}

.diagrama_servicos ul li {
    width: 50%;
    float: left;
    margin-top: 10px;
    font-weight: bold;
    color: #868686;
}

.diagrama_servicos ul li svg {
    color: #ffbe00;
}


/* termina serviÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§os */

/* nossos produtos */
section.produtos_home {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}

section.produtos_home h1 {
    font-size: 50px;
    font-family: 'Open Sans', sans-serif; font-weight:800;
    letter-spacing: -2px;
    color: #0a639a;
    margin-bottom: 0px;
}

/* grid produtos */
.produtos_grid_home h3 {
    text-align: center;
    color: #7D7D7D;
    font-size: 18px!important;
}

section.produtos_grid_home {
    margin: 50px 0px;
}

section.produtos_grid_home img {
    width: 100%;
    height: 100%;
}
/* termina produtos */

/* call to action */
section.calltoaction {
    background: #0d7cc1;
}

section.calltoaction h1 {
    color: #fff;
    font-family: 'Open Sans', sans-serif; font-weight:800;
    font-size: 50px;
    line-height: 50px;
}

section.calltoaction button.botao.amarelo {
    float: right;
    width: 300px;
    height: 60px;
    font-size: 23px;
    font-family: 'Open Sans', sans-serif; font-weight:800;
    margin-top: 60px;
}

/* termina call to action */

/* fale conosco */
section.contato h1 {
    font-family: 'Open Sans', sans-serif; font-weight:800;
    font-size: 45px;
    color: #0a68a2;
    letter-spacing: -2px;
    margin-bottom: 0;
}

.col-md-6.form_div {
    padding-top: 80px;
}

.form_div .col-md-6, .form_div .col-md-12 {
    margin-bottom: 15px;
}


section.contato ul.socials_header {
    float: none!important;
    list-style: none!important;
    margin-top: 20px;
}

section.contato ul.socials_header li {
    float: left;
}

/* termina contato */

/* creditos */
section.creditos {
    padding: 25px 0px 20px 0px;
}

.sparta svg {
    color: #000!important;
}

.sparta svg:hover {
    cursor:pointer!important;
}

/* termina creditos */

/* pagina de produtos */
.products_grid img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.wp-post-image {
    width: 100%;
    height: 100%;
}

.col-md-4 {
    margin-right: -5px;
    margin-left: -5px;
}


.container.produtos_page_grid {
    margin-top: 20px;
    min-height: 600px;
}


aside.titulo_categorias h1 {
    margin-top: 0px;
    color: #0d7cc1;
    font-family: 'Open Sans', sans-serif; font-weight:800;
    line-height: 30px;
    border-bottom: 10px solid #ffbe00;
    padding-bottom: 10px;
}


.filtros_projetos button {
    background: 0!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500!important;
    font-size: 16px!important;
    text-align: left;
    border-bottom: 1px solid #dadada!important;
    padding: 10px 0px!important;
    width: 100%;
    line-height: 20px!important;
    color: #5a5a5a!important;
}

.filtros_projetos button:hover {
    color: #0d7cc1;
    font-weight: bold!important;
}

.filtros_projetos button::before {
    content: "-";
    font-size: 26px;
    vertical-align: middle;
    color: transparent;
    float: left;
    margin-top: 1px;
    margin-right: 7px;
}

.filtros_projetos button:hover::before {
    color: #ffbe00;
}

.filtros_projetos button.is-checked {
    color: #0d7cc1!important;
    font-weight: bold!important;
}

.filtros_projetos button.is-checked::before {
    color: #ffbe00;
}

.row.breads {
    background: #0d7cc1;
    padding-top: 20px!important;
}

.row.breads p {
    color: #fff;
}

.row.breads a {
    color: #ffbe00;
    font-weight: bold;
}

.row.breads #breadcrumbs {
    padding-left: 10px;
}

.row {
    margin: 0!important;
}

/* termina produtos */

/* busca */


.col-md-3 {
    margin-right: -5px;
    margin-left: -5px;
}

.search h1 {
    font-family: 'Open Sans';
    font-weight: 800;
    letter-spacing: -1px;
    color: #0d7cc1;
    margin-bottom: 0;
}

.search h2 {
    margin-top: 0;
    font-weight: 100;
}

.search .container.produtos_page_grid {
    min-height: 300px;
}

.search .busca {
    text-align: center;
}

.search .warning {
    margin-top: 90px;
    font-size: 180px;
    color: #ffbe00;
    border: 17px solid #ffbe0070;
    border-radius: 100%;
    padding: 27px 27px 37px 27px;
    height: 200px;
    width: 200px;
}

.search-no-results .busca h1 {
    font-size: 30px;
    width: 50%;
    margin: 0 auto;
    line-height: 32px;
    margin-top: 19px;
}

.search-no-results h3 {
    color: #828282;
    background: #ececec;
    padding: 20px;
    text-align:center;
}


/* termina busca  */

/* single product */
.row.single_product_azul {
    background: #0d7cc1;
    max-height: 640px; /*500*/
    height: 610px; /*500*/
    width: 100%;
    z-index: -1;
    position: absolute;
}

/* ajuste da descrição */
.woocommerce-product-details__short-description {
    width: 560px;
    height: auto;
    padding: 20px 0 5px 0;
    font-size: 15px;
}

/* cadastro de email */
/* .mc4wp-form-fields {
    padding-top: 40px;
} */

.product_category_name {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: bold;
}

.product_single_title {
    font-family: 'Open Sans';
    font-weight: 800;
    font-size: 50px;
    letter-spacing: -1px;
    line-height: 47px;
}

h1.product_title.entry-title {
    line-height: 33px;
    color: #ffbe00;
    margin-bottom: 30px;
}

.woocommerce-product-details__short-description p {
    color: #fff;
}

.product_meta {
    color: #fff;
    height: 173px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-block-end: 5em !important;
    writing-mode: horizontal-tb;
}

.product_meta .col-md-9 {
    padding-left: 0!important;
    margin-top: 20px;
}

.product_meta .col-md-3 {
    margin-top: 20px;
}



/* single */

section.related.products {
    clear: both;
}

section#contato {
    clear: both;
}

.single .woocommerce-thumbnail-container {
    width: 350px;
    height: 230px;
    overflow: hidden;
}

.single section.produtos_grid_home img {
    height: auto;
}

.single section.produtos_grid_home {
    clear: both;
}

.single section.produtos_home {
    clear: both;
}


.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    width: 540px !important;
    height: 500px !important;
}


.woocommerce div.product div.images .flex-control-thumbs li {
    width: 60px!important;
    /* z-index: 10; */
    /* position: relative; */
}

.woocommerce div.product div.images .flex-control-thumbs {
    width: 100%;
    display: flex;
    border-bottom: 11px solid #e0e0e0!important;
    height: 70px;
    overflow: visible!important;
    z-index: -1;
    border-right: 1px solid #e0e0e0;
    margin=top: 10px solid #f9f9f9;
    margin-top: 5px!important;
    border-top: 1px solid #e0e0e0;
    background: #fff;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    border-bottom: 9px solid #ffbe00!important;
    z-index: 10;
}

.flex-viewport {
    height: 400px!important;
    background: #f9f9f9;

}

.flex-viewport img {
    width: 100%!important;
}

.woocommerce div.product div.images figure img {
    width: 540px !important;
    max-width: inherit;
    /* margin-left: -120px; */
    margin-top: 0px;
    margin-bottom: 20px;
}

.newsletter-call-to-action-single-product {
}

.mc4wp-form p {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #0d7cc1;
    font-size: 18px;
}

.mc4wp-form input[type="email"] {
    float: left;
    padding: 14px;
    width: 470px;
    border: 1px solid #e0e0e0;
    border-bottom: 6px solid #e0e0e0;
    font-size: 15px;
}

.mc4wp-form input[type="submit"] {
    background: #ffbe00;
    border: none;
    height: 55px;
    border-bottom: 6px solid #e6ad05;
    border-radius: 0px 15px 15px 0px;
    background-image: url('assets/img/download.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    font-size: 0;
    padding: 20px 33px;
}

.mc4wp-form input[type="submit"]:hover {
    border-bottom: 1px solid #ffbe00;
    margin-top: 6px;
    height: 49px;
    background-color: #dca504;
}



.woocommerce-Tabs-panel {
    border: 1px solid #dadada;
    padding: 20px!important;
    border-top: 0;
    border-radius: 0px 0px 15px 15px;
}

ul.tabs.wc-tabs {
    margin-bottom: 0!important;
    padding: 0!important;
    border-radius: 15px 15px 0px 0px;
    border: 1px solid #dadada;
    border-bottom: 0;
    border-top: 0;
}

li[role="tab"].active {
    border-top: 1px solid #dadada!important;
    border-left: 1px solid #dadada!important;
    padding: 6px 40px!important;
    color: #0d7cc1;
}

li[role="tab"] {
    border-top: 1px solid #dadada!important;
    border-left: 1px solid #dadada!important;
    padding: 6px 40px!important;
    color: #0d7cc1;
    border-radius: 10px 10px 0px 0px!important;
}


.woocommerce div.product .woocommerce-tabs .panel {
    border: 1px solid #dadada;
    border-top: 0;
    /* border-radius: 0px 15px 0px 0px; */
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-right: 0;
}

a.download-btn {
    border: 1px solid red;
    padding: 5px 30px;
    display: table;
    border-radius: 10px;
    background-color: #ffbe00;
    font-size: 18px;
    font-weight: 800;
    margin: 0 auto;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

a.whatsapp {
    background: #45ea45;
    padding: 3px 10px 4px 10px;
    border-radius: 10px;
    color: #fff;
}

a.whatsapp:hover {
    background-color: #33c333;
    color: #fff;
}

.element-item h3 {
    height: 70px;
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
}

.woocommerce-product-gallery__image {
    background: white!important;
}



/* MOBILE */
#telas_hav {
    width: 120px;
    height: 60px;
}

.navbar-inverse {
    background: #fff!important;
    border: 0!important;
}

.navbar-inverse .navbar-toggle {
    background: #0d7cc1!important;
    width: 105px;
    margin-top: 25px;
    padding: 10px 20px;
    border: none;
}

span.sr-only {
    font-size: 12px;
    color: #fff;
    overflow: auto;
    clip: inherit;
    margin: 0;
    height: auto;
    width: auto;
    position: inherit;
    float: right;
    text-transform: uppercase;
    font-weight: bold;
}

a.navbar-brand {
    padding: 8px 0px 10px 12px;
    height: auto;
}


button.navbar-toggle.collapsed {
    width: 90px;
    background: #0d7cc1!important;
    border: none;
    margin-top: 25px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff!important;
}

ul.nav.navbar-nav {
    margin: 0;
}

ul.nav.navbar-nav li {
    padding: 10px 0px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    box-shadow: none!important;
}


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

header {position: absolute;width: 100%;z-index: 9999;}
.conteudo_banner {
    width: 100%;
    max-width: 800px;
    left: inherit;
    margin-left: inherit;
    margin-top: 150px;
}

.conteudo_banner h1 {
    font-size: 60px;
    margin-top: 15px;
}

span.desc_banner {
    font-size: 17px;
    line-height: 25px;
    display: block;
}

.conteudo_banner a {
    float: left;
    display: block;
    margin-top: 10px;
    width: 46%;
    margin: 15px 5px 0px 5px;
}

.banner_home button.botao {
    margin: inherit!important;
}
h1 {
    text-align: center;
}

.container.produtos_page_grid {
    margin-top: 110px;
}

.container.single-container {
    background: #0d7cc1;
    padding-top: 100px;
    padding-bottom: 50px;
}

.product_meta {
    height: auto;
}

.mc4wp-form input[type="email"] {
    width: calc(100% - 66px);
}

.mc4wp-form p {
    color: #fff;
}

.mc4wp-form input[type="email"]::placeholder {
    font-size: 12px;
}

li.active {
    border-bottom:0!important
    background-color:#ffbe00!important;
}

.col-xs-12.hidden-xl.hidden-md.hidden-lg {
    z-index: 9999;
}

.creditos .col-xs-12 {
    text-align: center;
    margin-bottom: 10px;
}

section.calltoaction button.botao.amarelo {
    margin-top: 10px;
}

section.calltoaction h1 {
    font-size: 36px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    right: 5px;
}

.woocommerce div.product div.images figure img {
    width: 340px !important;
    max-width: inherit;
    margin-left: 0px;
    margin-top: 0px;
    height: 280px !important;
    margin-bottom: 0px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    width: 340px !important;
    height: 353px !important;
}

.woocommerce-product-details__short-description {
    width: 340px;
    height: auto;
    padding: 20px 0 5px 0;
    font-size: 15px;
}

.flex-viewport {
    /* height: 600px!important; */
    background: #f9f9f9;
    height: 280px !important;
    width: 340px !important;
}

a.carousel-control-prev {
    z-index: 99;
    /* position: relative; */
    top: 140px;
    left: -13px;
    overflow: hidden;
    height: 40px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

a.carousel-control-next {
    z-index: 99;
    /* position: relative; */
    top: 140px;
    float: right;
    right: -13px;
    overflow: hidden;
    height: 40px;
}

}




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

.conteudo_banner h1 {
    font-size: 50px;
    
}

ul.contatos_topbar a {font-size: 15px;}

.banner_home button.botao {
    width: 120px;
}

section.historia_home {
    margin-top: -30px;
}

 }

 .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    display: none!important;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    overflow: hidden;
    max-height: 600px;
}

.woocommerce-product-details__short-description ul {
    color: #fff;
    list-style: none;
    padding: 0;
}