/*
Theme Name: Global Flex
Text Domain: tema-globalflex
Version: 0.0.1
Description: Tema feito para o site globalflex.com.br
Tags: blog, ecommerce
Author: Agencia BWS Russo
Author URI: https://bwsrusso.com.br/
Theme URI: https://bwsrusso.com.br/
License: free
License URI: https://bwsrusso.com.br/

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

img#logotopo {
    width: 230px;
}
body {
    font-size: 14px;
}
a {
    text-decoration: none;
	color: #040e32;
}
h1, h2, h3, h4 {
    color: #040e32;
    font-style: normal;
    font-weight: 300;
    font-family: inter;
}
nav.navbar {
    margin-bottom: 30px;
    box-shadow: 0px 1px 2px #0d295473;
    background: #fff;
}
ul.sub-menu {
    display: none;
    position: absolute;
    list-style: none;
    padding: 0;
    margin-top: 8px;
}
ul.sub-menu {
    position: absolute;
    top: 45px;
}
ul.top-menu {
    z-index: 99;
}
ul.top-menu li {
    display: flex;
    align-items: center;
}

/* botao meu orçamento */
.btn-primary {
    color: #0079c2 !important;
    font-weight: 500;
    background: #f8f9fa !important;
    border: none;
}
.btn-primary:hover {
    background: #0069ba !important;
    color: #fff !important;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0079c2;
    border-color: #0079c2;
}

.btn-outline-primary {
    color: #0079c2;
    border-color: #0079c2;
}


.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
.menu-item {
    font-weight: 600 !important;
    text-align: center;
}
.menu-item a {
    padding: 8px 15px 10px;
    text-decoration: none;
    color: #0069a8 !important;
    line-height: 18px;
    margin-right: 5px;
}

.menu-item-has-children.current-menu-ancestor a {
    color: #fff;
    position: relative;
}
.current-menu-item a, .menu-item a:hover {
    background: #0069a8 !important;
    color: #fff !important;
    position: relative;
}
.menu-item-has-children li.menu-item a {
    display: flex;
    background: #fff;
    color: #000000;
    /*white-space: nowrap;*/
}
ul.sub-menu li:hover ul.sub-menu {
    display: block !important;
}
ul.sub-menu {
    width: 200px;
}
ul.sub-menu ul.sub-menu {
    display: none !important;
    left: 225px;
    position: absolute;
    top: 0;
}
div#navbarSupportedContent {
    justify-content: flex-end;
}
.fctt span, .fctt input, .fctt textarea {
    width: 100%;
}
.fctt textarea {
    height: 100px;
}
.rdss a {
    color: #f35202;
    width: 80px;
    height: 40px;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    border: 1px solid #f35202;
}
.rdss a:hover {
    background: #f35202;
    color: #fff;
}
.torange {
    color: #f35202;
}
.rcttl .col {
    border: 1px solid;
    text-align: center;
    background: #0069a8;
    color: #fff;
    padding: 10px 5px;
}
.rct01 .col {
    border: 1px solid;
    text-align: center;
    background: #ffffff;
    color: #000;
    padding: 10px 5px;
}
.rct02 .col {
    border: 1px solid;
    text-align: center;
    background: #a4d6e9;
    color: #000;
    padding: 10px 5px;
}
.ctprod {
    text-align: center;
    padding: 14px;
    margin-bottom: 25px;
}

.freio-ar-prod {
    border: 1px solid #aaa;
    padding: 12px 12px 20px;
    margin: 12px 0px;
    min-height: 461px;
}
.ctprod h3 {
    margin-top: 5px;
}
.pcp-carousel-wrapper .sp-pcp-carousel {
    padding-top: 60px !important;
}
.imglistcat {
    display: flex;
    width: 100%;
    height: 280px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.imglistcat img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.ctprod h3 {
    margin-top: 5px;
    font-size: 17px;
    font-weight: 900;
    min-height: 45px;
}

footer#footer {
    background: #fff;
    padding: 30px 0px 40px;
    color: #000827;
    border-top: 1px solid #000827;
}
footer#footer h3 {
    color: #f35202;
    margin-bottom: 12px;
}
div#footer-sidebar2 {
    text-align: center;
}
.redess a {
    font-size: 35px;
    padding: 4px;
    color: #fff;
}
.redess a:hover {
    color: #f60;
}

.botao01:hover {
    background: #f60;
    color: #ffffff;
}
.botao01 {
    text-decoration: none;
    padding: 12px 23px;
    display: inline-block;
    font-weight: 500;
    color: #f35202;
    border: 2px solid #f35202;
    transition: all .2s;
    border-radius: 4px;
}
a.botaohmrow01 {
    background: #8a93b5;
    border: 1.5px solid #000;
    padding: 10px 10px;
    color: #fff;
}
a.botaohmrow01:hover {
    background: #f35104;
    color: #fff;
    border: 1px solid #f35104;
    transition: all .5s;
}

a.botaohmrow02 {
    padding: 10px 10px;
    color: #fff;
    transition: all .5s;
    background: #0069a8;
}

a.botaohmrow02:hover {
    background: #a4d6e9;
    color: #000;
    border: none;
}

a.botaohmprod01 {
    background: #f45202;
    padding: 10px;
    color: #fff;
}
a.botaohmprod01:hover {
    background: #fff;
    color: #f45202;
    border: 1.5px solid #f45202;
    transition: all .5s;
}

span.sublinorang {
    width: 100px;
    height: 3px;
    background: #f60;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 3px;
}
.twhite{
	color: #fff !important;
}
img {
    max-width: 100%;
    height: auto;
}
ul.lastpost li {
    list-style: none;
    margin: 0 20px 30px 0px;
}
ul.lastpost li h3 {
    margin-top: 6px;
}
ul.lastpost li p {
    height: 90px;
    overflow: hidden;
}
.sideb {
    border: 1px solid #aaa;
    border-radius: 8px;
    padding: 10px;
}
.sideb {
    border-radius: 20px;
    padding: 20px 20px;
    background: #0069a8;
    color: #fff;
    margin: 20px auto;
}
ul.link-blog li a {
    color: #fff;
}
ul.link-blog li a:hover {
    color: #040e32;
}
blockquote {
    font-size: 27px;
}

.boximg {
    min-height: 300px;
	display: flex;	
    justify-content: center;
    align-items: center;
}
#slidectlg button {
    padding: 0px;
}
/*.montdep {
    display: flex;
    align-items: center;
    background: #0069a8;
    padding: 10px;
    justify-content: space-between;
}*/
.mtdr img {
    height: 60px;
    width: auto;
    margin: 0px 5px;
    border-radius: 4px;
}
.mtdr:hover img {
    transform: scale(1.05);
}
.dprmt {
    font-size: 17px;
    color: #fff;
}
.dprmt:hover {
    color: #040e32;
}
.montdep p {
    margin-bottom: 0px;
}

/*catalogo menu lateral*/
.col-md-4 {
    margin-top: -12px;
}
ul.menu-lateral {
    list-style-type: none;
    padding: 0;
}

ul.menu-lateral li a:hover {
    background: #0f4b80cf;
    color: #fff;
}
li.active a {
    background: #0f4b80cf !important;
    color: #fff !important;
}
ul.sub-menu-multicombustivel li {
    list-style: none;
}

/*tela contato*/
.pgctt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.mapacont iframe {
    height: 440px;
}
.pgctt span {
    display: flex;
    align-content: center;
    align-items: center;
}
.pgctt i {
    margin-right: 10px;
    font-size: 20px;
}
.txt-cont p {
    font-size: 17px;
}
/*quem somos*/
div#carrossel button.bot-anter, div#carrossel button.bot-prox {
    background: none !important;
}
div#carrossel-2 button.bot-anter, div#carrossel-2 button.bot-prox {
    background: none !important;
}
.carousel-indicators button {
    padding: 1px !important;
}
.txt-qm-sms h1 {
    text-align: center;
    margin-bottom: 25px;
    font-family: inter;
    font-style: normal;
    font-weight: 400;
}
.txt-qm-sms {
    text-align: justify;
}
.txt-qm-sms p {
    font-size: 16px;
    text-align: justify;
}

.produtos-qm-sms {
    border: 2px solid #0069a8;
    border-radius: 15px;
    display: flex;
    justify-content: center;
}

.img-qm-somos {
    margin-top: 30px;
}

/*tela qualidade*/
.txt-pg-quali h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
}
.txt-pg-quali p {
    font-size: 18px;
    text-align: justify;
}
.img-iso-quali {
    text-align: center;
}
.certificado.geral {
    text-align: center;
    margin-bottom: 40px;
}
.img-cert img {
    width: 35%;
    border: 1px solid #000;
    margin: 50px 0;
}
.certi-iso-download h3 {
    font-family: inter;
    font-style: normal;
    font-weight: 400;
}
.certi-iso-download p {
    font-size: 18px;
}
.img-cert img:hover {
    transform: scale(1.1);
    transition: all .5s;
}
.bot-down a {
    background: #0069a8;
    color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
}
.bot-down a:hover {
    background: #f3f3f3;
    color: #0069a8;
    transition: all .5s;
}
/*tela home*/
.menu-home ul {
    display: flex;
    flex-direction: column;
}
.menu-home {
    text-align: center;
}
.menu-home a {
    font-size: 30px;
    padding: 20px 10px;
    color: #000;
    border-radius: 15px !important;
    font-family: inter;
}
.menu-home li {
    background: #f3f3f3;
    margin-bottom: 10px;
    border-radius: 15px;
}
.menu-home a.active {
    background: #0069a8 !important;
    border-radius: 0;
}
.cont-menu-home {
    border: 2px solid #f3f3f3;
}
.cont-menu-home-img {
    text-align: center;
    border: 1px solid #f3f3f3;
    margin-bottom: 30px;
    padding: 20px;
}
.cont-menu-home-img h6 {
    font-family: inter;
}
.cont-menu-home-ger {
    margin-top: -22px;
}
.menu-home-ger {
    margin-bottom: 30px;
}

.cont-menu-home-img img:hover {
    transition: all .5s;
    transform: scale(1.2);
}
.ver-tds-prod a {
    background: #0069a8;
    color: #fff;
    padding: 15px 20px;
    border-radius: 15px;
    font-weight: 600;
    font-family: inter;
}
.ver-tds-prod a:hover {
    background: #f3f3f3;
    color: #0069a8;
    transition: all .5s;
}
.ver-tds-prod {
    text-align: center;
}
.menu-home a:hover {
    color: #0069a8;
}

.card {
    margin-right: 20px;
}

.prodhm {
    display: flex;
    flex-wrap: wrap;
}
.cx-prod {
    box-shadow: 4px 3px 10px #999;
    width: 24%;
    border-radius: 10px;
    height: 306px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px;
    position: relative;
    margin: 0.5%;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
}
.ttl-des-prod {
    background: #2a8bc5b3;
    position: relative;
    opacity: 0;
    transition: all .5s;
    border-radius: 10px;
    margin-bottom: -100px;
    padding: 10px 15px;
}
.ttl-des-prod a:hover {
    color: #fff;
}
.linha-prod {
    padding: 10px;
    font-weight: 600;
    opacity: 0;
    margin-bottom: -20px;
    text-shadow: 0px 0px 5px #fff;
}
.cx-prod:hover .ttl-des-prod {
    opacity: 1;
    margin-bottom: 0;
}
.cx-prod:hover .linha-prod {
    opacity: 1;
    margin-bottom: 0;
}
.bannercnl {
    display: flex;
    justify-content: center;
}
.quali-home {
    padding: 0px 30px 30px;
}
.img-logo-hm-bann img {
    width: 470px;
}
.ban-hm-cam h1 {
    color: #fff;
    line-height: 38px;
}
.ban-hm-cam h1 {
    text-shadow: 2px 2px #f25102, -2px -2px #f25102, 2px -2px #f25102, -2px 2px #f25102;
}
.img-iso-home {
    padding: 15px;
}
.txt-quali-home P {
    font-size: 17px;
    color: #1a5494;
}
.ttl-prin-prod h2 {
    font-style: normal;
    font-family: 'Inter';
    font-weight: 300;
}
.prin-prod {
    font-size: 16px;
    text-align: justify;
}
.prin-prod p {
    font-family: 'Inter';
    font-size: 16px;
}

.ttl-merc-qm-sms {
    text-align: center;
    margin-top: 40px;
}
.ttl-merc-qm-sms h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
}
.merc-qm-sms {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: justify;
}
.merc-qm-sms p {
    font-size: 18px;
    font-family: 'Inter';
}
.prin-prod h4 {
    color: #fff;
}
.merc {
    text-align: justify;
    font-family: 'Inter';
    color: #fff;
    padding: 40px;
}

.merc p {
    font-size: 20px;
}
a.carousel-control-prev.bg-transparent.w-aut {
    margin-left: -80px;
}
a.carousel-control-next.bg-transparent.w-aut {
    margin-right: -60px;
}
div#carrossel-hm button.bot-anter, div#carrossel-hm button.bot-prox {
    background: none !important;
}
div#carrossel-hm-one button.bot-anter, div#carrossel-hm-one button.bot-prox {
    background: none !important;
}
.carousel-control-next, .carousel-control-prev {
    width: 10%;
    padding: 10px;
}
.card-img img {
    width: 200px;
}
.card-img a {
    background: #0069a8;
    color: #fff;
    padding: 5px 10px;
}
.card-img {
    min-height: 350px;
}
.card-img p {
    margin-bottom: 25px;
}
.link-compra {
    text-align: center;
}
.whats-flut {
    position: fixed;
    bottom: 37px;
    right: 20px;
}
.whats-flut img {
    width: 60px;
}
.ttl-ban h1 {
    font-family: "inter", sans-serif;
    font-size: 50px;
    font-weight: 200;
    color: #fff;
}
.ttl-ban span {
    font-weight: 600;
}
.bot-prod {
    margin-top: 70px;
}
.ver-tds-prod a {
    background: #1a5494;
    color: #fff;
    padding: 15px 20px;
    border-radius: 15px;
    font-weight: 600;
}
.ver-tds-prod a:hover {
    background: #f3f3f3;
    color: #0069a8;
    transition: all .5s;
}
.bot-certificado {
    margin-top: 40px;
}

.bot-certificado a {
    background: #1a5494;
    color: #fff;
    padding: 15px 20px;
    font-weight: 600;
    border-radius: 15px;
}
.bot-certificado a:hover {
    background: #f3f3f3;
    color: #1a5494;
    transition: all .5s;
}
.merc h3 {
    color: #fff;
    font-family: 'Inter';
    font-weight: 300;
    font-size: 40px;
}
.ttl-ban1 h1 {
    font-family: inter;
    font-weight: 200;
    color: #0069a8;
}
.ttl-ban1 p {
    font-size: 20px;
    font-family: inter;
    font-weight: 300;
    margin-bottom: 70px;
}
.ttl-ban1 a {
    background: #0069a8;
    color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
}
.ttl-ban1 a:hover {
    background: #f5f5f5;
    color: #0069a8;
    transition: all .5s;
}
.ttl-ban1 {
    color: #0069a8;
}
.txt-quali-home h2 {
    font-weight: 200;
    color: #1a5494;
    font-style: normal;
}

.txt-ban {
    font-size: 35px;
    color: #fff;
    font-family: inter;
    font-weight: 200;
}

.ttl-bann-int h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    color: #fff;
    letter-spacing: 5px;
}
.rdss-fixo {
    position: fixed;
    top: 53%;
    right: 10px;
    display: flex;
    flex-direction: column;
}
.rdss-fixo a {
    font-size: 20px;
    color: #f35202;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-bottom: 2px;
    border: 1px solid #f35202;
}
.rdss-fixo a:hover {
    background: #f35202;
    color: #fff;
    transition: all .5s;
}

/* tag novo orçamento */
.tag-novo {
    background-color: #42c452;
    color: white;
    font-size: 0.75em;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 4px;
}


/*blog*/
section.banblogtopo {
    margin-top: -30px;
    margin-bottom: 30px;
    background-color: #0069a8 !important;
    min-height: 300px;
    display: flex;
    align-items: center;
}

/* widget */
.rdp-avaliacao img:hover {
    transform: scale(1.1);
    transition: all .5s;
}
.rdp-avaliacao img {
    width: 180px;
}

/* catalogo */
section.banner-catalogo {
    margin-top: -30px;
    margin-bottom: 30px;
    background-color: #0069a8 !important;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.submenu-lateral.show {
    margin-left: 15px !important;
    padding: 0;
    position: relative !important;
    margin-top: -46px !important;
    margin-bottom: 44px !important;
}
ul.menu-lateral li {
    width: 100%;
}

ul.menu-lateral li a:hover {
    background: #0069a8 !important;
    color: #fff !important;
}
ul.submenu-lateral {
    min-height: auto;
}
.ttl-montadora-catalogo {
    margin-top: 40px;
}
ul#submenu1 {
    margin-left: 10px;
}
ul#submenu4 {
    margin-left: 10px;
}
ul#submenu3 {
    margin-left: 10px;
}
li.link-open a span {
    float: right;
}

ul#submenu2_1 {
    margin-left: 10px;
}
ul#submenu2_1_1 {
    margin-left: 20px;
}
ul#submenu2_1_2 {
    margin-left: 20px;
}
li.link-menu a {
    color: #000;
}
.link-open a {
    padding: 8px;
    background: #f3f3f3;
    display: flex;
    margin-bottom: 2px;
    color: #000;
}
li.link-menu1 {
    background: #f3f3f3;
    padding: 14px 10px;
    margin-bottom: 2px;
    color: #000;
}
li.link-menu span {
    float: right;
}
li.link-menu1 span {
    float: right;
}
li.link-menu {
    background: #f3f3f3;
    margin-bottom: 2px;
    padding: 18px;
    color: #000;
}
ul.menu-lateral li {
    width: 100%;
    cursor: pointer;
}
li.link-menu:hover {
    background: #0069a8;
    color: #fff;
}
li.link-menu1:hover {
    background: #0069a8;
    color: #fff;
}
.qnt-rolo {
    display: flex;
    align-items: center;
}
.qnt-rolo span {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 17px;
}
.qnt-rolo {
    display: flex;
    align-items: center;
    border-right: none;
    border-left: none;
}
/*produtos*/
.img-prod-ind {
    text-align: center;
    margin-top: 12px;
    box-shadow: 0px 0px 10px 0px #d7d7d7;
}
.img-prod-ind img {
    width: 100%;
}

/*orcamento individual*/
.logo-globalflex img {
    width: 270px;
}

ul.list-orca {
    margin-left: -30px;
}

ul.list-orca li {
    list-style: none;
    background: #f5f5f5;
    margin-bottom: 5px;
    padding: 15px;
    font-family: 'Inter';
}
ul.list-orca li:hover {
    background: #0084c0;
    color: #fff;
}
ul.list-orca a:hover {
    color: #fff !important;
}
ul.lista-tds-orcamento li {
    background: #f5f5f5;
    padding: 5px 10px;
    margin-bottom: 8px;
    list-style: none;
}

ul.list-orca-ind li {
    list-style: none;
    background: #f5f5f5;
    margin-bottom: 5px;
    padding: 10px;
    font-family: 'Inter';
    margin-left: -30px;
}
ul.list-orca-ind li:hover {
    background: #0084c0;
    color: #fff;
}

ul.list-orca-ind li:hover a {
    color: #fff;
}

.itens-orcamento {
    margin-left: -30px;
    margin-top: 20px;
    background: #f5f5f5;
    padding:10px;
}
ul.list-orca a {
    float: right;
}
.itens-orcamento pre {
    font-size: 15px;
    font-family: 'Inter';
}
.cont-compr a {
    background: #0079c2;
    color: #fff;
    padding: 10px;
    font-family: 'Inter';
}
.cont-compr {
    margin: 40px 0;
}
.cont-compr a:hover {
    background: #f5f5f5;
    color: #0079c2;
}
.ver-tds-orca {
    margin-top: 50px;
}
.ver-tds-orca a {
    background: #2869a8;
    color: #fff;
    padding: 10px;
    font-family: inter;
}
.ver-tds-orca {
    margin-top: 50px;
}
.ver-tds-orca a:hover {
    background: #f5f5f5;
    color: #2869a8;
}
.tds-orcamento-ind {
    margin-top: 12px;
}
.lista-ids-autor {
    margin-top: 17px;
}

.ttl-para-comp {
    margin-top: 50px;
}

.ttl-para-comp h3 {
    font-family: 'Inter';
}

.orcamento-geral {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

form.form-ordenar {
    margin: 20px 0;
}
form.form-ordenar label {
    margin-right: 10px;
}
.ver-prod a:hover {
    background: #f3f3f3;
    color: #1a5494;
    transition: all .5s;
}
ul.list-orca-ind span {
    float: right;
}
ul.lista-onca-ind .list-group {
    margin-bottom: 20px;
}

/*form catalogo*/
/* Container opcional para o form */
.form-orcamento {
    max-width: 600px;
    padding: 1.5rem;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    margin-top: -40px;
}

/* Estilo base para rótulos */
.form-orcamento label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
}

/* Campos de input e select */
.form-orcamento input[type="number"],
.form-orcamento select {
    width: 100%;
    padding: 10px 14px;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s, box-shadow 0.3s;
    background-color: #fafafa;
}

.form-orcamento input[type="number"]:focus,
.form-orcamento select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
    outline: none;
}

/* Botão de envio */
.form-orcamento button[type="submit"] {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.form-orcamento button[type="submit"]:hover {
    background-color: #0056b3;
}

.cadastro-cliente {
    margin-top: 20px;
}

.lista-autores h3 {
    margin: 30px 0;
}

/* Responsivo */
@media (max-width: 480px) {
    .form-orcamento {
        padding: 1rem;
    }
}

/*montadora*/
.bot-voltar a {
    background: #0069a8;
    padding: 10px 30px;
    color: #fff;
    font-size: 20px;
}
.bot-voltar {
    margin-top: 40px;
}

/*form catalogo*/

/* aviso de login */
.orcamento-aviso-login {
  background-color: #fef3c7;
  border: 1px solid #fbbf24;
  padding: 20px;
  margin-top: 20px;
  border-radius: 8px;
  text-align: center;
  color: #92400e;
  font-size: 16px;
}

.orcamento-aviso-login a {
  display: inline-block;
  margin: 10px 10px 0 10px;
  padding: 10px 20px;
  background-color: #fbbf24;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.orcamento-aviso-login a:hover {
  background-color: #f59e0b;
}
.bot-salvar {
    margin-top: 30px;
}
.modal-content {
    margin-top: 125px;
}
button.btn.btn-danger {
    background: #b71414 !important;
    padding: 10px 20px;
}

.bot-orcamento {
    display: flex;
}

a.add-mais-prod {
    background: #0069a8 !important;
    text-align: center;
    padding: 10px;
    margin-top: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-left: 10px;
    border-radius: 4px;
}

.orcamento-geral {
    display: flex;
}
/* aviso de login */


/* banner meus orçamento */
.banner-meus-orcamentos {
    background: #0069a8;
    min-height: 300px;
    margin-top: -30px;
    display: flex;
    align-items: center;
}
.orcamento-ind-ger {
    margin-top: 30px;
}
.cadastro-cli-ger {
    margin-top: 30px;
}
.ver-prod {
    margin-top: 50px;
}
.ver-prod a {
    background: #1a5494;
    color: #fff;
    padding: 15px 20px;
    font-weight: 600;
    border-radius: 15px;
}
.ver-prod a:hover


/*woocommerce*/
.woocommerce {
    display: flex;
    flex-direction: column;
}
.woocommerce-account .woocommerce {
    flex-direction: row;
}
.woocommerce nav.woocommerce-MyAccount-navigation {
    width: 25%;
    float: left;
}
.woocommerce .woocommerce-MyAccount-content {
    width: 69%;
	border: 1px solid #aaa;
    padding: 18px 20px;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul {
    margin: 0px;
    padding: 0;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border: 1px solid #aaa;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    background: #e0e0e0;
    color: #393939;
    font-weight: 500;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: #cecece;
}
.woocommerce .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {    
    padding: 10px;
}
.woocommerce .columns-4 li.product {
    float: left;
    list-style: none;
    display: flex;
    flex-direction: column;
}
.woocommerce h2.woocommerce-loop-product__title {
    color: #f35202;
}
.woocommerce .type-product .price {
    color: #f60 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    margin: 7px;
}
.woocommerce .type-product .button, [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    background: #0069a8 !important;
    text-align: center;
    padding: 10px;
    margin-top: 8px;
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
    border: none;
}
.woocommerce .type-product .button:hover {
    background: #f60 !important;
    color: #fff;
}
.woocommerce .columns-4 {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}
.woocommerce .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    float: left;
    width: 48%;
}
.woocommerce ul.tabs.wc-tabs {
    display: flex;
    margin-top: 10px;
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #f35202 !important;
}
.woocommerce ul.tabs.wc-tabs li {
    margin: 8px 3px 6px 0 !important;
    padding: 0px !important;
}
.woocommerce ul.tabs.wc-tabs li a {
    border: 1px solid #f35202 !important;
    padding: 8px 20px !important;
    color: #282828 !important;
}
.woocommerce ul.tabs.wc-tabs li.active a, ul.tabs.wc-tabs li a:hover {
    background: #f35202;
    border: 1px solid #f35202;
    color: #fff !important;
}
.woocommerce .product_meta {
    margin: 12px 0;
}
.woocommerce .input-text.qty.text {
    margin: 5px 0 12px;
    padding: 6px 12px;
}
.woocommerce p.stars {
    margin: 10px 0;
}
.woocommerce p.comment-form-comment label {
    display: block;
}
.woocommerce .summary.entry-summary {
    width: 50%;
    float: left;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper {
    clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none;
}
.woocommerce div.product form.cart div.quantity {
    margin-top: 2px !important;
}
.woocommerce-product-gallery__image {
    margin: 5px;
}

@media (max-width: 767px) {
		#recipeCarousel .carousel-inner .carousel-item > div {
			display: none;
		}
		#recipeCarousel .carousel-inner .carousel-item > div:first-child {
			display: block;
		}
	}

	#recipeCarousel .carousel-inner .carousel-item.active,
	#recipeCarousel .carousel-inner .carousel-item-next,
	#recipeCarousel .carousel-inner .carousel-item-prev {
		display: flex;
	}

	/* medium and up screens */
	@media (min-width: 768px) {

		#recipeCarousel .carousel-inner .carousel-item-end.active,
		#recipeCarousel .carousel-inner .carousel-item-next {
			transform: translateX(25%);
		}

		#recipeCarousel .carousel-inner .carousel-item-start.active, 
		#recipeCarousel .carousel-inner .carousel-item-prev {
			transform: translateX(-25%);
		}
	}

	#recipeCarousel .carousel-inner .carousel-item-end,
	#recipeCarousel .carousel-inner .carousel-item-start { 
		transform: translateX(0);
	}


@media (max-width: 767px) {
		#recipeCarousel1 .carousel-inner .carousel-item > div {
			display: none;
		}
		#recipeCarousel1 .carousel-inner .carousel-item > div:first-child {
			display: block;
		}
	}

	#recipeCarousel1 .carousel-inner .carousel-item.active,
	#recipeCarousel1 .carousel-inner .carousel-item-next,
	#recipeCarousel1 .carousel-inner .carousel-item-prev {
		display: flex;
	}

	/* medium and up screens */
	@media (min-width: 768px) {

		#recipeCarousel1 .carousel-inner .carousel-item-end.active,
		#recipeCarousel1 .carousel-inner .carousel-item-next {
			transform: translateX(25%);
		}

		#recipeCarousel1 .carousel-inner .carousel-item-start.active, 
		#recipeCarousel1 .carousel-inner .carousel-item-prev {
			transform: translateX(-25%);
		}
	}

	#recipeCarousel1 .carousel-inner .carousel-item-end,
	#recipeCarousel1 .carousel-inner .carousel-item-start { 
		transform: translateX(0);
	}


@media only screen and (max-width: 600px) {
ul.top-menu li a {
    display: block;
    margin-bottom: 5px;
}	
.prodhm {
    display: flex;
    flex-direction: column;
}
h2.ttlprodhm {
    margin-bottom: 40px;
}
.cx-prod {
    width: 100%;
    min-height: 380px;
    margin-bottom: 20px;
}
.textwidget.custom-html-widget {
    text-align: center;
}	
.noticias {
    margin-top: -190px;
}	

ul.sub-menu li a {
    margin-bottom: 0;
    font-size: 12px;
    padding: 10px;
}

ul.menu-lateral {
    padding-left: 0;
}

ul.top-menu li {
    display: flex;
    justify-content: center;
}
li.orcamento a {
    padding: 8px 15px 10px !important;
    text-decoration: none;
    color: #0069a8 !important;
    line-height: 18px;
    margin-right: 5px;
}
}

@media screen and (max-width: 320px) {
	ul.top-menu {
    	display: flex;
    	align-items: flex-start;
		margin-top: 10px;
}
	ul.sub-menu {
    	position: absolute;
    	top: 208px;
    	left: 109px;
}
	.fctt span, .fctt input, .fctt textarea {
    	width: 88%;
}
	h2.ttlprodhm {
        margin-bottom: 30px;
}
	.rdss {
    	margin: 30px;
}
	.rdss a {
    	width: 60px;
}
}

@media screen and (max-width: 375px) and (min-width: 320px) {
	.fctt span, .fctt input, .fctt textarea {
    	width: 88%;
}
}

@media screen and (max-width: 425px) and (min-width: 321px) {
	ul.top-menu {
    	display: flex;
    	align-items: flex-start;
		margin-top: 10px;
}
	ul.sub-menu {
    	position: absolute;
    	top: 153px;
    	left: 109px;
}
	.fctt span, .fctt input, .fctt textarea {
    	width: 88%;
}
	.rdss {
    	margin: 30px;
}
	footer#footer {
    	margin-top: -40px;
}
	.orcamento-ind-ger {
    	display: flex;
    	flex-direction: column-reverse;
}
}

@media screen and (max-width: 425px) and (min-width: 320px) {
	.teste {
    	margin-bottom: -145px;
}
	.rdss-fixo a {
    	font-size: 15px;
    	width: 35px;
    	height: 35px; 
}
	.tds-orcamento-ind {
    	margin-top: 40px;
}
	.rdp-avaliacao {
    	margin-top: 40px;
}
	footer#footer {
    	margin-top: 30px;
}
	.ttl-ban {
    	text-align: center;
}
	.orcamento-ind-ger {
    	display: flex;
    	flex-direction: column-reverse;
}
}

@media screen and (max-width: 768px) and (min-width: 426px) {
	ul.top-menu li a {
    	font-size: 10px;
    	padding: 5px 10px;
}
	img#logotopo {
    	width: 125px;
}
	.txt-quali-home {
    	padding: 20px;
}
	.img-iso-home {
    	text-align: center;
}
	.rdss a {
    	width: 60px;
}
	ul.sub-menu {
        position: absolute;
        top: 38px;
}
	.fctt span, .fctt input, .fctt textarea {
    	width: 98%;
}
	ul.top-menu {
    	padding: 10px;
}
	h2.ttlprodhm {
    	font-size: 23px;
}
	.ctprod h3 {
    	font-size: 12px;
}
	
	.ban-hm-cam {
    	text-align: end;
}

	.img-qm-sms {
    	text-align: center;
}
	.orcamento-ind-ger {
        display: flex;
        flex-direction: row;
}
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
	img#logotopo {
    	width: 190px;
}
	ul.sub-menu {
    	position: absolute;
    	top: 38px;
}
	ul.top-menu {
    	padding: 10px;
}
    h2.ttlprodhm {
        font-size: 25px;
        margin-bottom: 25px;
}
	.ctprod h3 {
    	font-size: 12px;
}
	footer#footer {
    	margin-top: -75px;
}
	.orcamento-ind-ger {
        display: flex;
        flex-direction: row;
}
}

