﻿:root {
    --cor-primaria: #354462;
}

.col-div-5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
}

.banner-cards .row {
    margin-left: -10px !important;    
}
footer .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.no-margin-left {
    margin-left: 0px !important;
}
.no-margin-right {
    margin-left: 0px !important;
}

.novidade-importacao {
    position: absolute;
    background-color: var(--cor-primaria);
    padding: 10px 20px;
    color: #fff;
    font-family: 'GilRoy-Bold';
    font-size: 13px;
}

.imagem-fixa {
    position: fixed;    
}
.imagem-absolute {
    position: absolute;
}

.div-info-adicional-produto-desktop b {
    font-family: 'GilRoy-Bold' !important;
}

.div-info-adicional-produto-desktop p {
    margin: 15px 0;
}

.container {
    /*border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;*/
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.filtrar-categoria {
    margin-top: 30px;
    padding: 0;
}

    .filtrar-categoria label {
        font-size: 20px;
        color: #314663;
        font-weight: bold;
        margin-bottom: 5px;
    }

.img-novidade-produto {
    position: absolute;
    left: 15px;
    width: 100px !important;
    top: 0px !important;
    height: inherit !important;
}


.carousel-control-prev, .carousel-control-next {
    opacity: 1 !important;
}


.produtos-home-nivel-2 {
    height: 0;
    display: none;
}

    .produtos-home-nivel-2 a {
        font-family: GilRoy-light !important;
        color: #212529 !important;
        font-weight: 400;
    }

.produtos-header-nivel-2 {
    height: 0;
    display: none;
}

    .produtos-header-nivel-2::-webkit-scrollbar-thumb {
        background-color: #a8a8a8; /* color of the scroll thumb */
        border-radius: 20px; /* roundness of the scroll thumb */
        border: 3px solid #dadada; /* creates padding around scroll thumb */
    }

    .produtos-header-nivel-2::-webkit-scrollbar-track {
        background: #dadada; /* color of the tracking area */
    }
    .produtos-header-nivel-2::-webkit-scrollbar {
        width: 12px; /* width of the entire scrollbar */
    }

    .produtos-header-nivel-2 a {
        font-family: GilRoy-Medium !important;
        color: #464646 !important;
        font-weight: 400;
        /*line-height: 55px;*/
        display: block;
        padding: 5px 0px 0px 15px;
        height: 25px !important;
        margin-top: 8px;
        text-transform: capitalize !important;
    }
        .produtos-header-nivel-2 a:hover {
            background-color: #e5e5e5;
        }


.produtos-home-nivel-1 a {
    font-family: GilRoy-light !important;
}

.produtos-home-nivel-1:hover > .produtos-home-nivel-2 {
    display: inline-grid;
    height: auto;
    transition: 1s height;
    background: #fff;
    width: 100%;
    padding: 0px;
    position: absolute;
    margin-left: 27rem;
    margin-top: -43px;
    border: 2px solid #ccc;
}

.item-subcategoria:not(.menu-a-direita):hover .produtos-header-nivel-2 {
    display: list-item;
}

.produtos-header-nivel-1:hover > .produtos-header-nivel-2 {
    display: inline-grid;
    height: inherit;
    max-height: 200px;
    overflow: auto;
    transition: 1s height;
    background: #fff;
    width: 80%;
    padding: 0px;
    position: absolute;
    right: -319px;
    margin-top: -21px;  
    max-height: 360px;
    overflow: auto;
    border: 2px solid #bababa;
}


.produtos-header-nivel-1.ultimos:hover > .produtos-header-nivel-2 {
    margin-top: inherit;    
    bottom: 0;
}

.item-subcategoria.menu-a-direita:hover .produtos-header-nivel-2 {
    display: list-item;
    transition: 1s height;
    background: #fff;
    width: 51%;
    padding: 0px;
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    max-height: 360px;
    overflow: auto;
    border-right: 2px solid #bababa;
} 


.menu-a-direita {
    /*right: 0px !important;
    margin-left: 0px !important;
    margin-top: 10px !important;*/
}

.produtos-home-nivel-1:hover > .produtos-home-nivel-2 a {
    padding: 5px 0px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.produtos-home-nivel-1:hover > .produtos-home-nivel-2 .produtos-hr {
    background: #000;
    width: 100%;
    margin-top: 0px;
}

.item-subcategoria:hover > .produtos-header-nivel-2 a  {
    padding: 5px 0px 5px 27px;
    text-transform: capitalize;
} 


table.dataTable tbody tr {
    background-color: transparent !important;
}

.col-20-percent {
    flex: 0 0 20%;
    width: 20%;
    margin: 0px 0px 20px;
}

.zero-padding-lateral {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.item-menu-nivel-2 {
    border-bottom: 2px solid transparent;
    padding: 10px;
}

    .item-menu-nivel-2:not(.produtos):not(.a-empresa):hover {
        border-bottom: 2px solid #464646;
    }

.modal-catalogo {
    font-family: "GilRoy-light";
}

    .modal-catalogo input {
        font-size: 15px;
    }



body.pg-client .pagination > li > a,
body.pg-client .pagination > li > span {
    margin: 0px !important;
    padding: 5px 15px;
}

body.pg-client .pagination > .active > a,
body.pg-client .pagination > .active > span,
body.pg-client .pagination > .active > a:hover,
body.pg-client .pagination > .active > span:hover,
body.pg-client .pagination > .active > a:focus,
body.pg-client .pagination > .active > span:focus {
    padding: 5px 10px !important;
}

.pagination > li > a,
.pagination > li > span {
    border-radius: 20px;
    margin: 15px;
    font-size: 13px;
    color: #000 !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff !important;
    cursor: default;
    background-color: #354462 !important;
    border-color: #354462 !important;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.pagination-container {
    text-align: center !important;
}

#search {
    display: none !important;
}

*:focus {
    outline: 0 !important
}

.header-01 {
    font-family: "GilRoy-Light";
}

.header-03 {
    display: none !important;
}





.pg-home .header-05 {
    display: none !important;
}

.header-05 {
    height: auto;
    background-color: #EB403D;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    display: flex;
}

    .header-05 form {
        display: inline-flex;
        width: 100%;
        margin: 20px 20px 20px 20px;
    }


        .header-05 form label {
            width: 450px;
            margin-top: 10px;
            margin-right: 10px;
            font-size: 18px;
        }

    .header-05 .input-header-pesquisa {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        font-family: 'GilRoy-ExtraBold';
    }

    .header-05 .btn-header-pesquisa {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        background-color: #fff;
        margin-right: 20px;
    }

/*Header 06 que fica na home*/
.grupo-dropdown-produtos {
    font-family: "GilRoy-ExtraBold";
}

.header-06 #dropdownMenu {
    font-size: 30px;
    /* padding-top: 20px;*/
    height: 80px;
    text-decoration: none;
}

.home-importacao.logado {
    /*background-image: url(../images/home-importacao.png);*/
    padding-top: 60px;
}

.pg-home .img-novidades {
    width: 100%;
    height: 150px;
    margin-left: 0px;
}
 

.importacao-produtos-wrapper {
    width: 33%;
    height: 350px;
    color: #000;
    font-weight: 600;
    padding: 10px;
    float: left;
}

    .importacao-produtos-wrapper .name {
        padding: 0px;
        font-size: 13px;
        text-align: left;
        font-family: 'GilRoy-Regular';
        color: #282929;
    }

    .importacao-produtos-wrapper .codigo-produto {
        width: 100%;
        text-align: left;
        display: block;
        font-weight: 700;
        color: var(--cor-primaria);
        padding: 10px 0px;
        font-size: 15px;
        font-family: 'GilRoy-Bold';
    }
/*
    .importacao-produtos-wrapper .conteudo-importacao {
        padding: 10px;
        font-family: 'GilRoy-Regular';
        color: #282929;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 0px !important;
    }*/

    .importacao-produtos-wrapper .btn-ver-mais {
        background-color: #354462;
        text-decoration: none;
        color: #fff;
        font-weight: 700;        
        /*margin: -4px auto 0;*/
        max-width: 105px;
        font-size: 12px;
        display: none;
				position: absolute;
				bottom: 0;
    }

    .importacao-produtos-wrapper .conteudo-importacao.ativo {
      /*  border: 1px solid #000;
        border-radius: 5px;
        background-color: #ededef;*/
    }

    .importacao-produtos-wrapper .produto-novo {
        background-color: var(--cor-primaria);
        height: 24px;
        color: #fff;
        border-left: 27px solid #f3830b;
        width: 100%;
        font-size: 15px;
        padding: 6px 10px 6px 25px;
        text-align: left;
        font-family: 'GilRoy-Bold';
    }

/*    .importacao-produtos-wrapper .imagem-produto {
        border: 1px solid #000;
        border-radius: 5px;
        padding: 10px;
    }*/

        .importacao-produtos-wrapper .imagem-produto.ativo {
            border: 0px !important;
            border-radius: 0px !important;
        }



.importacao-produtos-wrapper .imagem-produto img {
    width: 100%;
    height: 200px;
    margin-left: 0px;
    object-fit: contain;
}

body.pg-listagem .importacao-produtos-wrapper .imagem-produto img {
    margin-left: -15px;
}

.home-importacao .importacao-produtos .slick-list,
#produtos-destaques .slick-list,
#mais-procurados .slick-list,
#produtos-sugeridos .slick-list {
    width: 100%;
}

.header-06 {
    height: auto;
    margin-top: 20px;
    background-color: #EB403D;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
}

    .header-06 form {
        display: inline-flex;
        width: 100%;
        margin: 20px 62px 20px 20px;
    }


        .header-06 form label {
            width: 250px;
            margin-top: 10px;
            margin-right: 10px;
        }

    .header-06 .input-header-pesquisa {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px
    }

    .header-06 .btn-header-pesquisa {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        background-color: #fff;
        margin-right: 20px;
    }

    .header-06 .btn-home-produtos {
        width: 100%;
        margin-top: 9px;
        font-size: 30px;
        color: #fff;
        text-decoration: none;
    }




.home-produtos-destaques h2.titulo,
.home-importacao .alerta-importacao h2,
.produtos-sugeridos h2.titulo{
    font-size: 30px;
    text-align: center;
    color: #354462;
    padding: 10px;
    width: 40%;
    font-weight: 700;
    font-family: "GilRoy-Bold";
    margin: 40px auto 10px;
}
 

.imagem-home-1 {
    float: left;
    width: 100%;
    border-radius: 20px;
    /*margin-right: 96px;*/
}

.imagem-home-2 {
    float: right;
    width: 100%;
    border-radius: 20px;
    /*margin-left: 95px;*/
}

html {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    line-height: 1;
    font-family: GilRoy-light;
    font-size: 18px;
    color: #555;
    background: #f2f0f0;
}

span {
    font-family: 'GilRoy-light';
}

h2 {
    font-family: 'GilRoy-Extrabold' !important
}

div {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

applet {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

object {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

iframe {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

h1 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

h2 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

h3 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

h4 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

h5 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

pre {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: #314663;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

    a:hover {
        text-decoration: none
    }

abbr {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

acronym {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

address {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

big {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

cite {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

code {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

del {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

dfn {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

em {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin-left: -5px;
}

ins {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

kbd {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

q {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

s {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

samp {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

small {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

strike {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

strong {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

sub {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

sup {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

tt {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

b {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

u {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

i {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

center {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: red;
}

dl {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

dt {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

dd {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

ol {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none
}

li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

form {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

label {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

legend {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

table {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

caption {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

tbody {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

tfoot {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

thead {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

tr {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

th {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block
}

aside {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block
}

canvas {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

details {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block
}

embed {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

figure {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block
}

figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block
}
 

header {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block;
    clear: both;
    display: block;
    float: left;
    width: 100%
}

hgroup {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block
}

menu {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block
}

nav {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block
}

output {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

ruby {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block
}

summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

time {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

mark {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

audio {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

main {
    display: block;
    clear: both
}

button {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.position-inherit {
    position: inherit !important
}

.color-white {
    color: #FFF !important
}

.color-red {
    color: #EB403D !important
}

.color-dark-blue {
    color: #354462 !important;
}

.color-blue-sky {
    color: #259ED7 !important
}

.color-blue {
    color: #21324A !important
}

.color-grey {
    color: #758588 !important
}

.color-green {
    color: #00762C !important
}

.color-yellow {
    color: #F0CD68 !important;
}

.bg-red {
    background-color: #EB403D !important
}

.bg-grey {
    background-color: #758588 !important
}

.bg-blue {
    background-color: #314663 !important
}

.bg-blue-sky {
    background-color: #259ED7 !important
}

.bg-green {
    background-color: #00762C !important
}

.bg-construcao {
    background-color: #F0CD68 !important;
}

.bg-green-light {
    background-color: #009F29 !important
}

input::-webkit-input-placeholder {
    color: #314663
}

input:-ms-input-placeholder {
    color: #314663
}

input::-ms-input-placeholder {
    color: #314663
}

input::placeholder {
    color: #314663
}

input:-ms-input-placeholder {
    color: #314663
}

input::-ms-input-placeholder {
    color: #314663
}

h2.page-title {
    color: white;
    font-size: 36px;
    font-weight: bold;
    font-family: 'GilRoy-light';
    padding: 0 0 0 20px;
    margin: 0 0 0 4rem;
    line-height: 52px;
    border-left: 4px solid #EB403D
}

.section-title {
    display: block;
    position: relative;
    font-family: 'GilRoy-Extrabold' !important;
    font-weight: bold;
    font-size: 46px;
    color: #314663;
    margin-bottom: 20px
}

    .section-title h2 {
        font-size: 56px
    }

    .section-title h3 {
        font-size: 52px;
        font-weight: bold;
        width: 70%;
        margin: 0 auto
    }

    .section-title h4 {
        color: #314663;
        font-size: 24px;
        font-weight: 500;
        font-family: "GilRoy-ExtraBold"
    }

    .section-title small {
        font-weight: 300;
        font-size: 28px
    }

.botao {
    color: white;
    background-color: #EB403D;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 160px;
    text-align: center;
    padding: 0;
    line-height: 46px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'GilRoy-light';
    text-decoration: none;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16)
}

a.botao img {
    margin-left: 10px
}

a.botao:hover {
    color: white;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.36);
    box-shadow: 0 3px 6px rgba(0,0,0,0.36)
}

.container-alt {
    clear: both;
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

section.container {
    clear: both
}

.slick-slider {
    position: relative;
    overflow: hidden
}


body:not(.pg-treinamento) .slick-list {
    float: left
}

.slick-slide {
    position: relative;
    float: left
}

.banners-desktop button.slick-arrow {
    top: 45% !important;
}

button.slick-arrow {
    position: absolute;
    top: 120px;
    background: transparent;
    border: 0;
    font-size: 0;
    cursor: pointer;
    z-index: 1
}

body.pg-treinamento button.slick-arrow {
    top: 40%;
}

button.slick-arrow.slick-prev {
    left: -7px;
}
.banners-desktop button.slick-arrow.slick-prev {
    left: 0px;
}

.banners-desktop button.slick-arrow.slick-prev:before {
    content: "";
    font-size: 26px;
    /* font-family: 'FontAwesome'; */
    font-weight: bold;
    color: #fff;
    background-image: url(../images/2024/seta-esquerda.png);
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
}

button.slick-arrow.slick-prev:before {
    content: "";
    font-size: 26px;
    /* font-family: 'FontAwesome'; */
    font-weight: bold;
    color: #fff;
    background-image: url(../images/2024/seta-esq-produto.png);
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    display: inline-block;
}


button.slick-arrow.slick-next {
    right: -7px;
}
.banners-desktop button.slick-arrow.slick-next {
    right: 0px;
}

.banners-desktop button.slick-arrow.slick-next:before {
    content: "";
    font-size: 26px;
    /* font-family: 'FontAwesome'; */
    font-weight: bold;
    color: #fff;
    background-image: url(../images/2024/seta-direita.png);
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
}

button.slick-arrow.slick-next:before {
    content: "";
    font-size: 26px;
    /* font-family: 'FontAwesome'; */
    font-weight: bold;
    color: #fff;
    background-image: url(../images/2024/seta-dir-produto.png);
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    display: inline-block;
}

.slick-dots {
    position: absolute;
    width: 100%;
    bottom: 15px;
    padding: 0;
    text-align: center
}

    .slick-dots li {
        display: inline-block;
        margin: 0 6px
    }

        .slick-dots li button {
            display: none;
            position: relative;
            padding: 0;
            text-indent: -9999px;
            width: 11px;
            height: 11px;
            border-radius: 100%;
            background: rgba(37,158,215,0.5);
            border: 2px solid transparent
        }

        .slick-dots li.slick-active button {
            border-color: #EB403D;
            background: transparent
        }

.breadcrumb {
    background-color: transparent;
    color: #A0A1A3;
    font-size: 13px
}

    .breadcrumb ul li a {
        color: #A0A1A3
    }

    .breadcrumb ul li:not(.last):after {
        content: "\f054";
        font-family: 'FontAwesome';
        font-weight: 900;
        font-size: 10px;
        padding: 0 5px
    }

    .breadcrumb ul li.last a {
        font-weight: bold
    }

.galeria-produtos {
    position: relative;
    margin-bottom: 100px;
    text-decoration: none !important
}

    .galeria-produtos .icon {
        position: absolute;
        top: -50px;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 1
    }

    .galeria-produtos .galeria-produtos-link {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 5
    }

    .galeria-produtos .photo {
        display: block;
        float: left;
        width: 100%
    }

        .galeria-produtos .photo img {
            position: relative;
            float: left;
            -webkit-transition: all .3s ease;
            transition: all .3s ease
        }

    .galeria-produtos .info {
        display: block;
        float: left;
        width: 100%;
        background: #E4E4E4
    }

    .galeria-produtos h2 {
        font-family: 'GilRoy-light'
    }

        .galeria-produtos h2 b {
            display: block;
            font-weight: bold
        }

    .galeria-produtos h3 {
        font-weight: normal;
        margin: 8px 0;
        text-transform: uppercase
    }

    .galeria-produtos a.botao {
        position: absolute;
        border-radius: 0;
        bottom: -18px
    }

    .galeria-produtos:hover .photo img {
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.36);
        box-shadow: 0 3px 6px rgba(0,0,0,0.36)
    }

    .galeria-produtos:hover a.botao {
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.36);
        box-shadow: 0 3px 6px rgba(0,0,0,0.36)
    }

body.pg-produtos .galeria-produtos {
    width: 20%;
}

body.pg-home .galeria-produtos {
    width: 50%
}

.galeria-produtos .info {
    margin-left: -5px;
    height: 140px;
}

.galeria-produtos.linha-leve .info {
    color: #758588;
}

.galeria-produtos.linha-pesada .info {
    color: #21324A;
}

.galeria-produtos.linha-agricola .info {
    color: #00762C;
}

.galeria-produtos.linha-construcao .info {
    color: #F0CD68;
}

.galeria-produtos.linha-equipamentos .info {
    color: #EB403D;
}

    .galeria-produtos.linha-equipamentos .info .info-wrapper {
        padding-bottom: 0rem !important;
    }

.galeria-produtos.linha-pesada .info .info-wrapper,
.galeria-produtos.linha-leve .info .info-wrapper {
    padding-bottom: 1.8rem !important;
}

.text-wrapper {
    position: relative;
    padding: 0;
    overflow: hidden;
    height: 39rem
}

    .text-wrapper pre {
        white-space: break-spaces
    }

    .text-wrapper.text-wrapper-alt {
        height: 20rem
    }

        .text-wrapper.text-wrapper-alt:after {
            content: "";
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(245,245,245,0)), to(#f5f5f5));
            background: linear-gradient(to bottom, rgba(245,245,245,0) 0%, #f5f5f5 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 )
        }

    .text-wrapper.show {
        height: inherit
    }

        .text-wrapper.show:after {
            display: none
        }

.botao-continuar-lendo {
    max-width: 240px;
    font-weight: 500
}

    .botao-continuar-lendo img {
        margin-left: 6px
    }

.menu-mobile {
    color: #314663;
    font-size: 3rem
}

.mobile-shadow {
    position: fixed;
    top: 0;
    left: 0;
    height: 1000%;
    width: 100%;
    background: rgba(31,68,100,0.85);
    z-index: 15
}

    .mobile-shadow .icon-close {
        position: absolute;
        top: 50px;
        right: 0;
        width: 15%;
        height: 50px;
        color: white
    }

@media screen and (max-height: 900px) {
    .opcoes-empresa a {
        padding: 0px 15px 5px;
    }
}


@media screen and (max-height: 650px) {
    .opcoes-empresa a {
        padding: 0px 15px 0px;
        font-size: 8px !important;
    }
}

@media (max-width: 1199px) {
    .modal-recover-password #modal-popup .modal-title {
        padding-left: 100px;
        font-size: 24px;
    }
    .modal-recover-password #modal-popup .modal-close {
        top: 25px;
    }
    .modal-recover-password #modal-popup .modal-icon {
        left: 35px;
    }

    #menu-horizontal ul.level-1 li a {
        font-size: 12px !important;
    }

    .banners-desktop button.slick-arrow {
        top: 100px !important;
    }

    h2.page-title {
        font-size: 24px;
        margin: 0;
        line-height: 34px
    }

    .section-title {
        font-size: 28px;
        text-align: center;
        margin-top: 20px;
    }

        .section-title h2 {
            font-size: 28px
        }

        .section-title h3 {
            font-size: 26px;
            width: 100%
        }

        .section-title small {
            font-size: 16px
        }

    .botao {
        font-size: 13px;
        line-height: 34px;
        font-weight: 500
    }

    .slick-dots li {
        margin: 0 5px
    }

        .slick-dots li button {
            width: 7px;
            height: 7px;
            border-color: #EB403D;
            background: #EB403D
        }

        .slick-dots li.slick-active button {
            border-color: #21324A
        }

    .fullbanner .slick-dots li button {
        border-color: rgba(37,158,215,0.5);
        background: rgba(37,158,215,0.5)
    }

    .fullbanner .slick-dots li.slick-active button {
        border-color: #EB403D;
        background: #EB403D
    }

    body.pg-produtos .galeria-produtos {
        width: 100%
    }

        body.pg-produtos .galeria-produtos.linha-equipamentos {
            margin-bottom: 80px
        }

    .galeria-produtos a.botao {
        bottom: 0
    }

    body.pg-home .galeria-produtos {
        width: 100% !important;
        margin: 0 !important;
        border-bottom: 1px solid #D6D6D6
    }

        body.pg-home .galeria-produtos .icon {
            position: relative;
            top: inherit;
            max-width: 100px;
            float: left;
            text-align: left
        }

        body.pg-home .galeria-produtos .info {
            width: calc(100% - 100px);
            background: transparent
        }

        body.pg-home .galeria-produtos img {
            max-width: 80px;
            height: auto;
            width: 100%
        }

        body.pg-home .galeria-produtos h2 {
            font-size: 16px
        }

            body.pg-home .galeria-produtos h2 b {
                font-size: 28px
            }

        body.pg-home .galeria-produtos h3 {
            font-size: 16px
        }

    body.pg-home .galeria-arrow-mobile {
        right: 15px;
        top: 47%;
        width: 6%
    }

        body.pg-home .galeria-arrow-mobile img {
            width: 100%;
            height: auto
        }

    body.pg-home .galeria-produtos.linha-equipamentos .info h2 b {
        font-size: 18px;
        min-height: 42px
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3 !important;
        order: 2 !important
    }

    .position-lg-relative {
        position: relative
    }

    .position-lg-absolute {
        position: absolute
    }
}

@media (min-width: 992px) {

    .container-alt {
        max-width: 1200px;
        min-width: 1140px
    }


    .position-xl-relative {
        position: relative
    }

    .position-xl-absolute {
        position: absolute
    }
}

@media (max-width: 1200px) {
    .container-alt {
        padding-right: 15px;
        padding-left: 15px
    }
}

body.pg-blog main {
    position: relative
}

    body.pg-blog main .pattern-grey {
        background-color: #F5F5F5;
        background-image: url("../images/blog/pattern-grey.png");
        background-position: right top;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 35%
    }

body.pg-blog .blog-header {
    height: 295px;
    position: relative
}

    body.pg-blog .blog-header.search-header {
        height: 155px
    }

        body.pg-blog .blog-header.search-header .page-title {
            color: rgba(255,255,255,0.5);
            height: 52px
        }

        body.pg-blog .blog-header.search-header .categories {
            max-width: 576px;
            margin: 9px 0 0 45px
        }

            body.pg-blog .blog-header.search-header .categories .menu .title {
                background: transparent;
                border: 1px solid #fff
            }

                body.pg-blog .blog-header.search-header .categories .menu .title::after {
                    border-color: #ffffff transparent transparent transparent;
                    left: -1px
                }

            body.pg-blog .blog-header.search-header .categories #search {
                width: 210px;
                right: -236px;
                top: -3px
            }

                body.pg-blog .blog-header.search-header .categories #search input {
                    font-size: 15px
                }

    body.pg-blog .blog-header .mascot {
        position: absolute;
        top: 5px;
        z-index: 1
    }

    body.pg-blog .blog-header .top-title {
        text-align: center
    }

        body.pg-blog .blog-header .top-title h2 {
            height: 52px;
            font-family: 'GilRoy-light';
            font-size: 30px;
            font-weight: bold;
            color: rgba(255,255,255,0.5);
            text-shadow: 0 6px 10px rgba(0,0,0,0.4);
            position: relative
        }

            body.pg-blog .blog-header .top-title h2::after {
                content: '';
                width: 52px;
                height: 4px;
                background: #EB403D;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                margin: 0 auto
            }

        body.pg-blog .blog-header .top-title .welcome {
            font-family: 'GilRoy-light';
            font-weight: bold;
            font-size: 40px;
            color: #fff;
            margin-top: 22px;
            text-shadow: 0 6px 10px rgba(0,0,0,0.4)
        }

    body.pg-blog .blog-header .categories {
        width: 95%;
        max-width: 590px;
        margin: 24px auto 0 auto;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        body.pg-blog .blog-header .categories .menu {
            width: 160px
        }

            body.pg-blog .blog-header .categories .menu .title {
                width: 100%;
                height: 41px;
                background: #EB403D;
                color: #fff;
                font-family: "GilRoy-ExtraBold";
                font-size: 18px;
                font-weight: bold;
                text-transform: uppercase;
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

                body.pg-blog .blog-header .categories .menu .title img {
                    display: inline-block;
                    margin-right: 10px
                }

                body.pg-blog .blog-header .categories .menu .title::after {
                    content: '';
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 12px 12px 0 0;
                    border-color: #eb403d transparent transparent transparent;
                    position: absolute;
                    bottom: -12px;
                    left: 0
                }

            body.pg-blog .blog-header .categories .menu ul {
                background: #fff;
                display: none;
                position: relative;
                z-index: 1
            }

                body.pg-blog .blog-header .categories .menu ul li + li {
                    border-top: 1px solid #D6D6D6
                }

                body.pg-blog .blog-header .categories .menu ul li a {
                    font-family: "GilRoy-light";
                    font-size: 14px;
                    color: #898C8D;
                    padding: 9px 17px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center
                }

                    body.pg-blog .blog-header .categories .menu ul li a:hover {
                        color: #314663
                    }

@media (min-width: 700px) {
    body.pg-blog .blog-header .categories .menu:hover ul {
        display: block
    }
}

body.pg-blog .blog-header .categories .main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    body.pg-blog .blog-header .categories .main .item {
        height: 41px;
        line-height: 41px;
        border: 1px solid #fff;
        position: relative
    }

        body.pg-blog .blog-header .categories .main .item a {
            font-family: 'GilRoy-light';
            font-size: 18px;
            color: #fff;
            text-transform: uppercase;
            padding: 0 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

            body.pg-blog .blog-header .categories .main .item a img {
                margin-right: 8px
            }

        body.pg-blog .blog-header .categories .main .item::after {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 12px 12px 0 0;
            border-color: #fff transparent transparent transparent;
            position: absolute;
            bottom: -12px;
            left: -1px
        }

body.pg-blog .blog-header .categories #search {
    width: 226px;
    position: absolute;
    right: -276px
}

    body.pg-blog .blog-header .categories #search .icon {
        background-image: url("../images/search-white.svg")
    }

    body.pg-blog .blog-header .categories #search input {
        border: 0;
        background: rgba(255,255,255,0.2);
        padding: 0 10px 0 40px
    }

body.pg-blog .main-search-news .search-term {
    width: 100%;
    text-align: center
}

    body.pg-blog .main-search-news .search-term p {
        font-family: 'GilRoy-light';
        font-size: 35px;
        font-weight: bold;
        color: #314663
    }

    body.pg-blog .main-search-news .search-term::after {
        content: "";
        width: 81px;
        height: 8;
        background: #EB403D;
        margin: 10px auto 0 auto;
        display: block
    }

body.pg-blog.pg-post main .pattern-grey {
    background-position: right 28%
}

#blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    #blog .post {
        clear: both
    }

        #blog .post a.blog-link {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 3
        }

        #blog .post:hover .title {
            color: #EB403D
        }

        #blog .post:hover .photo:before {
            content: "";
            opacity: 1
        }

        #blog .post .photo {
            position: relative;
            width: 28%;
            float: left
        }

            #blog .post .photo:before {
                content: "";
                opacity: 0;
                position: absolute;
                display: block;
                width: 100%;
                height: 100%;
                background: rgba(235,64,65,0.64);
                -webkit-transition: all .3s ease;
                transition: all .3s ease
            }

            #blog .post .photo img {
                float: left;
                width: 100%;
                height: auto;
                max-width: 270px;
                max-height: 158px;
                -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
                box-shadow: 0 3px 6px rgba(0,0,0,0.16)
            }

        #blog .post .textos {
            position: relative;
            width: 78%;
            float: left;
            padding: 0 0 0 2rem
        }

        #blog .post .title {
            display: block;
            color: #314663;
            font-family: 'GilRoy-light';
            font-weight: bold;
            font-size: 24px;
            line-height: 28px;
            padding: 0 0 20px 0;
            -webkit-transition: all .3s ease;
            transition: all .3s ease
        }

        #blog .post .button-wrapper {
            display: block;
            right: 0;
            background: #fff;
            z-index: 1
        }

        #blog .post .botao:after {
            content: "";
            display: block;
            width: 18px;
            height: 12px;
            margin-left: 12px;
            background-image: url("../images/arrow-right-red.svg");
            background-repeat: no-repeat
        }

        #blog .post .line-red {
            position: relative;
            display: block;
            float: left;
            width: 100%;
            height: 6px;
            background: #EB403D;
            -webkit-box-shadow: -32px 0 0 0 #EB403D;
            box-shadow: -32px 0 0 0 #EB403D
        }

        #blog .post.animate-fadein {
            opacity: 1;
            -webkit-transition: opacity .3s ease;
            transition: opacity .3s ease
        }

            #blog .post.animate-fadein.start-hidden {
                opacity: .2
            }

    #blog a.more-post {
        max-width: 400px;
        position: relative
    }

        #blog a.more-post:hover {
            background: #DB1F1B
        }

        #blog a.more-post.loading::after {
            content: "";
            width: 30px;
            height: 30px;
            background: url("../images/loading.svg") no-repeat center center;
            position: absolute;
            right: 20px;
            top: 0;
            bottom: 0;
            margin: auto 0
        }

    #blog .post.destaque {
        margin: 4rem 0 7rem;
        background-image: url("../images/blog/newspaper.jpg");
        background-repeat: no-repeat;
        background-position: top right
    }

        #blog .post.destaque .photo {
            width: 58%
        }

            #blog .post.destaque .photo img {
                max-width: 595px;
                max-height: 350px
            }

        #blog .post.destaque .textos {
            width: 42%;
            padding: 0 0 0 3rem
        }

        #blog .post.destaque .title {
            font-size: 35px;
            line-height: 42px;
            width: 100%
        }

        #blog .post.destaque .button-wrapper {
            position: relative;
            top: initial;
            left: initial;
            background: transparent
        }

        #blog .post.destaque a.botao {
            max-width: 215px
        }

            #blog .post.destaque a.botao:after {
                content: "";
                display: block;
                width: 18px;
                height: 12px;
                margin-left: 12px;
                background-image: url("../images/arrow-right-white.svg");
                background-repeat: no-repeat
            }

        #blog .post.destaque .line-red {
            display: none
        }

        #blog .post.destaque .line-red-destaque {
            position: absolute;
            bottom: 30px;
            display: block;
            float: left;
            width: 60%;
            height: 10px;
            background: #EB403D;
            -webkit-box-shadow: -526px 0 0 0 #EB403D, -1050px 0 0 0 #EB403D;
            box-shadow: -526px 0 0 0 #EB403D, -1050px 0 0 0 #EB403D
        }

#post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    #post .title {
        clear: both;
        font-size: 35px;
        line-height: 42px;
        color: #314663;
        font-weight: bold;
        font-family: "GilRoy-light"
    }

    #post .date {
        clear: both;
        font-weight: 600;
        font-size: 16px;
        color: #314663
    }

    #post .texto {
        width: 100%;
        padding: 0 0 0 36%;
        color: #314663;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px
    }

        #post .texto .text-wrapper {
            height: auto
        }

        #post .texto p, #post .texto pre {
            display: block;
            color: #314663;
            font-weight: 500;
            font-size: 18px;
            line-height: 24px;
            padding: 0 0 1.5rem 0
        }

            #post .texto p strong, #post .texto pre strong {
                display: block;
                font-weight: bold
            }

        #post .texto pre {
            border: 0;
            font-family: "GilRoy-light", sans-serif
        }

    #post .photo {
        position: relative
    }

        #post .photo img {
            width: 100%;
            height: auto;
            -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
            box-shadow: 0 3px 6px rgba(0,0,0,0.16)
        }

    #post .line-red {
        position: absolute;
        bottom: 30px;
        left: -20px;
        display: block;
        float: left;
        width: 100%;
        height: 10px;
        background: #EB403D;
        -webkit-box-shadow: 580px 0 0 0 #EB403D, 1160px 0 0 0 #EB403D;
        box-shadow: 580px 0 0 0 #EB403D, 1160px 0 0 0 #EB403D
    }

    #post .share-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        clear: both;
        width: 100%;
        padding: 6rem 0 0 0
    }

        #post .share-links b {
            display: block;
            width: 100%;
            font-size: 14px;
            color: #EB403D;
            font-weight: bold;
            padding: 0 0 10px 0
        }

        #post .share-links a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-right: 10px
        }

    #post .aviso {
        padding: 10px 0 0 0;
        clear: both;
        display: block;
        width: 100%;
        text-align: right;
        font-size: 16px;
        color: #314663
    }

        #post .aviso i {
            margin-right: 3px;
            font-size: 14px
        }

ul.photos-extras {
    position: relative;
    display: block;
    width: 100%
}

    ul.photos-extras > li {
        position: relative;
        display: block;
        width: calc(33.3% - 6px);
        float: left;
        margin: 3px;
        cursor: pointer
    }

    ul.photos-extras li {
        padding: 0 !important
    }

        ul.photos-extras li img {
            max-width: 100%;
            height: auto;
            float: left
        }

    ul.photos-extras .slick-list {
        float: left;
        width: 100%;
        overflow: hidden
    }

        ul.photos-extras .slick-list li {
            margin: 0
        }

        ul.photos-extras .slick-list .slick-slide {
            -webkit-transform: scale(0.85);
            transform: scale(0.85);
            left: 30px;
            -webkit-transition: all .3s ease;
            transition: all .3s ease
        }

            ul.photos-extras .slick-list .slick-slide:not(.slick-center) li:after {
                content: "";
                position: absolute;
                display: block;
                top: 0;
                left: 0;
                width: 150%;
                height: 100%;
                background: rgba(49,70,99,0.7)
            }

            ul.photos-extras .slick-list .slick-slide.slick-center {
                -webkit-transform: scale(1);
                transform: scale(1);
                z-index: 4;
                left: 0
            }

                ul.photos-extras .slick-list .slick-slide.slick-center + .slick-slide {
                    left: -32px
                }

    ul.photos-extras .slick-track {
        float: left
    }

    ul.photos-extras ul.slick-dots {
        bottom: 0
    }

    ul.photos-extras button.slick-arrow {
        top: 38%
    }

        ul.photos-extras button.slick-arrow:before {
            color: white;
            font-size: 20px
        }

        ul.photos-extras button.slick-arrow.slick-prev {
            left: 0
        }

        ul.photos-extras button.slick-arrow.slick-next {
            right: 0
        }

    ul.photos-extras.slick-slider {
        padding: 0 0 35px 0
    }

a.botao-voltar img {
    margin: 0 10px 0 0
}

#veja-tambem .post {
    position: relative;
    float: left
}

    #veja-tambem .post .photo {
        float: left
    }

        #veja-tambem .post .photo:before {
            content: "";
            opacity: 0;
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            background: rgba(235,64,65,0.64);
            -webkit-transition: all .3s ease;
            transition: all .3s ease
        }

        #veja-tambem .post .photo img {
            float: left;
            max-width: 335px
        }

    #veja-tambem .post:hover .photo:before {
        content: "";
        opacity: 1
    }

    #veja-tambem .post .title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 20px;
        line-height: 24px;
        max-width: 335px;
        padding: 16px 12px 0 54px
    }

        #veja-tambem .post .title:after {
            display: none
        }

#veja-tambem .blog-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9
}

#veja-tambem .textos > .line-red {
    top: -15px;
    left: 25px;
    bottom: inherit;
    width: 10px;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none
}

#veja-tambem .button-wrapper {
    padding: 15px 0;
    display: block;
    clear: both;
    max-width: 335px;
    width: 100%
}

#veja-tambem a.botao:after {
    content: "";
    display: block;
    width: 18px;
    height: 12px;
    margin-left: 12px;
    background-repeat: no-repeat
}

.banner-options {
    width: 216px;
    height: auto;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.banner-centro-treinamento {
    width: 216px;
    height: 216px;
    border: 2px #259ED7 solid;
    padding: 10px;
    text-align: center;
    margin-top: 15px
}

    .banner-centro-treinamento h4 {
        text-align: center;
        font-family: 'GilRoy-light';
        font-size: 17px;
        color: #259ED7;
        text-transform: uppercase
    }

        .banner-centro-treinamento h4 span {
            color: #EB403D
        }

    .banner-centro-treinamento img {
        width: 100%
    }

    .banner-centro-treinamento a {
        width: 100%;
        text-align: center;
        font-family: 'GilRoy-light';
        font-size: 12px;
        border: 0px;
        color: #FFF;
        height: 26px;
        display: block;
        padding-top: 7px
    }

        .banner-centro-treinamento a.consultar {
            background: #259ED7
        }

        .banner-centro-treinamento a.inscrever {
            background: #009F29;
            margin-top: 8px
        }

.cadastro-newsletter {
    width: 216px;
    height: auto;
    background: #21324A;
    padding: 10px;
    text-align: center;
    margin-top: 15px
}

    .cadastro-newsletter h4 {
        text-align: center;
        color: #fff;
        font-family: "GilRoy-light";
        font-size: 18px;
        text-transform: uppercase
    }

        .cadastro-newsletter h4 strong {
            font-weight: bold
        }

    .cadastro-newsletter .icone-mail {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        background-image: url(../images/close-envelope.svg);
        background-repeat: no-repeat;
        background-size: contain
    }

    .cadastro-newsletter input {
        width: 100%;
        border: 0px;
        height: 32px;
        margin-top: 10px;
        padding: 5px 8px
    }

        .cadastro-newsletter input.error {
            border: 2px solid #eb403d
        }

    .cadastro-newsletter button {
        width: 100%;
        text-align: center;
        font-family: 'GilRoy-light';
        font-size: 12px;
        border: 0px;
        color: #FFF;
        height: 32px;
        background: #259ED7;
        margin-top: 10px;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .cadastro-newsletter button:hover {
            background: #2089b9
        }

        .cadastro-newsletter button.loading::after {
            content: '';
            width: 20px;
            height: 20px;
            background-image: url("../images/loading.svg");
            background-size: 100%;
            background-repeat: no-repeat;
            display: inline-block;
            margin-left: 10px
        }

    .cadastro-newsletter .icone-email {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        background-image: url(../images/close-envelope.svg);
        background-repeat: no-repeat;
        background-size: contain
    }

#form-page-newsletter .return-message {
    width: 100%;
    margin: 10px 0;
    background-color: #fff;
    text-align: center;
    padding: 8px;
    font-weight: bold;
    display: none
}

    #form-page-newsletter .return-message.success {
        background-color: #62c578;
        color: #fff;
        display: block
    }

.central-vendas {
    width: 216px;
    height: 216px;
    text-align: center;
    background-image: url("../images/fundo-central-vendas.jpg");
    margin-top: 15px
}

    .central-vendas .comporta-title {
        background: #FFF;
        opacity: 0.5;
        width: 100%;
        height: 51px;
        margin-bottom: 123px
    }

        .central-vendas .comporta-title h4 {
            font-family: 'GilRoy-light';
            font-size: 14px;
            color: #314663
        }

            .central-vendas .comporta-title h4 strong {
                font-family: 'GilRoy-light';
                font-size: 24px;
                color: #EB403D;
                font-weight: bold
            }

    .central-vendas p {
        font-weight: bold;
        background: #21324A;
        height: 43px;
        color: #FFF;
        font-size: 22px;
        padding-top: 11px
    }

        .central-vendas p span {
            font-size: 18px !important
        }

    .central-vendas .icone-phone {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        background-image: url(../images/phone-red.svg);
        background-repeat: no-repeat;
        background-size: contain
    }

#post .texto {
    min-height: 900px;
    height: auto
}

@media (max-width: 700px) {

    body.pg-client.client-logged .content-client-grey {
        height: 230px;
    }    

    .area-do-cliente {
        height: 1800px;
    }

    body.pg-blog .blog-header .top-title h2 {
        height: 38px;
        font-size: 22px
    }


    body.pg-blog .blog-header .top-title .welcome {
        font-size: 28px
    }

    body.pg-blog .blog-header .mascot {
        width: 127px;
        top: 135px
    }

    body.pg-blog .blog-header .categories {
        width: 200px;
        display: block;
        float: right;
        margin: 0 auto !important;
        margin-top: 50px !important;
        position: absolute;
        right: 20px;
        z-index: 1
    }

        body.pg-blog .blog-header .categories.active .menu ul {
            display: block
        }

        body.pg-blog .blog-header .categories.active .main {
            display: block
        }

        body.pg-blog .blog-header .categories.active #search {
            display: none
        }

        body.pg-blog .blog-header .categories .menu {
            width: 100%
        }

            body.pg-blog .blog-header .categories .menu .title::after {
                content: unset
            }

            body.pg-blog .blog-header .categories .menu:hover .menu {
                display: none
            }

        body.pg-blog .blog-header .categories .main {
            display: none;
            margin: 0;
            background: #fff;
            margin-left: 25px
        }

            body.pg-blog .blog-header .categories .main .item {
                border-bottom: 1px solid #ccc
            }

                body.pg-blog .blog-header .categories .main .item::after {
                    content: unset
                }

                body.pg-blog .blog-header .categories .main .item img {
                    display: none
                }

                body.pg-blog .blog-header .categories .main .item .category {
                    color: #314663;
                    font-size: 14px
                }

        body.pg-blog .blog-header .categories #search {
            width: 201px;
            margin-top: 20px;
            position: static
        }

            body.pg-blog .blog-header .categories #search .icon {
                display: block
            }

            body.pg-blog .blog-header .categories #search input {
                font-size: 13px
            }

    body.pg-blog .blog-header.search-header {
        height: 185px
    }

        body.pg-blog .blog-header.search-header .container-alt > .row > .d-flex {
            width: 100%;
            display: block !important;
            max-width: 100% !important;
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none
        }

    .description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .description .banner-options {
            width: 100%;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .description #veja-tambem {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1
        }
}

@media (min-width: 1200px) {
    #blog {
        padding-bottom: 15rem;
        padding-left: 10rem
    }

        #blog .post:not(.destaque) .photo:before {
            content: "";
            max-width: 270px;
            max-height: 158px
        }

        #blog .post:not(.destaque) .botao {
            color: #EB403D;
            background: transparent;
            line-height: inherit;
            -webkit-box-shadow: none;
            box-shadow: none;
            font-size: 14px;
            font-weight: 500;
            padding: 0 20px
        }

        #blog .post .button-wrapper {
            position: absolute;
            bottom: -5px
        }

    #post .title:after {
        content: "";
        clear: both;
        margin: 10px 0 0 0;
        display: block;
        width: 80px;
        height: 10px;
        background: #EB403D
    }

    #veja-tambem .button-wrapper {
        text-align: right
    }

    #veja-tambem a.botao {
        color: #E24A48;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        line-height: inherit;
        font-size: 14px;
        font-weight: 500
    }

        #veja-tambem a.botao:after {
            background-image: url("../images/arrow-right-red.svg")
        }
}

@media (max-width: 1199px) {
    #blog {
        padding: 0
    }

        #blog a.more-post {
            background: #21324A
        }

            #blog a.more-post:hover {
                background: #259ED7
            }

        #blog .post:not(.destaque) .photo:before {
            content: "";
            max-width: 100%;
            max-height: 100%
        }

        #blog .post .textos {
            position: initial;
            width: 100%;
            margin: 1rem 0 0 0
        }

        #blog .post .photo {
            width: 100%;
            margin: 1rem 0 0 0
        }

            #blog .post .photo img {
                max-width: 100%;
                max-height: 100%
            }

        #blog .post .title {
            font-size: 14px;
            line-height: 20px;
            padding: 0 0 1rem 0
        }

        #blog .post .button-wrapper {
            text-align: center
        }

        #blog .post .botao:after {
            background-image: url("../images/arrow-right-white.svg")
        }

        #blog .post .line-red {
            position: absolute;
            top: 0;
            width: 6px;
            height: 85%;
            left: 10px;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        #blog .post.destaque {
            background: transparent;
            border-bottom: 1px solid #A0A1A3
        }

            #blog .post.destaque .title {
                font-size: 20px;
                line-height: 24px;
                padding: 1rem 0 1rem 2rem;
                width: 100%
            }

            #blog .post.destaque .photo {
                width: 100%
            }

            #blog .post.destaque .textos {
                width: 100%;
                padding: 0
            }

            #blog .post.destaque .button-wrapper {
                text-align: center
            }

            #blog .post.destaque .line-red-destaque {
                width: 6px;
                height: 78%;
                top: 0;
                left: 10px
            }

    #post .title {
        font-size: 18px;
        line-height: 22px
    }

    #post .infos-wrapper {
        border-left: 3px solid #EB403D
    }

    #post .date {
        font-weight: 500
    }

    #post .texto {
        position: relative;
        padding: 0;
        border-bottom: 1px solid #A0A1A3
    }

    #post .line-red {
        height: 6px
    }

    #post .share-links {
        padding: 2rem 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        #post .share-links b {
            text-align: center;
            font-size: 16px;
            letter-spacing: 1px
        }

        #post .share-links a {
            margin: 0 10px
        }

    #veja-tambem .post .title {
        font-size: 16px;
        line-height: 20px;
        padding: 14px 12px 5px 36px
    }

    #veja-tambem .textos > .line-red {
        width: 6px;
        height: 90%;
        left: 15px
    }

    #veja-tambem .button-wrapper {
        text-align: center
    }

    #veja-tambem a.botao {
        font-size: 14px;
        font-weight: 500
    }

        #veja-tambem a.botao:after {
            background-image: url("../images/arrow-right-white.svg")
        }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #post .texto {
        padding: 0 0 0 40%
    }
}

body.pg-blog .blog-header .categories .main .item {
    margin-left: 3px
}

    body.pg-blog .blog-header .categories .main .item:hover {
        background: #EB403D;
        border-color: #EB403D
    }

        body.pg-blog .blog-header .categories .main .item:hover::after {
            border-color: #eb403d transparent transparent transparent
        }

body.pg-blog .blog-header .categories .menu .title {
    background: transparent;
    border: 1px solid #FFF
}

    body.pg-blog .blog-header .categories .menu .title::after {
        left: -1px;
        border-color: #fff transparent transparent transparent;
        z-index: 2
    }

    body.pg-blog .blog-header .categories .menu .title:hover {
        background: #EB403D;
        border-color: #EB403D
    }

        body.pg-blog .blog-header .categories .menu .title:hover::after {
            border-color: #eb403d transparent transparent transparent
        }

body.pg-blog .blog-header .categories .menu ul {
    z-index: 1;
    -webkit-box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.3)
}

    body.pg-blog .blog-header .categories .menu ul li a:hover {
        color: #FFF
    }

body.pg-blog .blog-header .categories.index.mobile {
    display: none
}

body.pg-blog .blog-header .categories.mobile {
    display: none
}

body.pg-blog main .pattern-grey {
    width: 29.4%
}

body.pg-blog main .compartilhar {
    text-align: center;
    margin-top: 15px
}

    body.pg-blog main .compartilhar p {
        font-size: 14px;
        color: #EB403D;
        text-transform: uppercase;
        font-family: "GilRoy-light";
        font-weight: bold
    }

    body.pg-blog main .compartilhar ul {
        padding: 15px 25px;
        display: inline-block
    }

        body.pg-blog main .compartilhar ul li {
            width: 35px;
            height: 50px
        }

            body.pg-blog main .compartilhar ul li img {
                width: 100%
            }

body.pg-blog .blog-header.search-header .categories {
    margin: 9px 0 0 -9px
}

body.pg-blog .main-search-news .search-term p {
    text-transform: uppercase
}

body.pg-blog header.float .header-03 {
    position: fixed;
    top: 100px;
    padding: 10px 0 !important;
    z-index: 9999;
    height: 77px !important;
    background: #16334B
}


body.pg-blog header.float .header-03 .mascot {
    display: none
}

body.pg-blog header.float .header-03 .top-title .welcome {
    display: none
}

body.pg-blog header.float .header-03 .top-title h2 {
    width: 290px;
    border-left: 4px solid #EB403D;
    line-height: 43px
}

    body.pg-blog header.float .header-03 .top-title h2:after {
        display: none
    }

body.pg-blog header.float .header-03 .categories {
    margin: -50px auto 0 333px
}

body.pg-blog h2.page-title {
    margin: 0 0 0 0rem
}

body.pg-blog .categories .menu li:hover {
    background: #EB403D;
    color: #FFF
}

body.pg-blog .categories .menu li a:hover {
    color: #FFF
}

body.pg-blog .traco-mobile {
    display: none
}

#post .texto {
    padding: 0 0 0 30%
}

body.pg-blog.pg-post main .pattern-grey {
    background-position-x: -6px
}

@media (min-width: 1200px) {
    #blog {
        padding-left: 9rem
    }
}

@media (max-width: 1199px) {
    body.pg-blog h2.page-title {
        line-height: 26px;
        padding: 0 0 0 0px;
        text-align: center
    }
}

@media (max-width: 700px) {
    body.pg-blog .botao {
        display: none
    }

    body.pg-blog main .compartilhar {
        position: relative;
        top: 0px;
        left: 0px;
        margin-top: 30px;
        margin-bottom: 12px;
        width: 100%;
        text-align: center
    }

        body.pg-blog main .compartilhar p {
            font-size: 16px
        }

        body.pg-blog main .compartilhar ul {
            padding: 15px 25px
        }

            body.pg-blog main .compartilhar ul li {
                width: 52px;
                height: 0px;
                display: inline-block;
                text-align: center;
                vertical-align: center
            }

                body.pg-blog main .compartilhar ul li img {
                    width: 35px
                }

    #post .texto {
        padding: 0 0 0 0px
    }

    body.pg-blog .blog-header .categories {
        width: 89% !important;
        margin-top: 52px !important;
        display: none
    }

        body.pg-blog .blog-header .categories #search {
            width: 100% !important
        }

        body.pg-blog .blog-header .categories .main .item a {
            -webkit-box-pack: left;
            -ms-flex-pack: left;
            justify-content: left;
            padding: 0 13px
        }

        body.pg-blog .blog-header .categories .main .item .category {
            color: #314663;
            font-size: 14px;
            -webkit-box-pack: left;
            -ms-flex-pack: left;
            justify-content: left;
            font-family: 'GilRoy-light';
            text-transform: uppercase
        }

        body.pg-blog .blog-header .categories .main .item:hover {
            background: #FFF;
            border-color: #FFF;
            border-bottom: 1px solid #D6D6D6
        }

        body.pg-blog .blog-header .categories .main .item.mobile span:after {
            content: "\f078";
            font-family: 'FontAwesome';
            font-weight: 900;
            font-size: 12px;
            padding: 0 0 0 4px;
            color: #EB403D;
            margin-left: 220px
        }

        body.pg-blog .blog-header .categories .menu .title.flutuante {
            display: none
        }

        body.pg-blog .blog-header .categories .menu ul {
            -webkit-box-shadow: none !important;
            box-shadow: none !important
        }

        body.pg-blog .blog-header .categories.index {
            width: 59% !important;
            margin-top: 28px !important
        }

            body.pg-blog .blog-header .categories.index .main .item.mobile span:after {
                content: "\f078";
                font-family: 'FontAwesome';
                font-weight: 900;
                font-size: 12px;
                padding: 0 0 0 4px;
                color: #EB403D;
                margin-left: 100px
            }

            body.pg-blog .blog-header .categories.index .main .item.mobile .category {
                padding: 0 13px
            }

    body.pg-blog .blog-header .mascot {
        left: 5px
    }

    body.pg-blog .blog-header .categories.index.mobile {
        display: block
    }

    body.pg-blog .blog-header .categories.mobile {
        display: block
    }

    body.pg-blog .blog-header.search-header .categories {
        width: 90% !important;
        margin-top: 52px !important
    }

    body.pg-blog .blog-header.search-header .container-alt > .row > .d-flex {
        margin-bottom: 10px
    }

    body.pg-blog .blog-header.search-header .page-title {
        height: 30px
    }

    body.pg-blog .categories .menu-mobile .menu {
        width: 90% !important;
        margin-top: 52px !important
    }

    body.pg-blog h2.page-title {
        border-left: 0px
    }

    body.pg-blog .traco-mobile {
        height: 4px;
        background: #EB403D;
        margin: 6px 45%;
        display: block
    }

    body.pg-blog header.float .header-03 {
        top: 125px;
        height: 60px !important
    }

        body.pg-blog header.float .header-03 .page-title {
            display: none
        }

        body.pg-blog header.float .header-03 .traco-mobile {
            display: none
        }

        body.pg-blog header.float .header-03 .categories {
            width: 89% !important;
            margin-top: 0px !important
        }

            body.pg-blog header.float .header-03 .categories .menu {
                width: 45% !important;
                margin-top: 0px
            }

                body.pg-blog header.float .header-03 .categories .menu .title {
                    display: none
                }

                    body.pg-blog header.float .header-03 .categories .menu .title.flutuante {
                        display: block;
                        padding-top: 10px;
                        padding-left: 10px
                    }

            body.pg-blog header.float .header-03 .categories #search {
                width: 46% !important;
                margin-top: -42px
            }

            body.pg-blog header.float .header-03 .categories .menu.mobile {
                width: 100% !important
            }

        body.pg-blog header.float .header-03 .top-title {
            display: none
        }

        body.pg-blog header.float .header-03 .categories.index {
            width: 89% !important;
            margin-top: 0px !important
        }

        body.pg-blog header.float .header-03 .categories.active .main {
            width: 65%;
            -webkit-box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.3);
            box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.3)
        }

        body.pg-blog header.float .header-03 .categories.mobile {
            width: 90% !important;
            margin-top: 0px !important
        }

    body.pg-blog .categories.index.mobile .menu.mobile {
        display: none
    }

        body.pg-blog .categories.index.mobile .menu.mobile.atv {
            display: block
        }

    body.pg-blog .categories.mobile .menu.mobile {
        display: none
    }

        body.pg-blog .categories.mobile .menu.mobile.atv {
            display: block
        }
}

body.pg-royce header {
    /*background-image: url("../images/royce/pattern-royce.jpg");*/
    background-size: cover
}

body.pg-royce .video-frame {
    width: 100%;
}

body.pg-produtos header {
    /*background-image: url("../images/produtos/pattern-produtos.jpg");*/
    background-image: none;
    background-size: cover
}

body.pg-linha-leve header {
    /*background-image: url("../images/produtos/pattern-linha-leve.jpg");*/
    background-size: cover
}

body.pg-linha-pesada header {
    /*background-image: url("../images/produtos/pattern-linha-pesada.jpg");*/
    background-size: cover
}

    body.pg-linha-pesada header .category-title .icon {
        border-right-color: #3771a1
    }

    body.pg-linha-pesada header .category-title small {
        color: #3771a1
    }

body.pg-linha-agricola header {
    /*background-image: url("../images/produtos/pattern-linha-agricola.jpg");*/
    background-size: cover
}

    body.pg-linha-agricola header .category-title .icon {
        border-right-color: #00fd53
    }

    body.pg-linha-agricola header .category-title small {
        color: #00fd53
    }

    body.pg-linha-agricola header .category-title strong {
        font-size: 44px
    }

body.pg-linha-equipamento header {
    /*background-image: url("../images/produtos/pattern-linha-equipamentos.jpg");*/
    background-size: cover
}

    body.pg-linha-equipamento header .category-title .icon {
        border-right-color: #fecbc8
    }

    body.pg-linha-equipamento header .category-title small {
        color: #fecbc8
    }

    body.pg-linha-equipamento header .category-title strong {
        font-size: 31px
    }

body.pg-linha-construcao header {
    /*background-image: url("../images/produtos/pattern-linha-construcao.jpg");*/
    background-size: cover
}

    body.pg-linha-construcao header .category-title .icon {
        border-right-color: #00fd53
    }

    body.pg-linha-construcao header .category-title small {
        /*color: #00fd53*/
        color: #EED930
    }

    body.pg-linha-construcao header .category-title strong {
        font-size: 44px
    }

body.pg-contato header {
    /*background-image: url("../images/contato/pattern-contato.jpg");*/
    background-size: cover
}

body.pg-blog header {
    /*background-image: url("../images/blog/pattern-blog.jpg");*/
    background-size: cover
}

body.pg-treinamento header {
    /*background-image: url("../images/treinamento/pattern-treinamento.jpg");*/
    background-size: cover
}

@media (max-width: 1199px) {
    body.pg-royce header {
        /*background: #21324A*/
        background-color: #f2f0f0
    }
}

header {
    background-color: #fff
}

.header-02 .logo {
    padding-left: 0px !important;
}

.logo img {    
    max-width: 300px;
    height: auto
}

.client-logged .header-01 .acesso .icon {
    width: 35px !important;
}

.header-01 .acesso .icon {
    display: inline-block;
    width: 55px;
    height: 26px;
    margin-right: 10px;
    background-image: url("../images/user.svg");
    background-repeat: no-repeat
}

.header-01 .phone .icon {
    display: inline-block;
    width: 26px;
    height: 35px;
    margin-right: 10px;
    background-image: url("../images/phone-black.svg");
    background-repeat: no-repeat
}

.header-01 .phone a {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 991px) {
    .importacao-produtos-wrapper {
        height: 390px;
    }

    .pg-treinamento .formandos .container .formandos-img-turma-mes img {
        width: 300px;
        height: 100%;
        object-fit: cover;
    }

    .banners-desktop button.slick-arrow {
        top: 80px !important;
    }

    .client-logged .acesso a.nome-cliente {
        width: 250px !important;
    }

    .categorias-mais-procuradas .categorias-mais-procuradas-conteudo .container {
        width: 790px;
    }

    .categorias-mais-procuradas .categorias-mais-procuradas-conteudo .foto {
        width: 120px !important;
        height: 120px !important;
    }

    .categorias-mais-procuradas .categorias-mais-procuradas-conteudo img {
        width: 70px !important;
        height: 85px !important;
    }

    .categorias-mais-procuradas .categorias-mais-procuradas-conteudo p {
        width: 170px !important;
    }

   

    .social a {
        margin: 0 0 0 5px !important;
    }

    .header-01 .phone a {
        display: inherit;
    }

    .header-01 .float-right {
        float: none !important;
    }

    .client-logged .acesso a {
        width: 82px !important;
    }

    .acesso a {
        font-size: 11px !important;
        width: 126px !important;
    }


    .acesso {
        margin-top: 15px;
    }

    .titulo-branco-especial-produtos {
        top: 0px !important;
    }

    #listagem-grid .listagem-seo-topo h2 {
        font-size: 25px !important;
    }

    .header-02 .level-1 {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .header-05 form label {
        font-size: 15px;
    }

    .header-05 form {
        width: 95%;
        margin: 20px 0px 20px 20px;
    }

    .header-06 form {
        margin: 20px 0px 20px 20px;
        width: 95%;
    }

    #menu-horizontal ul.level-1 li a {
        font-size: 11px !important;
    }

    .contato.item-menu-nivel-2 {
        margin-right: 0px;
    }

    .produtos.item-menu-nivel-2 {
        margin-left: 2px;
    }

    .header-02 .logo {
        padding-left: 0px !important;
    }

        .header-02 .logo img {
            width: inherit;
            max-width: 140px;
        }

    .conteudo-rodape {
        font-size: 11px !important;
    }

    .container-alt {
        max-width: 790px !important;
    }

    .contato-info h2 {
        font-size: 25px !important;
    }

    .contato-info-container .info-title {
        font-size: 15px !important;
    }

    .contato-info-container p {
        font-size: 12px !important;
    }

    #formandos .title {
        padding-top: 5px !important;
        font-size: 41px !important;
    }

    #programa-treinamento .modulos-content ul {
        max-height: 450px !important;
        overflow-y: auto;
    }

    #treinamento .centro-photos.slider-for .slick-arrow:before {
        color: #EB403D !important;
    }

    #treinamento .centro-photos button.slick-arrow {
        margin-top: 220px !important;
    }

    .calendario-com-programacao .titulo-vermelho-especial,
    .calendario-com-programacao .titulo-branco-especial {
        font-size: 22px !important;
    }

    #produto-detalhe .medias ul.slider-nav li img {
        width: 75% !important;
        margin: 0px 0px 0px 25px;
    }

    #produto-detalhe .medias ul.medias-produto-selector {
        max-height: 250px !important;
    }

    .todas-categorias h2.titulo-categoria, .categorias-mais-procuradas h2.titulo-categoria {
        font-size: 23px !important;
        margin-top: -15px !important;
    }
}

.header-01 .phone {
    font-family: 'GilRoy-light';
    font-weight: normal;
    justify-content: space-between;
}

    .header-01 .phone b {
        font-size: 22px;
        font-family: 'GilRoy-light';
        font-weight: bold
    }

    .header-01 .phone small {
        font-weight: normal;
        font-size: 22px;
        padding: 0px 5px 0 0;
        font-family: "GilRoy-Light";
    }

.client-logged .header-01 .acesso .icon {
    background-image: url("../images/user-logged.svg") !important;
}

.client-logged .header-01 .phone .icon {
    background-image: url("../images/phone-black.svg") !important;
    margin-left: 7px;
}

/*.client-logged .header-01 .acesso {
    margin-top: 0px !important;
}*/

.client-logged .acesso a {
    font-size: 12px;
}

    .client-logged .acesso a.nome-cliente {
        width: 320px;
        color: #e31a16;
    }

    .client-logged .acesso a.qtd-carrinho {
        width: 55px !important;
        color: #e31a16;
    }

    .client-logged .acesso a.exit-img {
        color: #e31a16;
    }

.client-logged .header-01 .container-alt > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .client-logged .header-01 .container-alt > .row [class*="col-"] {
        height: 100%;
        max-width: 34%
    }

.client-logged .header-01 .container-alt .phone {
    height: 100%;
    margin-left: -17%
}

.client-logged .header-01 .container-alt .info {
    width: 150px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.client-logged .header-01 .container-alt .cart a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%
}

.client-logged .header-01 .container-alt .cart .qtd {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -3px;
    right: -8px;
    font-size: 14px;
    color: #13A264;
    font-weight: bold;
    line-height: 19px;
    text-align: center
}

.client-logged .header-01 .container-alt span.separator {
    width: 1px;
    height: 28px;
    background: #3DAEE3;
    display: block;
    margin-left: 19px
}

.client-logged .header-01 .container-alt .exit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

    .client-logged .header-01 .container-alt .exit .btn-exit {
        font-size: 16px;
        display: block;
        color: #fff;
        margin-right: 11px
    }

    .client-logged .header-01 .container-alt .exit:hover .btn-exit {
        text-decoration: underline;
        cursor: pointer
    }

    .client-logged .header-01 .container-alt .exit a.exit-img {
        height: 41px
    }

.header-02 {
    background: #fff;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
    /*position: relative;*/
    position: fixed;
    z-index: 1050;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    top: 45px;
}

header .header-02 #search.search-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.header-02 .phone {
    display: none;
    margin: 0;
    font-size: 15px;
    color: #314663;
    white-space: nowrap;
    font-family: 'GilRoy-light'
}

    .header-02 .phone small {
        font-size: 13px;
        padding: 0 8px 0 0
    }

    .header-02 .phone b {
        font-size: 15px;
        font-weight: bold
    }



header.float .header-02 {
    position: fixed;
    top: 0;
    padding: 10px 0 !important;
    z-index: 9999;    
    height: 90px !important;    
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}
header.float .header-04 {
    position: fixed;
    top: 90px;
    width: 100%;
    z-index: 9999;
    opacity: 0 !important;
}
header.float-04 .header-04 {
    height: 0px !important;
    display: none !important;
}

    header.float .header-02 #search.search-desktop {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    header.float .header-02 .phone {
        /*display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;*/
        line-height: 40px
    }

        header.float .header-02 .phone a {
            color: #314663;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

    header.float .header-02 h1 img {
        width: 100%;
        height: auto
    }

    header.float .header-02 h2 img {
        width: 70px;
        height: auto
    }

header.float #menu-horizontal {
    width: 76%;
    height: 60%;
    float: left;
    margin-top: 17px !important;
}

    header.float #menu-horizontal .menu-content {
        padding: 9px 0 0 0
    }

/*    header.float #menu-horizontal ul.level-1 li a {
        font-size: 16px
    }*/

@media (max-width: 1199px) {
    header.float .header-02 {
        height: auto
    }

        header.float .header-02 .logo {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        header.float .header-02 h1 img {
            max-width: 130px
        }

       /* header .header-02 #search.search-desktop, 
        header.float .header-02 #search.search-desktop {
            display: none !important
        }*/

    header.float #menu-horizontal {
        height: 100%
    }

    header.float .header-02 .phone {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    header.float .header-02 #search {
        margin: 5px 0 0 0 !important
    }
}


@media (max-width: 1199px) {
    #search button[type="submit"] {
        padding: 0 14px
    }
}

#search .suggestion-box {
    padding: 10px;
    -webkit-box-shadow: 0 2px 5px #ccc;
    box-shadow: 0 2px 5px #ccc;
    display: none;
    position: absolute;
    top: 41px;
    z-index: 1000;
    background: #fff
}

    #search .suggestion-box .product {
        padding: 8px 10px;
        border-bottom: 1px solid #f1f1f1
    }

        #search .suggestion-box .product:last-child {
            border-bottom: 0
        }

        #search .suggestion-box .product a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        #search .suggestion-box .product img {
            width: 50px;
            margin-right: 10px
        }

        #search .suggestion-box .product span {
            font-size: 16px;
            color: #758588
        }

        #search .suggestion-box .product:hover {
            background-color: #fafafa
        }

.header-03 #search {
    float: right;
    padding: 0;
    margin: 3px 0;
    max-width: 500px;
    width: 100%
}

    .header-03 #search input {
        color: white;
        border-color: #fff
    }

    .header-03 #search button[type="submit"] {
        color: white;
        background-color: #EB403D;
        cursor: pointer
    }

        .header-03 #search button[type="submit"]:hover {
            background-color: #bb0300
        }

    .header-03 #search input::-webkit-input-placeholder {
        color: white
    }

    .header-03 #search input:-ms-input-placeholder {
        color: white
    }

    .header-03 #search input::-ms-input-placeholder {
        color: white
    }

    .header-03 #search input::placeholder {
        color: white
    }

    .header-03 #search input:-ms-input-placeholder {
        color: white
    }

    .header-03 #search input::-ms-input-placeholder {
        color: white
    }

.acesso {
    margin-top: 15px;
}

    .acesso a {
        font-size: 14px;
        color: #000;
        font-weight: 600;
        width: 160px;
        line-height: 17px;
        text-align: center;
    }

    .acesso img {
        margin-right: 10px
    }



.social {
    /*height: 28px;
    border-left: 1px solid #3DAEE3*/
    margin: 15px auto 0px;
}

.pg-royce .social {
    margin-top: 0px;
}

.social a {
    margin: 0 0 0 20px
}

    .social a:hover {
        opacity: 0.8
    }

.fullbanner {
    clear: both;
    /*margin-top: -172px*/
    /*margin-top: 10px*/
}

    .fullbanner .slick-list {
        width: 100%
    }

    .fullbanner ul.banners {
        clear: both;
        overflow: hidden;
        max-height: 500px;
        opacity: 0;
        transition: opacity 1s ease-in;
    }
        .fullbanner ul.banners.image-loaded {
            opacity: 1;
        }

@media (max-width: 1500px) {
    .fullbanner ul.banners {
        max-height: 460px
    }
}

.fullbanner ul.banners li a {
    display: block
}

.fullbanner ul.banners li img {
    max-width: 100%;
    margin-left: 0px !important;
    /*border-radius: 20px;*/
    height: auto;
    object-fit: contain;
}

.fullbanner .banner-content {
    display: block;
    text-align: center;
    max-width: 600px;
    width: 100%;
    color: white;
    margin: 0 auto
}

    .fullbanner .banner-content h2 {
        font-size: 50px;
        line-height: 58px;
        font-family: 'GilRoy-light';
        font-weight: bold;
        margin: 0
    }

    .fullbanner .banner-content h3 {
        font-size: 28px;
        font-weight: normal;
        margin: 20px 0
    }

    .fullbanner .banner-content a.botao {
        margin: 0 auto;
        max-width: 180px
    }

@media (max-width: 1199px) {
    /*.fullbanner ul.banners {
        padding: 2.5rem 0
    }*/

    .fullbanner .slick-dots {
        bottom: 0
    }

    .fullbanner .banner-content {
        width: 80%
    }

        .fullbanner .banner-content h2 {
            font-size: 23px;
            line-height: 30px
        }

        .fullbanner .banner-content h3 {
            font-size: 18px
        }
}

.galeria-linhas {
    float: left
}

@media (min-width: 1200px) {
    .galeria-linhas {
        width: 69%;
        padding-left: 1rem;
        padding-top: 2.2rem
    }
}

@media (max-width: 1199px) {
    .galeria-linhas {
        width: 100%
    }
}

.galeria-produtos h2 {
    font-size: 21px
}

    .galeria-produtos h2 b {
        font-size: 44px
    }

        .galeria-produtos h2 b.lh-2 {
            line-height: 1.2
        }

.galeria-produtos h3 {
    font-size: 19px
}

.galeria-produtos.linha-equipamentos .info h2 b {
    font-size: 18px;
    min-height: 79px
}

#banner-home {
    clear: both
}

    #banner-home img {
        width: 100%;
        height: auto
    }

.banners-mobile {
    display: none
}

#treinamento .centro-photos button.slick-arrow {
    margin-top: 160px;
}

.fale-conosco .seta,
.onde-estamos .seta {
    display: none !important;
}

.importacao-produtos-wrapper .conteudo-importacao {
    padding-bottom: 15px;
}

.header-01.mobile {
    position: fixed;
    top: 0;
}
.header-mobile {
    .logo-principal-mobile {
        width: 140px;
        margin-top: -7px;
        margin-left: -10px;

    }
    .acesso .icon {
        background-image: url(../images/user-azul.svg);
        background-repeat: no-repeat;
        display: inline-block;
        width: 36px;
        height: 31px;
        background-size: 35px;
    }
    .col-xs-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    @media (max-width: 2000px) {
        body.pg-client.client-logged .content-client-grey-2 {
            height: 190px;
            padding-left: 10px !important;
            padding-top: 15px !important;
        }

        body.pg-client .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
            margin: -3px -9px -9px !important;
        }

        .col-div-5 {
            -ms-flex: 0 0 50%;
            -webkit-box-flex: 0;
            flex: 0 0 50%;
            max-width: 50%;
        }

        body.pg-listagem .importacao-produtos-wrapper .imagem-produto img {
            margin-left: 0px;
        }

        .inscricao-pf .no-padding-left {
            padding-left: 15px !important;
        }
        .inscricao-pf .no-padding-right {
            padding-right: 15px !important;
        }
        .inscricao-pf label{
            font-size: 12px !important;
        }
        .pg-treinamento .formandos .container .formandos-img-turma-mes img {
            width: 100% !important;
            height: 100%;
            object-fit: contain;
            margin-bottom: 50px;
            margin-top: -20px;
        }

        body.pg-client.client-logged.pg-client-devolution .solicitacoes-anteriores {
            margin-top: 0px !important;
        }

        .img-novidade-produto {
            left: 19px;
            top: 25px !important;
        }

        #produto-detalhe {
            padding-top: 0px;
            margin-top: -40px;
        }

        .form-pesquisa-mobile .fa-search:before {
            color: #21324A !important;
        }

        #produto-detalhe {
            padding-bottom: 0px !important;
        }

        #produto-detalhe .infos-produto .budget {
            font-size: 17px !important;
            border-radius: 5px !important;
        }

        #produto-detalhe .infos-produto .code {
            border: 0px !important;
            margin: 10px 0px 0px !important;
            color: #E5635E;
            font-family: GilRoy-Semibold;
        }

        #produto-detalhe .medias ul.medias-produto li img {
            width: 270px !important;
            margin-top: 28px;
        }

        #produto-detalhe .medias ul.slider-nav .slick-slide > div {
            padding: 0px !important;
            margin-left: -4px;
        }

        #produto-detalhe .medias .slider-nav .slick-list {
            padding: 0px !important;
        }

        #produto-detalhe .medias ul.slider-nav li img {
            width: 80% !important;
            margin: 0px 20px 0px 0px;
            border: 1px solid #D9D9D9;
            border-radius: 10px;
            padding: 0px !important;
        }

        #listagem-grid .quotation-form .qtd-field .change-qtd,
        #listagem-grid .quotation-form .qtd-field .change-qtd:hover {
            background: transparent !important;
            color: #354462 !important;
        }

        #listagem-grid .quotation-form .qtd-field input[name='amount'] {
            width: 70px !important;
            padding: 8px;
        }

        .pg-client-quotation .popup.remove-quotation .content .remove-quotation,
        .pg-client-quotation .popup.remove-quotation .content .cancel-remove {
            font-size: 15px;
        }

        .pg-client-quotation .popup.remove-quotation .content {
            width: 310px !important;
        }

        #mais-infos-treinamento .linha-conteudo td {
            padding: 0px 15px 15px 20px !important;
        }

        #mais-infos-treinamento .linha-conteudo td ul li {
            margin-top: 0px !important;
        }

        .titulo-centro-treinamento .section-title {
            font-size: 24px !important;
            text-align: left !important;
        }

        body.client-logged.pg-home header {
            margin-bottom: 0px !important;
        }

        .home-importacao .alerta-importacao,
        .home-produtos-destaques .alerta-produtos-destaques,
        .produtos-sugeridos .alerta-produtos-sugeridos {
            display: flex;
            justify-content: space-between;
            background-color: transparent;
            color: #314663;
            padding: 12px 0px 5px;
            font-family: 'GilRoy-Bold' !important;
        }

        .home-importacao .alerta-importacao a {
            margin: 7px 0px 0px;
        }

        .home-produtos-destaques .alerta-produtos-destaques a {
            margin: 7px 0px 0px;
            width: 30%;
        }

        .home-produtos-destaques .alerta-produtos-destaques {
            margin: 16px 0px 0px;
            text-align: right;
            padding-right: 15px;
        }


        .produtos-sugeridos .alerta-produtos-sugeridos a {
            margin: 20px 0px 0px;
            width: 30%;
            text-align: right;
            padding-right: 15px;
        }

        .home-importacao .alerta-importacao h2,
        .produtos-sugeridos .alerta-produtos-sugeridos h2 {
            font-family: 'GilRoy-Bold' !important;
            font-size: 21px !important;
            text-align: left;        
            padding: 0px;
            width: 80%;        
            margin: 3px auto 10px;
        }

        .banners-linha-produto {
            padding: 0 15px;
            display: grid;
        }

        .banners-linha-produto .linha-0 {
            display: flex;
            justify-content: space-between;
        }

        .banners-linha-produto .banner-linha {
            border-radius: 7px;
            background-size: contain;
            width: 100%;
        }

        .banners-linha-produto .banner-linha-agricola {
            background-image: url(../IMAGES/home/banner-agricola.png);
            background-repeat: no-repeat;
            height: 70px;
            width: 49%;
            background-size: cover;
            background-position: bottom;
        }

        .banners-linha-produto .banner-linha-construcao {
            background-image: url(../IMAGES/home/banner-construcao.png);
            background-repeat: no-repeat;
            height: 70px;
            width: 49%;
            background-size: cover;
            background-position: bottom;
        }

        .banners-linha-produto .banner-linha-pesada {
            background-image: url(../IMAGES/home/banner-pesada.png);
            background-repeat: no-repeat;
            height: 70px;
            width: 49%;
            background-size: cover;
            background-position: bottom;
        }

        .banners-linha-produto .banner-linha-ferramentas {
            background-image: url(../IMAGES/home/banner-ferramentas.png);
            background-repeat: no-repeat;
            height: 70px;
            width: 49%;
            background-size: cover;
            background-position: bottom;
        }

        .banners-linha-produto .banner-linha-leve {
            background-image: url(../IMAGES/home/banner-leve.jpg);
            background-repeat: no-repeat;
            height: 150px;
            background-size: cover;
            background-position: bottom;
            margin: 10px 0px;
        }

        .home-produtos-destaques h2.titulo {
            font-family: 'GilRoy-Bold' !important;
            font-size: 21px !important;
            text-align: left;
            width: 70%;
            background-color: transparent;
            margin: 0px !important;
        }

        .img-novidades {
            width: 100%;
            margin: 20px 0px;
            border-radius: 15px;
            object-fit: cover;
        }


        body:not(.client-logged) .listagem-ul .importacao-produtos-wrapper {
            height: 230px;
        }

        body:not(.client-logged) .listagem-ul .importacao-produtos-wrapper {
            height: 230px;
        }

        body.client-logged .importacao-produtos-wrapper {
            height: 280px;
        }


        body.pg-home .importacao-produtos-wrapper,
        body.pg-produto .importacao-produtos-wrapper {
            height: 290px;
        }

        .importacao-produtos-wrapper .name {
            padding: 0px 0px;
            color: #212222;
            font-family: GilRoy-Medium;
            font-weight: 100;
            font-size: 12px;
        }

        .importacao-produtos-wrapper .codigo-produto {
            width: 100%;
            text-align: center;
            display: block;
            font-family: GilRoy-Medium;
            font-weight: 100;
            color: red;
            padding: 10px 0px;
            font-size: 12px;
            margin-top: 0px;
        }

        .importacao-produtos-wrapper .produto-novo {
            font-size: 12px;
        }

        .importacao-produtos-wrapper .conteudo-importacao,
        .importacao-produtos-wrapper .conteudo-importacao.ativo {
            /*-webkit-box-shadow: 0px -2px 13px -6px rgba(53,68,98,1);
            -moz-box-shadow: 0px -2px 13px -6px rgba(53,68,98,1);
            box-shadow: 0px -2px 13px -6px rgba(53,68,98,1);*/
    /*max-height: 245px;
    height: inherit;*/
}

.importacao-produtos-wrapper .imagem-produto,
.importacao-produtos-wrapper .imagem-produto.ativo {
    border: 0px !important;
    border-radius: 0px !important;
}

/*.importacao-produtos-wrapper .btn-ver-mais{
display:none !important;
}*/


    #infos b.title {
        color: #354462 !important;
        font-family: GilRoy-ExtraBold;
    }

    #infos b.title i {
        color: #354462 !important;
    }

    #infos .infos-wrapper {
        padding-top: 1rem !important;
    }

    #infos .infos-wrapper .fale-conosco,
    #infos .infos-wrapper .onde-estamos {
        padding-left: 20px;
    }

    #infos .infos-wrapper .fale-conosco .content table {
        width: 100%;
    }


    .conteudo-rodape {
        font-size: 15px !important;
        font-family: 'GilRoy-Regular';
    }

    #infos .infos-wrapper .fale-conosco .content table strong {
        font-family: 'GilRoy-SemiBold';
        color: #151515;
        font-size: 15px !important;
    }

    .header-01 {
        display: none !important;
    }

    .header-02 {
        -webkit-box-shadow: 0 0px 2px rgba(0,0,0,0.3);
        box-shadow: 0 0px 2px rgba(0,0,0,0.3);
        height: 150px !important;
        position: fixed !important;
        top: 0px !important;
    }

    header.float .header-02 {
        height: 120px !important;
    }

    .header-02 .acesso .icon {
        background-image: url(../images/user-azul.svg);
        background-repeat: no-repeat;
        display: inline-block;
        width: 36px;
        height: 31px;
        background-size: 35px;
    }

    .header-02 .logo-principal-mobile {
        width: 140px;
        margin-top: -7px;
        margin-left: -10px;
    }

    .header-02 .form-pesquisa-mobile {
        padding: 15px 15px 0px;
    }

    .header-02 .form-pesquisa-mobile input {
        border-top-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
        border-right-color: #fff !important;
        border: 1px solid #314663;
    }

    .header-02 .form-pesquisa-mobile button {
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
        border-left-color: #fff !important;
        border: 1px solid #314663;
        margin-left: -3px;
        background-color: #fff !important;
    }

    .menu-mobile img {
        left: 35px;
        position: absolute;
        top: 1px;
        width: 30px;
    }

    .mobile-shadow .icon-close {
        position: absolute;
        top: 1px;
        right: inherit;
        width: 7%;
        height: 31px;
        color: #414244 !important;
        font-size: 20px;
        background: #a2a6ab;
        z-index: 100;
        left: 318px;
        font-family: Gilroy-ExtraBold;
    }

    .item-menu-mobile {
        position: absolute;
        top: 0;
        width: 100%;
        background: #ffffff;
        padding-bottom: 100px;
        max-height: 800px;
        overflow: auto;
    }

    .menu-flutuante-01 {
        background: #e5e5e5;
        height: auto;
        width: 100%;
        padding: 15px 10px 15px 30px;
    }

    .menu-flutuante-01 .icon {
        background-image: url(../images/user-azul.svg);
        background-repeat: no-repeat;
        display: inline-block;
        width: 60px;
        height: 31px;
        background-size: 35px;
    }

        .menu-flutuante-01 .d-flex img {
            width: 80px;
            margin-right: 10px;
            margin-left: 0px;
        }
        

    .menu-flutuante-01 .btn-link-entrar,
    .menu-flutuante-01 .btn-link-logado {
        display: flex;
        margin-top: 10px;
    }


    .menu-flutuante-01 .btn-link-logado:nth-child(2) {
        font-family: GilRoy-Medium;
        font-size: 12px;
        color: #414244;
        line-height: 14px;
    }

    .menu-flutuante-01 .btn-link-entrar:nth-child(2) {
        font-family: GilRoy-Medium;
        font-size: 15px;
        color: #414244;
    }

    .menu-flutuante-01 .btn-link-entrar:nth-child(2) strong,
    .menu-flutuante-01 .btn-link-logado:nth-child(2) strong {
        font-family: GilRoy-Extrabold;
        color: #314663;
    }

    .menu-flutuante-01 .usuario-opcoes-logado {
        justify-content: space-between;
        font-size: 15px;
    }

    .menu-flutuante-01 .usuario-opcoes-logado a {
        display: flex;
    }

    .menu-flutuante-01 .usuario-opcoes-logado .texto-icone {
        padding: 20px 0px 0px 10px;
    }

    .menu-flutuante-01 .img-icone {
        width: 30px;
        margin: 10px 0px 0px 0px;
    }

    .menu-flutuante-02 {
        height: auto;
        width: 100%;
        margin-top: 10px;
        padding: 5px 10px 20px 30px;
        display: grid;
    }

    .menu-flutuante-02 h4 {
        font-family: GilRoy-SemiBold;
        color: #314663;
        font-size: 19px;
        margin-bottom: 10px;
    }

    .menu-flutuante-02 p:nth-child(2) {
        border-top: 0px;
    }

    .menu-flutuante-02 p {
        font-family: GilRoy-Regular;
        color: #414244;
        font-size: 14px;
        margin-bottom: 10px;
        border-top: 1px solid #414244;
        padding: 10px 0px;
    }

    .menu-flutuante-02 .btn-todos-produtos {
        font-family: GilRoy-SemiBold;
        color: #fff;
        background-color: #314663;
        font-size: 18px;
        padding: 10px;
        border-radius: 10px;
        border: 0px;
        text-align: center;
    }

    .menu-flutuante-03,
    .menu-flutuante-01-logado {
        height: auto;
        width: 88%;
        padding: 10px 10px 0px 10px;
        margin-left: 30px;
        display: grid;
        border: 1px solid #314663;
        border-radius: 10px
    }

    .menu-flutuante-01-logado {
        margin-top: 20px;
    }

    .menu-flutuante-03 a,
    .menu-flutuante-01-logado a {
        font-family: GilRoy-Regular;
        color: #414244 !important;
        font-size: 14px;
        margin-bottom: 10px;
        border-top: 1px solid #414244;
        padding: 5px 0px;
        display: flex;
        justify-content: space-between;
        background: transparent !important;
    }

    .menu-flutuante-03 .entrar-em-contato {
        font-size: 17px;
        font-family: GilRoy-SemiBold !important;
    }

    .menu-flutuante-03 a i,
    .menu-flutuante-01-logado a i {
        background-image: url(../IMAGES/icone-triangulo.png);
        background-size: 15px;
        background-repeat: no-repeat;
        width: 20px;
        height: 18px;
    }

    .menu-flutuante-01-logado a i {
        position: absolute;
        right: 15px;
    }

    .menu-flutuante-03 a i.ativo {
        rotate: 90deg;
    }

    .menu-flutuante-03 a:nth-child(1),
    .menu-flutuante-01-logado a:nth-child(1) {
        border-top: 0px;
    }

    .menu-flutuante-03 .info-contato {
        padding-left: 10px;
    }

    .menu-flutuante-03 .info-contato a {
        border: 0px !important;
        font-family: GilRoy-Regular;
        color: #414244 !important;
    }

    .menu-flutuante-03 .info-contato h4 {
        font-size: 17px;
        font-family: GilRoy-SemiBold;
        color: #314663 !important;
    }

    .fale-conosco .seta,
    .onde-estamos .seta {
        display: block !important;
    }

    #infos .fale-conosco {
        width: inherit !important;
    }

    #treinamento .centro-photos button.slick-arrow {
        margin-top: 160px !important;
    }

    .d-xl-none {
        display: none !important
    }

    .header-01 {
        height: auto;
        height: 37px;
        line-height: 37px;
        /*background-color: #314663;*/
    }

    .header-01 .acesso .icon {
        background-image: url("../images/user-branco.svg");
    }

    .client-logged .header-01 .acesso .icon {
        background-image: url("../images/user-branco.svg") !important;
    }

    #menu-horizontal .menu-wrapper {
        opacity: 0;
        position: absolute;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        top: -15px;
        left: -100%;
        width: 320px;
        height: auto !important;
        z-index: 20;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
        -webkit-transform: translate(-500px, 0);
        transform: translate(-500px, 0);
        background: #ffffff;
    }

    #menu-horizontal .phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        line-height: 50px;
        color: white;
        background: #314663
    }

    #menu-horizontal .phone a {
        color: white
    }

    #menu-horizontal .menu-wrapper.menu-active {
        opacity: 1;
        left: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    #menu-horizontal ul.level-1 li {
        height: auto;
        line-height: 53px;
        background: #F5F5F5;
        text-align: center;
        border-bottom: 1px solid #D2D2D2
    }

    #menu-horizontal ul.level-1 li a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-transform: inherit
    }

    #menu-horizontal ul.level-1 li .menu-content {
        display: none;
        position: relative;
        padding: 0
    }

    #menu-horizontal ul.level-1 li .menu-content.active {
        display: block
    }

    #menu-horizontal ul.level-2 {
        padding: 0 0 10px 0;
        background: transparent;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #menu-horizontal ul.level-2 > li {
        border: 0;
        width: 100%
    }

    #menu-horizontal ul.level-2 > li > a {
        width: 100%;
        padding: 5px 0
    }

    #menu-horizontal ul.level-2 > li span {
        display: block;
        width: 100%;
        font-family: "GilRoy-light";
        font-size: 18px;
        line-height: 25px;
        font-weight: 500;
        padding: 0
    }

    #menu-horizontal ul.level-2 > li span b {
        display: inline-block;
        font-weight: 500;
        font-size: inherit
    }

    #menu-horizontal ul.level-2 > li span b i {
        display: inline-block;
        padding: 0 4px 0 0;
        font-weight: 500
    }

    #menu-horizontal ul.level-1 li .menu-content ul li img {
        display: none
    }

    .hidden-lg {
        display: none !important;
    }

    .visible-lg {
        display: block !important;
        width: 100%;
    }

    .calendario-com-programacao-conteudo .botao {
        font-size: 18px !important;
    }

    .pg-treinamento-detail ul.formandos-turmas {
        justify-content: center !important;
    }

    .modal-solicitar-orcamento #modal-popup .input-wrapper .icon {
        left: 10px !important;
    }

    .titulo-centro-treinamento h2.section-title {
        padding: 14px 15px !important;
    }

    .calendario-com-programacao .titulo-vermelho-especial {
        width: 80% !important;
    }

    .calendario-dates.slick-slider.slider-nav {
        bottom: 45px !important;
    }

    .calendario-com-programacao .titulo-branco-especial {
        width: 70% !important;
    }

    .calendario-com-programacao-conteudo {
        height: inherit !important;
    }


    #treinamento .centro-photos.slider-for .slick-arrow:before {
        color: black !important;
    }

    #treinamento .centro-photos button.slick-arrow {
        margin-top: 120px;
    }


    .pg-treinamento .formandos .container {
        display: block !important;
        position: relative;
    }

    .pg-treinamento .formandos .container:before {
        content: ' ';
        /*background: url(../IMAGES/2022/formandos-10-2023.JPG) !important;*/
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 100% !important;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.6;
    }

    #formandos .title {
        color: #fff;
        padding-top: 30px !important;
        position: relative;
    }
    /*.fullbanner .slick-list .slick-slide{
    width:380px !important;
    }*/
    .print-quotation, .finish-quotation {
        width: 100%;
        text-align: center;
    }

    .print-quotation span {
        width: 70%;
    }

    button.slick-arrow.slick-prev {
        left: 0px !important;
    }

    button.slick-arrow.slick-next {
        right: 0px !important;
    }




    .horario-funcionamento {
        font-family: 'GilRoy-SemiBold';
        font-size: 18px;
        margin-top: 20px;
    }

    .descricao-matriz {
        font-family: 'GilRoy-SemiBold';
        font-size: 18px;
    }

    .banners-mobile {
        display: block
    }

    .banners-mobile li img {
        display: block !important;
    }

    .banners-mobile .slick-track .slick-slide {
        width: 500px !important;
    }

    .banners-desktop {
        display: none
    }

    .imagem-home-1,
    .imagem-home-2 {
        width: 100%;
        float: right;
    }

    .imagem-home-2 {
        margin-top: 10px;
    }



    .conteudo-importacao h2 {
        font-size: 15px;
    }

    .importacao-produtos-wrapper .imagem-produto img {
        width: 100%;
        max-height: 150px;
        margin: -10px 0px 0px -4px;
    }

    .importacao-produtos-wrapper {
        padding: 0px !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .input-group {
        width: 105% !important;
    }

    #listagem-grid .listagem-seo-topo h2 {
        font-size: 16px !important;
    }

    .home-produtos-destaques h2.titulo {
        font-size: 30px;
        width: 100%;
        margin: 30px 0px 0px;
    }

    .row {
        margin-right: 0px !important;
    }

    #informacoes-mercado .conteudo-1,
    #informacoes-mercado .conteudo-2,
    #informacoes-mercado .conteudo-3 {
        width: initial;
        margin: 30px 0px 0px;
    }

    .home-importacao .img-novidades {
        width: 100%;
        height: 149px;
        margin-left: 0px;
        object-fit: contain;
    }

    #menu-horizontal {
        /*margin: 15px 10px !important;*/
    }

    #menu-horizontal .logo img {
        margin-left: 51px;
    }
}
}

#historia-home {
    display: block;
    clear: both;
    padding: 0 0 4rem 0;
    background-size: contain;
    background-image: url("../images/home/pattern-historia.jpg")
}

#historia-home .col-left {
    float: left;
    width: 50%
}

#historia-home .col-right {
    float: left;
    width: 50%
}

#historia-home .texto {
    color: #314663;
    font-size: 18px;
    line-height: 24px
}

#historia-home .texto p {
    display: block;
    font-weight: 500;
    padding: 0 0 20px 0
}

#historia-home .texto strong {
    font-weight: bold
}

#historia-home .video {
    float: left;
    cursor: pointer;
    margin: 174px 0 0 0
}

#historia-home .video-content {
    float: left;
    clear: both;
    color: white;
    text-align: center;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16)
}

#historia-home .video-content img {
    float: left
}

#historia-home .video-wrapper {
    top: 0;
    left: 0
}

#historia-home .video-wrapper b {
    font-weight: bold
}

#historia-home .logo-selo {
    position: absolute;
    top: -170px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1
}

#historia-home .logo-selo-wrapper {
    max-width: 230px
}

#historia-home .logo-selo img {
    width: 100%;
    height: auto
}

@media (max-width: 1199px) {
    #historia-home .video {
        margin-top: 50px
    }

    #historia-home .logo-selo {
        top: -50px
    }

    #historia-home .logo-selo-wrapper {
        max-width: 100px
    }

    #historia-home h3.title {
        font-size: 28px
    }

    #historia-home h3.title b {
        display: block
    }

    #historia-home iframe {
        min-height: 200px
    }
}

@media (max-width: 768px) {
    #carouselFullBanner {
        margin-bottom: 10px;
    }

    .pg-listagem .importacao-produtos-wrapper .btn-ver-mais {
        bottom: -15px;
    }

    .modal-recover-password #modal-popup .modal-title {
        padding-left: 80px;
        font-size: 22px;
    }
    .modal-recover-password p.info {
        font-size: 18px;
    }

    body.pg-client.client-logged .content-client-grey-2 {
        height: 190px;
        padding-left: 10px !important;
        padding-top: 15px !important;
    }

    body.pg-client .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
        margin: -3px -9px -9px !important;
    }

    .col-div-5 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 15px 0px;
    }

    body.pg-listagem .importacao-produtos-wrapper .imagem-produto img {
        margin-left: 0px;
    }

    .inscricao-pf .no-padding-left {
        padding-left: 15px !important;
    }
    .inscricao-pf .no-padding-right {
        padding-right: 15px !important;
    }
    .inscricao-pf label{
        font-size: 12px !important;
    }
    .pg-treinamento .formandos .container .formandos-img-turma-mes img {
        width: 100% !important;
        height: 100%;
        object-fit: contain;
        margin-bottom: 50px;
        margin-top: -20px;
    }

    body.pg-client.client-logged.pg-client-devolution .solicitacoes-anteriores {
        margin-top: 0px !important;
    }

    .img-novidade-produto {
        left: 19px;
        top: 25px !important;
    }

    #produto-detalhe {
        padding-top: 0px;
        margin-top: -40px;
    }

    .form-pesquisa-mobile .fa-search:before {
        color: #21324A !important;
    }

    #produto-detalhe {
        padding-bottom: 0px !important;
    }

    #produto-detalhe .infos-produto .budget {
        font-size: 17px !important;
        border-radius: 5px !important;
    }

    #produto-detalhe .infos-produto .code {
        border: 0px !important;
        margin: 10px 0px 0px !important;
        color: #E5635E;
        font-family: GilRoy-Semibold;
    }

    #produto-detalhe .medias ul.medias-produto li img {
        width: 270px !important;
        margin-top: 28px;
    }

    #produto-detalhe .medias ul.slider-nav .slick-slide > div {
        padding: 0px !important;
        margin-left: -4px;
    }

    #produto-detalhe .medias .slider-nav .slick-list {
        padding: 0px !important;
    }

    #produto-detalhe .medias ul.slider-nav li img {
        width: 80% !important;
        margin: 0px 20px 0px 0px;
        border: 1px solid #D9D9D9;
        border-radius: 10px;
        padding: 0px !important;
    }

    #listagem-grid .quotation-form .qtd-field .change-qtd,
    #listagem-grid .quotation-form .qtd-field .change-qtd:hover {
        background: transparent !important;
        color: #354462 !important;
    }

    #listagem-grid .quotation-form .qtd-field input[name='amount'] {
        width: 70px !important;
        padding: 8px;
    }

    .pg-client-quotation .popup.remove-quotation .content .remove-quotation,
    .pg-client-quotation .popup.remove-quotation .content .cancel-remove {
        font-size: 15px;
    }

    .pg-client-quotation .popup.remove-quotation .content {
        width: 310px !important;
    }

    #mais-infos-treinamento .linha-conteudo td {
        padding: 0px 15px 15px 20px !important;
    }

    #mais-infos-treinamento .linha-conteudo td ul li {
        margin-top: 0px !important;
    }

    .titulo-centro-treinamento .section-title {
        font-size: 24px !important;
        text-align: left !important;
    }

    body.client-logged.pg-home header {
        margin-bottom: 0px !important;
    }

    .home-importacao .alerta-importacao,
    .home-produtos-destaques .alerta-produtos-destaques,
    .produtos-sugeridos .alerta-produtos-sugeridos {
        display: flex;
        justify-content: space-between;
        background-color: transparent;
        color: #314663;
        padding: 12px 0px 5px;
        font-family: 'GilRoy-Bold' !important;
    }

    .home-importacao .alerta-importacao a {
        margin: 7px 0px 0px;
    }

    .home-produtos-destaques .alerta-produtos-destaques a {
        margin: 7px 0px 0px;
        width: 30%;
    }

    .home-produtos-destaques .alerta-produtos-destaques {
        margin: 16px 0px 0px;
        text-align: right;
        padding-right: 15px;
    }


    .produtos-sugeridos .alerta-produtos-sugeridos a {
        margin: 6px 0px 0px;
        width: 30%;
        text-align: right;
        padding-right: 15px;
    }

    .home-importacao .alerta-importacao h2,
    .produtos-sugeridos .alerta-produtos-sugeridos h2 {
        font-family: 'GilRoy-Bold' !important;
        font-size: 21px !important;
        text-align: left;        
        padding: 0px;
        width: 80%;        
        margin: 3px auto 10px;
    }

    .banners-linha-produto {
        padding: 15px;
        display: grid;
    }

    .banners-linha-produto .linha-0 {
        display: flex;
        justify-content: space-between;
    }

    .banners-linha-produto .banner-linha {
        border-radius: 7px;
        background-size: contain;
        width: 100%;
    }

    .banners-linha-produto .banner-linha-agricola {
        background-image: url(../IMAGES/home/banner-agricola.png);
        background-repeat: no-repeat;
        height: 70px;
        width: 49%;
        background-size: cover;
        background-position: bottom;
    }

    .banners-linha-produto .banner-linha-construcao {
        background-image: url(../IMAGES/home/banner-construcao.png);
        background-repeat: no-repeat;
        height: 70px;
        width: 49%;
        background-size: cover;
        background-position: bottom;
    }

    .banners-linha-produto .banner-linha-pesada {
        background-image: url(../IMAGES/home/banner-pesada.png);
        background-repeat: no-repeat;
        height: 70px;
        width: 49%;
        background-size: cover;
        background-position: bottom;
    }

    .banners-linha-produto .banner-linha-ferramentas {
        background-image: url(../IMAGES/home/banner-ferramentas.png);
        background-repeat: no-repeat;
        height: 70px;
        width: 49%;
        background-size: cover;
        background-position: bottom;
    }

    .banners-linha-produto .banner-linha-leve {
        background-image: url(../IMAGES/home/banner-leve.jpg);
        background-repeat: no-repeat;
        height: 150px;
        background-size: cover;
        background-position: bottom;
        margin: 10px 0px;
    }

    .home-produtos-destaques h2.titulo {
        font-family: 'GilRoy-Bold' !important;
        font-size: 21px !important;
        text-align: left;
        width: 70%;
        background-color: transparent;
        margin: 0px !important;
    }

    .img-novidades {
        width: 100%;
        margin: 20px 0px;
        border-radius: 15px;
        object-fit: cover;
    }


    body:not(.client-logged) .listagem-ul .importacao-produtos-wrapper {
        height: 230px;
    }

    body:not(.client-logged) .listagem-ul .importacao-produtos-wrapper {
        height: 230px;
    }

    body.client-logged .importacao-produtos-wrapper {
        height: 280px;
    }


    body.pg-home .importacao-produtos-wrapper,
    body.pg-produto .importacao-produtos-wrapper {
        height: 290px;
    }

    .importacao-produtos-wrapper .name {
        padding: 0px 0px;
        color: #212222;
        font-family: GilRoy-Medium;
        font-weight: 100;
        font-size: 12px;
    }

    .importacao-produtos-wrapper .codigo-produto {
        width: 100%;
        text-align: center;
        display: block;
        font-family: GilRoy-Medium;
        font-weight: 100;
        color: red;
        padding: 10px 0px;
        font-size: 12px;
        margin-top: 0px;
    }

    .importacao-produtos-wrapper .produto-novo {
        font-size: 10px;
    }

    .importacao-produtos-wrapper .conteudo-importacao,
    .importacao-produtos-wrapper .conteudo-importacao.ativo {
        /*-webkit-box-shadow: 0px -2px 13px -6px rgba(53,68,98,1);
        -moz-box-shadow: 0px -2px 13px -6px rgba(53,68,98,1);
        box-shadow: 0px -2px 13px -6px rgba(53,68,98,1);*/
    /*max-height: 245px;
    height: inherit;*/
}

.importacao-produtos-wrapper .imagem-produto,
.importacao-produtos-wrapper .imagem-produto.ativo {
    border: 0px !important;
    border-radius: 0px !important;
}

/*.importacao-produtos-wrapper .btn-ver-mais{
display:none !important;
}*/


    #infos b.title {
        color: #354462 !important;
        font-family: GilRoy-ExtraBold;
    }

    #infos b.title i {
        color: #354462 !important;
    }

    #infos .infos-wrapper {
        padding-top: 1rem !important;
    }

    #infos .infos-wrapper .fale-conosco,
    #infos .infos-wrapper .onde-estamos {
        padding-left: 20px;
    }

    #infos .infos-wrapper .fale-conosco .content table {
        width: 100%;
    }


    .conteudo-rodape {
        font-size: 15px !important;
        font-family: 'GilRoy-Regular';
    }

    #infos .infos-wrapper .fale-conosco .content table strong {
        font-family: 'GilRoy-SemiBold';
        color: #151515;
        font-size: 15px !important;
    }

    .header-01 {
        display: none !important;
    }

    .header-02 {
        -webkit-box-shadow: 0 0px 2px rgba(0,0,0,0.3);
        box-shadow: 0 0px 2px rgba(0,0,0,0.3);
        height: 150px !important;
        position: fixed !important;
        top: 0px !important;
    }

    header.float .header-02 {
        height: 120px !important;
    }

    .header-02 .form-pesquisa-mobile {
        padding: 15px 15px 0px;
    }

    .header-02 .form-pesquisa-mobile input {
        border-top-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
        border-right-color: #fff !important;
        border: 1px solid #314663;
    }

    .header-02 .form-pesquisa-mobile button {
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
        border-left-color: #fff !important;
        border: 1px solid #314663;
        margin-left: -3px;
        background-color: #fff !important;
    }

    .menu-mobile img {
        left: 35px;
        position: absolute;
        top: 1px;
        width: 30px;
    }

    .mobile-shadow .icon-close {
        position: absolute;
        top: 1px;
        right: inherit;
        width: 7%;
        height: 31px;
        color: #414244 !important;
        font-size: 20px;
        background: #a2a6ab;
        z-index: 100;
        left: 318px;
        font-family: Gilroy-ExtraBold;
    }

    .item-menu-mobile {
        position: absolute;
        top: 0;
        width: 100%;
        background: #ffffff;
        padding-bottom: 100px;
        max-height: 800px;
        overflow: auto;
    }

    .menu-flutuante-01 {
        background: #e5e5e5;
        height: auto;
        width: 100%;
        padding: 15px 10px 15px 30px;
    }

    .menu-flutuante-01 .icon {
        background-image: url(../images/user-azul.svg);
        background-repeat: no-repeat;
        display: inline-block;
        width: 60px;
        height: 31px;
        background-size: 35px;
    }

    .menu-flutuante-01 img {
        width: 80px;
        margin-right: 10px;
    }

    .menu-flutuante-01 .btn-link-entrar,
    .menu-flutuante-01 .btn-link-logado {
        display: flex;
        margin-top: 10px;
    }


    .menu-flutuante-01 .btn-link-logado:nth-child(2) {
        font-family: GilRoy-Medium;
        font-size: 12px;
        color: #414244;
        line-height: 14px;
    }

    .menu-flutuante-01 .btn-link-entrar:nth-child(2) {
        font-family: GilRoy-Medium;
        font-size: 15px;
        color: #414244;
    }

    .menu-flutuante-01 .btn-link-entrar:nth-child(2) strong,
    .menu-flutuante-01 .btn-link-logado:nth-child(2) strong {
        font-family: GilRoy-Extrabold;
        color: #314663;
    }

    .menu-flutuante-01 .usuario-opcoes-logado {
        justify-content: space-between;
        font-size: 15px;
    }

    .menu-flutuante-01 .usuario-opcoes-logado a {
        display: flex;
    }

    .menu-flutuante-01 .usuario-opcoes-logado .texto-icone {
        padding: 20px 0px 0px 10px;
    }

    .menu-flutuante-01 .img-icone {
        width: 30px;
        margin: 10px 0px 0px 0px;
    }

    .menu-flutuante-02 {
        height: auto;
        width: 100%;
        margin-top: 10px;
        padding: 5px 10px 20px 30px;
        display: grid;
    }

    .menu-flutuante-02 h4 {
        font-family: GilRoy-SemiBold;
        color: #314663;
        font-size: 19px;
        margin-bottom: 10px;
    }

    .menu-flutuante-02 p:nth-child(2) {
        border-top: 0px;
    }

    .menu-flutuante-02 p {
        font-family: GilRoy-Regular;
        color: #414244;
        font-size: 14px;
        margin-bottom: 10px;
        border-top: 1px solid #414244;
        padding: 10px 0px;
    }

    .menu-flutuante-02 .btn-todos-produtos {
        font-family: GilRoy-SemiBold;
        color: #fff;
        background-color: #314663;
        font-size: 18px;
        padding: 10px;
        border-radius: 10px;
        border: 0px;
        text-align: center;
    }

    .menu-flutuante-03,
    .menu-flutuante-01-logado {
        height: auto;
        width: 88%;
        padding: 10px 10px 0px 10px;
        margin-left: 30px;
        display: grid;
        border: 1px solid #314663;
        border-radius: 10px
    }

    .menu-flutuante-01-logado {
        margin-top: 20px;
    }

    .menu-flutuante-03 a,
    .menu-flutuante-01-logado a {
        font-family: GilRoy-Regular;
        color: #414244 !important;
        font-size: 14px;
        margin-bottom: 10px;
        border-top: 1px solid #414244;
        padding: 5px 0px;
        display: flex;
        justify-content: space-between;
        background: transparent !important;
    }

    .menu-flutuante-03 .entrar-em-contato {
        font-size: 17px;
        font-family: GilRoy-SemiBold !important;
    }

    .menu-flutuante-03 a i,
    .menu-flutuante-01-logado a i {
        background-image: url(../IMAGES/icone-triangulo.png);
        background-size: 15px;
        background-repeat: no-repeat;
        width: 20px;
        height: 18px;
    }

    .menu-flutuante-01-logado a i {
        position: absolute;
        right: 15px;
    }

    .menu-flutuante-03 a i.ativo {
        rotate: 90deg;
    }

    .menu-flutuante-03 a:nth-child(1),
    .menu-flutuante-01-logado a:nth-child(1) {
        border-top: 0px;
    }

    .menu-flutuante-03 .info-contato {
        padding-left: 10px;
    }

    .menu-flutuante-03 .info-contato a {
        border: 0px !important;
        font-family: GilRoy-Regular;
        color: #414244 !important;
    }

    .menu-flutuante-03 .info-contato h4 {
        font-size: 17px;
        font-family: GilRoy-SemiBold;
        color: #314663 !important;
    }

    .fale-conosco .seta,
    .onde-estamos .seta {
        display: block !important;
    }

    #infos .fale-conosco {
        width: inherit !important;
    }

    #treinamento .centro-photos button.slick-arrow {
        margin-top: 160px !important;
    }

    .d-xl-none {
        display: none !important
    }

    .header-01 {
        height: auto;
        height: 37px;
        line-height: 37px;
        /*background-color: #314663;*/
    }

    .header-01 .acesso .icon {
        background-image: url("../images/user-branco.svg");
    }

    .client-logged .header-01 .acesso .icon {
        background-image: url("../images/user-branco.svg") !important;
    }

    #menu-horizontal .menu-wrapper {
        opacity: 0;
        position: absolute;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        top: -15px;
        left: -100%;
        width: 320px;
        height: auto !important;
        z-index: 20;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
        -webkit-transform: translate(-500px, 0);
        transform: translate(-500px, 0);
        background: #ffffff;
    }

    #menu-horizontal .phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        line-height: 50px;
        color: white;
        background: #314663
    }

    #menu-horizontal .phone a {
        color: white
    }

    #menu-horizontal .menu-wrapper.menu-active {
        opacity: 1;
        left: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    #menu-horizontal ul.level-1 li {
        height: auto;
        line-height: 53px;
        background: #F5F5F5;
        text-align: center;
        border-bottom: 1px solid #D2D2D2
    }

    #menu-horizontal ul.level-1 li a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-transform: inherit
    }

    #menu-horizontal ul.level-1 li .menu-content {
        display: none;
        position: relative;
        padding: 0
    }

    #menu-horizontal ul.level-1 li .menu-content.active {
        display: block
    }

    #menu-horizontal ul.level-2 {
        padding: 0 0 10px 0;
        background: transparent;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #menu-horizontal ul.level-2 > li {
        border: 0;
        width: 100%
    }

    #menu-horizontal ul.level-2 > li > a {
        width: 100%;
        padding: 5px 0
    }

    #menu-horizontal ul.level-2 > li span {
        display: block;
        width: 100%;
        font-family: "GilRoy-light";
        font-size: 18px;
        line-height: 25px;
        font-weight: 500;
        padding: 0
    }

    #menu-horizontal ul.level-2 > li span b {
        display: inline-block;
        font-weight: 500;
        font-size: inherit
    }

    #menu-horizontal ul.level-2 > li span b i {
        display: inline-block;
        padding: 0 4px 0 0;
        font-weight: 500
    }

    #menu-horizontal ul.level-1 li .menu-content ul li img {
        display: none
    }

    .hidden-lg {
        display: none !important;
    }

    .visible-lg {
        display: block !important;
        width: 100%;
    }

    .calendario-com-programacao-conteudo .botao {
        font-size: 18px !important;
    }

    .pg-treinamento-detail ul.formandos-turmas {
        justify-content: center !important;
    }

    .modal-solicitar-orcamento #modal-popup .input-wrapper .icon {
        left: 10px !important;
    }

    .titulo-centro-treinamento h2.section-title {
        padding: 14px 15px !important;
    }

    .calendario-com-programacao .titulo-vermelho-especial {
        width: 80% !important;
    }

    .calendario-dates.slick-slider.slider-nav {
        bottom: 45px !important;
    }

    .calendario-com-programacao .titulo-branco-especial {
        width: 70% !important;
    }

    .calendario-com-programacao-conteudo {
        height: inherit !important;
    }


    #treinamento .centro-photos.slider-for .slick-arrow:before {
        color: black !important;
    }

    #treinamento .centro-photos button.slick-arrow {
        margin-top: 120px;
    }


    .pg-treinamento .formandos .container {
        display: block !important;
        position: relative;
    }

    .pg-treinamento .formandos .container:before {
        content: ' ';
        /*background: url(../IMAGES/2022/formandos-10-2023.JPG) !important;*/
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 100% !important;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.6;
    }

    #formandos .title {
        color: #fff;
        padding-top: 30px !important;
        position: relative;
    }
    /*.fullbanner .slick-list .slick-slide{
    width:380px !important;
    }*/
    .print-quotation, .finish-quotation {
        width: 100%;
        text-align: center;
    }

    .print-quotation span {
        width: 70%;
    }

    button.slick-arrow.slick-prev {
        left: 0px !important;
    }

    button.slick-arrow.slick-next {
        right: 0px !important;
    }




    .horario-funcionamento {
        font-family: 'GilRoy-SemiBold';
        font-size: 18px;
        margin-top: 20px;
    }

    .descricao-matriz {
        font-family: 'GilRoy-SemiBold';
        font-size: 18px;
    }

    .banners-mobile {
        display: block
    }

    .banners-mobile li img {
        display: block !important;
    }

    .banners-mobile .slick-track .slick-slide {
        width: 500px !important;
    }

    .banners-desktop {
        display: none
    }

    .imagem-home-1,
    .imagem-home-2 {
        width: 100%;
        float: right;
    }

    .imagem-home-2 {
        margin-top: 10px;
    }



    .conteudo-importacao h2 {
        font-size: 15px;
    }

    .importacao-produtos-wrapper .imagem-produto img {
        width: 100%;
        max-height: 150px;
        margin: -10px 0px 0px -4px;
    }

    .importacao-produtos-wrapper {
        padding: 0px !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .input-group {
        width: 105% !important;
    }

    #listagem-grid .listagem-seo-topo h2 {
        font-size: 16px !important;
    }

    .home-produtos-destaques h2.titulo {
        font-size: 30px;
        width: 100%;
        margin: 30px 0px 0px;
    }

    .row {
        margin-right: 0px !important;
    }

    #informacoes-mercado .conteudo-1,
    #informacoes-mercado .conteudo-2,
    #informacoes-mercado .conteudo-3 {
        width: initial;
        margin: 30px 0px 0px;
    }

    .home-importacao .img-novidades {
        width: 100%;
        height: 149px;
        margin-left: 0px;
        object-fit: contain;
    }

    #menu-horizontal {
        /*margin: 15px 10px !important;*/
    }

    #menu-horizontal .logo img {
        margin-left: 51px;
    }
}

#historia-home {
    display: block;
    clear: both;
    padding: 0 0 4rem 0;
    background-size: contain;
    background-image: url("../images/home/pattern-historia.jpg")
}

#historia-home .col-left {
    float: left;
    width: 50%
}

#historia-home .col-right {
    float: left;
    width: 50%
}

#historia-home .texto {
    color: #314663;
    font-size: 18px;
    line-height: 24px
}

#historia-home .texto p {
    display: block;
    font-weight: 500;
    padding: 0 0 20px 0
}

#historia-home .texto strong {
    font-weight: bold
}

#historia-home .video {
    float: left;
    cursor: pointer;
    margin: 174px 0 0 0
}

#historia-home .video-content {
    float: left;
    clear: both;
    color: white;
    text-align: center;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16)
}

#historia-home .video-content img {
    float: left
}

#historia-home .video-wrapper {
    top: 0;
    left: 0
}

#historia-home .video-wrapper b {
    font-weight: bold
}

#historia-home .logo-selo {
    position: absolute;
    top: -170px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1
}

#historia-home .logo-selo-wrapper {
    max-width: 230px
}

#historia-home .logo-selo img {
    width: 100%;
    height: auto
}

@media (max-width: 1199px) {
    #historia-home .video {
        margin-top: 50px
    }

    #historia-home .logo-selo {
        top: -50px
    }

    #historia-home .logo-selo-wrapper {
        max-width: 100px
    }

    #historia-home h3.title {
        font-size: 28px
    }

    #historia-home h3.title b {
        display: block
    }

    #historia-home iframe {
        min-height: 200px
    }
}

#sede-home {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%
}

#news-home {
    background-repeat: repeat-x;
    background-image: url(../images/home/pattern-news.jpg);
    background-position: bottom center
}

#news-home .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#news-home .title {
    position: relative;
    height: 255px;
    margin-top: -35px
}

@media (max-width: 768px) {
    #news-home .title {
        height: 65px
    }
}

#news-home .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5px;
    display: block;
    width: 80px;
    height: 10px;
    background: #EB403D
}

#news-home .title .icon {
    display: block;
    position: relative;
    left: 5px
}

#news-home .title p {
    font-family: 'GilRoy-light';
    display: block;
    color: #314663;
    font-size: 80px;
    font-weight: bold;
    text-shadow: 0 3px 6px rgba(0,0,0,0.16)
}

#news-home a.link {
    text-decoration: none
}

#news-home a.link:hover .photo:before {
    opacity: 1
}

#news-home a.link .photo:before {
    content: "";
    opacity: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(235,64,65,0.64);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#news-home .photo {
    display: inline-table;
    position: relative
}

#news-home .photo img {
    float: left;
    max-width: 310px;
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#news-home a.link:hover .photo img {
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16)
}

#news-home a.botao {
    max-width: 330px
}

#news-home .texto {
    width: 60%
}

#news-home .texto h3 {
    font-family: 'GilRoy-light';
    color: #314663;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

#news-home a.link:hover .texto h3 {
    color: #EB403D
}

#news-home .texto h4 {
    margin: 10px 0 5px;
    font-size: 18px;
    line-height: 24px;
    color: #314663;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

#news-home .ler-mais {
    text-align: right;
    font-family: 'GilRoy-light';
    font-size: 14px;
    color: #EB403D
}

#news-home .ler-mais img {
    margin-left: 10px
}

@media (max-width: 1199px) {
    #news-home {
        border-top: 1px solid #D6D6D6
    }

    #news-home .photo {
        width: 30%
    }

    #news-home .texto {
        width: 70%
    }

    #news-home .texto h3 {
        font-size: 14px;
        line-height: 18px
    }

    #news-home .texto h4 {
        display: none !important
    }

    #news-home .title p {
        font-size: 30px
    }

    #news-home .title:after {
        display: none
    }

    #news-home .title .icon img {
        width: 40px
    }

    #news-home a.botao {
        max-width: 275px
    }
}

.antesDepois {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100% !important
}

.antesDepois img {
    width: 100% !important
}

.depois {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 99.5%;
    background-size: cover;
    border-right: 1px solid #fff
}

.depois:after {
    content: "";
    position: absolute;
    top: -8%;
    right: -80px;
    display: block;
    width: 160px;
    height: 116%;
    background: url("../images/home/slider-transition.png");
    background-position: center;
    background-repeat: no-repeat
}


#mais-vendidos {
    clear: both
}

#mais-vendidos h5 {
    color: white;
    font-family: 'GilRoy-light';
    font-size: 24px;
    font-weight: bold;
    padding: 0 15px
}

#mais-vendidos h4 {
    position: relative;
    top: -2px;
    color: white;
    font-family: 'GilRoy-light';
    font-size: 24px;
    font-weight: bold;
    padding: 12px 15px;
    background-color: #E24A48
}

#mais-vendidos ul li {
    width: 50%;
    padding: 10px 8px 10px 0
}

#mais-vendidos ul li h3 a {
    display: block;
    position: relative;
    color: white;
    text-decoration: none;
    font-weight: 400;
    padding: 0 0 0 20px
}

#mais-vendidos ul li h3 a:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #EB403D
}

#mais-vendidos ul li h3 a:hover {
    color: #EB403D
}

#infos {
    /*border-right: 1px solid #425570;*/
    /*border-left: 1px solid #425570*/
}

.img-onde-estamos {
    width: 15px;
    margin-left: -25px;
    margin-right: 5px;
}

.phone-fale-conosco {
    width: 20px;
    margin-left: -31px;
    margin-right: 8px;
}

#infos a,
#infos p,
#infos b {
    color: #151515;
}

#infos b.title {
    font-size: 22px;
    line-height: 36px;
    font-family: 'GilRoy-ExtraBold';
    font-weight: 700;
    color: #354462;
}

#infos .pagamento {
    position: relative;
    padding: 0 0 0 50px
}

#infos .pagamento b.title {
    line-height: 25px
}

#infos .pagamento .icon {
    top: 8px
}

#infos .fale-conosco {
    position: relative
}

#infos .fale-conosco span.content.d-flex.d-none {
    display: none !important
}

#infos .fale-conosco .icon {
    top: 5px
}

#infos .onde-estamos {
    position: relative;
    margin-left: 20px;
}

#infos .icon {
    position: absolute;
    top: 0;
    left: 0
}

#infos .content {
    line-height: 30px
}

#infos .content p {
    line-height: 30px
}

#infos .infos-wrapper {
    padding-top: 2rem;
}



#social-medias .title {
    font-weight: bold;
    color: white;
    font-size: 18px;
    font-family: "GilRoy-light"
}

@media (max-width: 1199px) {
    #infos {
        border: 0
    }

    #infos .fale-conosco {
        /*border-bottom: 1px solid #425570*/
        width: 250px;
    }

    #infos .onde-estamos {
        /*border-bottom: 1px solid #425570*/
        margin-left: 0px !important;
    }

    #infos .pagamento {
        border-bottom: 1px solid #425570
    }

    #social-medias {
        border-bottom: 1px solid #425570
    }
}

#formulario:not(.form-inscricao) {
    background-position: bottom;
    background-repeat: repeat-x;
    /*background-image: url("../images/listagem/pattern-form.jpg")*/
}

#formulario .input-wrapper {
    position: relative;
    float: left;
    z-index: 1;
    background: #fff
}

#formulario .textarea-wrapper {
    position: relative;
    float: left;
    z-index: 1;
    background: #fff
}

#formulario .button-wrapper {
    display: block;
    position: relative;
    clear: both;
    text-align: center
}

#formulario .botao-form {
    max-width: 300px;
    width: 100%;
    font-size: 25px;
    color: white;
    text-align: center;
    font-family: 'GilRoy-light';
    background: #EB403D;
    border: 0;
    line-height: 52px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 20px;
}

#formulario .botao-form:disabled {
    background: #cccccc;
    cursor: not-allowed
}

@media (max-width: 1199px) {
    #formulario .botao-form {
        max-width: 100%
    }
}

#formulario .botao-form:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16)
}

#formulario label {
    position: absolute;
    top: -10px;
    left: 16px;
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    color: #898c8d;
    z-index: -1;
    padding: 0 5px;
    background: #fff;
    -webkit-transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,-webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,-webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms,-webkit-transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    -webkit-transform: translate(0, 24px) scale(1);
    transform: translate(0, 24px) scale(1)
}

#formulario .input-wrapper {
    border: none !important;
}

#formulario textarea:focus, #formulario input:focus {
    border-color: #EB403D;
    -webkit-box-shadow: inset 0 0 0 1px #EB403D;
    box-shadow: inset 0 0 0 1px #EB403D
}

@media (min-width: 1200px) {
    #formulario textarea:focus + label,
    #formulario input:focus + label,
    #formulario select:focus + label,
    #formulario .preenchido label {
        -webkit-transform: translate(0, 1.5px) scale(0.75);
        transform: translate(0, 1.5px) scale(0.75);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        color: #EB403D;
        z-index: 1
    }
}

@media (max-width: 1199px) {
    #formulario textarea:focus + label, #formulario input:focus + label,
    #formulario select:focus + label,
    #formulario .preenchido label {
        -webkit-transform: translate(-10px, -14.5px) scale(0.75);
        transform: translate(-10px, -14.5px) scale(0.75);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        color: #EB403D;
        z-index: 1
    }
}

#formulario input:not([type="file"]) {
    display: block;
    padding: 0 16px;
    line-height: 50px;
    height: 50px;
    border: 1px solid #314663;
    background: transparent;
    width: 100%;
    font-size: 16px;
}

#formulario input:not([type="file"]):focus {
    border-color: #EB403D
}

#formulario input[type="file"] {
    opacity: 0;
    display: block;
    padding: 0;
    line-height: 44px;
    width: 100%;
    cursor: pointer
}

#formulario .file-img {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    z-index: -1;
    background: url(../images/contato/bt-anexar.png) #314663 center no-repeat
}

#formulario input#form-cidade {
    width: 100%;
    float: left
}

#formulario .form-trabalhe input#form-cidade {
    width: 100%
}

#formulario textarea {
    display: block;
    padding: 0 16px;
    line-height: 50px;
    border: 1px solid #314663;
    background: transparent;
    width: 100%;
    height: 170px;
    font-size: 16px;
}

#formulario select {
    display: block;
    padding: 0 16px;
    line-height: 50px;
    height: 50px;
    border: 1px solid #314663;
    background: transparent;
    width: 100%;
    font-size: 16px;
}

#formulario select#areaInteresse {
    width: 100%
}

#formulario .title {
    display: block
}

#formulario .title small {
    font-size: 28px;
    padding: 0 0 5px 0;
    color: #314663;
    font-family: "GilRoy-light"
}

#formulario .title strong {
    font-size: 46px;
    font-family: 'GilRoy-light';
    font-weight: bold
}

#formulario .notificacao {
    display: block;
    width: 100%;
    clear: both;
    font-size: 16px;
    color: #898c8d;
}

#formulario .form-wrapper {
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    z-index: 1
}

#formulario input.error, #formulario select.error, #formulario textarea.error {
    border-color: #f00
}

#formulario .sending-button.loading {
    pointer-events: none;
    background: #969696
}

#formulario .sending-button.loading::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("../images/loading.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 4px
}

@media (max-width: 1199px) {
    #formulario .title strong {
        font-size: 32px
    }

    #formulario .title small {
        font-size: 16px
    }

    #formulario ul.tabs > li {
        line-height: 20px;
        font-size: 16px;
        padding: 3px 0
    }
}

#formulario ul.tabs {
    margin: 0 0 40px 0
}

#formulario ul.tabs > li {
    position: relative;
    color: #EB403D;
    height: 60px;
    max-width: 340px;
    width: 100%;
    padding: 0;
    font-size: 20px;
    font-family: 'GilRoy-light';
    font-weight: 700;
    text-align: center;
    border: 2px solid #EB403D;
    cursor: pointer;
    -webkit-box-shadow: 3px 2px 5px -1px #000000;
    box-shadow: 3px 2px 5px -1px #000000;
}

/* #formulario ul.tabs > li:after {
content: "";
opacity: 0;
position: absolute;
bottom: -15px;
left: calc(50% - 16px);
width: 0;
height: 0;
border-style: solid;
border-width: 16px 16px 0 16px;
border-color: #EB403D transparent transparent transparent
}

#formulario ul.tabs > li.current:after {
content: "";
opacity: 1
}*/

    #formulario ul.tabs > li.current {
        background: #EB403D;
        color: white;
        font-weight: 700;
    }

    #formulario ul.tabs > li a {
        color: inherit
    }

    #formulario .return-message {
        width: 100%;
        margin: 10px 0;
        background-color: #fff;
        text-align: center;
        padding: 8px;
        font-weight: bold;
        display: none
    }

    #formulario .return-message.success {
        background-color: #62c578;
        color: #fff;
        display: block
    }

    #formulario .return-message.error {
        background-color: #eb403d;
        color: #fff;
        display: block
    }

    #formulario .file-name {
        width: 100%;
        margin-top: 5px;
        text-align: center;
        float: left;
        color: #009f29;
        display: none
    }

    #formulario .tab-content {
        display: none;
        position: absolute;
        opacity: 0
    }

    #formulario .tab-content.current {
        display: block;
        position: relative;
        opacity: 1
    }

    #formulario.form-inscricao .info-box {
        border: 1px solid #ccc;
        padding: 15px;
        width: 99.4%;
        margin: 20px auto 10px auto
    }

    #formulario.form-inscricao .info-box p {
        font-size: 15px;
        color: #9e9e9e
    }

    #formulario.form-inscricao .info-box p strong {
        font-weight: bold
    }

    #formulario.form-inscricao select {
        width: 100%
    }

    #formulario.form-inscricao input#form-cidade {
        width: 100%
    }

    #formulario.form-inscricao .call-text {
        font-size: 18px;
        font-weight: bold;
        color: #314663;
        padding-left: 5px
    }

    @media (max-width: 1199px) {
        #formulario ul.tabs > li {
            font-size: 14px;
            font-weight: 500
        }
    }

    .category-title {
        color: white;
        font-family: "GilRoy-light"
    }

    .category-title .icon {
        left: 0;
        top: 0;
        border-right: 4px solid #A7C2C5
    }

    .category-title small {
        font-size: 28px;
        color: #A7C2C5
    }

    .category-title strong {
        font-size: 46px
    }

    @media (max-width: 1199px) {
        .category-title .icon img {
            max-width: 45px
        }

        .category-title small {
            font-size: 18px
        }

        .category-title strong {
            font-size: 22px;
            font-weight: bold
        }

        body.pg-linha-equipamentos .category-title strong {
            font-size: 14px
        }
    }

    #listagem-grid {
        width: 100%;
        background: #fff;
    }

    .category-text {
        margin: 12px 0
    }

    .title-category-seo {
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 21px
    }

    @media (max-width: 1199px) {
        #listagem-grid {
            width: 100%;
            padding: 1rem 0
        }

        #listagem-grid .listagem-seo-topo p {
            text-align: center
        }
    }

    #listagem-grid .listagem-infos {
        font-weight: 500;
        color: #354462;
        font-size: 16px;
        margin: 25px 0px;
    }

    @media (max-width: 1199px) {
        #listagem-grid .listagem-infos {
            position: inherit;
            width: 100%;
            text-align: center;
            padding-top: 20px
        }

        #listagem-grid .listagem-seo-topo {
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1
        }
    }

    #listagem-grid .listagem-seo-topo {
        z-index: 1;
    }

    #listagem-grid .listagem-seo-topo h2 {
        font-size: 32px;
        color: #314663;
        font-weight: bold;
        z-index: 1;
    }

    #listagem-grid .listagem-seo-topo p {
        font-size: 18px;
        line-height: 24px;
        color: #314663;
        font-weight: 500
    }

    .paginacao {
        border-bottom: 1px solid #DBDBDB
    }

    .paginacao a[rel="prev"], .paginacao a[rel="next"] {
        border-radius: 100%;
        width: 21px;
        height: 21px;
        margin: 0 5px;
        font-size: 12px;
        line-height: 21px;
        color: white;
        text-align: center;
        background: #314663;
        text-decoration: none;
        padding: 0
    }

    .paginacao a[rel="prev"]:hover, .paginacao a[rel="next"]:hover {
        background: #EB403D;
        text-align: center;
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
        box-shadow: 0 3px 6px rgba(0,0,0,0.16)
    }

    .paginacao a[rel="prev"]:before {
        content: "\f053";
        font-family: 'FontAwesome';
        font-weight: 900
    }

    .paginacao a[rel="next"]:before {
        content: "\f054";
        font-family: 'FontAwesome';
        font-weight: 900
    }

    .paginacao .pag-num {
        padding: 0 10px;
        font-size: 20px;
        font-weight: bold;
        color: #314663;
        text-decoration: none
    }

    .paginacao .pag-num.current {
        font-size: 26px;
        color: #EB403D
    }

    .paginacao a.botao {
        max-width: 100%;
        font-weight: 500
    }

    .paginacao a.botao:after {
        content: "";
        display: block;
        width: 11px;
        height: 20px;
        margin-left: 8px;
        background-image: url("../images/arrow-down-white.svg");
        background-repeat: no-repeat
    }

    .product-line:hover {
        border-bottom: 7px solid #EB403D;
        border-top: 7px solid #EB403D
    }

    .product-line:hover .buttons {
        opacity: 1
    }

    .product-line a {
        text-decoration: none
    }

    @media (max-width: 1199px) {
        .product-line a {
            text-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }
    }

    .product-line {
        position: relative;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .product-line .photo {
        display: block;
        clear: both;
        width: 100%;
        min-height: 177px;
        border-bottom: 1px solid #DBDBDB
    }

    .product-line .photo img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 187px;
        margin: 0 auto;
        display: block
    }

    .product-line .buttons {
        position: absolute;
        display: block;
        clear: both;
        width: 100%;
        bottom: -18px;
        left: 0;
        text-align: center;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .product-line .buttons a.ver-mais {
        display: inline-block;
        color: white;
        text-align: center;
        background: #009F29;
        font-size: 16px;
        font-family: 'GilRoy-light';
        min-width: 136px;
        line-height: 30px;
        font-weight: 300;
        text-decoration: none;
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
        box-shadow: 0 3px 6px rgba(0,0,0,0.16)
    }

    @media (max-width: 1199px) {
        .product-line .buttons a.ver-mais {
            font-size: 13px;
            font-weight: 500
        }
    }

    .product-line .infos .category {
        display: block;
        width: 100%;
        color: #314663;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px
    }

    .product-line .infos h2.name {
        display: block;
        width: 100%;
        color: #314663;
        font-size: 16px;
        font-weight: bold;
        min-height: 48px
    }

    .product-line .infos .code {
        display: block;
        font-size: 18px;
        font-weight: 500;
        color: #EB403D;
        padding: 0 0 10px
    }

    @media (max-width: 1199px) {
        .product-line .infos .code {
            padding: 10px 0
        }
    }

    .listagem-seo-rodape {
        clear: both;
        background-image: url("../images/listagem/pattern-seo.jpg");
        background-position: bottom;
        background-size: 100% auto
    }

    .listagem-seo-rodape .title h4 {
        display: block;
        font-size: 38px;
        color: #314663;
        font-weight: bold;
        padding: 0 0 15px 0
    }

    @media (max-width: 1199px) {
        .listagem-seo-rodape .title h4 {
            font-size: 28px;
            text-align: center
        }

        .listagem-seo-rodape .photo img {
            max-width: 170px;
            max-height: 230px;
            height: auto;
            margin: 0 auto
        }
    }

    .listagem-seo-rodape .title .line {
        position: relative;
        display: block;
        height: 10px;
        width: 100%;
        background: #EB403D;
        -webkit-box-shadow: -340px 0 0 0 #EB403D, -700px 0 0 0 #EB403D;
        box-shadow: -340px 0 0 0 #EB403D, -700px 0 0 0 #EB403D
    }

    @media (max-width: 1199px) {
        .listagem-seo-rodape .title .line {
            width: 60px;
            height: 6px;
            margin: 0 auto
        }
    }

    .listagem-seo-rodape .col-right .line {
        position: relative;
        display: block;
        height: 10px;
        width: 100%;
        margin-top: 30px;
        background: #EB403D;
        -webkit-box-shadow: 776px 0 0 0 #EB403D;
        box-shadow: 776px 0 0 0 #EB403D
    }

    .listagem-seo-rodape p {
        display: block;
        color: #314663;
        font-size: 18px;
        line-height: 24px;
        padding: 0 0 15px 0;
        font-weight: 500
    }

    @media (max-width: 1199px) {
        .listagem-seo-rodape .col-right {
            border-bottom: 1px solid #C2C2C2
        }

        .listagem-seo-rodape .baixar-catalogo b {
            font-size: 14px;
            font-weight: 500
        }
    }

    .baixar-catalogo {
        clear: both;
        color: white;
        font-size: 18px;
        font-weight: 300;
        font-family: 'GilRoy-light';
        background: #314663;
        text-decoration: none
    }

    @media (max-width: 1199px) {
        .listagem-seo-rodape .baixar-catalogo b {
            font-size: 14px;
            font-weight: 500
        }
    }

    .baixar-catalogo img {
        margin-right: 10px
    }

    .baixar-catalogo:hover {
        color: white;
        background: #259ED7;
        text-decoration: none
    }

    .popup-add-quotation {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        display: none
    }

    .popup-add-quotation .overlay {
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.4);
        width: 100%;
        height: 100%
    }

    .popup-add-quotation .content {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 90%;
        max-width: 494px;
        height: 94px;
        margin: auto;
        background: #13A264;
        padding: 20px auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .popup-add-quotation .check {
        position: absolute;
        top: 10px;
        left: -50px
    }

    .popup-add-quotation .close {
        position: absolute;
        top: 16px;
        right: -28px;
        opacity: 1
    }

    .popup-add-quotation .content p {
        font-family: 'GilRoy-light';
        font-size: 25px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        text-align: center
    }

    #menu-horizontal {
        height: 35%;
        width: 100%;
        margin-top: 23px;    
        padding-bottom: 0px;
    }

    #menu-horizontal .menu-wrapper {
        height: 35%
    }

    #menu-horizontal ul.level-1 {
        width: 100%;
        height: 35%
    }

    /*#menu-horizontal ul.level-1 li {
    height: 35%
    }*/

    #menu-horizontal ul.level-1 li.has-children > a:after {
        /*content: "\f078";*/
        font-family: 'FontAwesome';
        font-weight: 900;
        font-size: 12px;
        padding: 0 0 0 4px;
        color: #EB403D
    }

    #menu-horizontal ul.level-1 li.catalogo > a {
        /*color: #EB403D*/
    }

    #menu-horizontal ul.level-1 li a {
        color: #464646;
        height: 100%;
        font-size: 20px;
        text-decoration: none;
        text-transform: uppercase;            
        font-family: "GilRoy-Medium";
    }

    #menu-horizontal ul.level-1 li:not(.produtos):not(.a-empresa) a:hover {
        color: #464646;
    }

    #menu-horizontal ul.level-2 {
        left: 0;
        background-repeat: repeat-x;
        background-image: url(../images/home/dropdown.png);
        background-color: #F5F5F5;
        background-position: top;
        z-index: 9;
        padding: 40px 25px
    }

    #menu-horizontal ul.level-2 > li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        float: left
    }

    #menu-horizontal ul.level-2 > li a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        float: left
    }

    #menu-horizontal ul.level-2 > li:hover a:before {
        content: "";
        opacity: 0;
        position: absolute;
        bottom: 0;
        left: 90px;
        display: block;
        width: 30px;
        height: 30px;
        background-repeat: repeat-x;
        background-image: url(../images/home/menu-produtos-hover.svg);
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    #menu-horizontal ul.level-2 > li:hover a:before {
        content: "";
        opacity: 1
    }

    #menu-horizontal ul.level-2 > li span {
        font-size: 14px;
        font-family: 'GilRoy-light';
        color: #314663;
        padding: 0 0 0 10px;
        font-weight: 400
    }

    #menu-horizontal ul.level-2 > li span b {
        position: relative;
        display: block;
        font-size: 19px;
        font-weight: bold
    }

    #menu-horizontal ul.level-2 > li span b:after {
        content: "\f054";
        font-family: 'FontAwesome';
        font-weight: 900;
        opacity: 0;
        position: absolute;
        top: 4px;
        right: -14px;
        color: #314663;
        font-size: 14px;
        color: #EB403D !important;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    #menu-horizontal ul.level-2 > li:hover span b:after {
        opacity: 1
    }

    #menu-horizontal ul.level-2 > li:hover span b + b:after {
        opacity: 0
    }

    #menu-horizontal ul.level-2 > li span b i {
        font-weight: 400;
        font-style: normal
    }

    #menu-horizontal .menu-content {
        padding: 16px 0 0 0;
        max-width: 1200px;
        clear: both
    }

    #menu-horizontal .phone .icon {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        background-image: url(../images/phone-red.svg);
        background-repeat: no-repeat;
        background-size: contain
    }

    .img-icon-produtos {
        width: 30px;
    }

    .dropdown-toggle::after {
        border-right: 0.0em solid transparent !important;
        border-left: 0.0em solid transparent !important;
    }

    .produtos-hr {
        background: #000;
        width: 90%;
        margin-top: 0px;
    }

    @media (max-width: 991px) {
        header #menu-horizontal .phone .icon {
            background-image: url(../images/phone-blue.svg)
        }

        header #menu-horizontal .phone .icon a {
            display: block;
            width: 16px;
            height: 16px
        }

        header #menu-horizontal .phone .icon img {
            display: none
        }
    }

    @media (min-width: 1200px) {
        #menu-horizontal .menu-content {
            position: absolute;
            left: 0;
            opacity: 0;
            visibility: hidden;
            top: 100%;
            -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
            z-index: -1;
            -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.1s;
            transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.1s
        }

        #menu-horizontal li:hover > .menu-content {
            visibility: visible;
            opacity: 1;
            z-index: 1;
            -webkit-transform: translateY(0%);
            transform: translateY(0%);
            -webkit-transition-delay: 0s, 0s, 0s;
            transition-delay: 0s, 0s, 0s
        }
    }

    #menu-lateral {
        width: 31%
    }

    @media (max-width: 1199px) {
        #menu-lateral {
            width: 100%
        }
    }

    #search-quick {
        position: relative;
        clear: both;
        width: 100%
    }

    #search-quick .search-header {
        position: relative
    }

    #search-quick .search-header:after {
        position: absolute;
        top: 5px;
        right: 10px;
        color: #314663;
        content: "\f078";
        font-family: 'FontAwesome';
        font-weight: 900
    }

    #search-quick .icon {
        position: absolute;
        top: 0;
        left: 5px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 5px
    }

    #search-quick .title {
        padding: 5px 30px 10px 45px;
        font-size: 20px;
        font-weight: bold;
        color: #314663;
        font-family: "GilRoy-light", sans-serif;
        border-bottom: 2px solid #314663
    }

    #search-quick nav {
        display: block;
        width: 100%;
        background: white
    }

    #search-quick nav ul.level-1 {
        border-top: 1px solid #E7E7E7
    }

    #search-quick nav ul.level-1 > li h3 {
        display: block;
        position: relative;
        border: 1px solid #E7E7E7;
        border-top: 0
    }

    #search-quick nav ul.level-1 > li.dropdown > h3:after {
        content: "\f078";
        position: absolute;
        top: 18px;
        right: 14px;
        font-family: 'FontAwesome';
        font-weight: 900;
        font-size: 12px;
        padding: 0 0 0 4px;
        color: #758588
    }

    #search-quick nav ul.level-1 > li.dropdown > h3.click:after, #search-quick nav ul.level-1 > li.dropdown:hover > h3:after {
        content: "\f077"
    }

    #search-quick nav ul.level-1 > li h3 a {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        padding: 15px 15px;
        color: #758588;
        text-decoration: none
    }

    #search-quick nav ul.level-1 > li h3.click a, #search-quick nav ul.level-1 > li:hover h3 a {
        color: #314663;
        font-weight: bold
    }

    #search-quick nav ul.level-2 {
        display: none;
        overflow: hidden;
        background: #E7E7E7;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    #search-quick nav li.click > ul.level-2 {
        height: auto
    }

    #search-quick nav ul.level-2 > li h4 a {
        position: relative;
        display: block;
        font-size: 16px;
        color: #758588;
        padding: 10px 15px
    }

    body.pg-home #search-quick nav ul.level-1 > li h3 a .nav-icon {
        opacity: 0;
        background-image: url("../images/arrow-right-blue.svg");
        background-repeat: no-repeat;
        height: 9px;
        width: 13px;
        margin-left: 5px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    body.pg-home #search-quick nav ul.level-1 > li:hover h3 a .nav-icon {
        opacity: 1
    }

    @media (max-width: 1199px) {
        #search-quick .icon {
            padding-bottom: 8px
        }

        #search-quick .title {
            font-size: 17px
        }

        #search-quick nav {
            position: absolute;
            left: 0;
            opacity: 0;
            visibility: hidden;
            top: 100%;
            -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
            z-index: -1;
            -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.1s;
            transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.1s;
            -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
            box-shadow: 0 3px 6px rgba(0,0,0,0.16)
        }

        #search-quick .search-header.active + nav {
            visibility: visible;
            opacity: 1;
            z-index: 10;
            -webkit-transform: translateY(0%);
            transform: translateY(0%);
            -webkit-transition-delay: 0s, 0s, 0s;
            transition-delay: 0s, 0s, 0s
        }

        #search-quick nav ul.level-1 > li h3 a {
            width: auto
        }
    }

    #produto-detalhe {
        width: 100%;
        /*height: 500px;*/
        padding-top: 50px;
        padding-bottom: 50px;
    }

    @media screen and (max-width: 1199px) {
        #produto-detalhe {
            width: 100%;
        }

        .client-logged .acesso a.exit-img {
            width: 80px;
        }

        /*.client-logged .header-01 .container {
        max-width: 1000px;
        }*/
}

#produto-detalhe .medias .slick-list {
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

#produto-detalhe .medias .slick-list li img {
    width: 500px;
    height: 450px;
    object-fit: contain;
}

#produto-detalhe .medias .slider-nav .slick-list {
    padding: 0 15px
}

#produto-detalhe .medias ul.slider-for button.slick-arrow {
    display: none !important
}

#produto-detalhe .medias button.slick-arrow {
    top: 25px;
    padding: 0
}

@media screen and (max-width: 1199px) {
    #produto-detalhe .medias button.slick-arrow {
        top: 45%
    }
}

#produto-detalhe .medias button.slick-arrow.slick-prev {
    left: 0
}

#produto-detalhe .medias button.slick-arrow.slick-next {
    right: 0
}

#produto-detalhe .medias button.slick-arrow.slick-prev:before, #produto-detalhe .medias button.slick-arrow.slick-next:before {
    font-size: 18px;
    color: #333
}

@media screen and (max-width: 1199px) {
    #produto-detalhe .medias button.slick-arrow.slick-prev:before, #produto-detalhe .medias button.slick-arrow.slick-next:before {
        font-size: 26px;
        color: #EB403D
    }
}

#produto-detalhe .medias ul.slider-nav .slick-slide > div {
    padding: 0 15px
}

#produto-detalhe .medias ul.slider-nav .slick-slide:not(.slick-current) {
    opacity: 0.4
}

#produto-detalhe .medias ul.slider-nav li img {
    width: 100%;
    height: auto;
    padding: 10px 0px 3px;
}

#produto-detalhe .medias ul.medias-produto-selector {
    max-height: 405px;
    width: 500px;
    overflow: hidden;
    /*height: 200px;*/
}


#produto-detalhe .medias ul.medias-produto-selector .slick-track {
    width: 100px !important;
    text-align: center;
    transform: inherit !important;
}

#produto-detalhe .medias ul.medias-produto-selector .slick-slide {
    float: none;
    display: inline-block;
}

#produto-detalhe .medias ul.medias-produto-selector .slick-cloned,
#produto-detalhe .medias ul.medias-produto-selector .slick-arrow {
    display: none !important;
}

#produto-detalhe .dot {
    height: 25px;
    width: 25px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    margin-left: 60px;
}

#produto-detalhe .medias ul.medias-produto-selector img {
    /*transform: rotate(90deg);*/
}

@media screen and (max-width:768px) {

    body.pg-produto .breadcrumb {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    body.pg-produto .breadcrumb,
    body.pg-produto .breadcrumb a,
    #produto-detalhe h1.name {
        color: #101010;
    }

    .div-info-adicional-produto {
        color: #101010;
    }

    .div-info-adicional-produto hr {
        background: #A0A1A3
    }

    .div-info-adicional-produto h4.txt-info-add-produto {
        font-size: 20px;
        margin-bottom: 10px;
        color: #101010;
        font-family: Gilroy-SemiBold;
    }

    .div-info-adicional-produto b {
        font-weight: 700 !important;
    }

    .contato-info {
        background-size: 100% 100% !important;
    }

    #produto-detalhe .medias ul.medias-produto-selector {
        /*display: none;*/
        width: 360px !important;
    }

    #produto-detalhe .dot {
        /*display: none;*/
        margin-left: 15px !important;
        background-color: transparent !important;
    }
}

@media screen and (max-width: 1199px) {
    #produto-detalhe .medias ul.medias-produto li img {
        width: 100%;
        height: auto
    }

    #produto-detalhe .medias ul.slick-dots {
        bottom: 0
    }
}

#produto-detalhe .zoom-texto {
    font-weight: 600;
    font-size: 14px;
    color: #758588
}

#produto-detalhe .zoom-texto i {
    padding: 0 8px 0 0
}

#produto-detalhe .code {
    clear: both;
    display: block;
    width: 100%;
    color: black;
    font-size: 16px;
    font-weight: 500
}

@media screen and (max-width: 1199px) {
    #produto-detalhe .infos-produto {
        padding-bottom: 2rem;
        border-bottom: 1px solid #A0A1A3
    }
}

#produto-detalhe .infos-produto .code {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    font-weight: bold;
    border-bottom: 1px solid #A0A1A3
}

#produto-detalhe .infos-produto .description {
    clear: both;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #314663
}

@media screen and (max-width: 1199px) {
    #produto-detalhe .infos-produto .description {
        text-align: center
    }
}

#produto-detalhe .infos-produto .phone {
    clear: both;
    display: block;
    width: 100%;
    color: #009F29;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

#produto-detalhe .infos-produto .phone a {
    color: #21324A
}

#produto-detalhe .infos-produto .phone strong {
    font-weight: bold
}

#produto-detalhe .infos-produto .buttons {
    clear: both
}

@media screen and (max-width: 1199px) {
    #produto-detalhe .infos-produto .phone {
        font-size: 16px;
        text-align: center;
        font-weight: 500
    }
}

#produto-detalhe .infos-produto .budget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: white;
    background: #21324A;
    line-height: 62px;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    margin: 6rem 0 1rem;
    font-weight: 300;
    padding-top: 5px;
    border-radius: 20px;
    font-weight: bold;
}

@media screen and (max-width: 1199px) {
    #produto-detalhe .infos-produto .budget {
        font-size: 15px;
        font-weight: 500;
        margin: 0rem 0 1rem;
    }

    .produtos-sugeridos h2.titulo {
        width: 370px;
    }
}

#produto-detalhe .infos-produto .budget:hover {
    background: #21324A
}

#produto-detalhe .infos-produto .budget:after {
    /*content: "";
    display: block;
    float: right;
    width: 12px;
    height: 17px;
    margin: 0 0 0 10px;
    background-repeat: no-repeat;
    background-image: url("../images/arrow-down-white.svg")*/
}

#produto-detalhe .infos-produto .printer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #314663;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    width: 50%;
    padding: 15px;
    margin: 1rem 5px 0 0
}

#produto-detalhe .infos-produto .printer:hover {
    background: #f5f5f5
}

#produto-detalhe .infos-produto .printer:before {
    content: "";
    display: block;
    float: right;
    width: 45px;
    height: 36px;
    margin: 0 10px 0 0;
    background-repeat: no-repeat;
    background-image: url("../images/produtos/icon-printer.svg")
}

#produto-detalhe .infos-produto .download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #314663;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    width: 50%;
    padding: 15px;
    margin: 1rem 0 0 5px
}

#produto-detalhe .infos-produto .download:hover {
    background: #f5f5f5
}

#produto-detalhe .infos-produto .download:before {
    content: "";
    display: block;
    float: right;
    width: 44px;
    height: 39px;
    margin: 0 10px 0 0;
    background-repeat: no-repeat;
    background-image: url("../images/produtos/icon-download.svg")
}

#produto-detalhe .infos-produto .divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 1px;
    height: 50px;
    color: #fff;
    background: #BEBEC0;
    margin-top: 25px
}

#produto-detalhe h1.name {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    font-size: 22px;
    color: #314663;
    font-weight: bold;
    padding: 0 0 20px
}

@media screen and (max-width: 1199px) {
    #produto-detalhe h1.name {
        font-size: 20px;
        padding: 0 0 15px
    }
}

#mais-produtos {
    display: block;
    width: 100%
}

#mais-produtos .line-red {
    display: block;
    width: 100%;
    height: 10px;
    background: #EB403D;
    -webkit-box-shadow: 780px 0 0 0 #EB403D;
    box-shadow: 780px 0 0 0 #EB403D
}

#mais-produtos strong.title {
    text-transform: uppercase;
    font-size: 36px;
    color: #314663;
    font-family: 'GilRoy-light';
    font-weight: bold;
    margin: 1.2rem 0 0 0;
    display: block
}

@media screen and (max-width: 1199px) {
    #mais-produtos strong.title {
        text-align: center;
        font-size: 32px
    }

    #mais-produtos strong.title:after {
        content: "";
        display: block;
        width: 58px;
        height: 6px;
        margin: 10px auto 0;
        background: #EB403D
    }
}

#mais-produtos .slick-track {
    float: left
}

#mais-produtos .slick-list {
    width: 100%;
    float: left;
    overflow: hidden;
    padding-bottom: 25px
}

#mais-produtos .slick-slide {
    margin-right: 15px;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#mais-produtos .slick-slide.slick-active {
    opacity: 1
}

#mais-produtos ul {
    padding: 3rem 1.2rem;
    overflow: hidden
}

@media screen and (max-width: 1199px) {
    #mais-produtos ul {
        padding: 3rem 1.2rem 1rem
    }
}

#mais-produtos .slick-prev {
    left: 0;
    padding: 00
}

#mais-produtos .slick-next {
    right: 0;
    padding: 00
}

#mais-produtos .slick-prev:before, #mais-produtos .slick-next:before {
    color: #314663
}

.produto-seo-rodape {
    clear: both
}

@media screen and (max-width: 1199px) {
    .produto-seo-rodape .container-alt {
        padding: 0
    }
}

.produto-seo-rodape .col-top {
    clear: both;
    width: 30%;
    float: left
}

.produto-seo-rodape .col-bottom {
    position: relative;
    clear: both;
    width: 100%;
    float: left;
    padding: 3.5rem 3.5rem 2rem 3.5rem;
    margin-top: 2.5rem;
    background: #F5F5F5
}

.produto-seo-rodape .col-bottom p {
    padding: 0 0 1rem 0;
    color: #314663;
    font-size: 18px;
    line-height: 24px
}

.produto-seo-rodape h4 {
    position: absolute;
    top: -18px;
    left: 40px;
    display: block;
    font-size: 36px;
    color: #314663;
    font-weight: bold;
    padding: 0 0 15px 0;
    font-family: "GilRoy-light"
}

.produto-seo-rodape .title .line {
    position: relative;
    display: block;
    height: 10px;
    width: 100%;
    background: #EB403D;
    -webkit-box-shadow: -340px 0 0 0 #EB403D, -700px 0 0 0 #EB403D;
    box-shadow: -340px 0 0 0 #EB403D, -700px 0 0 0 #EB403D
}

@media screen and (max-width: 1199px) {
    .produto-seo-rodape .col-bottom {
        padding: 3rem 1rem 1rem 1rem;
        margin-bottom: 2.5rem
    }

    .produto-seo-rodape .col-bottom p {
        font-size: 16px;
        line-height: 22px;
        text-align: center
    }

    .produto-seo-rodape h4 {
        left: 0;
        width: 100%;
        text-align: center
    }
}

#orcamento-form {
    top: -300px;
    z-index: -100;
    left: 0
}

.popup-add-quotation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none
}

.popup-add-quotation .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%
}

.popup-add-quotation .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 90%;
    max-width: 494px;
    height: 94px;
    margin: auto;
    background: #13A264;
    padding: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup-add-quotation .check {
    position: absolute;
    top: 10px;
    left: -50px
}

.popup-add-quotation .close {
    position: absolute;
    top: 16px;
    right: -28px;
    opacity: 1
}

.popup-add-quotation .content p {
    font-family: 'GilRoy-light';
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.intro .texto {
    margin: 0 auto;
    font-weight: 500
}

.intro p {
    font-size: 25px;
    line-height: 24px;
    color: #314663;
    text-align: left;
    padding: 0 0 15px 0
}

.intro p strong {
    font-weight: bold
}

.pg-produtos .intro .content {
    margin: 0 auto;
    width: 94%
}

.galeria-produtos h2 {
    font-size: 15px
}

.galeria-produtos h2 b {
    font-size: 18px
}

.galeria-produtos h3 {
    font-size: 16px;
    font-weight: 500
}

.galeria-produtos.linha-equipamentos h2 b {
    font-size: 22px;
    height: 50px
}

.divider .line {
    background: #C2C2C2;
    height: 1px;
    left: 0;
    top: 28%;
    z-index: -1
}

.filtro {
    min-width: 1110px
}

.filtro .section-title {
    max-width: 303px;
    margin: 0 auto
}

.filtro .section-title small {
    line-height: 1.2
}

.filtro .filtro-bg {
    top: 0;
    left: 0;
    z-index: -1
}

.filtro .filtro-bg-content {
    width: 330px;
    background: #EEE;
    margin: 0 auto;
    border-top: 8px solid #EB403D
}

.filtro .filtro-img {
    width: 949px;
    left: 0
}

.filtro .filtro-legenda {
    position: absolute
}

.filtro .filtro-legenda.show .texto {
    display: block;
    height: auto
}

.filtro .filtro-legenda h3 {
    position: relative;
    cursor: pointer;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase
}

.filtro .filtro-legenda .texto {
    display: none;
    font-size: 15px;
    line-height: 21px;
    font-weight: normal
}

.filtro .filtro-compressor {
    width: 270px;
    top: 0;
    left: 105px
}

.filtro .filtro-valvula {
    width: 270px;
    bottom: 430px;
    left: 458px
}

.filtro .filtro-condensador {
    width: 270px;
    top: 225px;
    left: 50px
}

.filtro .filtro-eletroventilador {
    width: 190px;
    bottom: 0;
    left: -15px
}

.filtro .filtro-secador {
    width: 210px;
    top: 468px;
    left: 583px
}

.filtro .filtro-evaporador {
    width: 270px;
    top: 434px;
    left: 808px
}

.filtro .filtro-ventilador {
    width: 200px;
    top: 264px;
    left: 876px
}

.filtro .filtro-difusor {
    width: 225px;
    top: 125px;
    left: 956px
}

.filtro .filtro-difusor small {
    font-size: 13px;
    line-height: 16px
}

@media (max-width: 1199px) {
    .filtro {
        min-width: initial
    }

    .filtro .filtro-img {
        width: initial
    }

    .filtro .filtro-img img {
        width: 100%
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.filtro .filtro-legenda h3 .icon {
    position: absolute;
    opacity: 1
}

.filtro .filtro-legenda h3 .icon {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0)
}

.filtro .filtro-legenda.show h3 .icon, .filtro .filtro-legenda h3:hover .icon {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.filtro .filtro-legenda.show h3 .icon svg > g > circle {
    fill: #EB403D
}

.filtro .filtro-legenda.show h3 .icon svg > g > g {
    stroke: #EB403D
}

.filtro .filtro-compressor .icon {
    left: 130px
}

.filtro .filtro-valvula .icon {
    left: calc(50% - 12px);
    bottom: -32px
}

.filtro .filtro-valvula.show .icon {
    bottom: -179px
}

.filtro .filtro-condensador .icon {
    top: -2px;
    left: -35px
}

.filtro .filtro-eletroventilador .icon {
    left: 215px
}

.filtro .filtro-eletroventilador.show .icon {
    bottom: -126px
}

.filtro .filtro-secador .icon {
    left: -36px
}

.filtro .filtro-evaporador .icon {
    top: -2px;
    left: -35px
}

.filtro .filtro-ventilador .icon {
    left: -35px;
    top: -3px
}

.filtro .filtro-difusor .icon {
    left: -38px;
    top: 11px
}

.pulsar .ring:nth-child(4) {
    -webkit-animation: pulsar 2s 1.5s linear infinite;
    animation: pulsar 2s 1.5s linear infinite
}

.pg-royce main {
    background-image: url("../images/royce/pattern-futuro.jpg");
    background-repeat: repeat-x;
    background-position: top center;
}
.intro .texto {
    margin: 0 auto;
    font-weight: 500
}

.intro p {
    font-size: 18px;
    line-height: 24px;
    color: #314663;
    text-align: center;
    padding: 0 0 15px 0;
    font-weight: 500
}

.intro .content {
    margin: 0 auto;
    width: 64%
}

@media (max-width: 1199px) {
    .intro .content {
        width: 100%
    }
}

.intro p strong {
    font-weight: bold
}

#futuro-royce.intro .content {
    width: 100%
}

#futuro-royce.intro p {
    display: block;
    width: 100%;
    padding: 0
}

@media (max-width: 1199px) {
    #futuro-royce.intro p {
        width: 100%;
        padding: 0 8px
    }
}

.equipe-tecnica .section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    clear: both;
    display: block;
    float: left;
    width: 80px;
    height: 10px;
    background: #EB403D
}

@media (max-width: 1199px) {
    .equipe-tecnica .section-title:after {
        width: 56px;
        height: 6px;
        left: calc(50% - 28px)
    }
}

.equipe-tecnica .imagem img {
    max-width: 310px;
    width: 100%
}

.equipe-tecnica .texto {
    font-size: 18px;
    line-height: 24px;
    color: #314663;
    font-weight: 500
}

.equipe-tecnica .texto strong {
    font-weight: bold
}

@media (max-width: 1199px) {
    .equipe-tecnica .section-title:after {
        width: 56px;
        height: 6px;
        left: calc(50% - 28px)
    }

    .equipe-tecnica .texto {
        text-align: left;
        font-size: 16px;
        line-height: 22px;
        padding: 10px;
    }
}

.centro-treinamento .section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    clear: both;
    display: block;
    float: left;
    width: 80px;
    height: 10px;
    background: #259ED7
}

.centro-treinamento .imagem img {
    max-width: 310px;
    width: 100%
}

.centro-treinamento .texto,
.visao-futuro .texto,
.linha-produtos .texto {
    font-size: 18px;
    line-height: 24px;
    color: #314663;
    font-weight: 500;
    padding: 10px;
}

.centro-treinamento .texto strong {
    font-weight: bold
}

.centro-treinamento a.botao {
    min-width: 212px
}

@media (max-width: 1199px) {
    .centro-treinamento .section-title:after {
        width: 56px;
        height: 6px;
        left: calc(50% - 28px)
    }

    .centro-treinamento .texto {
        text-align: left;
        font-size: 16px;
        line-height: 22px;
        padding: 10px;
    }

    .centro-treinamento a.botao {
        margin: 0 auto
    }

    .centro-treinamento .section-title small {
        font-size: 28px
    }
}

.video-institucional .title {
    font-size: 96px;
    font-weight: bold;
    font-family: 'GilRoy-light';
    z-index: 1;
    bottom: -38px
}

.video-institucional .video-content {
    cursor: pointer
}

.video-institucional .video-texto {
    font-size: 28px;
    color: white
}

.video-institucional .video-texto b {
    font-weight: bold
}

@media (max-width: 1199px) {
    .video-institucional .title {
        font-size: 44px;
        bottom: -18px
    }

    .video-institucional .video-texto {
        font-size: 14px
    }

    .video-institucional .video-texto .icon img {
        width: 26px;
        height: auto
    }

    .video-institucional .title .icon img {
        width: 56px;
        height: auto
    }
}

@media (max-width: 1199px) {
    .equipe-tecnica .imagem, .centro-treinamento .imagem {
        text-align: center
    }

    .equipe-tecnica .imagem img, .centro-treinamento .imagem img {
        width: 145px;
        height: auto
    }
}

.visao-futuro {
    position: relative;
    min-height: 455px;
    background-repeat: no-repeat;
    background-image: url(../images/royce/mapa-brasil.jpg)
}

.visao-futuro .content {
    margin: 0 auto
}

.visao-futuro .texto {
    width: 65%;
    margin: 0 auto
}

.visao-futuro .subtexto {
    border-left: 4px solid #EB403D;
    font-size: 18px;
    line-height: 24px;
    color: #314663;
    margin: 0 auto;
    font-weight: 500;
    width: 50%
}

.visao-futuro .subtexto strong {
    font-weight: bold
}

.visao-futuro .slick-list {
    position: relative;
    width: 100%
}

.visao-futuro .slick-track {
    position: relative;
    width: 100%;
    float: left
}

.visao-futuro .slick-slide {
    float: left
}

@media (max-width: 1199px) {
    .visao-futuro {
        background: #fff
    }

    .visao-futuro .section-title > b {
        width: 80%
    }

    .visao-futuro .texto {
        width: 100%;
        margin: 0 auto;
        font-size: 18px;
        line-height: 22px;
        font-weight: 500
    }

    .visao-futuro .subtexto {
        border-left: 0;
        width: 100%;
        font-size: 16px;
        line-height: 22px
    }

    .visao-futuro .subtexto:before {
        content: "";
        display: block;
        margin: 0 auto 12px;
        width: 58px;
        height: 6px;
        background: #EB403D
    }
}

.visao-futuro .slick-list {
    position: relative;
    max-width: 1200px;
    width: 100%
}

.visao-futuro ul.photos .slick-slide {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.visao-futuro ul.photos .slick-slide.slick-center {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 4
}

.visao-futuro ul.photos .slick-slide:not(.slick-center) li:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: rgba(49,70,99,0.7)
}

.visao-futuro ul.photos button.slick-arrow {
    width: 38px;
    height: 38px;
    text-align: center;
    background: #EB403D;
    border-radius: 100%
}

.visao-futuro ul.photos button.slick-prev:before, .visao-futuro ul.photos button.slick-next:before {
    font-size: 20px;
    color: white
}

.visao-futuro ul.photos .slick-center li {
    position: relative;
    left: -86px
}

.visao-futuro ul.photos button.slick-prev {
    left: 21%
}

.visao-futuro ul.photos button.slick-next {
    right: 19%
}

.visao-futuro ul.photos li {
    position: relative;
    left: -36px
}

@media (max-width: 1199px) {
    .visao-futuro ul.photos li {
        left: 0
    }

    .visao-futuro ul.photos .slick-center li {
        left: 0
    }

    .visao-futuro ul.photos button.slick-arrow {
        width: 26px;
        height: 26px
    }

    .visao-futuro ul.photos button.slick-prev {
        left: 0
    }

    .visao-futuro ul.photos button.slick-next {
        right: 0
    }

    .visao-futuro .slick-list .slick-slide:not(.slick-active) {
        opacity: 0
    }

    .visao-futuro .slick-list .slick-slide.slick-current {
        opacity: 1
    }

    .visao-futuro ul.photos button.slick-prev:before, .visao-futuro ul.photos button.slick-next:before {
        font-size: 14px
    }

    .visao-futuro ul.photos .slick-slide {
        -webkit-transform: scale(1.8);
        transform: scale(1.8)
    }

    .visao-futuro ul.photos .slick-slide.slick-center {
        -webkit-transform: scale(2.2);
        transform: scale(2.2)
    }

    .visao-futuro ul.photos .slick-slide img {
        width: inherit
    }
}

.valores .section-title {
    font-family: "GilRoy-light";
    margin: 0 auto;
    width: 48%;
    font-size: 36px
}

.valores .content {
    height: 200px;
    font-size: 18px;
    line-height: 24px;
    margin-top: -20px;
    color: #314663;
    background: #F5F5F5;
    -webkit-box-shadow: -998px 0 0 0 #F5F5F5, 998px 0 0 0 #F5F5F5;
    box-shadow: -998px 0 0 0 #F5F5F5, 998px 0 0 0 #F5F5F5
}

.valores button.slick-arrow.slick-next {
    right: 90px;
    text-shadow: 0 3px 6px rgba(0,0,0,0.16)
}

.valores button.slick-arrow.slick-prev {
    left: 90px;
    text-shadow: 0 3px 6px rgba(0,0,0,0.16)
}

.valores button.slick-arrow.slick-next:before, .valores button.slick-arrow.slick-prev:before {
    color: #314663
}

.valores button.slick-arrow.slick-next:hover:before, .valores button.slick-arrow.slick-prev:hover:before {
    color: #EB403D
}

.valores .slick-list {
    position: relative;
    width: 100%;
    margin: 0 auto;
    float: inherit;
    overflow: hidden
}

.valores .slick-slide > div {
    overflow: hidden
}

.valores ul li {
    position: relative
}

.valores ul li .icon {
    position: absolute;
    float: left;
    padding: 10px 0
}

.valores ul li .texto {
    padding: 0 0 0 90px;
    font-weight: 500
}

.valores ul li strong {
    display: inline-block;
    line-height: 40px;
    padding: 0 25px 0 15px;
    color: white;
    background: #EB403D;
    font-weight: bold;
    font-family: "GilRoy-light"
}

@media (min-width: 1200px) {
    .valores .slick-slide > div {
        padding: 0 150px
    }
}

@media (max-width: 1199px) {
    .valores .content {
        height: 100%;
        -webkit-box-shadow: -200px 0 0 0 #F5F5F5, 200px 0 0 0 #F5F5F5;
        box-shadow: -200px 0 0 0 #F5F5F5, 200px 0 0 0 #F5F5F5
    }

    .valores .content ul {
        padding: 55px 25px 25px 25px
    }

    .valores .section-title {
        width: 90%;
        font-size: 20px
    }

    .valores button.slick-arrow.slick-next {
        right: 0
    }

    .valores button.slick-arrow.slick-prev {
        left: 0
    }

    .valores ul li .texto {
        padding: 0;
        text-align: center
    }

    .valores ul li .icon {
        padding: 0;
        top: 0;
        left: 38px
    }

    .valores ul li .icon img {
        width: 42px;
        height: auto
    }

    .valores ul li strong {
        margin: 0 0 0 40px
    }
}

.linha-produtos .line-blue {
    position: absolute;
    top: 31%;
    height: 1px;
    width: 100%;
    background: #314663;
    z-index: -1;
    -webkit-box-shadow: -998px 0 0 0 #314663, 998px 0 0 0 #314663;
    box-shadow: -998px 0 0 0 #314663, 998px 0 0 0 #314663
}

.linha-produtos ul li {
    min-width: 165px
}

.linha-produtos ul li a {
    z-index: 10
}

.linha-produtos .selo {
    position: relative;
    height: 187px
}

.linha-produtos .selo img {
    width: 145px;
    height: 125px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.linha-produtos .legenda {
    font-size: 21px;
    font-weight: 300;
    font-family: "GilRoy-light"
}

.linha-produtos .legenda b {
    font-size: 36px;
    font-weight: bold
}

.linha-produtos .hexagono {
    opacity: 0;
    width: 120px;
    height: 60px;
    background: #758588;
    position: absolute;
    bottom: 36px;
    z-index: -1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.linha-produtos .hexagono:before {
    content: "";
    position: absolute;
    top: -36px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 36px solid #758588
}

.linha-produtos .hexagono:after {
    content: "";
    position: absolute;
    bottom: -36px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 36px solid #758588
}

@media (min-width: 1200px) {
    .linha-produtos li:hover .selo img {
        width: 165px;
        height: 187px
    }
}

.linha-produtos li:hover .selo .hexagono {
    opacity: 1
}

.linha-produtos .linha-pesada .hexagono {
    background: #21324A
}

.linha-produtos .linha-pesada .hexagono:before {
    border-bottom-color: #21324A
}

.linha-produtos .linha-pesada .hexagono:after {
    border-top-color: #21324A
}

.linha-produtos .linha-agricola .hexagono {
    background: #00762C
}

.linha-produtos .linha-agricola .hexagono:before {
    border-bottom-color: #00762C
}

.linha-produtos .linha-agricola .hexagono:after {
    border-top-color: #00762C
}

.linha-produtos .linha-equipamentos .hexagono {
    background: #EB403D
}

.linha-produtos .linha-equipamentos .hexagono:before {
    border-bottom-color: #EB403D
}

.linha-produtos .linha-equipamentos .hexagono:after {
    border-top-color: #EB403D
}

.linha-produtos .linha-equipamentos .legenda b {
    font-size: 26px
}

@media (max-width: 1199px) {
    .linha-produtos ul li {
        margin: 0.5rem 0 0 0;
        padding: 0 0 0.5rem 0;
        border-bottom: 1px solid #D6D6D6
    }

    .linha-produtos li.linha-equipamentos {
        border-bottom: 0
    }

    .linha-produtos .selo {
        height: auto
    }

    .linha-produtos .section-title small {
        font-size: 20px
    }

    .linha-produtos li .selo img {
        width: 94px;
        height: auto
    }

    .linha-produtos .hexagono {
        opacity: 1;
        bottom: 20px;
        width: 68px
    }

    .linha-produtos .hexagono:before {
        top: -20px;
        border-left-width: 34px;
        border-right-width: 34px;
        border-bottom-width: 20px
    }

    .linha-produtos .hexagono:after {
        bottom: -20px;
        border-left-width: 34px;
        border-right-width: 34px;
        border-top-width: 20px
    }

    .linha-produtos .legenda h3 {
        font-size: 16px;
        font-family: "GilRoy-light";
        font-weight: 500;
        text-transform: uppercase
    }

    .linha-produtos li .legenda b {
        font-size: 28px
    }

    .linha-produtos li.linha-equipamentos .legenda b {
        font-size: 18px;
        line-height: 20px
    }

    .linha-produtos .galeria-arrow-mobile {
        top: calc(50% - 8px);
        right: 0
    }

    .linha-produtos .galeria-arrow-mobile img {
        width: 24px;
        height: 16px
    }
}

h1:not(.name) {
    font-size: 0px !important
}

.middle {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.pg-privacy-policy .middle {
    margin-bottom: 70px
}

.pg-privacy-policy .middle h3 {
    font-weight: bold;
    margin: 30px 0 10px 0
}

.pg-privacy-policy .middle p, .pg-privacy-policy .middle h3 {
    color: #314663;
    font-size: 18px;
    line-height: 24px
}

body.pg-treinamento .header-01 .acesso .icon {
    background-image: url("../images/treinamento/user.svg")
}

body.pg-treinamento .header-01 .phone .icon {
    /*background-image: url("../images/treinamento/phone-blue.svg")*/
}

body.pg-treinamento h2.page-title {
    text-shadow: 0 6px 10px rgba(0,0,0,0.4);
    border-left-color: #C9EEFF
}

body.pg-treinamento #search .icon {
    background-image: url("../images/treinamento/search.svg")
}

body.pg-treinamento .social {
    border-left-color: #314663
}

body.pg-treinamento .header-03 #search button[type="submit"] {
    background-color: #314663
}

body.pg-treinamento .header-03 #search input {
    background: rgba(255,255,255,0.15)
}

#treinamento .intro {
    background-image: url("../images/treinamento/pattern-intro.png");
    background-repeat: no-repeat
}

#treinamento .centro-photos .slick-list {
    width: 100%
}

#treinamento .section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 80px;
    height: 10px;
    background: #EB403D
}

#treinamento .texto {
    color: #314663;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-top: 100px;
    font-family: gilroy-light;
}

#treinamento .texto p {
    text-align: justify;
}

#treinamento .texto b {
    font-weight: 700
}

#treinamento .vagas {
    font-weight: 600;
    color: #314663
}

#treinamento .vagas b {
    font-weight: bold;
    margin-right: 4px
}

#treinamento .botao-inscricao {
    position: relative;
    bottom: -42px;
    max-width: 320px;
    font-weight: 500
}

@media (max-width: 1199px) {
    #treinamento .intro {
        background: #fff
    }

    #treinamento .section-title:after {
        height: 6px;
        left: calc(50% - 40px)
    }

    #treinamento .texto {
        text-align: center
    }

    #treinamento .botao-inscricao {
        bottom: 0
    }
}

#treinamento .centro-photos {
    width: 100%;
    clear: both
}

#treinamento ul.centro-photos.slider-for li img {
    width: 101%;
    /*padding: 5px 5px 0 5px;*/
    height: auto
}

#treinamento .centro-photos.slider-nav li img {
    width: 100%;
    padding: 5px;
    height: auto
}

#treinamento .centro-photos.slider-nav .slick-list {
    display: block;
    width: 100%
}

#treinamento .centro-photos.slider-for .slick-arrow {
    z-index: 9999
}

#treinamento .centro-photos.slider-for .slick-arrow:before {
    color: white;
    text-shadow: 0 3px 6px rgba(0,0,0,0.16)
}

#treinamento .centro-photos.slider-nav .slick-arrow {
    display: none !important
}

@media (max-width: 1199px) {
    #treinamento .centro-photos .slick-list {
        overflow: hidden
    }

    #treinamento .centro-photos .slick-slide {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    #treinamento .centro-photos .slick-slide.slick-center {
        -webkit-transform: scale(1);
        transform: scale(1);
        z-index: 4
    }

    #treinamento .centro-photos .slick-slide:not(.slick-center) {
        position: relative;
        left: 32px
    }

    #treinamento .centro-photos .slick-slide.slick-center + .slick-slide {
        left: -32px
    }

    #treinamento .centro-photos .slick-slide:not(.slick-center) li:after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 150%;
        height: 100%;
        background: rgba(49,70,99,0.7)
    }

    #treinamento .centro-photos button.slick-arrow.slick-next {
        right: 4px
    }

    #treinamento .centro-photos button.slick-arrow.slick-prev {
        left: 4px
    }

    #treinamento .centro-photos button.slick-arrow:before {
        font-size: 16px
    }
}

#video-treinamento .line-blue-top {
    position: absolute;
    top: 0;
    left: -50%;
    display: block;
    width: 100%;
    height: 34px;
    background: #009FDA;
    z-index: 9;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16)
}

#video-treinamento .line-blue-top:after {
    content: "";
    position: absolute;
    right: -33px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 34px 0 0;
    border-color: #009FDA transparent transparent transparent
}

#video-treinamento .line-blue-top .icon {
    position: absolute;
    right: -104px;
    top: -32px
}

#video-treinamento .line-blue-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 50%;
    height: 34px;
    background: #009FDA;
    z-index: 9;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16)
}

#video-treinamento .line-blue-bottom .icon {
    -webkit-box-shadow: 585px 0 0 0 #009FDA;
    box-shadow: 585px 0 0 0 #009FDA;
    position: absolute;
    height: 100%;
    width: 100%
}

#video-treinamento .line-blue-bottom .icon:before {
    content: "";
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16)
}

#video-treinamento .line-blue-bottom:after {
    content: "";
    -webkit-box-shadow: 584px 3px 6px rgba(0,0,0,0.16);
    box-shadow: 584px 3px 6px rgba(0,0,0,0.16);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1
}

#video-treinamento .line-blue-bottom:before {
    content: "";
    position: absolute;
    left: -34px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 34px 34px;
    border-color: transparent transparent #009FDA transparent
}

#video-treinamento .video-iframe {
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto
}

#video-treinamento .video-texto {
    color: white;
    font-size: 18px
}

#video-treinamento .video-texto b {
    font-weight: bold
}

@media (max-width: 1199px) {
    #video-treinamento .line-blue-top {
        height: 14px
    }

    #video-treinamento .line-blue-top:after {
        right: -13px;
        border-width: 14px 14px 0 0
    }

    #video-treinamento .line-blue-top .icon {
        right: -42px;
        top: -11px
    }

    #video-treinamento .line-blue-top .icon img {
        width: 45px;
        height: 45px
    }

    #video-treinamento .video-texto img {
        width: 27px
    }

    #video-treinamento .video-texto b {
        width: 100%;
        text-align: center
    }

    #video-treinamento .line-blue-bottom {
        height: 14px
    }

    #video-treinamento .line-blue-bottom:before {
        left: -14px;
        border-width: 0 0 14px 14px
    }
}

#calendario-treinamento .section-title:after {
    content: "";
    display: none
}

#calendario-treinamento .line-red {
    position: absolute;
    bottom: 40px;
    left: 0;
    display: block;
    width: 100%;
    height: 6px;
    background: #EB403D;
    z-index: 999;
    -webkit-box-shadow: 310px 0 0 0 #EB403D;
    box-shadow: 310px 0 0 0 #EB403D;
    -webkit-transition: bottom .3s ease;
    transition: bottom .3s ease
}

#calendario-treinamento .line-red.search-loading {
    bottom: -27px
}

#calendario-treinamento .section-title {
    margin-bottom: 0
}

.calendario-dates.slick-slider {
    width: 100%;
    float: left
}

.calendario-dates.slick-slider.slider-for {
    padding-bottom: 40px
}

.calendario-dates.slick-slider.slider-nav {
    position: relative;
    bottom: 20px;
    left: 0
}

.calendario-dates .slick-list {
    width: 100%
}

.calendario-dates .slick-track {
    float: left
}

.calendario-dates ul.mes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.calendario-dates ul.mes:not(.mes-legenda) li {
    float: left;
    width: calc(100% / 7);
    border-bottom: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7
}

.calendario-dates ul.mes li.day:nth-child(7n) {
    border-right: 1px solid #E7E7E7
}

.calendario-dates ul.mes li.semana {
    border-left: 0;
    font-size: 14px;
    font-family: 'GilRoy-light';
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    BACKGROUND: #9f9f9f;
}

.calendario-dates ul.mes li.semana.off {
    color: #fff;
}

.calendario-dates ul.mes li.day {
    height: 58px;
    font-size: 18px;
    font-weight: bold;
    color: #314663;
    padding: 5px
}

.calendario-dates ul.mes li.day.active {
    background: rgba(0,159,218,0.3)
}

.calendario-dates button.slick-arrow {
    top: inherit;
    bottom: 0;
    padding: 5px
}

.calendario-dates button.slick-arrow.slick-prev {
    left: 90px
}

.calendario-dates button.slick-arrow.slick-next {
    right: 90px
}

.calendario-dates button.slick-arrow.slick-prev:before {
    content: "";
    display: block;
    width: 19px;
    height: 12px;
    background-image: url("../images/arrow-left-dark.svg");
    background-repeat: no-repeat
}

.calendario-dates button.slick-arrow.slick-next:before {
    content: "";
    display: block;
    width: 19px;
    height: 12px;
    background-image: url("../images/arrow-right-dark.svg");
    background-repeat: no-repeat
}

.calendario-dates.slider-nav .slick-list .slick-track {
    width: 100% !important
}

.calendario-dates.slider-nav .slick-list .slick-track .slick-slide {
    width: 100% !important;
    position: absolute;
    top: 0;
    text-align: center;
    opacity: 0
}

.calendario-dates.slider-nav .slick-list .slick-track .slick-slide.slick-current {
    position: relative;
    opacity: 1
}

.calendario-dates.slider-nav .mes-legenda {
    color: #259ED7;
    font-size: 20px;
    font-weight: bold;
    font-family: "GilRoy-light"
}

@media (max-width: 1199px) {
    #calendario-treinamento .section-title {
        color: #009FDA
    }

    #calendario-treinamento .section-title img {
        width: 28px;
        height: auto
    }

    .calendario-dates button.slick-arrow.slick-prev {
        left: 0
    }

    .calendario-dates button.slick-arrow.slick-next {
        right: 0
    }
}

.calendario-mobile {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    color: #314663;
    border-bottom: 1px solid #A0A1A3
}

.calendario-mobile .slick-list {
    width: 100%
}

.calendario-mobile-wrapper .mes {
    font-size: 20px;
    font-weight: bold;
    font-family: "GilRoy-light"
}

.calendario-mobile-wrapper .texto {
    font-weight: 500
}

.calendario-mobile-wrapper .dates {
    font-size: 28px;
    font-weight: bold
}

.calendario-mobile-wrapper .vagas {
    font-weight: 400 !important
}

.calendario-mobile-wrapper .vagas b {
    font-weight: 600
}

.calendario-mobile button.slick-arrow {
    top: 2px
}

.calendario-mobile button.slick-arrow.slick-prev {
    left: 0
}

.calendario-mobile button.slick-arrow.slick-next {
    right: 0
}

.calendario-mobile button.slick-arrow.slick-prev:before {
    content: "";
    display: block;
    width: 25px;
    height: 16px;
    background-image: url("../images/arrow-left-dark.svg");
    background-repeat: no-repeat;
    background-size: contain
}

.calendario-mobile button.slick-arrow.slick-next:before {
    content: "";
    display: block;
    width: 25px;
    height: 16px;
    background-image: url("../images/arrow-right-dark.svg");
    background-repeat: no-repeat;
    background-size: contain
}

#treinamento .consulte strong {
    font-weight: bold;
    color: #314663
}

#treinamento .consulte-wrapper label {
    font-weight: 600;
    font-size: 16px;
    color: #314663
}

#treinamento .consulte-wrapper input {
    padding: 0 15px;
    line-height: 46px;
    height: 46px;
    width: calc(100% - 210px);
    border: 1px solid #d5d5d5
}

#treinamento .consulte-wrapper .botao-consultar {
    background: #259ED7;
    color: white;
    width: 100%;
    max-width: 205px;
    text-align: center;
    line-height: 46px;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    font-family: "GilRoy-light"
}

#treinamento .consulte-wrapper .botao-consultar:hover {
    background: #0d80b6
}

#treinamento .consulte .result-search {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
    display: none
}

#treinamento .consulte .result-search h3 {
    font-size: 18px;
    color: #314663;
    font-weight: bold;
    margin-bottom: 5px
}

#treinamento .consulte .result-search .training p.date {
    color: #eb403d
}

#treinamento .consulte .result-search .training p.situation {
    margin-top: 10px
}

#treinamento .consulte .result-search .training p strong {
    margin-right: 5px
}

#treinamento .consulte .none-results {
    height: 50px;
    display: none
}

#treinamento .consulte .none-results p {
    color: #eb403d;
    font-weight: bold
}

@media (max-width: 1199px) {
    #treinamento .consulte strong {
        font-size: 22px
    }

    #treinamento .consulte-wrapper label {
        font-size: 18px;
        font-weight: 500
    }

    #treinamento .consulte-wrapper input {
        width: 100%
    }

    #treinamento .consulte-wrapper .botao-consultar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 10px auto 0;
        font-weight: 500
    }
}

#treinamento .legend .icon-active {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    background: rgba(0,159,218,0.3)
}

#treinamento .legend b {
    font-weight: 600;
    color: #314663
}

#programa-treinamento .title {
    font-size: 46px;
    color: #259ED7;
    font-family: 'GilRoy-light';
    font-weight: bold
}

#programa-treinamento .subtitle {
    font-size: 32px;
    color: #314663;
    font-family: 'GilRoy-light';
    font-weight: bold
}

#programa-treinamento .modulos-header {
    background: #259ED7;
    height: 60px;
    color: white
}

#programa-treinamento .modulos-header.hide + .modulos-content {
    display: none
}

#programa-treinamento .modulos-header b {
    font-size: 22px;
    color: white;
    font-family: 'GilRoy-SemiBold';
    white-space: nowrap
}

#programa-treinamento .modulos-header h3 {
    font-size: 22px;
    font-weight: bold;
    color: #C9EEFF
}

#programa-treinamento .modulos-header .more {
    cursor: pointer;
    color: white;
    font-size: 14px;
    white-space: nowrap
}

/*    #programa-treinamento .modulos-header.hide .more:after {
content: "\f078";
font-family: 'FontAwesome';
font-weight: 900;
color: #C9EEFF;
font-size: 20px;
margin-left: 10px
}

#programa-treinamento .modulos-header .more:after {
content: "\f077";
font-family: 'FontAwesome';
font-weight: 900;
color: #C9EEFF;
font-size: 20px;
margin-left: 10px
}*/

    #programa-treinamento .modulos-content ul {
        clear: both;
        -webkit-column-count: 2;
        column-count: 2;
        border: 1px solid #E7E7E7;
        background: #fff;
    }

    #programa-treinamento .modulos-content ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 0;
        line-height: 15px;
        font-size: 15px;
    }

    #programa-treinamento .modulos-content ul li:before {
        content: "\2024";
        padding-right: 5px;
        font-size: 42px;
        position: relative;
        top: -11px
    }

    @media (max-width: 1199px) {
        #programa-treinamento .subtitle {
            text-align: center
        }

        #programa-treinamento .modulos-header {
            height: 90px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        #programa-treinamento .modulos-header .icon img {
            height: 34px
        }

        #programa-treinamento .title {
            font-size: 28px
        }

        #programa-treinamento .modulos-content ul {
            -webkit-column-count: inherit;
            column-count: inherit
        }

        #programa-treinamento .modulos-header h3 {
            font-size: 17px
        }
    }

    #mais-infos-treinamento > .title {
        color: #fff;
        font-size: 32px;
        font-family: 'GilRoy-ExtraBold' !important;
        font-weight: bold;
        background-color: #EB403D;
        text-align: center;
        padding: 10px;
    }

    #mais-infos-treinamento ul.mais-infos li.title {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 22px;
        margin-bottom: 10px;
        color: #259ED7;
        font-weight: bold;
        height: 70px;
        border: 1px solid #259ED7
    }

    #mais-infos-treinamento ul.mais-infos li.title .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 10px 0 20px
    }

    #mais-infos-treinamento ul.mais-infos li:not(.title) {
        padding: 5px 10px;
        color: #7D8C8F;
        font-size: 18px;
        line-height: 24px
    }

    #mais-infos-treinamento ul.mais-infos li:not(.title):before {
        content: "\2024";
        padding-right: 5px;
        font-size: 42px;
        position: relative;
        top: -4px
    }

    #mais-infos-treinamento li.title .more {
        position: absolute;
        top: 0;
        right: 22px;
        height: 100%
    }

    #mais-infos-treinamento li.title .more:after {
        content: "\f078";
        font-family: 'FontAwesome';
        font-weight: 900;
        color: #259ed7;
        font-size: 20px;
        margin-left: 10px
    }

    #mais-infos-treinamento li.title.active .more:after {
        content: "\f077"
    }

    @media (max-width: 1199px) {
        #mais-infos-treinamento > .title {
            font-size: 28px;
            text-align: center
        }

        #mais-infos-treinamento ul.mais-infos {
            border: 1px solid #259ED7;
            border-bottom: 0
        }

        #mais-infos-treinamento ul.mais-infos.last {
            border-bottom: 1px solid #259ED7
        }

        #mais-infos-treinamento ul.mais-infos li.title {
            height: 55px;
            margin: 0;
            border: 0
        }

        #mais-infos-treinamento ul.mais-infos li.title.active {
            background: #259ED7;
            color: white
        }

        #mais-infos-treinamento ul.mais-infos li.title.active img {
            -webkit-filter: brightness(10);
            filter: brightness(10)
        }

        #mais-infos-treinamento ul.level-2 {
            /*display: none*/
        }

        #mais-infos-treinamento ul.mais-infos li.title.active + ul.level-2 {
            display: block;
            padding: 10px 0
        }

        #mais-infos-treinamento li.title.active .more:after {
            color: white
        }
    }

    #depoimentos-treinamento {
        background: #F5F5F5;
        -webkit-box-shadow: 1000px 0 0 0 #F5F5F5, -1000px 0 0 0 #F5F5F5;
        box-shadow: 1000px 0 0 0 #F5F5F5, -1000px 0 0 0 #F5F5F5
    }

    #depoimentos-treinamento .title {
        font-size: 46px;
        color: #259ED7;
        font-family: 'GilRoy-light';
        font-weight: bold
    }

    #depoimentos-treinamento .title .icon {
        left: -70px;
        top: -5px
    }

    #depoimentos-treinamento .subtitle {
        color: #314663;
        font-size: 24px;
        font-weight: 600
    }

    #depoimentos-treinamento .depoimentos-wrapper {
        width: 33.3%;
        padding: 0 50px;
        float: left
    }

    #depoimentos-treinamento .depoimentos-wrapper .autor {
        min-height: 50px;
        font-size: 24px;
        color: #314663;
        font-weight: bold
    }

    #depoimentos-treinamento .depoimentos-wrapper .empresa, #depoimentos-treinamento .depoimentos-wrapper .cidade {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        color: #A0A1A3
    }

    #depoimentos-treinamento .depoimentos-wrapper cite {
        position: relative;
        font-size: 18px;
        line-height: 24px;
        color: #314663;
        font-weight: 500;
        padding: 15px 0
    }

    #depoimentos-treinamento .depoimentos-wrapper cite:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 70px;
        height: 50px;
        background-image: url("../images/treinamento/cite.svg");
        background-repeat: no-repeat
    }

    #depoimentos-treinamento .slick-list {
        width: 100%
    }

    #depoimentos-treinamento button.slick-arrow.slick-prev {
        left: 0
    }

    #depoimentos-treinamento button.slick-arrow.slick-next {
        right: 0
    }

    #depoimentos-treinamento button.slick-arrow.slick-prev:before, #depoimentos-treinamento button.slick-arrow.slick-next:before {
        color: #314663
    }

    #depoimentos-treinamento button.slick-arrow.slick-prev:hover:before, #depoimentos-treinamento button.slick-arrow.slick-next:hover:before {
        color: #EB403D
    }

    #depoimentos-treinamento ul.slick-dots {
        bottom: 0
    }

    #depoimentos-treinamento .pagination {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-top: 15px
    }

    #depoimentos-treinamento .pagination .pag-num {
        padding: 10px;
        background: #314663;
        color: #fff;
        font-weight: bold
    }

    #depoimentos-treinamento .pagination .pag-num:hover {
        background: #26364c
    }

    #depoimentos-treinamento .info-pagination {
        margin-top: 10px;
        text-align: center;
        font-weight: bold;
        color: #314663
    }

    @media (max-width: 1199px) {
        #depoimentos-treinamento .title {
            font-size: 28px
        }

        #depoimentos-treinamento .title .icon {
            left: -28px;
            top: inherit;
            bottom: 0
        }

        #depoimentos-treinamento .title .icon img {
            width: 23px;
            height: auto
        }

        #depoimentos-treinamento .subtitle {
            font-size: 18px
        }

        #depoimentos-treinamento .depoimentos-wrapper {
            padding: 0 30px;
            width: 100%
        }

        #depoimentos-treinamento .depoimentos-wrapper .autor, #depoimentos-treinamento .depoimentos-wrapper .empresa, #depoimentos-treinamento .depoimentos-wrapper .cidade, #depoimentos-treinamento .depoimentos-wrapper cite {
            text-align: center
        }

        #depoimentos-treinamento a.botao {
            margin: 0 0 -35px
        }

        #depoimentos-treinamento ul.slick-dots li button {
            border-color: #259ED7;
            background: #259ED7
        }

        #depoimentos-treinamento ul.slick-dots li.slick-active button {
            border-color: #EB403D;
            background: transparent
        }
    }

    .pg-treinamento .formandos {
        background: #1D90CA;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .pg-treinamento .formandos .container {
        display: flex;
        justify-content: space-between;
        /* background: url(../IMAGES/2022/formandos-10-2023.JPG);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 50%;*/
}

.pg-treinamento .formandos .container .formandos-img-turma-mes img {
    width: 500px;
    height: 100%;
    object-fit: cover;
}

#formandos .botao {
    line-height: 20px;
    padding: 10px;
    margin: 50px 0px 50px;
    max-width: 490px;
    font-size: 20px;
}

#formandos .title {
    font-size: 50px;
    font-family: 'GilRoy-extrabold';
    font-weight: bold;
    padding-top: 20px;
}

#formandos .sub-titulo {
    font-size: 30px;
    font-family: 'GilRoy-extrabold';
    font-weight: bold;
    padding-top: 30px;
}

#formandos .title .icon {
    top: -30px;
    right: -30px
}

#formandos .subtitle {
    font-size: 24px;
    color: #314663;
    font-weight: 600;
    padding: 12px 0 0 0
}

#formandos ul.formandos-turmas {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0 45px 0
}

#formandos ul.formandos-turmas li {
    padding: 5px 5px 8px 5px;
    float: left;
    text-align: center
}

#formandos ul.formandos-turmas li img {
    display: block;
    width: 100%;
    height: auto
}

#formandos ul.formandos-turmas li b {
    display: block;
    font-size: 16px;
    color: #259ED7;
    font-weight: 500;
    padding: 5px 0 0 0
}


#formandos .slick-list {
    width: 100%
}

#formandos ul.slick-dots {
    bottom: 0;
    width: 100%
}

#formandos ul.slick-dots li {
    float: inherit
}

@media (max-width: 1199px) {
    .pg-treinamento .formandos .container .formandos-img-turma-mes img {
        width: 400px;
        height: 100%;
        object-fit: cover;
    }

    #formandos ul.slick-dots {
        padding: 0 15%
    }

    #formandos ul.slick-dots li {
        padding: 0;
        margin: 0 3px
    }

    #formandos ul.slick-dots li button {
        border-color: #259ED7;
        background: #259ED7
    }

    #formandos ul.slick-dots li.slick-active button {
        border-color: #EB403D;
        background: transparent
    }
}

@media screen and (max-width: 991px) {
    .pg-treinamento .formandos .container .formandos-img-turma-mes img {
        width: 400px;
        height: 100%;
        object-fit: contain;
    }

    #formandos .botao {
        max-width: 250px;
        font-size: 15px;
    }
}

#formandos button.slick-arrow {
    height: 250px;
    width: 35px;
    top: 30%;
    background: #1596D0
}

#formandos button.slick-arrow.slick-prev {
    left: 0
}

#formandos button.slick-arrow.slick-next {
    right: 0
}

#formandos button.slick-arrow.slick-prev:before, #formandos button.slick-arrow.slick-next:before {
    color: white
}

@media (max-width: 1199px) {
    #formandos button.slick-arrow {
        height: 100px;
        width: 14px;
        top: 30%;
        padding: 0
    }

    #formandos button.slick-arrow:before {
        font-size: 14px
    }
}

a.ver-todos {
    max-width: 190px;
    width: 100%;
    line-height: 46px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: #259ED7;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    font-family: 'GilRoy-light';
    font-weight: 300;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16)
}

a.ver-todos:hover {
    background: #168ec7
}

@media (max-width: 1199px) {
    body.pg-treinamento #formulario .title strong {
        font-size: 28px;
        padding: 0 2rem
    }
}

.popup.policy-training {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
    display: none
}

.popup.policy-training .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6)
}

.popup.policy-training .content {
    width: 90%;
    max-width: 600px;
    height: 576px;
    background: #fff;
    position: relative
}

.popup.policy-training .content .title {
    background: #314663;
    padding: 15px;
    font-family: GilRoy-light;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 32px;
    text-shadow: 0 3px 6px rgba(0,0,0,0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup.policy-training .content .close {
    width: 25px;
    position: absolute;
    top: 15px;
    right: -19px;
    background: #5AFEA1;
    color: #13A264;
    padding: 20px;
    line-height: 7px;
    text-align: center;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    font-weight: bold;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup.policy-training .content .description {
    padding: 25px 30px;
    height: 305px;
    overflow-y: auto;
    margin: 30px auto 30px auto;
    width: 90%
}

.popup.policy-training .content .description::-webkit-scrollbar {
    width: 8px
}

.popup.policy-training .content .description::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3)
}

.popup.policy-training .content .description::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey
}

.popup.policy-training .content .description h3 {
    font-family: GilRoy-light;
    font-weight: bold;
    color: #314663;
    margin-bottom: 15px
}

.popup.policy-training .content .description p {
    font-family: GilRoy-light;
    font-size: 15px;
    color: #314663;
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: 500
}

.popup.policy-training .content .description p strong {
    font-weight: bold
}

.popup.policy-training .input-radio {
    text-align: center;
    color: #13A264;
    font-weight: bold;
    display: block
}

.popup.policy-training .input-radio.disabled {
    opacity: .6
}

.popup.policy-training button.done {
    width: 166px;
    height: 40px;
    background: #ff8810;
    font-family: 'GilRoy-light';
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin: 15px auto;
    border: 0;
    cursor: pointer
}

.popup.policy-training button.done:hover {
    background: #ff8810
}

.video-frame img {
    width: 100%;
    height: auto
}

.modal-shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    -webkit-box-shadow: 0 500px 0 3500px rgba(0,0,0,0.5);
    box-shadow: 0 500px 0 3500px rgba(0,0,0,0.5)
}

.modal-shadow .overlay-close {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999
}

#modal-popup {
    display: block;
    max-width: 616px;
    width: 100%;
    margin: 0 auto;
    z-index: 9999999
}

.modal-catalogo #modal-popup {
    max-width: 640px
}

.modal-video-treinamento #modal-popup, .modal-video-institucional #modal-popup, .modal-video-historia #modal-popup {
    max-width: 670px
}

.modal-login #modal-popup {
    max-width: 616px
}

#modal-popup .modal-header {
    background: #314663;
    height: 70px;
    padding: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 0
}

.modal-catalogo #modal-popup .modal-header {
    height: 90px;
}

#modal-popup .modal-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #259ED7;
    font-size: 34px;
    font-weight: bold;
    font-family: 'GilRoy-light';
    text-transform: none;
}

.modal-solicitar-orcamento .botao {
    max-width: 300px !important;
}

.modal-solicitar-orcamento input {
    max-width: 500px !important;
}

.modal-solicitar-orcamento .modal-title {
    padding: 0 26px;
}

.modal-solicitar-orcamento #modal-popup .input-wrapper .icon {
    left: -18px;
}

.modal-catalogo #modal-popup .modal-title {
    color: white;
    line-height: 40px;
    padding: 10px;
    white-space: normal;
    font-family: 'GilRoy-Semibold';
    text-align: center;
    margin: 0 auto;
    max-width: 472px;
}
.modal-catalogo #modal-popup .modal-close {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    top: 8px;
    right: 10px;
    cursor: pointer;
    z-index: 1;    
    padding: 10px;
    border-radius: 30px;
    width: 30px;
    height: 30px; 
}
.modal-catalogo #modal-popup .modal-close span {
    position: absolute;
    left: 10px;
    bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}

.modal-video-treinamento #modal-popup .modal-title, .modal-video-institucional #modal-popup .modal-title, .modal-video-historia #modal-popup .modal-title {
    padding: 0 25px;
    font-size: 28px
}

.modal-login #modal-popup .modal-title {
    padding: 0 0 0 145px
}

#modal-popup .modal-icon {
    bottom: 15px;
    left: 50px
}


#modal-popup .modal-icon img{
    width: 50px;
}

#modal-popup .modal-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 1
}

#modal-popup .modal-close.no-header {
    top: -22px;
    height: auto
}

#modal-popup iframe {
    width: 100%;
    min-height: 300px;
    max-height: 350px;
    height: auto
}

#modal-popup .modal-content {
    text-align: center;
    background: #FFF;
    padding: 2.2rem 2rem;
    border-radius: 0;
    border: 0;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#modal-popup .modal-content .message-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 36px;
    line-height: 36px;
    background: #eb403d;
    color: #fff;
    -webkit-transform: translateY(-36px);
    transform: translateY(-36px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

#modal-popup .modal-content .message-box.error, #modal-popup .modal-content .message-box.success {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#modal-popup .modal-content .message-box.success {
    color: #fff;
    background: #3fc963
}

#modal-popup .modal-content.alt {
    padding: 1.5rem
}

#modal-popup .input-wrapper {
    position: relative;
    clear: both;
    margin: 0 0 10px 0;
    display: block
}

#modal-popup .input-wrapper input {
    max-width: 434px;
    width: 100%;
    line-height: 40px;
    padding: 0 15px 0 50px;
    border: 0px;
    font-size: 15px;
    border-radius: 31px;
    background-color: #e5e5e5;
    color: #6d6c6c;
}

#modal-popup .input-wrapper .icon {
    position: relative;
    z-index: 1;
    top: -33px;
    left: 18px;
    display: block;
    margin: 0 auto;
    max-width: 434px;
    width: 100%;
    opacity: 0.4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

#modal-popup .input-wrapper input.email-field + .icon {
    top: -32px
}

#modal-popup .input-wrapper input:focus + .icon {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

#modal-popup .input-wrapper input.name-field + .icon:before, #modal-popup .input-wrapper input.code-field + .icon:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 22px;
    background: url(../images/modal/modal-icon-code.svg) no-repeat
}

#modal-popup .input-wrapper input.password-field + .icon:before {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 23px;
    background: url(../images/modal/modal-icon-password.svg) no-repeat
}

.modal-catalogo #modal-popup .input-wrapper input.name-field + .icon:before {
    background: url(../images/2024/acesso_catalogo.png) no-repeat;
    width: 22px;
    height: 22px;
    background-size: 22px;
    margin-top: 5px;
}

#modal-popup .input-wrapper input.email-field + .icon:before {
    content: "";
    position: absolute;
    display: block;
    width: 23px;
    height: 13px;
    background: url(../images/modal/modal-icon-email.svg) no-repeat
}
.modal-catalogo #modal-popup .input-wrapper input.email-field + .icon:before {
    background: url(../images/2024/email.png) no-repeat;
    width: 22px;
    height: 22px;
    background-size: 22px;
    margin-top: 5px;
}

#modal-popup .input-wrapper input:focus {
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16)
}

#modal-popup a.forgot-password {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #898C8D;
    margin: 6px 0 16px;
    text-decoration: underline
}

.modal-catalogo #modal-popup button.botao {
    max-width: 245px;
    margin: 1rem 0 0 0;
    border: 0;
    cursor: pointer;
    background-color: #ed6b23 !important;
    border-radius: 30px;
    font-family: 'GilRoy-SemiBold';
    text-transform: none;
    line-height: 40px;
}

.modal-catalogo .info-newsletter label {
    font-family: 'GilRoy-Regular';
    color: #6d6c6c;
    font-size: 12px;
}

.modal-catalogo #modal-popup button.botao:hover {
    background-color: #ed6b23 !important;
}

.modal-catalogo #modal-popup button.loading, .modal-recover-password #modal-popup button.loading {
    max-width: 280px;
    background-color: #c1c1c1 !important;
    pointer-events: none
}

.modal-recover-password #modal-popup button.loading {
    max-width: 160px
}

.modal-catalogo #modal-popup button.loading::after, .modal-recover-password #modal-popup button.loading::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("../images/loading.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 0
}

.modal-catalogo .message.success, .modal-recover-password .message.success {
    font-weight: bold;
    color: #3fc963
}

.modal-recover-password .modal-content .message-box {
    height: 30px;
    line-height: 30px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

.modal-recover-password .modal-header {
    height: 90px !important
}

.modal-recover-password .modal-icon {
    bottom: 22px !important
}

.modal-recover-password .modal-title {
    padding-left: 110px;
    line-height: 1
}

.modal-recover-password p.info {
    margin-bottom: 10px
}

.modal-recover-password .botao {
    border: 0;
    cursor: pointer
}

.modal-recover-password .botao:hover {
    background-color: #2291c5 !important
}

.modal-recover-password input.error {
    border-color: #d22d2a !important
}

@media (max-width: 1199px) {
    #modal-popup {
        padding: 0 1.5rem
    }

    #modal-popup .modal-header {
        height: 50px
    }

    #modal-popup .modal-icon {
        left: 20px
    }

        .modal-login #modal-popup .modal-icon {
            bottom: 7px;
        }

        #modal-popup .modal-title {
            font-size: 16px;
            padding-left: 30px
        }

    .modal-video-historia #modal-popup .modal-header, .modal-video-treinamento #modal-popup .modal-header, .modal-catalogo #modal-popup .modal-header {
        height: 70px
    }

    #modal-popup .modal-icon img {
        width: 40px
    }

    .modal-shadow #modal-popup .modal-title {
        font-size: 18px;
        line-height: 24px
    }


    .modal-login #modal-popup .modal-title,
    .modal-catalogo #modal-popup .modal-title {
        padding: 0 26px 0 75px
    }

    #modal-popup .modal-content {
        padding: 45px 12px 12px;
    }

    #modal-popup .modal-close {
        right: 15px;
    }

    #modal-popup .modal-close img {
        width: 28px
    }
}

body.client-logged.pg-home header {
    /*background-image: url(../images/banner-header-logged.jpg);
    background-color: #13A264;
    background-size: cover*/
}

body.client-logged .banner-my-account .banner-content {
    margin-top: 65px;
    margin-bottom: 112px
}

body.client-logged .banner-my-account .banner-content h2 {
    text-shadow: 1px 2px 6px #484848
}

body.client-logged .banner-my-account .banner-content h3 {
    color: #5BFFA2;
    font-family: 'GilRoy-light'
}

body.client-logged .fullbanner {
    margin-top: 0px
}

body.client-logged.pg-home header {
    margin-bottom: -55px
}

body.pg-home .logo h1 {
    position: absolute;
    z-index: -1;
    overflow: hidden;
    color: #fff;
    left: -9999em
}

.my-account-options .list-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.my-account-options .list-options li {
    background: #F5F5F5;
    width: 25%;
    height: 338px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border: 1px solid #E2E2E2;
    margin: 0 6px;
    text-align: center
}

.my-account-options .list-options li a {
    width: 100%;
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.my-account-options .list-options li span {
    position: relative;
    width: 100%;
    height: 195px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.my-account-options .list-options li span img {
    margin-top: 53px;
    position: absolute
}

.my-account-options .list-options li:hover {
    background: #13A264;
    border-color: #13A264;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.my-account-options .list-options li:hover .title-options {
    color: #fefefe
}

.my-account-options .list-options li:hover img.icon-branco {
    opacity: 1
}

.my-account-options .list-options li:hover img.icon {
    opacity: 0
}

.my-account-options .list-options .title-options {
    font-size: 18px;
    text-transform: uppercase;
    color: #fefefe;
    font-family: 'GilRoy-light';
    font-weight: bold;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 35px;
}


.highlight-box-full {
    display: flex;
    flex-direction: column;
    padding: 5px 25px;
    margin-bottom: -20px;
    background-color: #e6e6e6;
    border-left: 5px solid;
    width: 100%;
    box-sizing: border-box;
}

.devolution-table {
    border-collapse: collapse !important;    
}

.devolution-table th {
    border-bottom: none !important;
}

.devolution-table th, .devolution-table td {
    border: none !important;
    text-align: left !important;
    vertical-align: middle !important;
}

.devolution-table th.sorting:after,
.devolution-table th.sorting_asc:after,
.devolution-table th.sorting_desc:after {
    content: "" !important;
}

.devolution-table th, .devolution-table td {
    border: none !important;
}

.devolution-table th.sorting {
    background: none !important;
}

.devolution-table thead tr {
    border-bottom: none !important;
}

.content-client-grey {
    position: relative;
    z-index: 10;
}

.area-cliente-conteudo {
    position: relative;
}

#search-container {
    background-color: #e0e0e0;
    border-radius: 25px;
    padding: 5px 10px;
    width: 300px;
    margin-right: 60px;
}

#search-input {
    border: none;
    background: none;
    outline: none;
    padding-left: 10px;
    font-size: 15px;
}

#search-icon {
    border: none;
    background: none;
    outline: none;
    margin-left: 20px;
}

.pg-client-quotation .popup.finish-quotation {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
    display: none
}

.pg-client-quotation .popup.finish-quotation .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6)
}

.pg-client-quotation .popup.finish-quotation .content {
    width: 500px;
    height: auto;
    background: #fff;
    position: relative;
    /* margin-top: -100px; */
    margin-top: 300px;
    margin-left: 700px;
}

.pg-client-quotation .popup.finish-quotation .content .title {
    background: #314663;
    padding: 18px;
    font-family: GilRoy-light;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 32px;
    text-shadow: 0 3px 6px rgba(0,0,0,0.16)
}

.pg-client-quotation .popup.finish-quotation .content .message {
    text-align: center;
    padding: 10px 20px;
    margin-top: 10px;
    width: 90%;
    margin: 10px auto;
    font-weight: bold;
    display: none
}

.pg-client-quotation .popup.finish-quotation .content .message.alert-success {
    background: #13A264;
    color: #fff;
    display: block
}

.pg-client-quotation .popup.finish-quotation .content .message.alert-danger {
    background: #EB403D;
    color: #fff;
    display: block
}

.pg-client-quotation .popup.finish-quotation .content .descricao {
    padding: 18px;
    color: #314663
}

.pg-client-quotation .popup.finish-quotation .content .close {
    width: 25px;
    position: absolute;
    top: -5px;
    right: -19px;
    background: #EB403D;
    color: #FFF;
    padding: 20px;
    line-height: 7px;
    text-align: center;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    font-weight: bold;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pg-client-quotation .popup.finish-quotation .content .btn-quotation {
    cursor: pointer
}

.pg-client-quotation .popup.finish-quotation .content .cancel-remove {
    background: #a0a0a0
}

.pg-client-quotation .popup.finish-quotation .content .cancel-remove:hover {
    background: #7a7a7a
}

.pg-client-quotation .popup.finish-quotation .content .finish-quotation {
    background: #13A264
}

.pg-client-quotation .popup.finish-quotation .content .finish-quotation:hover {
    background: #0b5e3a
}

.pg-client-quotation .popup.finish-quotation .content .finish-quotation.loading {
    pointer-events: none
}

.pg-client-quotation .popup.finish-quotation .content .finish-quotation.loading::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/loading.svg") no-repeat top center;
    background-size: 100%;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 3px
}

.pg-client-quotation .popup.remove-quotation {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
    display: none
}

.pg-client-quotation .popup.remove-quotation .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6)
}

.pg-client-quotation .popup.remove-quotation .content {
    width: 500px;
    height: auto;
    background: #fff;
    position: relative
}

.pg-client-quotation .popup.remove-quotation .content .title {
    background: #314663;
    padding: 18px;
    font-family: GilRoy-light;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 32px;
    text-shadow: 0 3px 6px rgba(0,0,0,0.16)
}

.pg-client-quotation .popup.remove-quotation .content .descricao {
    padding: 18px;
    color: #314663;
    font-size: 20px;
}

.pg-client-quotation .popup.remove-quotation .content .close {
    width: 25px;
    position: absolute;
    top: -5px;
    right: -19px;
    background: #EB403D;
    color: #FFF;
    padding: 20px;
    line-height: 7px;
    text-align: center;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    font-weight: bold;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}


.pg-client-quotation .popup.remove-quotation .content .btn-quotation {
    cursor: pointer;
    color: #fff;
    padding: 10px 25px;
}

.pg-client-quotation .popup.remove-quotation .content .cancel-remove {
    background: #a0a0a0;
    color: #000;
}

.pg-client-quotation .popup.remove-quotation .content .cancel-remove:hover {
    background: #7a7a7a
}

.pg-client-quotation .popup.remove-quotation .content .remove-quotation {
    background: #EB403D
}

.pg-client-quotation .popup.remove-quotation .content .remove-quotation:hover {
    background: #c71815
}

.pg-client-quotation .popup.remove-quotation .content .remove-all-quotation {
    background: #EB403D;
    cursor: pointer;
}

.pg-client-quotation .popup.remove-quotation .content .remove-all-quotation:hover {
    background: #c71815;
    cursor: pointer;
}

body.pg-client.client-logged .container {
    /*max-width: 1140px !important;*/
}

body.pg-client.client-logged .banner-content {
    margin: 67px auto 77px auto
}

body.pg-client.client-logged .side-menu-client {
    width: 31%
}

body.pg-client.client-logged .side-menu-client ul {
    margin: 0;
    width: 245px
}

body.pg-client.client-logged .side-menu-client li {
    width: 95%;
    background: #003169;
    color: #314663;
    font-family: 'GilRoy-light';
    font-weight: bold;
    border-top: solid 1px #B7B7B7;
    padding: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    text-decoration: none;
}

body.pg-client.client-logged .side-menu-client li a {
    width: 100%;
    height: 100%;
    padding: 20px 9px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

body.pg-client.client-logged .side-menu-client li a:hover {
    text-decoration: none;
}

body.pg-client.client-logged .side-menu-client li:first-child {
    border: none
}

body.pg-client.client-logged .side-menu-client li:not(.active):hover p {
    text-decoration: none;
}

body.pg-client.client-logged .side-menu-client li:nth-child(1) .imgs {
    background-image: url(../images/area-cliente/cotacao1.png);
    width: 30px;
}

body.pg-client.client-logged .side-menu-client li:nth-child(2) .imgs {
    background-image: url(../images/area-cliente/ALTERAÇÃO.png);
    width: 30px;
}

body.pg-client.client-logged .side-menu-client li:nth-child(5) .imgs {
    background-image: url(../images/area-cliente/CONSULTA.png);
    width: 30px;
}

body.pg-client.client-logged .side-menu-client li:nth-child(3) .imgs {
    background-image: url(../images/area-cliente/2Via.png);
    width: 30px;
}

body.pg-client.client-logged .side-menu-client li:nth-child(4) .imgs {
    background-image: url(../images/area-cliente/SENHA.png);
    width: 30px;
}

body.pg-client.client-logged .side-menu-client li.active {
    -webkit-clip-path: polygon(0 0, 95% 0, 95% 19%, 100% 50%, 95% 80%, 95% 100%, 0 100%);
    clip-path: polygon(0 0, 95% 0, 95% 19%, 100% 50%, 95% 80%, 95% 100%, 0 100%);
    background: #ff8810;
    color: #ffffff;
    width: 100%
}

body.pg-client.client-logged .side-menu-client li.active:nth-child(1) .imgs {
    background-image: url(../images/area-cliente/COTAÇÃO.png);
    width: 30px;
}

body.pg-client.client-logged .side-menu-client li.active:nth-child(2) .imgs {
    background-image: url(../images/area-cliente/ALTERAÇÃO.png);
    width: 30px;
}

body.pg-client.client-logged .side-menu-client li.active:nth-child(3) .imgs {
    background-image: url(../images/area-cliente/2Via.png);
    width: 30px;
}

body.pg-client.client-logged .side-menu-client li.active:nth-child(4) .imgs {
    background-image: url(../images/area-cliente/SENHA.png);
    width: 30px;
}

body.pg-client.client-logged .side-menu-client .imgs {
    width: 22%;
    height: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

body.pg-client.client-logged .side-menu-client .title-options {
    width: 76%;
    padding-left: 10%;
    font-size: 20px
}

body.pg-client.client-logged .content-client {
    width: 69%;
    padding-left: 1rem;
    padding-top: 2.2rem
}

body.pg-client.client-logged .content-client-grey {
    width: 69%;
    padding-left: 1rem;
    padding-top: 2.7rem;
    background-color: #e6e6e6;
    height: 90px;
    box-sizing: border-box;
    border-left: 5px solid #ff8810;
    z-index: 10;
    margin-top: -20px;
    top: -20px;
}

body.pg-client.client-logged .content-client-grey-2 {
    width: 69%;
    padding-left: 1rem;
    padding-top: 2.2rem;
    background-color: #e6e6e6;
    height: 60px;
    box-sizing: border-box;
    border-left: 5px solid #ff8810;
    z-index: 10;
}

body.pg-client.client-logged .content-client .page-title {
    color: #314663;
    font-size: 27px;
    font-weight: bold;
    padding: 0 0 0 20px;
    line-height: 40px;
    margin-bottom: 10px;
    border-left: 4px solid #13a264
}

body.pg-client.client-logged .content-client .intro p {
    color: #314663;
    margin-left: 0;
    text-align: left;
}

body.pg-client.client-logged .content-client .intro p b {
    font-weight: bold
}

body.pg-client.client-logged .content-client .datas-client h5 {
    font-size: 17px;
}

body.pg-client.client-logged .content-client .datas-client h5 span {
    color: #13A264;
    font-weight: bold;
    font-size: 17px;
}

body.pg-client.client-logged .btn-default-client .btn {
    text-transform: uppercase;
    color: white;
    background: #314663;
    padding: 13px 20px;
    border: none;
    font-size: 16px;
    font-family: GilRoy-light;
    margin-bottom: 15px;
}

body.pg-client.client-logged .btn-default-client .btn:hover {
    background: #25354a
}

body.pg-client.client-logged #finish-client {
    background: #13A264;
    cursor: pointer
}

body.pg-client.client-logged #finish-client:hover {
    background: #118e58
}

body.pg-client.client-logged .btn-quotation button {
    background: #13A264;
    cursor: pointer
}

body.pg-client.client-logged .btn-quotation button:hover {
    background: #118e58
}

body.pg-client.client-logged .botao-client.cancel-remove button {
    background: #EB403D
}

body.pg-client.client-logged #print-client {
    background: #ffffff;
    color: #314663;
    border: solid 2px #314663;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 20px;
    cursor: pointer;
    font-size: 16px;
}

body.pg-client.client-logged .btns-fim-client {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

body.pg-client.client-logged .form-invoice {
    margin-left: 20px
}

body.pg-client.client-logged .form-invoice img {
    border: 1px solid darkgrey;
    border-right: none;
    padding: 0 10px;
    width: 40px
}

body.pg-client.client-logged .form-invoice button {
    font-family: GilRoy-light;
    padding: 10px 20px;
    margin-left: -5px
}

body.pg-client.client-logged .form-invoice .input-invoice input {
    width: 300px;
    padding: 5px;
    font-size: 18px;
    margin: 0;
    border-left: none !important;
    border: 1px solid darkgrey
}

body.pg-client.client-logged .form-invoice .input-devolution input {
    width: 220px;
    margin: 0;
    border-left: none !important;
    border: 1px solid darkgrey
}

body.pg-client.pg-client-invoice .invoice-table {
    background: #fff;
}

body.pg-client.client-logged .form-devolution {
    margin-left: 20px
}

body.pg-client.client-logged .form-devolution img {
    border: 1px solid darkgrey;
    border-right: none;
    padding: 0 10px;
    width: 40px
}

body.pg-client.client-logged .form-devolution button {
    font-family: GilRoy-light;
    padding: 10px 20px;
    margin-left: -5px
}

body.pg-client.client-logged .form-devolution .input-invoice input {
    width: 220px;
    margin: 0;
    border-left: none !important;
    border: 1px solid darkgrey
}

body.pg-client.client-logged .form-devolution .input-devolution input {
    width: 220px;
    margin: 0;
    border-left: none !important;
    border: 1px solid darkgrey
}

body.pg-client.client-logged .form-message {
    text-align: center;
    padding: 10px;
    font-weight: bold
}

body.pg-client.client-logged .form-message.success {
    background: #13a264;
    color: #fff
}

body.pg-client.client-logged .form-message.error {
    background: #e24a48;
    color: #fff
}

body.pg-client.client-logged .form-change-password input {
    padding: 5px;
    display: block;
    margin: 5px 0 15px 0;
    font-size: 15px;
}

body.pg-client.client-logged .form-change-password input.error {
    border: 1px solid #e24a48
}

body.pg-client.client-logged .form-change-password label {
    margin-top: 10px;
    color: #13A264;
    font-family: GilRoy-light;
    font-weight: 500;
    font-size: 15px;
}

body.pg-client.client-logged .form-change-password button {
    background: #13A264;
    font-size: 16px;
    padding: 5px;
}

body.pg-client.client-logged #devolucao-garantia .banner-content {
    max-width: 760px;
    margin: 45px auto 40px auto
}

body.pg-client.client-logged #devolucao-garantia .banner-content h2 {
    font-size: 40px
}

body.pg-client.client-logged .new-solicitation {
    text-transform: uppercase;
    color: white;
    padding: 13px 20px;
    border: none;
    font-size: 16px;
    font-family: GilRoy-light;
    background: #ff8810 !important;
    display: block
}

body.pg-client.client-logged .popup.policy-devolution {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
    display: none
}

body.pg-client.client-logged .popup.policy-devolution .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6)
}

body.pg-client.client-logged .popup.policy-devolution .content {
    width: 100%;
    max-width: 700px;
    height: 576px;
    background: #fff;
    position: relative
}

body.pg-client.client-logged .popup.policy-devolution .content .title {
    background: #314663;
    padding: 15px;
    font-family: GilRoy-light;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 32px;
    text-shadow: 0 3px 6px rgba(0,0,0,0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

body.pg-client.client-logged .popup.policy-devolution .content .close {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: lightgrey;
    color: black;
    padding: 5px;
    border-radius: 50%;
    line-height: 7px;
    text-align: center;
    /*-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
    font-size: 14px;
    font-weight: bold;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

body.pg-client.client-logged .popup.policy-devolution .content .description {
    padding: 25px 30px;
    height: 305px;
    overflow-y: auto;
    margin: 30px auto 30px auto;
    width: 90%
}

body.pg-client.client-logged .popup.policy-devolution .content .description::-webkit-scrollbar {
    width: 8px
}

body.pg-client.client-logged .popup.policy-devolution .content .description::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3)
}

body.pg-client.client-logged .popup.policy-devolution .content .description::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey
}

body.pg-client.client-logged .popup.policy-devolution .content .description h3 {
    font-family: GilRoy-light;
    font-weight: bold;
    color: #314663;
    margin-top: 20px;
    margin-bottom: 5px
}

body.pg-client.client-logged .popup.policy-devolution .content .description p {
    font-family: GilRoy-light;
    font-size: 15px;
    color: #314663;
    margin-bottom: 15px;
    line-height: 1.3;
    font-weight: 500
}

body.pg-client.client-logged .popup.policy-devolution .content .description p strong {
    font-weight: bold
}

body.pg-client.client-logged .popup.policy-devolution .input-radio {
    text-align: center;
    color: #13A264;
    display: block
}

body.pg-client.client-logged .popup.policy-devolution .input-radio.disabled {
    opacity: .6
}

body.pg-client.client-logged .popup.policy-devolution button.done {
    width: 196px;
    height: 38px;
    background: #ff8810;
    font-family: 'GilRoy-light';
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin: 15px auto;
    border: 0;
    cursor: pointer;
    border-radius: 20px;
}

body.pg-client.client-logged .popup.policy-devolution button.done:hover {
    background: #108854
}

body.pg-client.client-logged.pg-client-invoice #DataTables_Table_0_filter {
    display: none
}

body.pg-client.client-logged.pg-client-devolution #DataTables_Table_0_filter {
    display: none
}

body.pg-client.client-logged.pg-client-devolution .solicitacoes-anteriores {
    margin-top: -250px;
    background: #f9f9f9;
}

.modal-informacoes-pagamento {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999
}

.modal-informacoes-pagamento .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6)
}

.modal-informacoes-pagamento .content {
    width: 90%;
    max-width: 887px;
    height: auto;
    background: #fff;
    position: relative
}

.modal-informacoes-pagamento .content .title {
    background: #EB403D;
    padding: 5px;
    font-family: GilRoy-light;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 32px;
    text-shadow: 0 3px 6px rgba(0,0,0,0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-informacoes-pagamento .content .close {
    width: 25px;
    position: absolute;
    top: 15px;
    right: -19px;
    background: #314663;
    color: #FFF;
    padding: 20px;
    line-height: 7px;
    text-align: center;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    font-weight: bold;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-informacoes-pagamento .content .description {
    padding: 30px 40px;
    font-size: 20px;
}

.modal-informacoes-pagamento .content .description p {
    font-family: GilRoy-light;
    color: #314663;
    margin-bottom: 15px;
    line-height: 1.2
}

.modal-informacoes-pagamento .content .description strong {
    font-family: GilRoy-ExtraBold;
}

body.pg-client.client-logged .popup.itens-devolution,
body.pg-client.client-logged.pg-client-devolution .popup.warning-devolution {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999
}

body.pg-client.client-logged .popup.itens-devolution .overlay,
body.pg-client.client-logged.pg-client-devolution .popup.warning-devolution .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6)
}

body.pg-client.client-logged .popup.itens-devolution .content,
body.pg-client.client-logged.pg-client-devolution .popup.warning-devolution .content {
    width: 90%;
    max-width: 587px;
    height: auto;
    background: #fff;
    position: relative
}
body.pg-client.client-logged .popup.itens-devolution .content {
    width: 93%;
    max-width: 787px;
}

body.pg-client.client-logged .popup.itens-devolution .content .title,
body.pg-client.client-logged.pg-client-devolution .popup.warning-devolution .content .title {
    background: #ff8810;
    padding: 10px;
    font-family: GilRoy-light;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 32px;
    text-shadow: 0 3px 6px rgba(0,0,0,0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

body.pg-client.client-logged .popup.itens-devolution .content .close,
body.pg-client.client-logged.pg-client-devolution .popup.warning-devolution .content .close {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: lightgrey;
    color: black;
    padding: 5px;
    border-radius: 50%;
    line-height: 7px;
    text-align: center;
    /*-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
    font-size: 14px;
    font-weight: bold;
    opacity: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

body.pg-client.client-logged .popup.itens-devolution .content .description,
body.pg-client.client-logged.pg-client-devolution .popup.warning-devolution .content .description {
    padding: 30px 40px
}

body.pg-client.client-logged .popup.itens-devolution .content .description p,
body.pg-client.client-logged.pg-client-devolution .popup.warning-devolution .content .description p {
    font-family: GilRoy-light;
    font-size: 16px;
    color: #314663;
    margin-bottom: 15px;
    line-height: 1.2
}

body.pg-client.client-logged .popup.itens-devolution .content .description p strong,
body.pg-client.client-logged.pg-client-devolution .popup.warning-devolution .content .description p strong {
    font-weight: bold
}

body.pg-client.client-logged.pg-client-devolution tbody tr .status-link {
    color: inherit
}

body.pg-client.client-logged.pg-client-devolution tbody tr td.status-1 {
    color: #259ED7
}

body.pg-client.client-logged.pg-client-devolution tbody tr td.status-2 {
    color: #314663
}

body.pg-client.client-logged.pg-client-devolution tbody tr td.status-4 {
    color: #009F29
}

body.pg-client.client-logged.pg-client-devolution tbody tr td.status-5 {
    color: #E63E3B
}

body.pg-client.client-logged.pg-client-devolution tbody tr td.status-6 {
    color: #E63E3B
}

body.pg-client.client-logged.pg-client-devolution tbody tr td.status-12 {
    color: #314663
}

body.pg-client.client-logged.pg-client-insert-devolution .highlight {
    font-weight: bold;
    color: #13A264
}

body.pg-client.client-logged.pg-client-insert-devolution .client {
    margin: 15px 0
}

body.pg-client.client-logged.pg-client-insert-devolution .client strong {
    font-weight: bold;
    color: #13A264
}

body.pg-client.client-logged.pg-client-insert-devolution .message {
    display: none;
    padding: 5px 10px;
    font-weight: bolder;
    margin-top: 20px
}

body.pg-client.client-logged.pg-client-insert-devolution .message.error {
    background: #eb403d;
    color: #fff
}

body.pg-client.client-logged.pg-client-insert-devolution .fake-form {
    margin-top: 20px
}

body.pg-client.client-logged.pg-client-insert-devolution .fake-form .fake-form-message {
    margin-top: 20px;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    display: none
}

body.pg-client.client-logged.pg-client-insert-devolution .fake-form .fake-form-message.success {
    background-color: #13a264;
    display: block
}

body.pg-client.client-logged.pg-client-insert-devolution .fake-form .fake-form-message.error {
    background-color: #e24a48;
    display: block
}

body.pg-client.client-logged.pg-client-insert-devolution .fake-form .inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body.pg-client.client-logged.pg-client-insert-devolution .fake-form .inputs .input-wrapper {
    width: 100%
}

body.pg-client.client-logged.pg-client-insert-devolution .fake-form .inputs .input-wrapper-3 {
    width: 31%
}

body.pg-client.client-logged.pg-client-insert-devolution .fake-form .inputs .input-wrapper-4 {
    width: 24%
}

body.pg-client.client-logged.pg-client-insert-devolution .fake-form .inputs label {
    margin-top: 10px;
    color: #13A264;
    font-weight: 500;
    font-size: 16px
}

body.pg-client.client-logged.pg-client-insert-devolution .fake-form .inputs input {
    width: 100%;
    padding: 5px 10px;
    display: block;
    margin: 5px 0 10px 0;
    border: 1px solid #CFCFCF;
    font-size: 18px;
    font-weight: 500;
    color: #314663
}

body.pg-client.client-logged.pg-client-insert-devolution .fake-form .inputs select {
    width: 100%;
    padding: 5px 10px;
    display: block;
    margin: 5px 0 10px 0;
    border: 1px solid #CFCFCF;
    font-size: 18px;
    font-weight: 500;
    color: #314663
}

body.pg-client.client-logged.pg-client-insert-devolution .fake-form .inputs input[readonly] {
    background: #f9f9f9
}

body.pg-client.client-logged.pg-client-insert-devolution .fake-form .inputs select[readonly] {
    background: #f9f9f9
}

body.pg-client.client-logged.pg-client-insert-devolution .fake-form .inputs input.error {
    border-color: #EB403D
}

body.pg-client.client-logged.pg-client-insert-devolution .fake-form .inputs select.error {
    border-color: #EB403D
}

body.pg-client.client-logged.pg-client-insert-devolution .fake-form .btn-solicitation {
    width: 292px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    display: block;
    font-family: GilRoy-light;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #ff8810;
    text-align: center;
    border: 0;
    cursor: pointer;
    margin: 0 auto
}

body.pg-client.client-logged.pg-client-insert-devolution .fake-form .btn-solicitation:hover {
    background: #11945B
}

body.pg-client.client-logged.pg-client-insert-devolution .fake-form .btn-solicitation.loading {
    pointer-events: none
}

body.pg-client.client-logged.pg-client-insert-devolution .fake-form .btn-solicitation.loading::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/loading.svg") no-repeat top center;
    background-size: 100%;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 3px
}

body.pg-client.client-logged.pg-client-insert-devolution form .inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body.pg-client.client-logged.pg-client-insert-devolution form .inputs .input-wrapper, body.pg-client.client-logged.pg-client-insert-devolution form .inputs .textarea-wrapper {
    width: 100%
}

body.pg-client.client-logged.pg-client-insert-devolution form .inputs .input-wrapper-3 {
    width: 31%
}

body.pg-client.client-logged.pg-client-insert-devolution form .inputs .input-wrapper-4 {
    width: 24%
}

body.pg-client.client-logged.pg-client-insert-devolution form .inputs label {
    margin-top: 10px;
    color: #13A264;
    font-weight: 500;
    font-size: 16px
}

body.pg-client.client-logged.pg-client-insert-devolution form .inputs input {
    width: 100%;
    padding: 5px 10px;
    display: block;
    margin: 5px 0 10px 0;
    border: 1px solid #CFCFCF;
    font-size: 18px;
    font-weight: 500;
    color: #314663
}

body.pg-client.client-logged.pg-client-insert-devolution form .inputs textarea {
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    display: block;
    margin: 5px 0 10px 0;
    border: 1px solid #CFCFCF;
    font-size: 18px;
    font-weight: 500;
    color: #314663;
    resize: none
}

body.pg-client.client-logged.pg-client-insert-devolution form .inputs select {
    width: 100%;
    padding: 5px 10px;
    display: block;
    margin: 5px 0 10px 0;
    border: 1px solid #CFCFCF;
    font-size: 18px;
    font-weight: 500;
    color: #314663
}

body.pg-client.client-logged.pg-client-insert-devolution form .inputs input[readonly] {
    background: #f9f9f9
}

body.pg-client.client-logged.pg-client-insert-devolution form .inputs select[readonly] {
    background: #f9f9f9
}

body.pg-client.client-logged.pg-client-insert-devolution form .inputs input.error {
    border-color: #EB403D
}

body.pg-client.client-logged.pg-client-insert-devolution form .inputs select.error {
    border-color: #EB403D
}

body.pg-client.client-logged.pg-client-insert-devolution form .btn-solicitation {
    width: 292px;
    height: 46px;
    line-height: 46px;
    margin: 0 auto;
    display: block;
    font-family: GilRoy-light;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #13A264;
    text-align: center;
    border: 0;
    cursor: pointer;
    margin: 0 auto
}

body.pg-client.client-logged.pg-client-insert-devolution form .btn-solicitation:hover {
    background: #11945B
}

body.pg-client.client-logged.pg-client-insert-devolution form .btn-solicitation.loading {
    pointer-events: none
}

body.pg-client.client-logged.pg-client-insert-devolution form .btn-solicitation.loading::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/loading.svg") no-repeat top center;
    background-size: 100%;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 3px
}

body.pg-client.client-logged.pg-client-insert-devolution .new-item {
    width: 100%;
    height: 45px;
    margin-top: 45px;
    border-bottom: 1px solid #13A264;
    position: relative;
    cursor: pointer
}

body.pg-client.client-logged.pg-client-insert-devolution .new-item p {
    font-family: GilRoy-light;
    font-size: 18px;
    line-height: 45px;
    text-transform: uppercase;
    color: #13A264;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

body.pg-client.client-logged.pg-client-insert-devolution .new-item p::after {
    content: url("../images/add-button.svg");
    width: 24px;
    height: 35px;
    display: inline-block;
    margin-left: 20px
}

body.pg-client.client-logged.pg-client-insert-devolution .new-item::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 11px 0 11px;
    border-color: #13a264 transparent transparent transparent;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto
}

body.pg-client.client-logged.pg-client-insert-devolution .new-item.loading {
    cursor: wait
}

body.pg-client.client-logged.pg-client-insert-devolution .new-item.loading::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../images/loading-green.svg") no-repeat top center;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 20px
}

body.pg-client.client-logged.pg-client-insert-devolution .new-item.loading p {
    opacity: .6
}

body.pg-client.client-logged.pg-client-insert-devolution .form-new-item-message {
    margin-top: 20px;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    display: none
}

body.pg-client.client-logged.pg-client-insert-devolution .form-new-item-message.success {
    background-color: #13a264;
    display: block
}

body.pg-client.client-logged.pg-client-insert-devolution .form-new-item-message.error {
    background-color: #e24a48;
    display: block
}

body.pg-client.client-logged.pg-client-insert-devolution .form-new-item {
    margin-top: 25px;
    display: none
}

body.pg-client.client-logged.pg-client-insert-devolution .form-new-item .inputs button {
    cursor: pointer;
    margin-top: 27px
}

body.pg-client.client-logged.pg-client-insert-devolution .form-new-item .inputs button.btn-new-item {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #314663;
    font-family: GilRoy-light;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border: 0
}

body.pg-client.client-logged.pg-client-insert-devolution .form-new-item .inputs button.btn-new-item:hover {
    background: #2c3f59
}

body.pg-client.client-logged.pg-client-insert-devolution .form-new-item .inputs button.btn-new-item::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: -3px
}

body.pg-client.client-logged.pg-client-insert-devolution .form-new-item .inputs button.btn-new-item.loading {
    pointer-events: none
}

body.pg-client.client-logged.pg-client-insert-devolution .form-new-item .inputs button.btn-new-item.loading::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/loading.svg) no-repeat top center;
    background-size: 100%;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 3px
}

body.pg-client.client-logged.pg-client-insert-devolution .form-new-item .inputs button.btn-cancel {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: transparent;
    border: 0;
    font-size: 18px;
    font-family: GilRoy-light;
    color: #758588;
    text-decoration: underline
}

/*body.pg-client.client-logged.pg-client-insert-devolution .quotation-table {
margin-top: 45px !important;
width: 100%;
font-size: 15px;
}*/

    .quotation-table {
        border-collapse: collapse !important;
    }

    .quotation-table th {
        border-bottom: none !important;
    }

    .dquotation-table th, .quotation-table td {
        border: none !important;
        text-align: left !important;
        vertical-align: middle !important;
    }

    .quotation-table th.sorting:after,
    .quotation-table th.sorting_asc:after,
    .quotation-table th.sorting_desc:after {
        content: "" !important;
    }

    .quotation-table th, .quotation-table td {
        border: none !important;
    }

    .quotation-table th.sorting {
        background: none !important;
    }

    .quotation-table thead tr {
        border-bottom: none !important;
    }

    .quotation-finished-table {
        border-collapse: collapse !important;
    }

    .quotation-finished-table th {
        border-bottom: none !important;
    }

    .dquotation-table th, .quotation-finished-table td {
        border: none !important;
        text-align: left !important;
        vertical-align: middle !important;
    }

    .quotation-finished-table th.sorting:after,
    .quotation-finished-table th.sorting_asc:after,
    .quotation-finished-table th.sorting_desc:after {
        content: "" !important;
    }

    .quotation-finished-table th, .quotation-finished-table td {
        border: none !important;
    }

    .quotation-finished-table th.sorting {
        background: none !important;
    }

    .quotationtable thead tr {
        border-bottom: none !important;
    }

    body.pg-client table {
        font-size: 15px;
    }

    /*body.pg-client.client-logged.pg-client-insert-devolution .quotation-table thead th {
    text-align: center
    }
     */
    .default-table {
        color: #314663
    }

    .default-table th {
        font-family: GilRoy-light;
        font-size: 16px
    }

    .default-table tbody tr:nth-child(even) {
        background-color: #F5F5F5
    }

    .default-table .icon-remove {
        content: url(../images/remover-icon.svg);
        cursor: pointer;
        padding: 3px 15px
    }

    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
        padding-top: 1.50em
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        border: none !important;
        background: none !important;
        padding: 0 7px !important;
        color: #314663 !important;
        font-weight: bold
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: #1c2939 !important
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        font-size: 22px;
        color: #13a264 !important
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        content: url(../images/seta-esq.svg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        padding-top: 6px !important;
        margin: -9px 0px -9px 10px;
    }

    body.pg-client .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
        margin: -9px -9px -9px;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
        content: url(../images/seta-esq.svg);
        margin: -9px 0
    }

    #produto-detalhe .quotation-form {
    }

    #produto-detalhe .quotation-form .qtd-field {
    }

    #produto-detalhe .quotation-form .qtd-field input[name='amount'] {
        width: 60px;
        font-family: GilRoy-light;
        font-size: 26px;
        font-weight: bold;
        color: #778689;
        border: 0;
        text-align: center
    }

    #produto-detalhe .quotation-form .qtd-field .change-qtd {
        width: 35px;
        height: 35px;
        line-height: 25px;
        border-radius: 50%;
        background: transparent;
        color: #354462 !important;
        font-family: monospace;
        font-weight: bold;
        font-size: 26px;
        text-align: center;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding: 7px 10px;
    }

    #produto-detalhe #quotation-form .qtd-field .change-qtd:hover {
        background-color: #687477;
    }

    #produto-detalhe .quotation-form button.submit {
        border: 0;
        background: #21324A;
        border-radius: 5px;
        color: #fff;
        /*text-transform: uppercase;*/
        text-decoration: none;
        padding: 5px 18px;
        font-family: GilRoy-light;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        cursor: pointer;
        margin-bottom: 10px;
    }

    #produto-detalhe #quotation-form button.submit img {
        float: left;
        margin-right: 10px
    }

    #produto-detalhe #quotation-form button.submit:hover {
        background: #12945c
    }

    #listagem-grid .listagem-ul li:hover .quotation-form button.submit {
        display: block
    }

    #listagem-grid .quotation-form {
        display: none;
    }

    #listagem-grid .quotation-form .btn-ver-mais {
        width: 100px;
        margin: 0px auto -10px;
    }

    #listagem-grid .quotation-form .qtd-field {
        width: 100%;
        height: 33px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 10px 0px;
    }

    #listagem-grid .quotation-form .qtd-field input[name='amount'] {
        width: 35px;
        font-family: GilRoy-light;
        font-size: 26px;
        font-weight: bold;
        color: #778689;
        border: 0;
        text-align: center
    }

    #listagem-grid .quotation-form .qtd-field .change-qtd {
        width: 25px;
        height: 25px;
        line-height: 23px;
        border-radius: 50%;
        background: #354462;
        color: #fff;
        font-family: monospace;
        font-weight: bold;
        font-size: 26px;
        text-align: center;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    #listagem-grid .quotation-form .qtd-field .change-qtd:hover {
        background-color: #687477
    }

    #listagem-grid .quotation-form button.submit {
        width: 202px;
        height: 57px;
        border: 0;
        background: #13A264;
        color: #fff;
        text-transform: uppercase;
        padding: 12px 18px;
        margin: 10px auto 0 auto;
        font-family: GilRoy-light;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        cursor: pointer;
        display: none
    }

    #listagem-grid .quotation-form button.submit img {
        width: 34px;
        height: 33px;
        float: left;
        margin-right: 10px
    }

    #listagem-grid .quotation-form button.submit:hover {
        background: #12945c
    }

    .quotation-detail {
        margin-bottom: 30px
    }

    .quotation-detail .client-data {
        margin: 0 auto 40px auto;
        width: 90%;
        max-width: 460px;
        border: 1px solid #ccc
    }

    .quotation-detail .client-data tbody tr td {
        font-family: "GilRoy-light", sans-serif;
        padding: 10px
    }

    .quotation-detail .client-data tbody tr:nth-child(even) {
        background: #f7f7f7
    }

    .quotation-detail .products-data {
        width: 90%;
        margin: 30px auto
    }

    .quotation-detail .products-data thead tr th {
        background: #21324a;
        border-color: #475869
    }

    .quotation-detail .btn-group {
        width: 90%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .quotation-detail .btn-group .btn-do-quotation {
        color: white;
        background: #314663;
        line-height: 41px;
        padding: 0 20px;
        border: 0;
        font-size: 16px;
        font-weight: 600;
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: block
    }

    .quotation-detail .btn-group .btn-do-quotation:hover {
        background: #273950
    }

    .quotation-detail .return-message {
        width: 100%;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        margin-top: 20px;
        padding: 5px;
        color: #0090ff;
        display: none
    }

    .modal-login .botao.loading::after {
        content: "";
        width: 20px;
        height: 20px;
        background: url(../images/loading.svg) no-repeat top center;
        background-size: 100%;
        display: inline-block;
        margin-left: 10px
    }

    .pg-treinamento-detail ul.formandos-turmas {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .pg-treinamento-detail ul.formandos-turmas li {
        max-width: 290px;
        margin-bottom: 10px
    }

    @media print {
        .pg-client-quotation .side-menu-client {
            display: none !important
        }

        .pg-client-quotation .btn-default-client {
            display: none !important
        }

        .pg-client-quotation footer {
            display: none !important
        }

        .pg-client-quotation .remove-all-quotation {
            display: none !important
        }

        .pg-client-quotation .dataTables_paginate {
            display: none !important
        }

        .pg-client-quotation .content-client {
            width: 100% !important
        }
    }

    @media (max-width: 1280px) {
        body.client-logged .banner-my-account .banner-content {
            margin-top: 40px;
            margin-bottom: 80px
        }

        .my-account-options .list-options li {
            padding: 0 10px;
            width: 25%;
            height: 210px
        }

        .my-account-options .list-options li span {
            height: 115px
        }

        .my-account-options .list-options li span img {
            margin-top: 20px;
            width: 85px
        }

        .my-account-options .list-options .title-options {
            font-size: 14px
        }
    }

    @media screen and (max-width: 1191px) {
        .my-account-options .list-options .title-options {
            font-size: 12px;
            line-height: 15px;
        }
    }

    @media screen and (max-width: 991px) {
        .my-account-options .list-options .title-options {
            font-size: 10px;
            line-height: 15px;
        }
    }

    @media (max-width: 700px) {


        .my-account-options .list-options {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .my-account-options .list-options ul {
            width: 100%
        }

        .my-account-options .list-options li {
            width: 47%;
            height: 200px;
            margin: 1%;
            padding: 15px 10px
        }

        .my-account-options .list-options .title-options {
            font-size: 17px;
            width: 100%
        }

        body.pg-client.client-logged .content-client {
            width: 100%
        }

        body.pg-client.client-logged .side-menu-client {
            width: 100%
        }

        body.pg-client.client-logged .side-menu-client ul {
            width: 100%
        }

        body.pg-client.client-logged .side-menu-client li {
            width: 100%
        }

        body.pg-client.client-logged .side-menu-client li:not(.active) {
            display: none
        }

        body.pg-client.client-logged .side-menu-client li.active {
            -webkit-clip-path: none;
            clip-path: none;
            background-image: url(../IMAGES/menu-bar-branco.svg);
            background-repeat: no-repeat;
            background-position: 94% center;
            background-size: 18px
        }

        body.pg-client.client-logged .side-menu-client .imgs {
            display: none
        }

        body.pg-client.client-logged .side-menu-client .title-options {
            width: 100%
        }

        .btns-fim-cotacao {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .btns-fim-cotacao button {
            width: 100%
        }

        .dataTables_wrapper {
            width: auto;
            overflow-x: auto;
            white-space: nowrap
        }

        .fullbanner {
            margin-top: 0
        }

        .fullbanner ul.banners {
            padding: 0;
            height: 280px
        }

        .fullbanner ul.banners li {
            height: 280px;
            background-position: center bottom;
            background-size: cover;
            background-repeat: no-repeat
        }

        .fullbanner ul.banners li a {
            display: block;
            with: 100%;
            height: 100%
        }

        /* .fullbanner ul.banners li img {
        display: none;
        width: 100% !important;
        height: 280px !important;
        }*/

    #carouselFullBanner .item img {
        margin-left: 0px !important;
    }

    .fullbanner .slick-dots {
        height: 20px
    }

    #search .icon {
        display: none
    }

    #menu-horizontal ul.level-2 > li:hover a:before {
        opacity: 0 !important
    }

    #menu-horizontal ul.level-2 > li:hover span b:after {
        opacity: 0 !important
    }

    .listagem-pager {
        text-align: center;
        margin-bottom: 24px
    }

    .paginacao a[rel="next"], .paginacao a[rel="prev"] {
        display: inline-block
    }
}

@media print {
    header, .popup-add-quotation, section.container-alt, main.container-alt, .pg-produto #menu-lateral, .pg-produto #mais-produtos, .pg-produto .infos-produto .buttons, .pg-produto .botao-continuar-lendo, .pg-produto .baixar-catalogo, .pg-produto #formulario, .pg-produto footer {
        display: none !important
    }

    .pg-produto {
        padding: 50px
    }

    .pg-produto #produto-detalhe {
        width: 100%
    }

    .pg-produto #produto-detalhe .code {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    #produto-detalhe .infos-produto .description {
        margin: 20px 0
    }
}


.contato-info {
    height: 100px;
    background-repeat: no-repeat;
    background-image: url(../images/fundo-contato-info.png);
    background-size: 100% 500px;
    height: 100%;
}

.contato-info h2 {
    color: #354462;
    font-weight: 700;
    margin: 25px;
    font-size: 30px;
}

@media screen and (max-width:992px) {
    .contato-info-container {
        margin-left: 10px !important;
    }

    .fullbanner ul.banners li img {        
        height: auto;
        object-fit: contain;
    }
}


@media screen and (max-width:768px) {
    #formandos .botao {
        max-width: 450px;
        font-size: 16px;
        position: relative;
    }

    .contato-info h2 {
        margin: 26px;
        font-size: 24px;
        color: #000;
    }

    .contato-info-container {
        margin-left: 0px !important;
    }
}

.contato-info-container p {
    font-family: "GilRoy-Light";
    color: #151515;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
}

.contato-info-container .info-title {
    font-size: 20px;
}

.contato-info-container h2,
.contato-info-container .info-title {
    font-family: "GilRoy-ExtraBold";
}

/*area do cliente */
.area-do-cliente {
    height: 700px;
    /*background-image: url(../images/2022/fundo-area-cliente-v2.png);*/
    background-size: 100% 100%;
}

.area-do-cliente .title-area-cliente-new {
    font-weight: 700;
    font-size: 42px;
    color: #003169;
    text-align: center;
    margin: 0 auto;
    margin-bottom: -40px;
    margin-top: 20px;
    padding: 10px;
    width: 400px;
    background: transparent;
    border-radius: 10px;
}

.area-do-cliente .title-area-cliente {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    width: 400px;
    background: red;
    border-radius: 10px;
}

.area-do-cliente .area-cliente-conteudo {
    padding-top: 70px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .area-do-cliente .title-area-cliente {
        margin-right: 50px;
    }

    .titulo-branco-especial-produtos {
        top: 0px !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .area-do-cliente .title-area-cliente {
        margin-right: 30px;
        font-size: 40px;
    }

    body.pg-client.client-logged .content-client-grey {
        height: 130px;
    }

    body.pg-client.client-logged .content-client-grey-2 {
        height: 90px;
    }

    .area-do-cliente {
        height: 800px;
    }
}

@media screen and (max-width: 767px) {   

    .area-do-cliente .title-area-cliente {
        font-size: 30px;
        width: 100%;
        background-color: #e31a16;
        border-radius: 20px;
        padding: 20px;
        margin-top: 10px;
    }

    .title-area-cliente-container {
        padding-top: 10px;
    }



    .area-do-cliente {
        height: auto;
        background-image: none !important;
        background: transparent;
        display: grid;
    }

    .pg-client.pg-client-invoice .area-do-cliente {
    }

    .pg-client.pg-client-invoice .side-menu-client {
        margin: 0 !important;
    }

    body.pg-client.client-logged .form-invoice .input-invoice input {
        width: 100%;
        font-size: 15px;
        padding: 5px;
    }

    body.pg-client.client-logged .content-client .intro p {
        margin-left: 0px;
    }

    body.pg-client.client-logged .form-invoice {
        margin: 0px !important;
    }
}


/*Todas categorias*/

.todas-categorias h2.titulo-categoria,
.categorias-mais-procuradas h2.titulo-categoria {
    font-weight: 700;
    color: #354462;
    margin-top: -20px;
    font-size: 30px;
    position: absolute;
    text-transform: uppercase;
}

.categorias-mais-procuradas {
}

.titulo-branco-especial {
    background-color: #fff;
    top: 25px;
    position: relative;
    width: 50%;
    padding: 15px;
    font-size: 30px;
    padding-right: 40px;
    font-weight: 700;
    color: #354462;
    text-align: right;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 1px 1px 7px -2px #cccccc;
    -moz-box-shadow: 1px 1px 7px -2px #cccccc;
    box-shadow: 1px 1px 7px -2px #cccccc;
}

.titulo-branco-especial-produtos {
    z-index: 1;
    background-color: #fff;
    top: -15px;
    position: absolute;
    width: 100%;
    padding: 15px;
    font-size: 30px;
    padding-right: 40px;
    font-weight: 700;
    color: #354462;
    text-align: right;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0px 3px 3px 2px #a09fa1;
    -moz-box-shadow: 0px 3px 3px 2px #a09fa1;
    box-shadow: 0px 3px 3px 2px #a09fa1;
}

.categorias-mais-procuradas .categorias-mais-procuradas-conteudo {
    background-color: #354462;
    height: 250px;
    width: 100%;
    overflow-x: overlay;
    overflow-y: hidden;
}

.categorias-mais-procuradas .categorias-mais-procuradas-conteudo .foto {
    border: 4px solid #EB403D;
    background: #fff;
    border-radius: 90px;
    text-align: center;
    width: 160px;
    height: 160px;
    margin-left: 15%;
    padding: 10px;
    padding-left: 20px;
}

.categorias-mais-procuradas .categorias-mais-procuradas-conteudo img {
    width: 115px;
    height: 135px;
    border-radius: 40px;
    object-fit: contain;
}

.categorias-mais-procuradas .categorias-mais-procuradas-conteudo p {
    color: #fff;
    text-align: center;
    padding-top: 5px;
}

.categorias-mais-procuradas .categorias-mais-procuradas-conteudo .container {
    padding-top: 50px;
}



@media screen and (max-width: 768px) {
    body {
        margin-top: -10px !important;
    }

    header.float #menu-horizontal {
        padding: 0px 10px 20px !important;
    }

    header.float #menu-horizontal img {
        margin-left: inherit !important;
    }

    div.logo {
        width: 300px;
        margin: 0 auto;
    }

    div.logo img {
        width: 200px;
        margin: 0 auto;
        padding: 0 15px 0 40px;
    }

    .breadcrumb {
        margin-bottom: 15px !important;
        width: 100% !important;
        background: #FFF;
        margin-top: -25px;
    }

    .titulo-branco-especial {
        width: 85%;
        font-size: 30px;
    }

    .todas-categorias {
        margin-top: -23px;
    }

    .categorias-mais-procuradas .categorias-mais-procuradas-conteudo {
        height: 175px;
    }

    .categorias-mais-procuradas .categorias-mais-procuradas-conteudo .foto {
        width: 100px;
        height: 100px;
        padding-left: 15px;
        padding-top: 15px;
    }

    .todas-categorias .todas-categorias-conteudo .foto {
        width: 120px !important;
        height: 120px !important;
        padding-left: 15px !important;
        padding-top: 5px !important;
        margin: 20px auto 0 !important;
    }

    .categorias-mais-procuradas .categorias-mais-procuradas-conteudo img {
        width: 70px !important;
        height: 70px !important;
        border-radius: 0px !important;
        object-fit: contain !important;
    }

    .todas-categorias .todas-categorias-conteudo img {
        width: 70px !important;
        height: 70px !important;
        border-radius: 0px !important;
        object-fit: contain !important;
        margin-top: 10px;
    }

    .todas-categorias .todas-categorias-conteudo p {
        width: 118px;
    }

    .col-20-percent {
        flex: 0 0 13%;
        width: 20%;
        margin: 0px 0px 20px;
    }

    .todas-categorias h2.titulo-branco-especial,
    .categorias-mais-procuradas h2.titulo-branco-especial {
        width: 100%;
        background-color: #f8f8f8;
        font-size: 30px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        top: 0px !important;
    }

    .todas-categorias .todas-categorias-conteudo {
        background-color: #f8f8f8 !important;
        padding-bottom: 20px !important;
    }

    .todas-categorias .todas-categorias-conteudo .container {
        padding-top: 0px !important;
    }

    .categorias-mais-procuradas .categorias-mais-procuradas-conteudo .container {
        padding-top: 20px !important;
    }

    .todas-categorias h2.titulo-categoria,
    .categorias-mais-procuradas h2.titulo-categoria {
        margin-top: -40px !important;
        margin-left: 10px;
        font-size: 23px;
        text-transform: none;
        font-family: GilRoy-Bold !important;
        color: #314663;
    }

    .categorias-mais-procuradas .categorias-mais-procuradas-conteudo .foto {
    }
}

.todas-categorias .todas-categorias-conteudo {
    background-color: #cccccc;
    width: 100%;
    padding-bottom: 50px;
}

.todas-categorias .todas-categorias-conteudo .foto {
    border: 4px solid #354462;
    background: #fff;
    border-radius: 90px;
    text-align: center;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    padding: 10px;
    padding-left: 20px;
}

.todas-categorias .todas-categorias-conteudo img {
    width: 115px;
    height: 135px;
    border-radius: 40px;
    object-fit: contain;
}

.todas-categorias .todas-categorias-conteudo p {
    color: #354462;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 14px;
}

.todas-categorias .todas-categorias-conteudo .container {
    padding-top: 50px;
}



/*Pagina de detalhes do Produto*/
.detalhe-do-produto {
    background-color: #cccccc;
    /*max-height: 900px;
    height: 600px;*/
    -webkit-box-shadow: 0 3px 6px;
    box-shadow: 0 3px 6px;
}

.li-selecionado {
    text-align: center;
}

.header-02:not(.header-mobile) { 
    @media screen and (max-width: 768px) {
        .header-02 .logo-principal-mobile {
            width: 140px;
            margin-top: -7px;
            margin-left: -10px;
        }

        .header-02 .acesso .icon {
            background-image: url(../images/user-azul.svg);
            background-repeat: no-repeat;
            display: inline-block;
            width: 36px;
            height: 31px;
            background-size: 35px;
        }
        .detalhe-do-produto {
            height: auto;
            background-color: transparent !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            padding: 10px !important;
        }
    }
}



.titulo-rodape {
    font-size: 15px;
    font-size: 18px;
    font-family: 'GilRoy-ExtraBold';
}

.conteudo-rodape {
    font-size: 15px;
    font-family: 'GilRoy-Light';
}





.input-newsletter,
.btn-enviar-newsletter {
    font-family: "GilRoy-Light";
}



.container-customizado {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

.listagem-ul .produto-item-home {
    width: 100% !important;
    margin-left: 0px !important;
}

.produto-item-home {
    width: 95% !important;
    margin-left: 5px;
    position: relative;
}

#importacao-produtos,
#produtos-destaques,
#mais-procurados,
#produtos-sugeridos {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media screen and (min-width: 769px) {
    .pg-royce.float {
        padding-top: 70px;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3 !important;
        order: 2 !important
    }

    .hidden-lg {
        display: block !important;
    }

    .visible-lg {
        display: none !important;
    }

    .container-customizado {
        max-width: 750px !important;
    }

    .d-xl-none {
        display: none !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }
}

@media screen and (min-width: 992px) {
    .container-customizado {
        max-width: 990px !important;
    }

    /*.d-xl-none {
    display: none !important
    }

    .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    }*/
}

@media (min-width: 1200px) {
    .container-customizado {
        max-width: 1100px !important;
    }
}

@media (min-width: 1300px) {
    .container-customizado {
        max-width: 1150px !important;
    }

    .container-customizado-banners {
        max-width: 1136px !important;
    }

    /*body.pg-client.client-logged .area-do-cliente .container {
    max-width: 1175px !important;
    }*/

    .container {
        max-width: 1115px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    /* #informacoes-mercado .container {
    max-width: 1149px !important;
    }*/

    .container-chegou-importacao {
        max-width: 1149px !important;
    }

    .container-novidade {
        max-width: 1132px !important;
        padding-left: 9px !important;
    }
}

@media (min-width: 1400px) {

    .container-customizado {
        max-width: 1150px !important;
    }


    /*#informacoes-mercado .container {
    max-width: 1450px !important;
    }*/

    /*  .container {
    max-width: 1415px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    }*/
}


@media (min-width: 7500px) {

    .container-customizado {
        max-width: 3000px !important;
        margin: 0px auto !important;
    }
}


@media screen and (max-width: 768px) {

    .contato-info {
        background-image: none;
        background: #ccc;
    }

    .container-customizado {
        width: 100% !important;
    }

    #importacao-produtos,
    #produtos-destaques,
    #mais-procurados {
        padding-left: inherit;
        padding-right: inherit;
    }

    .produto-item-home {
        width: 100% !important;
        margin-left: 0px;
    }

    .importacao-produtos-wrapper {
        padding: 15px !important;
    }
}

@media screen and (min-width: 769px) {
    .header-01 .phone b,
    .header-01 .phone small {
        font-size: 11px !important;
    }
}

@media screen and (min-width: 992px) {
    .col-20-percent-auto {
        flex: 0 0 20%;
        width: 20%;
        margin: 0px 0px 20px;
    }

    .header-01 .phone b,
    .header-01 .phone small {
        font-size: 12px !important;
    }
}

@media screen and (min-width: 1230px) {
    .header-01 .phone b,
    .header-01 .phone small {
        font-size: 15px !important;
    }
}



@media screen and (max-width: 7000px) and (min-width: 3388px) {
    .calendario-com-programacao .titulo-branco-especial {
        width: 45% !important;
    }
}

@media screen and (max-width: 3387px) and (min-width: 1600px) {
    .calendario-com-programacao .titulo-branco-especial {
        width: 43% !important;
    }
}


