/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
font: 12px Arial, Helvetica, sans-serif;
color: #333333;
}

#TB_secondLine {
font: 10px Arial, Helvetica, sans-serif;
color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus {color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
position: fixed;
z-index:100;
top: 0px;
left: 0px;
height:100%;
width:100%;
}

.TB_overlayBG {
background-color:#000;
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
top:50%;
left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
display:block;
margin: 15px 0 0 15px;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #666;
border-left: 1px solid #666;
}

#TB_caption{
height:25px;
padding:7px 30px 10px 25px;
float:left;
}

#TB_closeWindow{
height:25px;
padding:11px 25px 10px 0;
float:right;
}

#TB_closeAjaxWindow{
/*padding:7px 10px 5px 0;*/
padding:0 10px 0 0;
margin-bottom:1px;
text-align:right;
float:right;
}

#TB_ajaxWindowTitle{
float:left;
padding:7px 10px 5px 10px;
margin-bottom:1px;
}

#TB_title{
background:url(/images/thickbox-titlebar.jpg) repeat-x;
height:30px;
color:#FFF;
padding:0;
font-weight:bold;
}

#TB_title img
{}

#TB_ajaxContent{
clear:both;
padding:2px 15px 15px 15px;
overflow:auto;
overflow-x:hidden;
text-align:left;
line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
padding:15px;
}

/*#TB_ajaxContent p{
padding:5px 0px 5px 0px;
}*/

#TB_load{
position: fixed;
display:none;
height:13px;
width:208px;
z-index:103;
top: 50%;
left: 50%;
margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
z-index:99;
position:fixed;
top: 0;
left: 0;
background-color:#fff;
border:none;
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
height:100%;
width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
clear:both;
border:none;
margin-bottom:-1px;
margin-top:1px;
_margin-bottom:1px;
}

.treeview, .treeview ul {
padding: 0;
margin: 0;
list-style: none;
}

.treeview ul {
background-color: white;
margin-top: 4px;
}

.treeview .hitarea {
background: url(/scripts/jquery.treeview/images/treeview-default.gif) -64px -25px no-repeat;
height: 16px;
width: 16px;
margin-left: -16px;
float: left;
cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
display: inline;
float:none;
}

.treeview li {
margin: 0;
padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(/scripts/jquery.treeview/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/scripts/jquery.treeview/images/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(/scripts/jquery.treeview/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/scripts/jquery.treeview/images/treeview-red.gif); }

.treeview-black li { background-image: url(/scripts/jquery.treeview/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/scripts/jquery.treeview/images/treeview-black.gif); }

.treeview-gray li { background-image: url(/scripts/jquery.treeview/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/scripts/jquery.treeview/images/treeview-gray.gif); }

.treeview-famfamfam li { background-image: url(/scripts/jquery.treeview/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/scripts/jquery.treeview/images/treeview-famfamfam.gif); }


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(/scripts/jquery.treeview/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(/scripts/jquery.treeview/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(/scripts/jquery.treeview/images/file.gif) 0 0 no-repeat; }


.menu-topo .menu{background: #18376a;}
.menu-topo ul li a{color: #FFF;}
.menu-topo li ul a {background: #3184b3;}
.menu-topo li ul a:hover{background: #7cb5d5;}
.menu-topo li a {color: #FFFFFF;}
.footer { background: #48a6d8;}
.fb-like-box{background: #FFF;}
.footer p{color: #FFF;}
.boxleft p { color:#fff; }
.boxleft .menu ul li a{color: #FFF;}
.boxleft .info strong{color: #FFF;}
.boxleft .info p{color: #FFF;}
.copy{color: #3c3c3c;}
.copy .right a{color: #3c3c3c;}
.border { border-left: 1px solid #e1e1e1; border-right:1px solid #e1e1e1; }
.content_interno p{color: #4f4f4f;}
.sidebar {border-left: 1px solid #eee; }
.content_interno a { color:#929295;}
.content_interno a:hover { color:#2A51B1;}
.content_interno ul li { color:#656565; }
.site h2 {color: #48a6d8;border-bottom: 1px dotted #48a6d8;}
.site a { color:#48a6d8;}
ul.menu-content li {border-bottom:1px dashed #ccc;}
ul.menu-content li:last-child { border-bottom:0; }

.wrapper .coluna-esquerda-loja .menu ul li{background: #48a6d8; border-bottom: 1px solid #2474a2;}
.wrapper .coluna-esquerda-loja .menu ul li a{ color: #FFF;}
.wrapper .coluna-esquerda-loja .menu ul li a:hover{background: #fff; color: #3184b3 }
.wrapper .coluna-esquerda-loja .menu ul li:hover{background: #FFF;  color: #3184b3}
.wrapper .coluna-esquerda-loja .menu ul li:hover a{color: #3184b3;}

.wrapper .coluna-esquerda-loja .menu ul li ul li a{background: #3184b3; color: #FFF !important;}
.wrapper .coluna-esquerda-loja .menu ul li ul li a:hover{color: #dd8c8c; background:#7cb5d5 !important; }
.cont-home {
border-top: 1px solid #eeeeee;
padding-top: 12px;
margin-top: 20px;
}
.home-tabela{vertical-align: baseline;}
.home-tabela td{vertical-align:top; padding:0; margin:0;}
.home-tabela h4{color:#77933c; font-size:19px; margin-bottom: 9px;}
.footer {
background: #18376a;
}

.site h2 {
color: #4f81bd;
border-bottom: 1px dotted #4f81bd;
}
.menu-topo li ul a {
background: #1f497b;
}
.boxfooter .info, .boxfooter .redes-sociais{display:none;}
.boxfooter .boxleft .menu{width:700px;}
.boxazul{
background: #7ca3dc;
margin: 0 auto;
width: 500px;
text-align: center;
padding: 6px 0;
border-radius: 22px;
margin-bottom: 18px;
}
.boxazul p{color:#FFF;}
.boxazul p strong{color:#130650;}

.content_interno ul {
overflow: hidden;
list-style: disc;
padding: 0 23px;
}
.form-contato .messageInfo{display:none;}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}


blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
margin: 0;
font-family: Helvetica, Arial, Verdana, sans-serif;
background: #dfdfdf;
font-size: 14px ; color: #4f4f4f; line-height: 20px; padding-bottom: 5px;
}

img { border:0; }
a { text-decoration:none; }

.site{
width: 965px;
margin: 0 auto;
padding: 15px;
background: #FFF;
}

.header{
overflow: hidden;
}

.header .logo{
float: left;
line-height: 95px;
}

.header .logo img{
float: left;
margin-right: 15px
}

.header .logo span{
font-family: KlavikaCHLight;
display: block;
line-height: 95px;
float: left;
}
.botao-ampliar{
color:rgb(29, 191, 255) !important;
}
.logo span {
color: #929295;
font-size: 22px;
letter-spacing: -1px;
}

.menu-topo {
overflow: hidden;
clear: both;
}
.menu-topo .menu{
background: #18376a;
margin-top: 13px;
}
.menu-topo ul li{
display: inline-block;
}
.menu-topo ul li a{
font-size: 14px;
color: #636363;
}


.menu-topo ul li .menu {display: none; padding: 0; margin: 0;}
.menu-topo ul li:hover .menu{display: block;}

.menu-topo li ul {
border: 0 none;

height: auto;
margin: 0;
padding: 0;
position: absolute;
width: 250px;
z-index: 200;
}

.menu-topo li li {
display: block;
float: none;
margin: 0;
padding: 0;
width: 250px;
}

.menu-topo li ul a {
display: block;
font-size: 14px;
font-style: normal;
letter-spacing: 0.1px;
margin: 0;
padding: 0 8px 0 15px;
text-align: left;
background: #1f497b;
}
.menu-topo li ul a:hover{background: #3184b3; text-decoration: none;}
.menu-topo li a {
color: #FFFFFF;
display: block;
font-weight: normal;
line-height: 45px;
margin: 0;
padding: 0 18px;
text-align: center;
text-decoration: none;
}

.boxform { width:220px; overflow:hidden; margin:0 auto; margin-top:3px;}
.btnform { height: 40px; width: 40px; background-image: url(/custom/9442/images/jbr_form_bt_ok.jpg); border: none; float:left; margin-top:-2px;}
.jbr_form {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
height: 27px;
font-weight: bold;
color: #656565;
border: none;
background-image: url(/custom/9442/images/jbr_dell_caixa_texto.jpg);
margin:3px 0;
}
.footer {
width: 945px;
padding: 10px;
background: #f5f5f5;
margin-top: 15px;

}
.footer p{color: #3c3c3c;}
.boxfooter { width:965px; margin:0 auto; overflow:hidden; }
.boxleft { overflow:hidden; float:left; }
.boxleft p { font-size:13px; color:#fff; }
.boxleft .menu{width: 615px; margin-bottom: 10px; margin-top: 12px;}
.boxleft .menu ul li {display: inline-block;}
.boxleft .menu ul li a{font-size: 14px; color: #636363; padding: 0 15px 0 0;}
.boxleft .info{width: 280px; float: left;}
.boxleft .info strong{color: #3c3c3c; font-size: 14px; font-weight: bold; margin-bottom: 20px; display: block;}
.boxleft .info p{font-size: 14px; line-height: 20px; color: #3c3c3c;}
.boxleft .redes-sociais{overflow: hidden; clear: both; width: 300px; padding-top: 18px;}
.boxleft .redes-sociais div{float: left; margin-right: 8px;}
.boxright{width: 330px; float: right; overflow:hidden;}

.copy{ display: flex; justify-content: space-between; font-size: 12px; color: #3c3c3c; padding-top: 10px; padding-bottom: 8px;}
.copy .left{float: left;}
.copy .right{display:flex; align-items: center; gap: 7px; float: right;}
.copy .right a{display: block; color: #3c3c3c; padding: 0;}

.wrapper { overflow:hidden; margin-top: 15px; }
.border { border-left: 1px solid #e1e1e1; border-right:1px solid #e1e1e1; }
.content_interno { width: auto; overflow:hidden; }
.content_interno p{font-size: 14px ; color: #4f4f4f; line-height: 20px; padding-bottom: 5px;}
.sidebar { width:250px; height:656px; float:right; padding:10px; }

.cont-home{
margin-top: 10px;
}

.content_interno a { color:#929295; text-decoration:none; }
.content_interno a:hover { color:#2A51B1; text-decoration:underline; }
.content_interno ul { overflow:hidden;}
.content_interno ul li { font-family: Arial, Helvetica, sans-serif; font-size:12px; letter-spacing:0; color:#656565; }
.site h2 {color: #4f4f4f; font-size: 19px; border-bottom: 1px dotted #4f4f4f; padding-bottom: 10px; margin-bottom: 13px;}


.site a { color:#929295; text-decoration:none; }
.site a:hover { text-decoration:underline; }
iframe { border:0; }

ul.menu-content { list-style:none;}
ul.menu-content li { margin-bottom:10px; padding-bottom:10px; border-bottom:1px dashed #ccc; clear: both; overflow: hidden;}
ul.menu-content li:last-child { border-bottom:0; }
ul.menu-content li div h3 { margin:0; }
ul.menu-content li div p { margin:5px 0; }
a.leia-mais { font-size:12px; }

strong{font-weight: bold;}
/**************************************************************
Album
***************************************************************/
.album-photos
{overflow: hidden;}

.album-photos .photo
{float: left; margin: 0 11px 10px 0; height: 100px}

.album-photos .photo img
{border: 2px solid #fff;}
.album-photos .photo a{display: block;
border: 1px solid #999;}
.album-photos .photo img:hover
{border: 2px solid #c7c7c7;}

/**************************************************************
Paginator
***************************************************************/

.pager {
display:block;
width: auto;
height: auto;
margin:0 0 0 0;
padding:10px 0 10px;
text-align:center;
font-size:13px;
background:#F5F5F5;
}

.pager a,
.pager a:active,
.pager a:visited,
.pager a:hover
{ display:inline-block; color:#000; background-color:#DEDEDE; height:21px; line-height:21px; text-decoration:none; border:none; padding:0 5px 0 5px; margin:0 0 0 2px; vertical-align:middle;}

.pager a.linkFirst,
.pager a.linkPrevious,
.pager a.linkNext,
.pager a.linkLast {
width:28px;
padding:0;
}

.pager a.linkFirst {background:url(/images/pager-seta-primeira.gif)}
.pager a.linkPrevious {background:url(/images/pager-seta-esq.gif)}
.pager a.linkNext {background:url(/images/pager-seta-dir.gif)}
.pager a.linkLast {background:url(/images/pager-seta-ultima.gif)}

.pager a:hover
{background-color:#666; color:#EEE;}

.pager a.current,
.pager a.current:active,
.pager a.current:visited,
.pager a.current:hover
{background-color:#666; color:#EEE;}

.pager a.linkFirst:hover {background:url(/images/pager-seta-primeira-over.gif)}
.pager a.linkPrevious:hover {background:url(/images/pager-seta-esq-over.gif)}
.pager a.linkNext:hover {background:url(/images/pager-seta-dir-over.gif)}
.pager a.linkLast:hover {background:url(/images/pager-seta-ultima-over.gif)}

/**************************************************************
CAIXAS DE INFORMAÇÃO / SUCESSO / ERRO / INFO / ALERTA
***************************************************************/
p.messageAlert
{border-color:red; color:red; background:url(/images/icones/icon-atencao-23x26.gif) #FFEFF0;}

p.messageError
{border-color:red; color:red; background:url(/images/icones/icon-erro-23x26.gif) #FFEFF0; }

p.messageInfo
{border-color:blue; color:blue; background:url(/images/icones/icon-info-23x26.gif) #EFF9FF; }

p.messageSuccess
{border-color:green; color:green;  background:url(/images/icones/icon-success-23x26.gif) #f4ffed; }

p.messageAlert,
p.messageError,
p.messageInfo,
p.messageSuccess
{background-position: 5px center;
background-repeat: no-repeat;
border-style: solid;
border-width: 1px;
display: block;
font-size: 11pt;
line-height: 20px;
margin: 10px auto;
padding: 5px 5px 5px 35px;}

.topo-lateral{
width: 385px;
height: 75px;
float: right;
text-align: right;
}
.topo-lateral .informacoes{
height: 40px;
}
.topo-lateral .informacoes p{
line-height: 17px;
}
.topo-lateral .redes-sociais{
overflow: hidden;
float: right;
}
.topo-lateral .redes-sociais div{
float: left;
margin: 0 5px;
}

.homeBanner{
overflow: hidden;
}

.homeRotator{
position: relative;
width: 965px;
height: 265px;
overflow: hidden;
margin-top: 15px;
background: #fff;
}
.homeRotator-slides,
.homeRotator-slide{
width: 965px;
height: 265px;
}
.homeRotator-slide{
position: absolute;
top: 0;
left: 0;
display: none;
}
.homeRotator-slide.active{
display: block;
}
.homeRotator-slide div,
.homeRotator-slide img{
width: 965px;
height: 265px;
}
.homeRotator-slide img{
display: block;
}
.homeRotator-nav{
position: absolute;
right: 5px;
bottom: 6px;
z-index: 30;
}
.homeRotator-nav a{
display: inline-block;
width: 24px;
height: 24px;
margin-left: 4px;
background: #111;
color: #fff;
font-size: 12px;
font-weight: bold;
line-height: 24px;
text-align: center;
text-decoration: none;
border-radius: 3px;
}
.homeRotator-nav a.active,
.homeRotator-nav a:hover{
background: #fff;
color: #111;
}
.homeBanner div{
float: left;
margin: 0 24px;
margin-top: 15px;

margin-top: 15px;
}
.l div:first-child{
margin-right: 13px !important;
}
.homeBanner div:first-child {
margin: 0;
margin-top: 15px;
}
.homeBanner div:last-child {
margin: 0;
margin-top: 15px;
}

/************************
Formulário de contato
***********************/
form#formContato{
width: 450px;
float: left;
}
.formulario {padding: 10px}
.formulario label {color: #7e7e7e; font-weight: normal !important;}
.formulario .button {background: url(/custom/9442/images/enviar-mensagem.jpg) no-repeat; color: #868686; border: 0; font-weight: normal; height: 30px; cursor: pointer;}
.formulario .button:hover {color: #868686; background: url(/custom/9442/images/enviar-mensagem.jpg) no-repeat;}
.text-formulario {padding: 10px; color: #7e7e7e}

dl.zend_form
{width:auto; font-size:13px; text-align:left; margin:0;}

dl.zend_form dd
{margin:0; padding:0;}

dl.zend_form dd.element
{display:block; margin:0 10px 0 0; text-align:left;}

dl.zend_form dd.element p.hint
{padding:0; margin:0; line-height:15px; color:#999; font-size:8pt;}

dl.zend_form dd.element br
{display:none;}

dd fieldset
{padding:0; margin:0px; border:none;}

dd fieldset dl dd.element
{float:left}

dd fieldset.botoes
{margin: 10px 0;}

dd fieldset.botoes input, fieldset.botoes button
{float:left; margin:0 15px 0 0;}

dd fieldset.botoes dt
{display:none;}

dl.zend_form dd.element label
{display:block; padding:10px 0 5px; font-weight:bold;}

dl.zend_form dd.element textarea,
dl.zend_form dd.element input[type=text],
dl.zend_form dd.element input[type=password]
{width:100%; padding:3px 0 3px 0; border:solid 1px  #CCC; background:#FFF; font-size:10pt;}

dl.zend_form dd.element textarea:focus,
dl.zend_form dd.element input[type=text]:focus,
dl.zend_form dd.element input[type=password]:focus
{background:#F5F5F5; border-color:#999;}

dl.zend_form dd.element input.inputDisabled,
dl.zend_form dd.element input.inputDisabled:focus
{background:#DDD; border-color:#CCC; color:#333;}

dl.zend_form dd.element select, .selectbox
{padding:3px 2px 3px 2px;}

dl.zend_form dd.element select, .selectbox
{width:200px;}

dl.zend_form dd.element input.size1, dl.zend_form dd.element select.size1, dl.zend_form dd.element textarea.size1
{width:565px;}
dl.zend_form dd.element input.size2, dl.zend_form dd.element select.size2, dl.zend_form dd.element textarea.size2
{width:390px;}
dl.zend_form dd.element input.size3, dl.zend_form dd.element select.size3, dl.zend_form dd.element textarea.size3
{width:200px;}
dl.zend_form dd.element input.data
{width:130px;}
dl.zend_form dd.element input.size4, dl.zend_form dd.element select.size4, dl.zend_form dd.element textarea.size4
{width:100px;}
dl.zend_form dd.element input.size5, dl.zend_form dd.element select.size5, dl.zend_form dd.element textarea.size5
{width:50px;}

dl.zend_form dd.element input.telefone
{width:156px;}
dl.zend_form dd.element input.ddd
{width:30px;}

dl.zend_form dd.element input[type=submit],
dl.zend_form dd.element input[type=button]
dl.zend_form dd.element button
{width:auto;}

input.button, button.button {
background: url(/custom/9442/images/button2.png) no-repeat;
font-weight: normal;
font-size: 12px;
color: #333;
border-style: solid;
border-width: 1px;
padding: 5px 18px;
overflow: visible;
height: 33px;
border: none;
}

input.button:hover, button.button:hover {
border-color:#A5BEDA #5C7590 #5C7590 #A5BEDA;
color:#000000;
}

/* CHECKBOX */
dl.zend_form dd.checkbox
{overflow:hidden; margin:15px 0 10px 0;}

/* CAPTCHA */
dl.zend_form dd.captcha img
{border:1px solid #999; vertical-align:middle; padding:2px;}


dl.zend_form fieldset dd.checkbox {margin-right:10px;}

dl.zend_form dd.checkbox label
{text-align:left; display:inline;}

dl.zend_form dd.checkbox input.checkbox
{text-align:left; display:inline;}


.info-contato{
float: right;
}
.info-contato div{margin-bottom: 10px;}
.info-contato p{margin-bottom: 10px;}
.info-contato strong{
color: #3c3c3c;
font-size: 14px;
font-weight: bold;
display: block;
}
.info-contato .redes-sociais div{float: left; margin-right: 5px;}



/*************** Mwnu Lateral */
.wrapper .coluna-esquerda-loja{
width: 220px;
float: left;
margin-right: 14px;
}
.wrapper .coluna-esquerda-loja .menu ul{}
.wrapper .coluna-esquerda-loja .menu ul li{display: block; overflow: hidden;background: #dfdfdf;       border-bottom: 1px solid #cfcfcf;}
.wrapper .coluna-esquerda-loja .menu ul li a{
color: #666;
display: block;
font-weight: normal;
line-height: 31px;
margin: 0;
text-align: left;
text-decoration: none;
width: 100%;
padding: 0 10px;
float: left;
}
.wrapper .coluna-esquerda-loja .menu ul li a:hover{background: #EEE; }
.wrapper .coluna-esquerda-loja .menu ul li:hover{background: #EEE; cursor: pointer; }
.wrapper .coluna-esquerda-loja .menu ul li div.menu {padding-left: 210px;display: none; position: absolute; z-index: 100;}
.wrapper .coluna-esquerda-loja .menu ul li:hover div.menu {display: block;}
.containerRotator{z-index: 10 !important;}
.wrapper .coluna-esquerda-loja .menu ul li ul li a{
float: none;
background: #EEE;
}
.wrapper .coluna-esquerda-loja .menu ul li ul li a:hover{background: #ccc;}

.coluna-esquerda-loja .banners div{
margin-top: 14px;
}
.header-image img{float:left;}



/*****************
Produtos
*********************/
.breadcrumb{
background: #f2f2f2;
padding: 3px 5px;
}
.breadcrumb span.separator{background: url(/custom/9442/images/barriha-migalha.png) no-repeat; padding-left: 15px;}
#verproduto{overflow: hidden;}
#verproduto #images{
float: left;
width: 350px;
margin-left: 10px;
}
#verproduto h4.produto{
font-size: 22px;
border-bottom: 1px solid #eee;
padding-bottom: 5px;
margin-top: 10px;
}
#verproduto #descricao{
background: #f2f2f2;
margin-top: 5px;
padding: 8px;
width: 588px;
float: right;
}

#verproduto .produto-description{
float: right;
width: 603px;
padding-bottom: 8px;
margin-top: 8px;
}
#verproduto .produto-description h3.titlePage{
font-weight: bold;
font-size: 16px;
color: #666;
}
.listagem-produtos {
overflow: hidden;
}
.listagem-produtos li{
float: left;
margin:5px 14px 20px 15px;
text-align: center;
}

.listagem-produtos .produto{
border: 1px solid #eee;
border-radius: 4px;
background: #f2f2f2;
width: 210px;
}
.listagem-produtos .produto .img-produto{
padding: 5px;
min-height: 127px;
height: 127px;
overflow: hidden;
}
.listagem-produtos .produto .img-produto img{max-height: 127px;}
.listagem-produtos .produto .title-produto{
border-top: 1px solid #ccc;
border-bottom: 1px solid #CCC;
margin-bottom: 8px;
background: #fff;
padding: 5px 10px;
height: 50px;
font-size: 14px;
}

.listagem-produtos .produto div.ver-detalhe{
padding: 7px 0;
}

.content_interno, #verproduto{position: relative;}
.content_interno a.bts-voltar, #verproduto a.bts-voltar{
display: block;
position: absolute;
right: 0;
background: #eee;
width: 43px;
height: 20px;
padding: 5px;
display: none;
}
#verproduto{padding-top: 5px;}

/*template*/
.portfolio-container {
padding-left: 20px;
padding-right: 20px;
width: 927px;
}
.content_portifolio {
background: none repeat scroll 0 0 #FFFFFF;
margin: 0 auto 12px;
overflow: hidden;
padding: 20px 5px;
width: 955px;
}
h3.port-title {
border-bottom: 1px dotted #CCCCCC;
color: #222222;
font-size: 24px;
font-weight: normal;
margin-bottom: 10px;
padding: 10px 0;
}

.port-menu {
margin: 20px 0;
overflow: hidden;
text-align: center;
}

.port-menu li.item, .port-menu li.item {
display: inline;
}

.port-menu li.item a {
text-decoration: none !important;
}

.port-menu li.item img {
border: 1px solid #CCCCCC;
padding: 3px;
}
.port-detail h2 {
background: none repeat scroll 0 0 #525252;
color: #FFFFFF;
font-size: 14px;
margin: 0;
overflow: hidden;
padding: 5px 10px 8px;
}
.port-detail a {
background: none repeat scroll 0 0 #999999;
color: #FFFFFF !important;
display: block;
float: right;
padding: 3px 8px;
text-decoration: none;
}
.port-detail .detail {
height: 455px;
margin: 0;
overflow-x: hidden;
overflow-y: visible;
padding: 0;
}




/*******************
Veiculos
*******************/

/* direita */
.direita    {overflow:hidden; padding:0 20px}
.direita h2 {color:#b3962d; text-align:left; margin-bottom:10px;}
.direita p  {color:#656565;}

.bloco-conteudo {overflow:hidden; }
.auto   {float:left; margin:0 0 30px 24px;}
.autoFirst  {clear:left; margin-left:0px !important;}
.auto .conteudo {
overflow: hidden;
border: 1px solid #eee;
padding-bottom: 10px;
width: 180px;
padding: 0 20px 10px 20px;
text-align: center;
}
.auto .conteudo:hover{border-color: #ddd;}
.auto .nome {min-height:40px; _height:40px; }
.auto .nome h5 {margin:0 0 0 5px; font-size:13px;}
.auto h4    {margin:5px 10px; color:#545454; }
.auto h3    {color:#980000; margin:0 0 10px 10px;}
.saiba-mais {margin:0; }

.menu-rapido {display: block;line-height: 43px; height: 43px; background: url(/custom/9442/images/bg-menu-conteudo.jpg) repeat-x; margin-bottom: 15px; overflow: hidden; margin-right: 5px;}
.menu-rapido ul {margin: 0;}
.menu-rapido ul li {background: url(/custom/9442/images/seta-menu-rapido.png) no-repeat 0 center; float: left; list-style: none; padding-left: 19px;margin-right: 14px;}
.menu-rapido ul li a {color: #fff; text-decoration: none; }


/*
* Detail
*/

.index-conteudo{
overflow: hidden;
padding-bottom: 20px;
}

.index-conteudo .descricao{ width:550px; float:left; margin-right: 20px;}
.banner-img{float: left;}
.descrição h2{
color: #be1b1c;
margin: 0;
}
.index-conteudo .descricao .banner-flash{margin-top:10px;}
.index-conteudo .descricao .detalhes ul{
border:medium none;
text-transform:uppercase;
width:540px;
margin:12px 0;
overflow: hidden;
padding: 0
}
.index-conteudo .descricao .detalhes ul li{
display: inline-block;
*display: inline;
list-style:circle;
background: url(/custom/9442/images/tab_left.gif) no-repeat left top;
margin-right: 22px;
padding-left: 20px;
margin-bottom: 10px;
}
.detalhes .voltar{
background: #EEE url(/custom/9442/images/seta-voltar.png) no-repeat 9px 7px;
display: block;
padding: 5px 24px;
width: 39px;
border-radius: 4px;
margin-top: 14px;
}
.index-conteudo .form-prop{
overflow: hidden;
background: #f2f2f2;
padding: 13px;
}
.index-conteudo .form-prop .tabela{margin-top: 0;}
.index-conteudo .form-prop table tbody tr th{
color: #999;
text-align: left;
border-bottom: 1px solid #ddd;
width: 84px;
padding: 2px 5px;
font-weight: bold;
}
.index-conteudo .form-prop table tbody tr td{
color: #000;
text-align: left;
border-bottom: 1px solid #ddd;

background: #FFF;
padding: 2px 5px;
}
.tabela{margin-top:28px; text-transform:uppercase;}
.index-conteudo .form-prop .proposta{
margin-top:15px;
}
.auto .conteudo h4{ padding-bottom: 5px;}
.descricao #images{border-bottom: 1px solid #eee; padding-bottom: 18px;}
.proposta h4{
color: #000;
margin: 5px 0;
font-weight:bold;
}

.menu-veiculos ul{
padding: 0;
margin: 0;
list-style: none;
border-bottom: 1px solid #eee;
}

.menu-veiculos ul li{
border: 1px solid #eee;
border-bottom:none;
padding-left: 18px;
*padding-left: 0;
line-height: 30px;
cursor: pointer;
}

.menu-veiculos ul li.arrow-bg{
background: url(/custom/9442/images/arrows-down.jpg) no-repeat 217px center
}

.menu-veiculos ul li a{
color: #000;
font-weight: bold;
*display: block;
*padding-left: 18px;
}
.menu-veiculos ul.motos-marcas{
border-bottom:none;
}

.menu-veiculos ul.motos-marcas li{
padding-left: 30px;
*border-left:none;
**border-right:none;
}

.menu-veiculos ul.motos-marcas li a{
font-weight: normal !important;
}



.form-pesquisa dd{
margin: 10px 0 10px 5px;
padding: 0;
width: 180x;
text-align: left;
}

.form-pesquisa dd select{
padding: 0;
margin: 0;
}

.titulo-motos-novas{
color: #a41316;
border-left: 10px solid #a41316;
padding-left: 10px;
font-size: 16px;
}

.titulo-motos-usadas{
color: #547fe7;
border-left: 10px solid #547fe7;
padding-left: 10px;
font-size: 16px;
}

.titulo-quadriciclos{
color: #000;
border-left: 10px solid #000;
padding-left: 10px;
font-size: 16px;
}

.detalhes{margin-top: 15px;}
.detalhes h3{font-weight: bold; margin: 8px 0;}
.lojas img{
float: left;
}







@CHARSET "ISO-8859-1";

:root {
--spirion-ink: #0b1728;
--spirion-navy: #071f3a;
--spirion-blue: #0a67b1;
--spirion-blue-2: #1384c7;
--spirion-cyan: #4ec7ff;
--spirion-mint: #5bd6b2;
--spirion-paper: #fbfdff;
--spirion-soft: #eef5fb;
--spirion-line: rgba(18, 58, 95, .12);
--spirion-shadow: 0 22px 55px rgba(9, 31, 56, .12);
--spirion-shadow-strong: 0 34px 80px rgba(9, 31, 56, .18);
}

html {
box-sizing: border-box;
width: 100%;
overflow-x: hidden;
}

*, *:before, *:after {
box-sizing: inherit;
min-width: 0;
}

body {
min-height: 100vh;
width: 100%;
overflow-x: hidden;
background: #dceeff;
color: var(--spirion-ink);
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 1.6;
padding: 0;
-webkit-text-size-adjust: 100%;
}

body:before {
content: "";
position: fixed;
inset: 0;
z-index: -1;
background:
linear-gradient(90deg, rgba(12, 90, 155, .16) 1px, transparent 1px),
linear-gradient(180deg, rgba(12, 90, 155, .12) 1px, transparent 1px),
radial-gradient(circle at 14% 4%, rgba(78, 199, 255, .42), transparent 30%),
radial-gradient(circle at 84% 18%, rgba(91, 214, 178, .22), transparent 26%),
linear-gradient(180deg, #eef8ff 0%, #d8edff 46%, #c5e1f7 100%);
background-size: 72px 72px, 72px 72px, auto, auto, auto;
}

a {
color: var(--spirion-blue);
transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

a:hover {
color: var(--spirion-blue-2);
text-decoration: none;
}

img, iframe, video, object, embed {
max-width: 100%;
}

img {
height: auto;
}

table {
max-width: 100%;
}

input, select, textarea, button {
box-sizing: border-box;
max-width: 100%;
font-family: Arial, Helvetica, sans-serif;
}

.clear {
clear: both;
}

.bgs-site {
padding: 18px 0 40px;
}

.site {
width: auto;
max-width: 1220px;
margin: 0 auto;
padding: 0 24px;
background: transparent;
}

.header {
overflow: visible;
position: relative;
z-index: 30;
margin-bottom: 24px;
}

.site-header {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
overflow: hidden;
padding: 18px 20px;
background: rgba(255, 255, 255, .82);
border: 1px solid rgba(255, 255, 255, .74);
border-radius: 12px;
box-shadow: var(--spirion-shadow);
backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);
}

.site-header:before {
content: "";
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(78, 199, 255, .82), rgba(91, 214, 178, .72), transparent);
}

.site-header__brand,
.site-header__logo {
display: block;
}

.site-header__logo img {
display: block;
float: none;
width: auto;
height: auto;
max-height: 72px;
}

.site-header__contact {
display: flex;
align-items: center;
gap: 18px;
text-align: right;
}

.site-header__contact-text span {
display: block;
color: #243349;
font-size: 14px;
line-height: 1.45;
}

.site-header__cta,
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 42px;
padding: 0 20px;
border-radius: 999px;
font-size: 14px;
font-weight: bold;
letter-spacing: .01em;
text-decoration: none;
white-space: nowrap;
}

.site-header__cta,
.btn-primary {
background: linear-gradient(135deg, var(--spirion-blue), var(--spirion-blue-2));
color: #fff !important;
box-shadow: 0 16px 32px rgba(10, 103, 177, .26);
}

.site-header__cta:hover,
.btn-primary:hover {
background: linear-gradient(135deg, #075895, #0b75b2);
color: #fff !important;
transform: translateY(-2px);
}

.btn-secondary {
background: rgba(255, 255, 255, .14);
border: 1px solid rgba(255, 255, 255, .42);
color: #fff !important;
}

.btn-secondary:hover {
background: #fff;
color: #0f3358 !important;
}

.btn-light {
background: rgba(255, 255, 255, .74);
border: 1px solid rgba(10, 103, 177, .18);
color: var(--spirion-blue) !important;
box-shadow: 0 12px 28px rgba(9, 31, 56, .08);
}

.btn-light:hover {
background: #fff;
color: #075895 !important;
transform: translateY(-2px);
}

.site-nav-toggle {
display: none;
width: 100%;
margin: 12px 0 0;
padding: 12px 16px;
background: linear-gradient(135deg, var(--spirion-navy), #0e3f68);
border: 0;
border-radius: 10px;
color: #fff;
cursor: pointer;
font-size: 15px;
font-weight: bold;
text-align: left;
}

.menu-topo {
clear: both;
overflow: visible;
margin-top: 10px;
}

.menu-topo > .menu {
position: relative;
overflow: visible;
background: linear-gradient(135deg, var(--spirion-navy) 0%, #0d385e 52%, #0a5d90 100%);
border: 1px solid rgba(255, 255, 255, .14);
border-radius: 12px;
margin-top: 0;
padding: 0 10px;
box-shadow: 0 18px 44px rgba(7, 31, 58, .22);
}

.menu-topo > .menu:before {
content: "";
position: absolute;
inset: 0;
pointer-events: none;
border-radius: inherit;
background: linear-gradient(90deg, rgba(78, 199, 255, .16), transparent 32%, rgba(91, 214, 178, .12) 100%);
}

.menu-topo ul {
display: flex;
align-items: center;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0;
overflow: visible;
}

.menu-topo ul li {
display: block;
position: relative;
}

.menu-topo li a {
position: relative;
display: block;
padding: 0 17px;
color: #fff !important;
font-size: 14px;
font-weight: bold;
line-height: 50px;
text-align: center;
text-decoration: none !important;
text-underline-offset: 0;
}

.menu-topo li a span {
text-decoration: none !important;
}

.menu-topo > .menu > ul > li > a:after {
content: "";
position: absolute;
right: 16px;
bottom: 9px;
left: 16px;
height: 2px;
background: linear-gradient(90deg, var(--spirion-cyan), var(--spirion-mint));
opacity: 0;
transform: scaleX(.4);
transition: opacity .24s ease, transform .24s ease;
}

.menu-topo li a:hover {
color: #e8f7ff !important;
text-decoration: none !important;
}

.menu-topo li a:hover span,
.menu-topo li a:focus span,
.menu-topo li a:active span {
text-decoration: none !important;
}

.menu-topo > .menu > ul > li:hover > a:after {
opacity: 1;
transform: scaleX(1);
}

.menu-topo ul li .menu {
display: none;
position: absolute;
top: 100%;
left: 0;
z-index: 50;
min-width: 230px;
padding: 8px;
background: rgba(8, 34, 61, .96);
border: 1px solid rgba(255, 255, 255, .12);
border-radius: 10px;
box-shadow: 0 24px 54px rgba(9, 26, 46, .28);
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
}

.menu-topo ul li:hover .menu {
display: block;
}

.menu-topo li ul {
position: static;
display: block;
width: auto;
}

.menu-topo li li {
width: auto;
}

.menu-topo li ul a {
background: transparent;
border-radius: 8px;
line-height: 1.3;
padding: 11px 13px;
text-align: left;
}

.menu-topo li ul a:hover {
background: rgba(255, 255, 255, .12);
}

.wrapper {
overflow: visible;
margin-top: 0;
}

.home-hero {
position: relative;
min-height: 0;
aspect-ratio: 965 / 265;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, .58);
border-radius: 14px;
background: linear-gradient(135deg, var(--spirion-navy), #103f69);
box-shadow: var(--spirion-shadow-strong);
}

.home-hero:before {
content: "";
position: absolute;
top: -20%;
bottom: -20%;
left: -35%;
z-index: 3;
width: 28%;
pointer-events: none;
background: linear-gradient(90deg, transparent 0%, rgba(145, 217, 255, .12) 48%, rgba(255, 255, 255, .18) 50%, rgba(145, 217, 255, .12) 52%, transparent 100%);
transform: skewX(-16deg);
animation: homeHeroScan 8.5s ease-in-out infinite;
}

.home-hero:after {
content: "";
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
background:
linear-gradient(90deg, rgba(7, 31, 58, .16) 0%, transparent 32%, rgba(7, 31, 58, .18) 100%),
linear-gradient(180deg, rgba(9, 30, 58, .05) 0%, rgba(9, 30, 58, .18) 100%);
}

.homeRotator {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
margin: 0;
overflow: hidden;
isolation: isolate;
cursor: default;
--rotator-control-size: 44px;
--rotator-control-offset: 18px;
--rotator-arrow-size: 34px;
}

.homeRotator.homeRotator--ready {
cursor: grab;
}

.homeRotator.homeRotator--ready:active {
cursor: grabbing;
}

.homeRotator-slides,
.homeRotator-slide,
.homeRotator-slide div,
.homeRotator-slide a,
.homeRotator-slide img {
width: 100%;
height: 100%;
}

.homeRotator-slides {
align-items: stretch;
}

.homeRotator-slide {
display: block;
position: relative;
flex-shrink: 0;
overflow: hidden;
opacity: .56;
filter: saturate(.92) contrast(.96);
transform: scale(.965);
transition:
opacity .55s ease,
transform .72s cubic-bezier(.19, 1, .22, 1),
filter .72s ease;
visibility: visible;
will-change: opacity, transform;
}

.homeRotator-slide.swiper-slide-active {
opacity: 1;
transform: scale(1);
filter: saturate(1.04) contrast(1.04);
}

.homeRotator-slide.swiper-slide-prev,
.homeRotator-slide.swiper-slide-next {
opacity: .88;
transform: scale(.985);
}

.homeRotator-slide img {
display: block;
object-fit: cover;
}

.homeRotator-nav {
position: absolute;
right: auto;
bottom: 16px !important;
left: 50% !important;
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
width: auto !important;
gap: 7px;
padding: 7px 12px;
background: rgba(7, 31, 58, .7);
border: 1px solid rgba(255, 255, 255, .45);
border-radius: 999px;
box-shadow: 0 10px 22px rgba(6, 18, 34, .22);
transform: translateX(-50%);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}

.homeRotator-arrow {
position: absolute;
top: 50%;
z-index: 10;
display: inline-flex;
align-items: center;
justify-content: center;
width: var(--rotator-control-size);
height: var(--rotator-control-size);
margin-top: calc(var(--rotator-control-size) * -0.5);
padding: 0;
background: rgba(7, 31, 58, .72);
border: 1px solid rgba(255, 255, 255, .68);
border-radius: 999px;
color: #fff;
cursor: pointer;
font-size: 0;
font-weight: normal;
line-height: 0;
text-align: center;
-webkit-appearance: none;
appearance: none;
box-shadow: 0 10px 22px rgba(6, 18, 34, .25);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
transition: background .25s ease, border-color .25s ease, color .25s ease, opacity .25s ease, transform .25s ease;
}

.homeRotator-arrow:before {
content: "";
display: block;
width: calc(var(--rotator-arrow-size) * .42);
height: calc(var(--rotator-arrow-size) * .42);
border-top: 2px solid currentColor;
border-right: 2px solid currentColor;
}

.homeRotator-arrow:hover {
background: #fff;
color: var(--spirion-navy);
transform: translateY(-1px);
}

.homeRotator-arrow.swiper-button-disabled {
cursor: default;
opacity: .38;
pointer-events: none;
}

.homeRotator-arrow.swiper-button-lock,
.homeRotator-nav.swiper-pagination-lock {
display: none;
}

.homeRotator-arrow--prev {
left: var(--rotator-control-offset);
}

.homeRotator-arrow--prev:before {
transform: translateX(2px) rotate(-135deg);
}

.homeRotator-arrow--next {
right: var(--rotator-control-offset);
}

.homeRotator-arrow--next:before {
transform: translateX(-2px) rotate(45deg);
}

.homeRotator-dot {
display: block;
width: 9px;
height: 9px;
margin: 0 !important;
background: rgba(255, 255, 255, .78);
border: 1px solid rgba(255, 255, 255, .72);
border-radius: 999px;
cursor: pointer;
opacity: 1;
font-size: 0;
line-height: 0;
transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.homeRotator-dot--active,
.homeRotator-dot:hover {
background: #f0c75a;
border-color: #fff;
transform: scale(1.24);
}

.homeRotator-dot:focus {
outline: none;
box-shadow: 0 0 0 3px rgba(255, 255, 255, .38);
}

@keyframes homeHeroScan {
0%, 16% {
left: -35%;
opacity: 0;
}
28% {
opacity: 1;
}
58%, 100% {
left: 110%;
opacity: 0;
}
}

@keyframes homeDotProgress {
from {
transform: scaleX(0);
}
to {
transform: scaleX(1);
}
}

@keyframes homeTransitionSweep {
0% {
left: -42%;
opacity: 0;
}
18% {
opacity: 1;
}
100% {
left: 112%;
opacity: 0;
}
}

@keyframes homeSlideInNext {
0% {
clip-path: inset(0 0 0 18%);
filter: blur(10px) saturate(.92) contrast(.95);
opacity: 0;
transform: translateX(5%) scale(1.055);
}
48% {
opacity: 1;
}
100% {
clip-path: inset(0 0 0 0);
filter: blur(0) saturate(1.04) contrast(1.04);
opacity: 1;
transform: translateX(0) scale(1);
}
}

@keyframes homeSlideOutNext {
0% {
clip-path: inset(0 0 0 0);
filter: blur(0) saturate(1.02) contrast(1.02);
opacity: 1;
transform: translateX(0) scale(1);
}
100% {
clip-path: inset(0 14% 0 0);
filter: blur(8px) saturate(.9) contrast(.94);
opacity: 0;
transform: translateX(-3.5%) scale(1.028);
}
}

@keyframes homeSlideInPrev {
0% {
clip-path: inset(0 18% 0 0);
filter: blur(10px) saturate(.92) contrast(.95);
opacity: 0;
transform: translateX(-5%) scale(1.055);
}
48% {
opacity: 1;
}
100% {
clip-path: inset(0 0 0 0);
filter: blur(0) saturate(1.04) contrast(1.04);
opacity: 1;
transform: translateX(0) scale(1);
}
}

@keyframes homeSlideOutPrev {
0% {
clip-path: inset(0 0 0 0);
filter: blur(0) saturate(1.02) contrast(1.02);
opacity: 1;
transform: translateX(0) scale(1);
}
100% {
clip-path: inset(0 0 0 14%);
filter: blur(8px) saturate(.9) contrast(.94);
opacity: 0;
transform: translateX(3.5%) scale(1.028);
}
}

@keyframes homeControlPop {
0% {
transform: scale(1);
}
42% {
transform: scale(1.15);
}
100% {
transform: scale(1);
}
}

.home-hero-copy {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
gap: 28px;
overflow: hidden;
margin-top: 18px;
padding: 34px 38px;
background:
linear-gradient(135deg, rgba(7, 31, 58, .96), rgba(9, 66, 112, .94) 62%, rgba(14, 92, 118, .92));
border: 1px solid rgba(255, 255, 255, .16);
border-radius: 14px;
box-shadow: var(--spirion-shadow);
}

.home-hero-copy:after {
content: "";
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 1px;
background: linear-gradient(90deg, transparent, var(--spirion-cyan), var(--spirion-mint), transparent);
}

.home-hero__eyebrow,
.section-heading span,
.method-copy span,
.home-final-cta span,
.page-heading span {
display: block;
margin-bottom: 12px;
color: var(--spirion-blue-2);
font-size: 13px;
font-weight: bold;
letter-spacing: .08em;
text-transform: uppercase;
}

.home-hero h1 {
margin: 0 0 18px;
color: var(--spirion-ink);
font-size: 34px;
font-weight: bold;
line-height: 1.08;
}

.home-hero p {
max-width: 560px;
color: #516070;
font-size: 16px;
line-height: 1.65;
}

.home-hero-copy h1 {
margin: 0 0 10px;
color: #fff;
font-size: 34px;
line-height: 1.15;
}

.home-hero-copy p {
max-width: 670px;
margin: 0;
color: rgba(238, 247, 255, .84);
font-size: 16px;
line-height: 1.65;
}

.home-hero__actions {
position: relative;
z-index: 2;
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 28px;
}

.home-hero-copy .home-hero__eyebrow {
color: #83ddff;
}

.home-hero-copy .btn-light {
background: rgba(255, 255, 255, .12);
border-color: rgba(255, 255, 255, .28);
color: #fff !important;
box-shadow: none;
}

.home-hero-copy .btn-light:hover {
background: #fff;
color: var(--spirion-navy) !important;
}

.home-section {
margin-top: 46px;
padding: 46px;
background: rgba(255, 255, 255, .72);
border: 1px solid rgba(255, 255, 255, .72);
border-radius: 12px;
box-shadow: var(--spirion-shadow);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
}

.section-heading {
max-width: 780px;
margin-bottom: 30px;
}

.section-heading h2,
.method-copy h2,
.home-final-cta h2,
.page-heading h1 {
margin: 0;
color: var(--spirion-ink);
font-size: 32px;
font-weight: bold;
line-height: 1.18;
}

.homeBanner {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
overflow: visible;
}

.homeBanner div {
float: none;
margin: 0 !important;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, .7);
border-radius: 10px;
box-shadow: 0 18px 40px rgba(9, 31, 56, .12);
}

.homeBanner a,
.homeBanner img {
display: block;
width: 100%;
}

.homeBanner img {
height: 190px;
object-fit: cover;
opacity: .96;
transition: transform .5s cubic-bezier(.19, 1, .22, 1), opacity .35s ease, filter .35s ease;
}

.homeBanner div:hover img {
filter: saturate(1.06) contrast(1.03);
transform: scale(1.055);
opacity: 1;
}

.feature-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 18px;
}

.feature-card,
.solution-grid a {
position: relative;
display: block;
min-height: 190px;
overflow: hidden;
padding: 25px;
background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(242, 248, 253, .92));
border: 1px solid var(--spirion-line);
border-radius: 10px;
box-shadow: 0 14px 34px rgba(9, 31, 56, .08);
text-decoration: none;
transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease, background .25s ease;
}

.feature-card:before,
.solution-grid a:before {
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
height: 3px;
background: linear-gradient(90deg, var(--spirion-blue), var(--spirion-cyan), var(--spirion-mint));
opacity: .78;
}

.feature-card:hover,
.solution-grid a:hover {
background: #fff;
border-color: rgba(78, 199, 255, .42);
box-shadow: 0 22px 44px rgba(9, 31, 56, .14);
transform: translateY(-4px);
}

.feature-card strong {
display: block;
margin-bottom: 12px;
color: var(--spirion-navy);
font-size: 18px;
line-height: 1.3;
}

.feature-card p {
color: #4d5b6c;
font-size: 14px;
line-height: 1.6;
}

.home-section--solutions {
position: relative;
overflow: hidden;
background:
linear-gradient(90deg, rgba(78, 199, 255, .08) 1px, transparent 1px),
linear-gradient(180deg, rgba(78, 199, 255, .07) 1px, transparent 1px),
linear-gradient(135deg, var(--spirion-navy), #0b355d 62%, #0b6d89);
background-size: 44px 44px, 44px 44px, auto;
color: #fff;
}

.home-section--solutions .section-heading span {
color: #83ddff;
}

.home-section--solutions .section-heading h2 {
color: #fff;
}

.solution-grid {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 14px;
}

.solution-grid a {
display: flex;
align-items: center;
justify-content: center;
min-height: 92px;
background: rgba(255, 255, 255, .08);
border-color: rgba(255, 255, 255, .18);
color: #fff !important;
font-size: 15px;
font-weight: bold;
line-height: 1.15;
text-align: center;
white-space: nowrap;
box-shadow: none;
}

.solution-grid a:hover {
background: rgba(255, 255, 255, .16);
border-color: rgba(255, 255, 255, .38);
text-decoration: none !important;
}

.home-section--method {
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
gap: 28px;
align-items: center;
}

.method-copy p {
margin-top: 16px;
color: #4d5b6c;
font-size: 16px;
line-height: 1.7;
}

.method-steps {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}

.method-steps div {
position: relative;
overflow: hidden;
padding: 22px;
background: linear-gradient(180deg, #fff, #f2f8fd);
border: 1px solid var(--spirion-line);
border-radius: 10px;
box-shadow: 0 14px 34px rgba(9, 31, 56, .08);
}

.method-steps div:before {
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
height: 3px;
background: linear-gradient(90deg, var(--spirion-cyan), var(--spirion-mint));
}

.method-steps strong {
display: block;
color: var(--spirion-blue);
font-size: 13px;
letter-spacing: .08em;
}

.method-steps span {
display: block;
margin-top: 8px;
color: var(--spirion-ink);
font-size: 18px;
font-weight: bold;
}

.home-section--cms {
background: transparent;
border: 0;
box-shadow: none;
padding: 0;
}

.home-section--cms .home-tabela,
.home-section--cms .home-tabela tbody,
.home-section--cms .home-tabela tr {
display: block;
width: 100% !important;
}

.home-section--cms .home-tabela tr {
display: grid;
grid-template-columns: minmax(0, .9fr) minmax(0, 1.65fr);
gap: 24px;
}

.home-section--cms .home-tabela td {
display: flex;
flex-direction: column;
padding: 28px !important;
background: rgba(255, 255, 255, .82);
border: 1px solid rgba(255, 255, 255, .72);
border-radius: 12px;
box-shadow: var(--spirion-shadow);
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
}

.home-section--cms .home-tabela td > p:last-of-type {
margin-top: auto;
margin-bottom: 0;
padding-top: 24px;
}

.home-section--cms .home-tabela td[width="3%"] {
display: none;
}

.home-section--cms h4 {
color: var(--spirion-ink);
font-size: 24px;
letter-spacing: 0;
}

.home-section--cms img {
width: 100%;
height: auto;
border-radius: 10px;
}

.home-final-cta {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
overflow: hidden;
margin-top: 46px;
padding: 46px;
background:
linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
linear-gradient(180deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
linear-gradient(135deg, #075895, var(--spirion-navy) 58%, #0a6f70);
background-size: 46px 46px, 46px 46px, auto;
border: 1px solid rgba(255, 255, 255, .16);
border-radius: 12px;
color: #fff;
box-shadow: var(--spirion-shadow-strong);
}

.home-final-cta h2 {
color: #fff;
}

.page-shell {
position: relative;
overflow: hidden;
padding: 46px;
background: rgba(255, 255, 255, .78);
border: 1px solid rgba(255, 255, 255, .72);
border-radius: 12px;
box-shadow: var(--spirion-shadow);
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
}

.page-shell:before {
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
height: 3px;
background: linear-gradient(90deg, var(--spirion-blue), var(--spirion-cyan), var(--spirion-mint));
}

.page-heading {
position: relative;
max-width: 820px;
margin-bottom: 30px;
}

.page-heading p {
margin-top: 14px;
color: #516070;
font-size: 17px;
}

.content_interno {
position: relative;
width: auto;
overflow: visible;
color: #374151;
}

.modern-content p,
.content_interno p {
color: #445265;
font-size: 16px;
line-height: 1.75;
}

.modern-content h2,
.modern-content h3,
.content_interno h2,
.content_interno h3 {
color: var(--spirion-ink);
letter-spacing: 0;
}

.modern-content table,
.modern-content iframe,
.content_interno table,
.content_interno iframe {
max-width: 100%;
width: 100% !important;
}

.modern-content table {
display: block;
overflow-x: auto;
}

.modern-content img,
.content_interno img {
max-width: 100%;
height: auto !important;
border-radius: 10px;
box-shadow: 0 16px 34px rgba(9, 31, 56, .1);
}

.content_interno ul {
list-style: disc;
padding-left: 22px;
overflow: visible;
}

.content_interno ul li {
color: #445265;
font-size: 16px;
line-height: 1.7;
}

.bts-voltar {
display: inline-flex;
align-items: center;
gap: 8px;
margin-bottom: 18px;
padding: 8px 13px;
background: rgba(10, 103, 177, .08);
border: 1px solid rgba(10, 103, 177, .14);
border-radius: 999px;
color: var(--spirion-blue) !important;
font-size: 14px;
font-weight: bold;
line-height: 1;
text-decoration: none !important;
transition: background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}

.bts-voltar:before {
content: "<";
color: var(--spirion-blue);
font-size: 15px;
line-height: 1;
}

.bts-voltar:hover {
background: var(--spirion-blue);
border-color: var(--spirion-blue);
color: #fff !important;
transform: translateX(-2px);
}

.bts-voltar:hover:before {
color: #fff;
}
.detail-solucoes table td{
padding: 0 4px ;
}
.detail-solucoes table a:not(:has(img)) {
display: inline-flex;
align-items: center;
gap: 8px;
margin-top: 6px;
padding: 8px 12px;
background: rgba(10, 103, 177, .08);
border: 1px solid rgba(10, 103, 177, .14);
border-radius: 20px;
color: var(--spirion-blue) !important;
font-size: 14px;
font-weight: bold;
line-height: 1.35;
text-decoration: none !important;
transition: background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}

.detail-solucoes table a:not(:has(img)):after {
content: ">";
display: inline-flex;
align-items: center;
justify-content: center;
width: 18px;
height: 18px;
background: rgba(10, 103, 177, .12);
border-radius: 999px;
flex: 0 0 auto;
font-size: 13px;
line-height: 1;
transition: background .22s ease, color .22s ease, transform .22s ease;
}

.detail-solucoes table a:not(:has(img)):hover {
background: linear-gradient(135deg, var(--spirion-blue), var(--spirion-blue-2));
border-color: transparent;
color: #fff !important;
transform: translateY(-1px);
}

.detail-solucoes table a:not(:has(img)):hover:after {
background: rgba(255, 255, 255, .2);
color: #fff;
transform: translateX(2px);
}

.modern-list {
display: grid;
gap: 18px;
list-style: none !important;
padding: 0 !important;
}

.content-card {
display: grid;
grid-template-columns: 220px minmax(0, 1fr);
gap: 22px;
padding: 22px;
background: rgba(255, 255, 255, .9);
border: 1px solid rgba(255, 255, 255, .72);
border-radius: 12px;
box-shadow: 0 14px 34px rgba(9, 31, 56, .08);
transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.content-card:hover {
border-color: rgba(78, 199, 255, .42);
box-shadow: 0 22px 44px rgba(9, 31, 56, .13);
transform: translateY(-3px);
}

.content-card__image {
display: block;
overflow: hidden;
border-radius: 10px;
background: #dcebf6;
}

.content-card__image img {
display: block;
width: 100%;
height: 150px !important;
object-fit: cover;
}

.content-card h2 {
margin: 0 0 8px;
color: var(--spirion-ink);
font-size: 22px;
}

.content-card p {
margin: 0 0 14px;
color: #4d5b6c;
}

.wrapper a img[src*="leiamais"],
.wrapper a img[src*="leia-mais"],
.wrapper a img[src*="leia_mais"] {
display: none !important;
}

.leia-mais,
.modern-readmore,
.modern-content a.leia-mais,
.modern-content a.modern-readmore,
.content_interno a.leia-mais,
.content_interno a.modern-readmore,
.home-section--cms a.leia-mais,
.home-section--cms a.modern-readmore {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 42px;
margin-top: 8px;
padding: 0 18px;
background: linear-gradient(135deg, var(--spirion-blue), var(--spirion-blue-2));
border: 1px solid rgba(255, 255, 255, .28);
border-radius: 999px;
color: #fff !important;
font-size: 14px !important;
font-weight: bold;
line-height: 1;
text-decoration: none !important;
box-shadow: 0 14px 28px rgba(10, 103, 177, .24);
transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.leia-mais:after,
.modern-readmore:after {
content: "+";
display: inline-flex;
align-items: center;
justify-content: center;
width: 18px;
height: 18px;
margin-left: 9px;
background: rgba(255, 255, 255, .18);
border: 1px solid rgba(255, 255, 255, .28);
border-radius: 999px;
font-size: 14px;
line-height: 1;
}

.leia-mais:hover,
.modern-readmore:hover,
.modern-content a.leia-mais:hover,
.modern-content a.modern-readmore:hover,
.content_interno a.leia-mais:hover,
.content_interno a.modern-readmore:hover,
.home-section--cms a.leia-mais:hover,
.home-section--cms a.modern-readmore:hover {
background: linear-gradient(135deg, #075895, #0b75b2);
box-shadow: 0 18px 34px rgba(10, 103, 177, .3);
color: #fff !important;
transform: translateY(-1px);
}

.contact-layout {
display: grid;
grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
gap: 24px;
}

.contact-card {
padding: 28px;
background: rgba(255, 255, 255, .86);
border: 1px solid rgba(255, 255, 255, .72);
border-radius: 12px;
box-shadow: 0 14px 34px rgba(9, 31, 56, .08);
}

.contact-card h2 {
margin: 0 0 18px;
color: var(--spirion-ink);
font-size: 24px;
}

.contact-card--info p {
margin-bottom: 18px;
color: #445265;
}

.contact-card--info strong {
color: var(--spirion-ink);
}

.form-contato dl,
.form-contato dd,
.form-contato dt {
margin: 0;
padding: 0;
}

.form-contato label {
display: block;
margin: 0 0 6px;
color: #253246;
font-weight: bold;
}

.form-contato input[type="text"],
.form-contato input[type="email"],
.form-contato textarea,
.form-contato select {
width: 100%;
min-height: 42px;
margin-bottom: 14px;
padding: 10px 12px;
background: rgba(255, 255, 255, .92);
border: 1px solid rgba(18, 58, 95, .15);
border-radius: 8px;
color: #253246;
font-size: 15px;
transition: border-color .2s ease, box-shadow .2s ease;
}

.form-contato input[type="text"]:focus,
.form-contato input[type="email"]:focus,
.form-contato textarea:focus,
.form-contato select:focus {
border-color: rgba(78, 199, 255, .74);
box-shadow: 0 0 0 4px rgba(78, 199, 255, .16);
outline: 0;
}

.form-contato textarea {
min-height: 130px;
}

.form-contato input[type="submit"],
.form-contato button,
.form-contato .button {
min-height: 42px;
padding: 0 18px;
background: linear-gradient(135deg, var(--spirion-blue), var(--spirion-blue-2));
border: 0;
border-radius: 999px;
color: #fff;
cursor: pointer;
font-weight: bold;
}

.info-contato .redes-sociais {
display: flex;
gap: 8px;
margin-top: 20px;
}

.info-contato .redes-sociais div {
float: none;
margin: 0;
}

.footer {
width: auto;
margin-top: 46px;
padding: 36px;
background:
linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px),
linear-gradient(180deg, rgba(255, 255, 255, .05) 1px, transparent 1px),
linear-gradient(135deg, var(--spirion-navy), #082a4d 62%, #0a626f) !important;
background-size: 48px 48px, 48px 48px, auto;
border: 1px solid rgba(255, 255, 255, .14);
border-radius: 12px;
color: #fff;
box-shadow: var(--spirion-shadow);
}

.modern-footer {
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(240px, .75fr);
gap: 28px;
}

.footer__brand strong {
display: block;
margin-bottom: 10px;
color: #fff;
font-size: 22px;
}

.footer p,
.footer a {
color: rgba(238, 247, 255, .82) !important;
}

.footer__nav .menu,
.footer__nav ul {
background: transparent;
box-shadow: none;
display: block;
margin: 0;
padding: 0;
}

.footer__nav li {
display: inline-block;
margin: 0 10px 8px 0;
}

.footer__nav li a {
display: inline-block;
padding: 0;
line-height: 1.4;
}

.footer__nav li a:hover {
color: #fff !important;
}

.modern-copy {
display: flex;
justify-content: space-between;
align-items: center;
gap: 16px;
margin-top: 14px;
padding: 0 4px;
color: #536173;
}

.modern-copy .right {
display: flex;
align-items: center;
gap: 8px;
}

.modern-copy img {
display: block;
max-height: 28px;
}

/* Legacy templates and CMS fragments */
.content,
.wrapperCont,
.ind,
.node,
.portfolio-container,
.content_portifolio,
.galeria,
#verproduto,
.bloco-conteudo {
width: 100% !important;
max-width: 100%;
}

.breadcrumb,
.pager {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 6px;
width: 100%;
height: auto;
margin: 0 0 18px;
padding: 8px 10px;
background: rgba(255, 255, 255, .76);
border: 1px solid rgba(255, 255, 255, .72);
border-radius: 10px;
box-shadow: 0 10px 24px rgba(9, 31, 56, .06);
}

.pager a,
.pager span {
flex: 0 0 auto;
}

.content_portifolio,
.galeria,
#verproduto,
.bloco-conteudo {
overflow: visible;
}

.wrapperCont > .content,
.wrapperCont .content {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(240px, .34fr);
gap: 24px;
overflow: visible;
}

.contentdetail,
.sidebar {
float: none;
width: auto !important;
max-width: 100%;
height: auto !important;
}

.contentdetail,
.sidebar,
.port-detail .detail {
background: rgba(255, 255, 255, .82);
border: 1px solid rgba(255, 255, 255, .72);
border-radius: 10px;
box-shadow: 0 14px 34px rgba(9, 31, 56, .08);
padding: 20px;
}

.contentdetail iframe,
.contentdetail table,
.sidebar iframe,
.sidebar table {
max-width: 100%;
width: 100% !important;
}

.menu-rapido {
height: auto;
line-height: 1.3;
padding: 8px 10px;
border-radius: 10px;
}

.menu-rapido ul {
display: flex;
flex-wrap: wrap;
gap: 8px 16px;
}

.menu-rapido ul li {
float: none;
margin: 0;
}

.port-menu,
.listagem-produtos {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
gap: 18px;
list-style: none;
margin: 20px 0;
padding: 0;
overflow: visible;
}

.port-menu li.item,
.listagem-produtos li {
display: block;
float: none;
margin: 0;
text-align: center;
}

.port-menu li.item img,
.listagem-produtos .produto {
width: 100%;
max-width: 100%;
}

.port-detail {
max-width: 100%;
}

.port-detail .detail {
height: auto;
max-height: 72vh;
overflow: auto;
}

.listagem-produtos .produto {
background: rgba(255, 255, 255, .86);
border: 1px solid rgba(255, 255, 255, .72);
border-radius: 10px;
box-shadow: 0 14px 34px rgba(9, 31, 56, .08);
}

.bloco-conteudo {
display: flex;
flex-wrap: wrap;
gap: 22px;
}

.bloco-conteudo > h3,
.bloco-conteudo > .pager,
.bloco-conteudo > br {
flex: 0 0 100%;
}

.auto,
.autoFirst {
float: none;
clear: none;
flex: 1 1 220px;
max-width: 270px;
margin: 0 !important;
}

.auto .conteudo {
width: 100%;
height: 100%;
padding: 16px;
background: rgba(255, 255, 255, .86);
border: 1px solid rgba(255, 255, 255, .72);
border-radius: 10px;
box-shadow: 0 14px 34px rgba(9, 31, 56, .08);
}

.auto .conteudo img {
max-width: 100%;
height: auto;
}

#verproduto .verproduto-wrap,
.index-conteudo {
display: grid;
grid-template-columns: minmax(0, 1.05fr) minmax(300px, .82fr);
gap: 24px;
overflow: visible;
}

#verproduto #images,
.index-conteudo .descricao,
.index-conteudo .form-prop,
#verproduto #descricao,
#verproduto .produto-description {
float: none;
width: auto;
max-width: 100%;
margin: 0;
}

#verproduto #images {
grid-row: 1 / span 2;
margin-left: 0;
}

#verproduto h4.produto {
margin: 0;
}

#verproduto #descricao,
#verproduto .produto-description,
.index-conteudo .form-prop {
background: rgba(255, 255, 255, .84);
border: 1px solid rgba(255, 255, 255, .72);
border-radius: 10px;
box-shadow: 0 14px 34px rgba(9, 31, 56, .08);
}

#verproduto #descricao,
.index-conteudo .form-prop {
padding: 18px;
}

#verproduto .produto-description {
width: 100%;
margin-top: 24px;
padding: 22px;
}

#images,
#gallery,
.carousel,
.galleria-container {
max-width: 100% !important;
}

#gallery,
.galleria-container {
width: 100% !important;
height: clamp(260px, 42vw, 450px) !important;
}

.galleria-stage,
.galleria-thumbnails-container {
max-width: 100% !important;
}

.index-conteudo .form-prop table,
.index-conteudo .form-prop tbody,
.index-conteudo .form-prop tr {
width: 100% !important;
}

.index-conteudo .form-prop th,
.index-conteudo .form-prop td {
word-break: break-word;
}

.galeria #recebe_foto,
.galeria ul {
max-width: 100%;
}

.galeria #recebe_foto img {
display: block;
width: 100%;
height: auto;
}

.galeria ul {
display: flex;
flex-wrap: wrap;
gap: 8px;
list-style: none;
margin: 14px 0 0;
padding: 0;
}

.galeria li {
margin: 0;
}

.lojas,
.info-contato .redes-sociais {
overflow: visible;
}

.lojas img,
.info-contato .redes-sociais img {
float: none;
height: auto;
}

@media (max-width: 1120px) {
.menu-topo li a {
padding: 0 13px;
font-size: 13px;
}

.feature-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.solution-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media (max-width: 980px) {
.site {
padding: 0 16px;
}

.home-hero {
aspect-ratio: 965 / 265;
}

.homeRotator {
--rotator-control-size: 40px;
--rotator-control-offset: 14px;
--rotator-arrow-size: 30px;
}

.homeRotator-slide div,
.homeRotator-slide a {
background: linear-gradient(135deg, #e9f4fd, #d8eaff);
}

.homeRotator-slide img {
object-fit: contain;
}

.site-header,
.home-final-cta {
align-items: flex-start;
flex-direction: column;
}

.site-header__contact {
width: 100%;
justify-content: space-between;
text-align: left;
}

.home-hero-copy {
align-items: flex-start;
flex-direction: column;
}

.home-hero-copy h1 {
font-size: 36px;
}

.home-section--method,
.home-section--cms .home-tabela tr,
.contact-layout,
.modern-footer,
#verproduto .verproduto-wrap,
.index-conteudo {
grid-template-columns: 1fr;
}

#verproduto #images {
grid-row: auto;
}

.solution-grid a {
min-height: 72px;
}

#gallery,
.galleria-container {
height: clamp(260px, 54vw, 410px) !important;
}
}

@media (max-width: 760px) {
.bgs-site {
padding-top: 12px;
}

.site {
padding: 0 12px;
}

.site-header,
.home-section,
.page-shell,
.footer,
.home-final-cta,
.home-hero-copy {
border-radius: 12px;
padding: 24px;
}

.site-header {
gap: 18px;
}

.site-header__logo img {
max-width: 210px;
}

.site-header__contact {
align-items: flex-start;
flex-direction: column;
gap: 12px;
}

.site-nav-toggle {
display: block;
position: relative;
padding-right: 48px;
transition: background .24s ease, box-shadow .24s ease;
}

.site-nav-toggle:after {
content: "";
position: absolute;
top: 50%;
right: 18px;
width: 9px;
height: 9px;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: translateY(-65%) rotate(45deg);
transform-origin: center;
transition: transform .24s ease;
}

.site-nav-toggle[aria-expanded="true"] {
box-shadow: 0 14px 32px rgba(7, 31, 58, .18);
}

.site-nav-toggle[aria-expanded="true"]:after {
transform: translateY(-35%) rotate(225deg);
}

.menu-topo {
display: block;
max-height: 0;
opacity: 0;
overflow: hidden;
transform: translateY(-8px);
transition: max-height .34s ease, opacity .24s ease, transform .34s ease, visibility 0s linear .34s;
visibility: hidden;
}

.menu-topo.menu-topo--open {
max-height: min(680px, calc(100vh - 150px));
opacity: 1;
overflow-y: auto;
transform: translateY(0);
transition: max-height .34s ease, opacity .24s ease, transform .34s ease, visibility 0s linear 0s;
visibility: visible;
}

.menu-topo > .menu,
.menu-topo .menu {
border-radius: 10px;
padding: 8px;
}

.menu-topo ul,
.menu-topo li {
display: block;
width: 100%;
}

.menu-topo li a {
line-height: 1.3;
padding: 13px 12px;
text-align: left;
}

.menu-topo > .menu > ul > li > a:after {
right: 12px;
bottom: 6px;
left: 12px;
}

.menu-topo ul li .menu {
position: static;
min-width: 0;
box-shadow: none;
margin: 4px 0 8px;
}

.menu-topo ul li.is-open > .menu {
display: block;
}

.home-hero {
aspect-ratio: 965 / 265;
border-radius: 12px;
}

.homeRotator {
--rotator-control-size: 36px;
--rotator-control-offset: 10px;
--rotator-arrow-size: 26px;
}

.home-hero-copy h1 {
font-size: 32px;
}

.home-hero-copy p {
font-size: 16px;
}

.homeRotator-nav {
bottom: 12px !important;
gap: 6px;
}

.homeRotator-dot {
width: 9px;
height: 9px;
}

.home-section {
margin-top: 28px;
}

.homeBanner,
.feature-grid {
grid-template-columns: 1fr;
}

.solution-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section-heading h2,
.method-copy h2,
.home-final-cta h2,
.page-heading h1 {
font-size: 26px;
}

.homeBanner img {
height: 190px !important;
}

.content-card {
grid-template-columns: 1fr;
}

.content-card__image img {
height: 190px !important;
}

.modern-content table,
.modern-content tbody,
.modern-content tr,
.modern-content td,
.modern-content th,
.content_interno table,
.content_interno tbody,
.content_interno tr,
.content_interno td,
.content_interno th {
display: block;
width: 100% !important;
height: auto !important;
}

.modern-content td,
.modern-content th,
.content_interno td,
.content_interno th {
padding: 8px 0 !important;
}

.detail-solucoes table td[width="7"],
.detail-solucoes table td[width="3%"],
.home-section--cms .home-tabela td[width="3%"] {
display: none !important;
}

.detail-solucoes table img {
margin: 0 0 10px !important;
}

.auto,
.autoFirst {
max-width: none;
}

.port-menu,
.listagem-produtos {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.modern-copy {
align-items: flex-start;
flex-direction: column;
}
}

@media (max-width: 560px) {
.bgs-site {
padding-bottom: 26px;
}

.site {
padding: 0 10px;
}

.site-header,
.home-section,
.page-shell,
.footer,
.home-final-cta,
.home-hero-copy,
.contact-card {
padding: 20px;
}

.site-header__logo img {
max-width: 190px;
max-height: 64px;
}

.site-header__contact,
.home-hero__actions,
.home-final-cta,
.modern-copy .right {
width: 100%;
}

.home-hero {
aspect-ratio: auto;
height: clamp(158px, 43vw, 205px);
min-height: 0;
}

.homeRotator-slide img {
object-fit: cover;
object-position: left center;
}

.homeRotator-arrow {
opacity: .92;
}

.homeRotator-nav {
right: auto;
bottom: 9px !important;
left: 50% !important;
gap: 6px;
transform: translateX(-50%);
}

.homeRotator-dot {
width: 9px;
height: 9px;
border: 0;
font-size: 0;
line-height: 0;
box-shadow: 0 4px 12px rgba(6, 18, 34, .22);
}

.homeRotator-dot--active,
.homeRotator-dot:hover {
background: #fff;
}

.home-hero-copy h1 {
font-size: 28px;
}

.section-heading h2,
.method-copy h2,
.home-final-cta h2,
.page-heading h1 {
font-size: 24px;
}

.solution-grid,
.method-steps,
.port-menu,
.listagem-produtos {
grid-template-columns: 1fr;
}

.home-section--cms .home-tabela td {
padding: 20px !important;
}

.contact-card {
min-width: 0;
}

.form-contato input[type="submit"],
.form-contato button,
.form-contato .button,
.btn,
.site-header__cta,
.modern-readmore,
.leia-mais {
width: 100%;
}

#gallery,
.galleria-container {
height: clamp(220px, 68vw, 320px) !important;
}

.index-conteudo .form-prop th,
.index-conteudo .form-prop td {
display: block;
width: 100% !important;
padding: 6px 8px;
}

.pager {
justify-content: center;
}
}

@media (max-width: 420px) {
.site-header__logo img {
max-width: 178px;
max-height: 58px;
}

.site-header__contact-text span,
.footer p,
.modern-copy {
font-size: 13px;
}

.home-hero {
height: clamp(145px, 45vw, 170px);
min-height: 0;
}

.homeRotator {
--rotator-control-size: 32px;
--rotator-control-offset: 8px;
--rotator-arrow-size: 23px;
}

.homeRotator-dot {
width: 8px;
height: 8px;
font-size: 0;
}

.home-hero-copy h1 {
font-size: 26px;
}

.home-hero-copy p,
.modern-content p,
.content_interno p,
.content_interno ul li {
font-size: 15px;
}

.homeBanner img {
height: 170px !important;
}

.content-card,
.method-steps div,
.feature-card,
.solution-grid a {
padding: 18px;
}
}
