@font-face { font-family: 'Proxima Nova'; font-weight: 200; font-style: normal; src: url('../../fonts/proxima_nova_thin-webfont.woff2') format('woff2'), url('../../fonts/proxima_nova_thin-webfont.woff') format('woff'); }
@font-face { font-family: 'Proxima Nova'; font-weight: 300; font-style: normal; src: url('../../fonts/proxima_nova_light-webfont.woff2') format('woff2'), url('../../fonts/proxima_nova_light-webfont.woff') format('woff'); }
@font-face { font-family: 'Proxima Nova'; font-weight: 400; font-style: normal; src: url('../../fonts/proxima_nova_regular-webfont.woff2') format('woff2'), url('../../fonts/proxima_nova_regular-webfont.woff') format('woff'); }
@font-face { font-family: 'Proxima Nova'; font-weight: 500; font-style: normal; src: url('../../fonts/proxima_nova_semibold-webfont.woff2') format('woff2'), url('../../fonts/proxima_nova_semibold-webfont.woff') format('woff'); }
@font-face { font-family: 'Proxima Nova'; font-weight: 600; font-style: normal; src: url('../../fonts/proxima_nova_bold-webfont.woff2') format('woff2'), url('../../fonts/proxima_nova_bold-webfont.woff') format('woff'); }
@font-face { font-family: 'Proxima Nova'; font-weight: 700; font-style: normal; src: url('../../fonts/proxima_nova_extrabold-webfont.woff2') format('woff2'), url('../../fonts/proxima_nova_extrabold-webfont.woff') format('woff'); }
@font-face { font-family: 'Proxima Nova'; font-weight: 800; font-style: normal; src: url('../../fonts/proxima_nova_black-webfont.woff2') format('woff2'), url('../../fonts/proxima_nova_black-webfont.woff') format('woff'); }

body { text-align: center;}
body, td { color: #304148; font-weight: 400; font-family: "Proxima Nova","Segoe UI","Roboto","Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";}
body > section > .container { padding-left: 8%; padding-right: 8%; }
a, h1, h2, h4 { color: #0A378C; transition: 0.3s;}
a:hover { color: #0950bb;}
h1, h2 { line-height: 100%;}
hr { border-top-color: #304148; opacity: 0.75;}
section strong { font-weight: 600;}

.btn { border-radius: 20px; padding-left: 30px; padding-right: 30px; font-weight: 500; min-width: 200px; }
.btn-primary { border-radius: 35px; padding: 12px 30px; background-color: #0A378C; border-color: #0A378C;}
.btn-primary:hover { background-color: #0950bb; border-color: #0950bb;}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active { background-color: #0A378C; border-color: #0A378C;}
.btn-whatsapp { background-color: #25d366 !important; border-color: #25d366 !important; padding: 14px 30px 10px 30px;}
.btn-whatsapp:hover { background-color: #2bf978 !important; border-color: #2bf978 !important; }
.btn-whatsapp::before { content: "\f232"; font-family: "Font Awesome 6 Brands"; margin-right: 6px; font-size: 1.65em; -webkit-font-smoothing: antialiased; display: var(--fa-display,inline-block); font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; vertical-align: middle; position: relative; top:-2px; }
.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item, .breadcrumb-item.active { color: #757575; font-size: 0.9rem;}
.breadcrumb-item.active { font-weight: 500;}
.swiper-button-prev { background-image: url('../../img/swiper_prev.webp');}
.swiper-button-next { background-image: url('../../img/swiper_next.webp');}
.swiper-slide img { width: 100%; height: auto;}
.justify-content-between .swiper-container { width: 100% !important; max-width: 100% !important;}
.justify-content-between .swiper-wrapper { justify-content:space-between;}
.accordion .collapsed { background-color: #4e5b61; color: #FFF; }
.accordion-item { border:none; margin-bottom: 10px; border-radius: 0 !important;}
.accordion-button { border-radius: 0 !important; font-weight: 500;}
.accordion-button:focus { box-shadow: none; }
.accordion-button:not(.collapsed) { box-shadow: none; background-color: #0A378C; color: #FFF;}
.accordion-button::after { display: inline-block; content: ""; border-top: 0.35em solid; border-right: 0.35em solid transparent; border-bottom: 0; border-left: 0.35em solid transparent; background: none; width: auto; height: auto; }
.accordion-body { background-color: #f6f7f7;}
.form-control, .form-control:focus, .form-select, .form-select:focus { background-color: #f5f6f7; border-radius: 0; border-color: #f5f6f7; color: #818e95;}
.form-floating label, form { color: #818e95}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label { color: #304148; font-size: 0.9rem;}
.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after { background: transparent;}
.form-floating.empty label { color: #818e95; transform:none; font-size: 1rem;}
.form-floating input[type=file] { color:transparent; position: relative;}
.form-floating input[type=file]::before { content: 'Anexar arquivo (Formato PDF)'; display: inline-block; height: 63px; line-height: 63px; background-color: #f5f6f7; color: #818e95; padding: 0 .75rem; outline: none; white-space: nowrap; -webkit-user-select: none; cursor: pointer; position: absolute; left: 0; top: 0; }
.form-floating input[type=file]::after { content: "\f0c6"; font:normal 900 1em/1 'Font Awesome 6 Free'; color: #818e95; -webkit-font-smoothing: antialiased; display: var(--fa-display,inline-block); font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; position: absolute; right: 24px; top: 22px; }
.dropdown.select button { padding-left: 1rem; padding-right: 1rem;}
.dropdown.select button::after { float: right; border-width: 0.45em; margin-top: 8px;}
.dropdown.select ul { position: relative !important; transform: none !important; border-radius: 0; background-color: #f6f7f7;}
.dropdown.select a:hover { color: #0A378C; background: transparent;}
.page-link { color: #304148; border-color: #304148 !important; width: 42px; height: 42px; text-align: center; font-weight: 500; padding: 0; line-height: 42px; }
.page-link.icon { font-size: 1.5rem; line-height: 38px;}
.page-link:hover { background-color: #f5f6f7;}
.active>.page-link, .page-link.active { background-color: #0A378C; border-color: #0A378C;}

.bg-grey { background-color: #f5f6f7;}
.bd-grey { border: 10px solid #e3e5e7;}
.txt-grey { color: #304148;}
.source { border-top: 1px solid #304148; border-bottom: 1px solid #304148; padding: 18px 0; margin: 50px 0;} 
.source a { color:#304148; text-decoration: none; display: block; background: url('../../img/ico_link.webp') right center no-repeat; width: 99%;} 
.source a:hover { color: #0A378C; background-image: url('../../img/ico_link_hover.webp');} 
.title { margin-top: 20px;}
.title h1 + p { color: #788388; font-size: 1.2rem; line-height: 110%;}

#logo { width: 100px; position: relative; top: 0px; }
header { background-color: #0A378C; height: 80px; position: relative; z-index: 100;}
header .offcanvas-header, header .offcanvas-body, header .navbar-nav { width: 100%;}
header .navbar-brand, header .navbar-brand:hover { color: #FFF;}
header .navbar-brand em { font-size: 0.78rem; position: relative; top:5px; left: 5px;}
header .navbar-toggler { border:none}
header .nav-link, header .dropdown-item  { color: #304148;}
header .dropdown-toggle::before { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; margin-right: 10px; }
header .navbar-nav > .dropdown > .dropdown-toggle::before, header .dropdown-toggle::after { display: none;}
header .navbar-nav > .dropdown > .dropdown-menu { border:none}
header .navbar-nav > .dropdown > .dropdown-menu > li > .dropdown-item { padding-left: 1.15rem; padding-right: 1.5rem; min-width: 190px;}
header .navbar-nav .dropdown-menu .dropdown-menu { position: relative; border: none; padding-left: 1rem; padding-top: 0;}
header .navbar-nav .dropdown-menu .dropdown-menu .dropdown-item { padding-top: 0.1rem; padding-bottom: 0.1rem;}
header .dropdown-item:focus, header .dropdown-item:hover, header .dropdown-item.show { background: transparent !important; color: #0A378C;}
header .dropdown-item.active, header .dropdown-item:active { background: transparent !important;}
header .dropdown-toggle.show, header .navbar-nav .nav-link.show { font-weight: 500;}
header .dropdown.has-submenu .dropdown-item { margin-left: 22px;}
header .dropdown.has-submenu .dropdown-item.dropdown-toggle { margin-left: 0;}

footer { background-color: #0A378C; padding: 60px 0; color: #FFF;}
footer a { color: #FFF; text-decoration: none;}
footer a:hover { color: #a6adb0;}
footer ul { list-style-type: none;margin-top: 60px; line-height: 1.75rem;}
footer ul li { margin-bottom: 5px;}
footer ul li strong { font-size: 1.3rem; font-weight: 500;}
footer img { margin: 5px;}
footer .social { font-size: 2rem; margin-top: 60px;}
footer .big { font-size: 1.3rem}
footer > .container > .row > div:last-child ul li { text-decoration: underline; text-underline-offset: 8px; text-decoration-thickness: 1px;}
footer .col-xl-7 > .row div:last-child ul li { margin-bottom: 4px;}
footer .text-center ul { padding: 0;}

#banner.carousel-dark .carousel-indicators [data-bs-target] { width: 14px; height: 14px; background-color: #dadee1; border: 5px solid #f5f6f7; margin: 0 5px; opacity: 1;}
#banner.carousel-dark .carousel-indicators [data-bs-target].active { background-color: #0A378C; border-color: #f5f6f7; }

#linhas { position: relative; margin-top: 60px; margin-bottom: 60px;}
#linhas .swiper-container { margin: auto;}
#linhas .swiper-slide img { margin-bottom: 20px;}
#linhas .swiper-slide a { font-weight: bold;}
#linhas .swiper-button-next, #linhas .swiper-button-prev { top: 85px;}
#linhas .btn { position: absolute; bottom: 0; /*display: none;*/ left: calc( 50% - 100px );} /*Criado*/
/*#linhas .btn { position: absolute; bottom: 0;} */
/* #linhas .btn { position: absolute; bottom: 0; display: none; left: calc( 50% - 100px );} att.: display: none; estava desabilitado */

#teaser_hist { padding: 60px 0;}
#teaser_hist h2, #teaser_hist a { font-weight: bold;}
#teaser_hist blockquote { border-left: 12px solid #0A378C; padding-left: 24px; text-align: left;}

#noticias { padding: 60px 0;}
#noticias .row { align-items: center; border-bottom: 1px solid #a1abb0; max-width: 416px; margin: auto; padding: 70px 0;}
#noticias .row:last-child { border-bottom: none; }
#noticias .row p:last-child { margin-bottom: 0;}
#noticias .row a { font-weight: 500;}
#noticias .row > div { padding-left: 0; padding-right: 0;}

#whatsapp { z-index: 9999; position: fixed; right: 0; top: 330px; background-color: #25d366; border-color: #25d366; font-size: 3rem; border-bottom-right-radius: 0; border-top-right-radius: 0; padding: 5px 20px 0px 20px; min-width: 0;}
#whatsapp:hover { background-color: #2bf978; border-color: #2bf978; }
#whatsapp.open .fa-whatsapp:before { content: 'x'; font-size: 2rem; margin: 0 0.55rem; position: relative; top: -0.3rem;}
.whatsapp-popover { border-color: #25d366;}
.whatsapp-popover .popover-header { background-color: #25d366; color: #FFF; font-size: 1.5rem; padding: 1rem 1.5rem; border-bottom-color: #25d366;}
.whatsapp-popover .popover-body { padding: 0.9rem 2rem 0.9rem 1.5rem;}
.whatsapp-popover .popover-body a { color: #304148; font-size: 1.1rem; text-decoration: none; margin: 10px 0; display: block; font-weight: 400; transition: 0.5s; }
.whatsapp-popover .popover-body a .fa-whatsapp { font-size: 1.5rem; margin-right: 2px;}
.whatsapp-popover .popover-body a:hover { color: #25d366;}
.whatsapp-popover.bs-popover-auto[data-popper-placement^=left]>.popover-arrow, .whatsapp-popover.bs-popover-start>.popover-arrow { right: -9px;}
.whatsapp-popover.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before, .whatsapp-popover.bs-popover-start>.popover-arrow::before { border-left-color: #25d366;}

#mvv { padding: 4rem; }
#mvv h1 { font-weight: 600;}

#swiper-sobre { position: relative; max-width: 416px; margin-top: 20px;}
#swiper-sobre .swiper-container { width: 80%; max-width: 332px; margin: auto;}
#swiper-sobre .swiper-button-prev, #swiper-sobre .swiper-button-next { background-size: 50%;}
#swiper-sobre .swiper-button-prev { left: -6px;}
#swiper-sobre .swiper-button-next { right: -6px;}

#interesse { padding: 75px 0 120px 0; margin-top:-70px;}

input#curriculo::before { content: 'Anexar currículo (Formato PDF)';}
input#anexos::before { content: 'Anexos (Formato PDF)';}

#produtos-grid .item { margin-bottom: 100px; position: relative; padding-bottom: 3rem; }
#produtos-grid .item h4, #produtos-grid .item p { line-height: 1.25rem; margin: 0.5rem 0 1.25rem 0; }
#produtos-grid .item .codigo, #produto p.linha { font-size: 0.9rem; text-decoration: underline;}
#produtos-grid .item img { width: 100%;}
#produtos-grid .item .btn { position: absolute; bottom: 0;}

#produto .aplicacoes { list-style-type: square; padding-left: 0.75em }
#produto .aplicacoes li {font-weight: 600; padding: 0; line-height: 110%; }
#produto .aplicacoes li::after { content: ''; display: block; border-bottom: 1px solid #304148; margin: 12px 0 12px -22px; }
#produto .aplicacoes li:last-child::after { border-bottom: none;}
#produto .aplicacoes li::marker { color:#0A378C; font-size: 1.45rem;}
#produto table { border: 1px solid #a1abb0;}
#produto table td { background-color: #f5f6f7; color: #0A378C; font-weight: 600; border-color: #a1abb0; padding-left: 0.6rem; padding-right: 0.6rem; line-height: 110%; }
#produto table td:first-child { background-color: #0A378C; color: #FFF; font-weight: 400;}
#produto .pdf-list { list-style-type: none; padding-left: 0; text-align: left; line-height: 110%; }
#produto .pdf-list li { border-bottom: 1px solid #304148; padding: 18px 0 7px 0; background: url('../../img/ico_pdf.webp') 0 14px no-repeat; background-size: 16px; }
#produto .pdf-list li a { color:#304148; text-decoration: none; padding-left: 24px; position: relative; top: -5px; display: flex; align-items: center; min-height: 24px; width: 98%; background: url('../../img/ico_link.webp') right 2px no-repeat; }
#produto .pdf-list li a:hover { color:#0A378C; background-image: url('../../img/ico_link_hover.webp'); }
#swiper-produtos { position: relative;}
#swiper-produtos figcaption { margin-top: 5px;}
#swiper-produtos .swiper-button-prev { left: -45px;}
#swiper-produtos .swiper-button-next { right: -45px;}
#swiper-produtos .swiper-button-prev, #swiper-produtos .swiper-button-next { background-size: 50%;}
.preco { font-size: 1.75rem; color: #0A378C; font-weight: 600; }

#downloads .accordion .accordion-body ul { list-style-type: none; margin: 0; padding: 0;}
#downloads .accordion .accordion-body ul li { border-bottom: 1px solid #818e95;}
#downloads .accordion .accordion-body ul li a { color: #304148; text-decoration: none; padding: 10px 27px 10px 0; display: block; width: 99%; background: url('../../img/ico_link.webp') right center no-repeat;}
#downloads .accordion .accordion-body ul li a:hover { color: #0A378C; background-image: url('../../img/ico_link_hover.webp');}
#downloads .accordion .accordion-body ul li a img { vertical-align: middle; margin-right: 5px; position: relative; top: -2px;}

@media (max-width: 991px) {
    header .navbar-nav .nav-link.show, header .navbar-nav .nav-link:hover, header .navbar-nav .nav-link:focus { background: transparent !important; color: #0A378C;}
    header .navbar-nav > .dropdown > .dropdown-menu { padding-top: 0;}
    header .navbar-nav > .dropdown > .nav-link.show { padding-bottom: 0;}
    .navbar .offcanvas-body { text-align: left;}
    #whatsapp { right: 1rem; bottom: 1rem; top: inherit; font-size: 2.5rem; line-height: 68px; width: 64px; height: 64px; padding: 0; min-width: 0; border-radius: 50%;}
    .swiper-button-prev, .swiper-button-next { width: 14px; height: 22px; background-size: 14px 22px; }
    .carousel-indicators { display: none;}
    #noticias h2 { margin-top: 0.75em;}
    #noticias .row { border: none; padding: 0; margin: 60px auto;}
    footer ul { margin: 30px 0}
    footer ul li { margin-bottom: 2px;}
    footer .logos { margin-bottom: 30px;}
    section.selo .container { margin: 3rem auto}
    section.selo .container img { margin-bottom: 1em }
    #mvv { padding: 3rem 0;}
    #mvv .row > div { margin: 1.5rem 0;}
    #mvv .row > div p { margin: 0;}
    #sustentabilidade { margin: 0 0 20px 0 !important;}
    #sustentabilidade .row > div { margin-top: 30px; margin-bottom: 30px; padding: 0 !important;}
    #swiper-sobre { margin: 20px auto 0 }
    #atuacao ul { text-align: left; display: inline-block; min-width: 110px;}
    #atuacao img { max-width: 416px;}
    #interesse { padding: 40px 0 60px 0; margin-top: -20px;}
    #produtos-grid .item { margin-bottom: 60px; padding-bottom: 0;}
    #produtos-grid .item .btn { position: relative;}
    #produtos-grid .item figure { margin-bottom: 0;}
    #produto table td { text-align: left; line-height: 110%; }
    #produto .aplicacoes li { text-align: left;}
    #linhas .container { max-width: 573px;}
    #linhas .swiper-container { max-width: 416px;}
    #swiper-produtos .swiper-button-prev { left: -20px;}
    #swiper-produtos .swiper-button-next { right: -20px;}
    #linhas .swiper-button-next, #linhas .swiper-button-prev, 
    #swiper-sobre .swiper-button-next, #swiper-sobre .swiper-button-prev, 
    #swiper-produtos .swiper-button-next, #swiper-produtos .swiper-button-prev { display: none; }
    #linhas .container { position: relative;}
}

@media (min-width: 576px) and (max-width:767px) {
    .container, .container-sm { max-width: 576px;}
    .over-grid { width: 110%; margin-left: -5%; }
}

@media (min-width: 640px) and (max-width:767px) {
    .over-grid { width: 130%; margin-left: -15%; }
}

@media (min-width: 768px) and (max-width:991px) {
    .over-grid { width: 120%; margin-left: -10%; }
}

@media (max-width: 480px) {
    #atuacao img { max-width: 100%;}
}

@media (max-width: 289px) {
    header .navbar-brand em { display: none;}
}

@media (min-width: 992px) {
    body { text-align: left;}
    header .navbar .nav-link { color: white; font-weight: 500;}
    header .navbar .nav-link:hover { color: #a6adb0;}
    header .navbar .offcanvas { position: relative; top: -12px; }
    header .navbar .language { position: absolute; top: -35px; right:0;}
    header .navbar-brand em { top: -8px; font-size: 1rem;}
    #logo { width: 230px; top: -17px; }
    #noticias .row { max-width: 90%; }

    header .navbar-nav > .dropdown:hover > .dropdown-menu { display: block; margin-top: -3px; border:none; border-top: 4px solid #a6adb0;}
    header .navbar-nav > .dropdown > .dropdown-menu > .dropdown-menu-arrow { top: -28px; left: 15%; width: 0; height: 0; position: relative; }
    header .navbar-nav > .dropdown > .dropdown-menu > .dropdown-menu-arrow:before, 
    header .navbar-nav > .dropdown > .dropdown-menu > .dropdown-menu-arrow:after { content: ""; position: absolute; display: block; width: 0; height: 0; border-width: 7px 8px; border-style: solid; border-color: transparent; z-index: 1001; }
    header .navbar-nav > .dropdown > .dropdown-menu > .dropdown-menu-arrow:after { bottom: -18px; right: -8px; border-bottom-color: #a6adb0; }
    header .navbar-nav > .dropdown > .dropdown-menu > .dropdown-menu-arrow:before { bottom: -17px; right: -8px; border-bottom-color: rgba(0,0,0,.15); }

    #produto table td { padding-left: 1rem; padding-right: 0.8rem;}

    #teaser_hist .container .row { width: 90%; margin: auto;}
    #atuacao { padding-bottom: 100px;}
    section.selo .container { border-top: 1px solid #a1abb0; padding: 55px 0;}

}

@media (min-width: 1200px) {
    .h1, h1 { font-size: 3rem; }
    .title h1 + p { font-size: 1.5rem;}
    header { height: 100px;}
    header .navbar .offcanvas { position: relative; top: -5px; }
    header .navbar .language { position: absolute; top: -50px; right:0;}
    header .navbar-brand em { font-size: 1.3rem;}
    #logo { width: 283px; top: -17px;}
    #produto table td { padding-left: 1.2rem; padding-right: 1rem;}
    #linhas .swiper-button-next, #linhas .swiper-button-prev { top: 105px;}
}

@media (min-width: 1400px) {
    #linhas .swiper-button-next, #linhas .swiper-button-prev { top: 125px;}
    #atuacao { padding-bottom: 0;}
}

@media (min-width: 1600px) {
    html, body, td { font-size: 1.1em;}
    .container { max-width:1400px;}
    header .container, footer .container { max-width: 86%;}
    header .navbar .offcanvas { position: relative; top: -10px; }
    header .dropdown.has-submenu .dropdown-item { margin-left: 25px;}
    #produtos-grid p { max-width: 416px;}
    #atuacao { padding-bottom: 60px;}
}




/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
/* ============ small devices .end// ============ */