@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

.btn-btn-ver-todos{
    cursor: pointer !important; 
    font-family: 'Lato-Light'; 
    font-size: 15px; 
    background-color: #000000; 
    border: none; 
    color: #FFF; 
    border-radius: 0px 0px 2px 2px; 
    width: 180px; 
    height: 40px;
    transition: 0.6s;
}
.btn-btn-ver-todos:hover{
    cursor: pointer !important; 
    font-family: 'Lato-Light'; 
    font-size: 15px; 
    background-color: #fff; 
    border: solid 1px #000000; 
    color: #000000; 
    border-radius: 0px 0px 2px 2px; 
    width: 180px; 
    height: 40px;
    transition: 0.6s;
}

.borda-produto{
    border: solid 1px !important; 
    color: #ced4da; 
    z-index: 999999999999;    
}

.borda-principal-produto{
    display: inline-block; 
    border: solid 1px !important;     
    z-index: 999999999999; 
    color: #ced4da; 
    margin-bottom: 10px;
}

.slick-prod-for .slick-list{
    padding: 0 3px;
}

.slick-prod-nav .slick-list{
    padding: 0 1px;
}

.side-menu-wrapper { /* style menu wrapper */
	background: #FFF;
	padding: 40px 0 0 40px;
	position: fixed; /* Fixed position */
	top: 0;
	right: 0; /* Sidebar initial position. "right" for right positioned menu */
	height: 100%;
	z-index: 2;
	transition: 0.5s; /* CSS transition speed */
	width: 320px;
	font: 20px "Courier New", Courier, monospace;
	box-sizing: border-box;
}
.side-menu-wrapper > ul{ /* css ul list style */
	list-style:none;
	padding:0;
	margin:0;
    overflow-y: auto; /* enable scroll for menu items */
	height:95%;
}
.side-menu-wrapper > ul > li > a { /* links */
    display: block;
    /* border-bottom: 1px solid #131313; */
    padding: 6px 4px 6px 4px;
    color: #000000;
    transition: 0.3s;
	text-decoration: none;
}
.side-menu-wrapper > a.menu-close { /* close button */
    padding: 8px 0 4px 23px;
    color: #000000;
    display: block;
    margin: -30px 0 -10px -20px;
    font-size: 35px;
    font-family: "Lato-Light";
    text-decoration: none;
    margin-bottom: 30px;
}

.menu-overlay { /* overlay */
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}
.estilo-close{
    border-bottom: solid 1px;
    font-family: "Lato-Bold";
    margin-left: 50px;
}
.fonte-submenu{
    font-family: "Lato-Light";
    font-size: 25px;
    line-height: 45px;
}
.fonte-topo-menu{
    font-family: 'Raleway-Bold';
    font-size: 15px;
    color: #fff;
    background-color: #000;
    height: 75px;
}
.side-menu-wrapper > ul > li:hover::after{
    transform: scaleX(1);
}
.side-menu-wrapper > ul > li::after{
    transform: scaleX(0);
    transform-origin: left;
    transition: all 1s ease;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
    width: 100%;
    background-color: #c13d3d;
}
.side-menu-wrapper > ul > li{
    width: 100%;
    position: relative;
}
.pintando-menu > a{
    color: #fff;
}
.pintando-menu > a:hover{
    color: #fff;
}

.fonte-titulo-contato{
    color: #A81B18;
    font-size: 35px;
    font-family: 'Lato-Regular';
    padding-top: 60px;
    padding-bottom: 35px;
}
.estil-contato{
    width: 6px;
    height: 30px;
    background-color: #000;
}
.fonte-botao-contato{
    height: 50px;
    width: 230px;
    background-color: #A81B18;
    color: #FFF;
    font-family: 'Lato-Regular';
    font-size: 13px;
    cursor: pointer;
    border:none;
    transition: 0.6s;
}
.fonte-botao-contato:hover{
   height: 50px;
    width: 230px;
    background-color: #fff;
    color: #A81B18;
    font-family: 'Lato-Regular';
    border: solid 1px !important;
    border-color: #A81B18;
    font-size: 13px;
    cursor: pointer; 
    border:none;
    transition: 0.6s;
}
.contato-cores{
    color: #FFF !important;
}
.contato-cores-sobre{
    color: #a81b18 !important;
    font-size: 18px;
    font-family: 'Lato-Black';
}
.size-x {
    height: 130px;
    width:130px;
}

.circle {
    background: #a81b18;
    color: #fff;
    border-radius: 50%;
    font-size: 2em;
    
    display: -webkit-flex;
     display: -ms-flexbox;
            display: flex;

    -webkit-align-items: center;
      -webkit-box-align: center;
	 -ms-flex-align: center;
	    align-items: center;
    
  justify-content: center;
}
.fonte-titulo-missoes{
    font-family: 'Raleway-ExtraBold';
    margin-top: 18.2px;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-size: 22px;
}
.fonte-conteudo-missoes{
    font-size: 17px;
    font-family: 'Raleway-Light';
}
.botao-noticia-saiba-mais{
    cursor: pointer !important;
    width: 220px;
    height: 40px;
    background-color: #B54D4B;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Raleway-Light';
    font-size: 18px;
    transition: 0.6s;
}
a > div.botao-noticia-saiba-mais:hover{
    cursor: pointer !important;
    width: 220px;
    height: 40px;
    background-color: #fff;
    border: none;
    color: #B54D4B;
    border: solid 1px;
    border-color: #B54D4B;
    text-transform: uppercase;
    font-family: 'Raleway-Light';
    font-size: 18px;
    transition: 0.6s;
}
.fonte-tiulo-lista-noticia{
    color: #000;
    font-family: 'Raleway-ExtraBold';
    font-size: 25px;
}
.fonte-date-noticia{
    color: #000;
    font-family: 'Lato-Bold';
    font-size: 17px;
}
.fonte-conteudo-lista-noticia{
    color: #5f6670;
    font-family: 'Raleway-Light';
}
.botao-produto-mais-detalhes{
    cursor: pointer !important;
    font-family: 'Lato-Light';
    font-size: 15px;
    background-color: #A81B18;
    border: none;
    color: #FFF;
    border-radius: 0px 0px 2px 2px;
    width: 50%;
    height: 40px;
    transition: 0.6s;
}
.botao-produto-mais-detalhes:hover{
    cursor: pointer !important;
    font-family: 'Lato-Light';
    font-size: 15px;
    background-color: #FFF;
    border: solid 1px;
    color: #A81B18;
    border-radius: 0px 0px 2px 2px;
    border-color: #A81B18;
    width: 100%;
    height: 40px;
    transition: 0.6s;
}
.fonte-produto-lista-titulo{
    font-family: 'Raleway-Bold';
    font-size: 19px;
    color: #000000;
    text-align: left;
}
.fonte-produto-lista-conteudo{
    font-family: 'Raleway-Light';
    font-size: 17px;
    color: #000000;
    text-align: left;
}
.especiale:hover button
{
    background-color: #fff;
    border-radius: 2px 2px 2px 2px;
    border: solid 1px;
    width: 100%;
    border-color: #A81B18;
    color: #A81B18;
    border-radius: 0px 0px 2px 2px;
}
.tes{
    font-family: 'Lato-Regular'; 
    font-size: 18px;
    padding: 10px 0px 10px 5px;
    transition: all 0.6s;
}
.tes:hover{
    transition: all 0.6s;
    background-color: #A81B18;
    font-family: 'Lato-Regular'; 
    font-size: 18px; 
    padding: 10px 0px 10px 5px; 
}
.tesativo{
    transition: all 0.6s;
    background-color: #A81B18;
    color: #fff;
    font-family: 'Lato-Bold'; 
    font-size: 18px; 
    padding: 10px 0px 10px 5px; 
}
.categoria-menu-produto{
    color: #000000; 
    text-decoration: none;
}
.categoria-menu-produto:hover{
    text-decoration: none;
    color: #fff;
}
.fonte-titulo-interna-produto{
    font-family: 'Raleway-Bold';
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 25px;
    color: #000;
    line-height: 40px;
}
.botao-solicitar-orcamento{
    cursor: pointer !important;
    font-family: 'Lato-Regular';
    font-size: 15px;
    background-color: #A81B18;
    border: none;
    color: #FFF;
    border-radius: 0px 0px 2px 2px;
    width: 230px;
    height: 30px;
    transition: 0.6s;
}
.botao-solicitar-orcamento:hover{
    cursor: pointer !important;
    font-family: 'Lato-Regular';
    font-size: 15px;
    background-color: #fff;
    border: solid 1px;
    color: #A81B18;
    border-color: #A81B18;
    border-radius: 0px 0px 2px 2px;
    width: 230px;
    height: 30px;
    transition: 0.6s;
}
.fonte-texto-contaudo-produto{
    font-family: 'Raleway-Light';
    font-size: 16px;
    color: #000;
}
.fonte-titulo-interna-noticia{
    font-family: 'Raleway-ExtraBold';
    font-size: 26px;
    margin-bottom: 20px;
    color: #000;
}
.botao-veja-mais-quem-somos{
    font-family: Raleway-Regular;
    cursor: pointer; 
    width: 320px; 
    height: 80px; 
    border: none; 
    background-color: #A81B18; 
    color: #fff !important;
}
.botao-veja-mais-quem-somos:hover{
    font-family: Raleway-Regular;
    cursor: pointer; 
    width: 320px; 
    height: 80px; 
    border: solid 1px; 
    color: #A81B18 !important;
    border-color: #A81B18;
    background-color: #fff;
}

























/********************************* SEPARANDO ***************************************/

.contatoformulario2{
    border-color: #bfbfbf;
    border-radius: 0;
    height: 48px !important;
    margin-bottom: 18px;
}
.contatoformulario{
    border-color: #ced4da;
    border-radius: 0;
    height: 50px !important;
    margin-bottom: 18px;
}

.contatoformulariotextarea{
    border-color: #ced4da;
    border-radius: 0;
    height: 160px !important;
    margin-bottom: 18px;
}

.contmob-contato{
    margin-top: 46px !important;
    position: absolute;
    right: 50px;
}
.troco{
    width: 55px;
    height: 5px;
    background-color: #fff;
}
.fonte-fixo-conteudo-contato{
    font-size: 16px;
    font-family: Ubuntu-Regular;
    color: #fff;
}

.images-cont-logotip{
    width: 32px;
    margin-bottom: 8px;
    margin-right: 8px;
}
.images-cont-logotip2{
    width: 32px;
    margin-right: 8px;
}
.images-cont-logotip3{
    width: 20px;
    margin-right: 19px;
    margin-left: 5px;
    margin-top: 10px;
}
.btnenviarcontato{
    text-align: right;
    padding-right: 0px;
}

.footertamanhoefundo.col-12.col-md-12.col-lg-12.text-justify {
    color: #fff;
}

a.menucores.z.nav-link:hover {
    text-decoration: underline;
}
li.idiomaclass:hover {
    background-color: #ced4da;
    height: 102px;
    color: #fff !important;
    transition: 0.6s;
}
li.idiomaclass {
    background-color: #fff;
    height: 102px;
    color: #fff !important;
    transition: 0.6s;
}
a.menu-item.itemIdioma:hover {
    background-color: #ced4da;
}
.to_show{
  display:none;
}
.to_show2{
  display:none;
}   
.aq_fonte_form{
    font-family: Ubuntu-Regular;
    font-size: 15px;
}
.sub-formulario-form{
    margin-bottom: 5px;
    font-family: Ubuntu-Bold;
    margin-top: 20px;
    font-size: 16px;
}
.fonte-formulario-sub {
    font-size: 16px;
    font-family: Ubuntu-regular;
    color: #0c0c0c;
    margin-bottom: 25px;
    margin-top: 25px;
    line-height: 18px;
    width: 570px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.left-aqui{
    line-height: 30px;
    margin-bottom: 40px;
    margin-top: 60px;
    width: 83%;
    margin-left: 50%;
    transform: translateX(-50%);
}

.dropdown { /* Tamanho do wrapper do dropdown */
    width: 100%;
}

.dropdown a { /* Retira sublinhado das âncoras */
    text-decoration: none;
    color: #000;
    font-family: Raleway-Regular;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dropdown-menu { /* Estiliza o menu dropdown */
    width: 100%;
    font-size: 16px;
    border: 1px solid grey;
    border-radius: 5px;
    display: none;
    z-index: 9999999999999999999999999999999999999999999;
}

.menu-item { /* Estiliza cada item do dropdown */
    display: block;
    width: 100%;
    text-align:left;
    padding: 6px;
}

/* Mágica que você pode estar precisando é o seguinte: */

/**
  * Seleciona o próximo elemento irmão do .dropdown-button, quando damos foco no dropdown.
  * Portanto, o irmão (menu de itens) é visualizado. */
.dropdown-button:focus + .dropdown-menu { 
    display: block;
}

.dropdown-menu:hover { /* Mantém o menu aberto, quando clicamos em algum item*/
    display: block;
}
.pdpd-mob{
    padding-left: 0px; 
    padding-right: 10px;
}

.threedslickarea:hover
{
    -webkit-box-shadow: 4px 4px 6px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 6px -3px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 6px -3px rgba(0,0,0,0.75);
    transform: translateX(-3px);
    transition: all 0.6s;
}

.threedslickarea
{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transition: all 0.6s;
}
.teste1 {
    height: 328px;
    border: solid;
    border-color: #e7e9ee;
    border-width: 0.6px;
    margin-left: 18px;
    margin-right: 18px;
}


.area-representante:not(:hover) path,
.area-representante:not(:hover) polygon,
.area-representante:not(:hover) circle{
    fill:#000 !important;
    transition: 0.6s;
}
.borda-area:hover {
    background-color: #2d2f93;
    cursor: pointer;
    transition: 0.6s;
    color: #fff;
}
.borda-area2:hover {
    background-color: #2d2f93;
    cursor: pointer;
    transition: 0.6s;
    color: #fff;
}
.borda-area2{
    height: 300px;
    transition: 0.6s;
    margin-bottom: 40px;
    color: #000;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
    color: #2d2f93;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-outline-secondary {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: #ffffff;
}
.btn-outline-secondary:hover {
    color: #2d2f93;
    background-color: #ffffff;
    border-color: #ffffff;
}
.radio-segmento{
    color: #5f6670; 
    font-family: Ubuntu-Light; 
    font-size: 16px;
}
.mapa {
    width: 100%;
}
.mapa svg{
    width: 100%;
    height: auto;
}
.mapa svg path:hover{
    fill: #0A007F;
    cursor: pointer;
}
.box-cidades{
    height: 350px;
    margin: 10px auto;
    overflow-y: scroll;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.5);
    padding: 20px;
    margin-bottom: 60px;
}
#svg-map path {
    fill: #bbbbbb;
}

#svg-map text {
    fill: #fff;
    font: 12px Arial-BoldMT, sans-serif;
    cursor: pointer;
}

#svg-map a {
    text-decoration: none;
}

#svg-map a:hover {
    cursor: pointer;
    text-decoration: none;
}

#svg-map a:hover path {
    fill: #2d2f93 !important;
}

#svg-map .circle {
    fill: #ee1921;
}

#svg-map a:hover .circle {
    fill: #2d2f93 !important;
    cursor: pointer;
}
.codigo-interna{
    background-color: #2d2f93;
    font-size: 12px;
    color: #FFF;
    width: 70px;
}
figure.zoom {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}
figure.zoom img:hover {
    opacity: 0;
}
figure.zoom img {
    transition: opacity 0.5s;
    display: block;
    width: 100%;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ee1921;
    border-color: #ee1921;
}
.btn-outline-warning {
    color: #ee1921;
    background-color: transparent;
    background-image: none;
    border-color: #ee1921;
    border-radius: 0px;
    transition: 0.6s;
}
.btn-outline-warning:hover {
    color: #fff;
    background-color: #ee1921;
    border-color: #ee1921;
    border-radius: 0px;
    transition: 0.6s;
}
.botao-enviar-curriculo{
    padding: 0px;
    border: solid 1px;
    border-radius: 0px;
    border-color: #ee1921;
    color: #ee1921;
    font-family: Ubuntu-Bold;
    padding-right: 10px;
}
.botao-enviar-curriculo:hover{
    padding: 0px;
    border: solid 1px;
    border-radius: 0px;
    border-color: #ee1921;
    color: #ee1921;
    font-family: Ubuntu-Bold;
    padding-right: 10px;
}
.modal-notify .modal-header {
    border-radius: 3px 3px 0 0;
}
.modal-notify .modal-content {
    border-radius: 3px;
}
.titulo-desc-trabalhe{
    font-family: Ubuntu-Light;
    font-size: 18px;
    text-align: justify;
    margin-left: 25px;
    margin-right: 25px;
}
.fonte-titulo-vagas{
    font-size: 35px;
    font-family: Ubuntu-Regular;
    color: #002255;
    margin-bottom: 30px;
    margin-top: 30px;
}
.fonte-titulo-trabalhe-conosco{
    font-size: 35px;
    font-family: Ubuntu-Regular;
    color: #002255;
    margin-bottom: 40px;
}
.fonte-conteudo-box{
    font-family: Ubuntu-Light;
}
.botao-vagas{
    background-color: #2d2f93;
    color: #fff;
    border: none;
    border-bottom: solid 3px;
    font-size: 23px;
    height: 50px;
    font-family: Ubuntu-Regular;
}
.collapse.show{
    transition: 0.6s !important;
}
.transMais{
    transition: 0.6s;
    transform: rotate(45deg);
}
.fonte-cat-missoes{
    font-family: Ubuntu-Bold;
    margin-top: 18.2px;
    margin-bottom: 22px;
    font-size: 25px;
}
.fonte-cat2-missoes{
    font-family: Ubuntu-Regular;    
    font-size: 25px;
}

.fonte-contato-quem-somos{
    font-family: Ubuntu-Regular;
    font-size: 32px;
    color: #142032;
    margin-bottom: 40px;
}


.fonte-fixo-contato{
    font-size: 32px;
    font-family: Ubuntu-Medium;
    color: #142032;
}

button.navbar-toggler:focus {
    outline: 0;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0px;
}

.grayscaleparainternadenoticia{
    filter: grayscale(100%);
}

ul.li.nav-item {
    padding: 12px;
}

.opacity-0{
    opacity: 0;
}

.background-full {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all 1s;
}
.background-full-produto {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    transition: all 1s;
}

.grayscaleparainternadenoticia:hover{
    filter: grayscale(0%) !important;
    transition: all 0.6s;
}

.paginacao-busca{
    font-size: 20px;
    color: #133463;
}

.borda-selecionada{
    font-size: 25px;
    background-color: #B54D4B;
    color: #fff;
    padding: 0px 5px;
}

.borda-borda-selecionada{
    margin-bottom: 50px;
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
}

.navegacao {
    text-align: center;
}

.nav-menu>li {
    padding: 0 0 0 30px;
}

.threed:hover
{
    -webkit-box-shadow: 6px 10px 21px -6px rgba(0,1,34,1);
    -moz-box-shadow: 6px 10px 21px -6px rgba(0,1,34,1);
    box-shadow: 6px 10px 21px -6px rgba(0,1,34,1);
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
    transition: all 0.6s;
}

.threed
{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transition: all 0.6s;
}

.threednoticia:hover
{
    /* -webkit-box-shadow: 4px 4px 6px -3px rgba(0,0,0,0.75); */
    -moz-box-shadow: 4px 4px 6px -3px rgba(0,0,0,0.75);
    /* box-shadow: 4px 4px 6px -3px rgba(0,0,0,0.75); */
    transform: translateX(-3px);
    transition: all 0.6s;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2) !important;
}


.threednoticia
{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transition: all 0.6s;
}

.rsMinW .rsBullets {
    right: 50%;
    transform: translateX(50%);
}

.menucores{
    color:#00122A !important;
    padding: 0px !important;
}
.menucoresred{
    color:#ee1921 !important;
    padding: 0px !important;
}

.linkcontinuarlendo{
    margin-left: 26px;
}

.homebordaconteudonoticiaprincipal{
    width: 506px;
    height: 652.03px;
}

.ulnoticia{
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 17px;
}

.linoticia{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 35px;
}

/*definicao do mapa*/
.mamap{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.mapa iframe{
    width: 100%;
    height: 420px;
    margin-bottom: -23px;
}
/* ------------------- */

.hometopicoblog{
    margin-top: 67.09px;
    margin-bottom: 30.94px;
    margin-left: 26px;
    margin-right: 25px;
    word-break: break-all;
}

.homeconteudoblog{
    margin-bottom: 50px;
    margin-left: 26px;
    word-break: break-all;
    width: 455px;
    height: 75px;
    overflow: hidden;
}

.hometopicoblogmini{
    text-align: justify;
    word-break: break-all;
}

.homeconteudoblogmini{
    margin-top: 11px;
    margin-bottom: 88px;
    height: 100px;
    overflow: hidden;
    text-align: justify;
}

::placeholder { /* Firefox, Chrome, Opera */ 
    color: #00122A; 
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #00122A; 
}
::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #00122A; 
}
input[type="text"]::placeholder { /* Firefox, Chrome, Opera */ 
    color: #00122A; 
}
input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #00122A; 
}
input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #00122A; 
}
input[type="email"]::placeholder { /* Firefox, Chrome, Opera */ 
    color: #fff; 
}
input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #fff; 
}
input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #fff; 
}
input[type="tel"]::placeholder { /* Firefox, Chrome, Opera */ 
    color: #00122A; 
}
input[type="tel"]:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #00122A; 
}
input[type="tel"]::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #00122A; 
}
textarea[type="text"]::placeholder { /* Firefox, Chrome, Opera */ 
    color: #00122A; 
}
textarea[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #00122A; 
}
textarea[type="text"]::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #00122A; 
}

/*redes sociais*/
.redessociais{
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
    padding-left: 4px;
}
.redessociais2{
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
    padding-left: 4px;
}

.redessociaismenu.menuredes {
    display: inline-block !important;
    padding: 4px;
}

.redessociais path,
.redessociais polygon,
.redessociais circle{
    transition: all 0.5s;
}
.redessociais2 path,
.redessociais2 polygon,
.redessociais2 circle{
    transition: all 0.5s;
}

.redessociaismenu path,
.redessociaismenu polygon,
.redessociaismenu circle{
    transition: all 0.5s;
}

.redessociais:not(:hover) path,
.redessociais:not(:hover) polygon,
.redessociais:not(:hover) circle{
    fill: #fff !important;
}
.redessociais2:not(:hover) path,
.redessociais2:not(:hover) polygon,
.redessociais2:not(:hover) circle{
    fill: #fff !important;
}
.redessociais svg{
    transition: all 0.6s;
    transform: scale(1);
    height: 28px;
    width: auto;
}
.redessociais svg:hover{
    transform: scale(1.1);
    transition: all 0.3s;
    height: 28px;
    width: auto;
}
.redessociais2 svg{
    transition: all 0.3s;
    transform: scale(1);
    height: 45px;
    width: auto;
}
.redessociais2 svg:hover{
    transform: scale(1.1);
    transition: all 0.3s;
    height: 45px;
    width: auto;
}
.redessociais3 svg{
    transition: all 0.3s;
    transform: scale(1);
    height: 45px;
    width: auto;
}
.redessociais3 svg:hover{
    transform: scale(1.1);
    transition: all 0.3s;
    height: 45px;
    width: auto;
}
.redessociaismenu:not(:hover) path,
.redessociaismenu:not(:hover) polygon,
.redessociaismenu:not(:hover) circle{
    fill:#A8A79B !important;
}
.redessociaismenu svg{
    height: 22px;
    width: auto;
    margin-top: 7px;
}

.topomargemfone{
    margin-right: 10px;
    margin-left: 44px;
}
.topomenu{
    height: 37px;
    background-color: #00122A;
}
.topofontemenu{
    font-size: 12px;
    color: #B8B5A6;
}
.topoelementos{
    float: right;
    margin-right: 0px;
}
.topofone{
    height: 37.12px;
    width: 24.12px;
    margin-left: 33px;
}

.pre-loader {
    opacity: 1; 
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    overflow: hidden;
    background: url('https://www.blogson.com.br/wp-content/uploads/2017/10/loading-2.gif') no-repeat 50% 50% white;
}

.footeroutraredesocial{
    margin-left: -10px;
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 18, 42,0.5); 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 18, 42,1);
}

/**************** ESSE AQUI É DESKTOP ******************/
@media (max-width: 1257px){ 
    .paddin-footer-logo {
        padding-bottom: 30px;
    }
    .perc-left{
        margin-left: 25%;
    }   
    .titulo-sub-trabalhe{
        font-family: Ubuntu-Regular;
        font-size: 32px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .m{
        padding-top: 36px;
    }
    .m2{
        padding-top: 25px;
    }    
    .font-menu-992{
        font-family: Ubuntu-Bold; 
        font-size:10px;
    }
    .margindomenudesk{
        margin-left: 0px;
    }

    .margindomenudesk2{
        margin-left: 50px;
    }
    .menu-padding-lista{
        padding-left: 12px;
        padding-right: 12px;
    }
    .tamanho-foto-logo{
        width: 98px;
        margin-top: 26px !important;
    }
    .menu-bottom li:hover, li.active,
    .menu-bottom li.ativo {
        background-color: #282b96;
        height: 102px;
        color: #fff !important;
        transition: 0.6s;
    }

    .menu-bottom li{
        height: 102px;
        transition: 0.6s;
    }
    .container-ruid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .borda-area{
        height: 300px;
        transition: 0.6s;
        margin-bottom: 40px;
        color: #000;
    }
    .dede-desk{
        margin-top: 50px; margin-bottom: 10px;
    }    
    .tamtelfone{
        font-size: 30px;
    }
}
@media (min-width: 1258px) {
    .tamtelfone{
        font-size: 45px;
    }
    .fo{
        padding-top: 13px;
    }
    .m{
        padding-top: 36px;
    }
    .m2{
        padding-top: 25px;
    }  
    .font-menu-992{
        font-family: Ubuntu-Bold; 
        font-size:13px;
    }
    .buiu{
        padding-right: 18px;
    }
    .dabroi-img2{
        width: 80px; 
        margin-right: 30px;
    }
    .dabroi-img-beffore{
        text-align: right; 
        padding-right: 0px; 
        padding-left: 0px;
    }
    .dabroi-img{
        width: 53px; 
        margin-right: 36px;
    }    
    .dabroi{
        text-align: left; 
        padding-left: 0px; 
        padding-right: 0px; 
        margin-top: 10px;
    }
    .titulo-sub-trabalhe{
        font-family: Ubuntu-Regular;
        font-size: 32px;
        text-align: center;
        margin-left: 100px;
        margin-right: 100px;
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .fonte-conteudo-quem-somos {
        text-align: center;
        margin-left: 200px;
        margin-right: 200px;
        color: #808a98;
        font-family: Ubuntu-Light;
        font-size: 16px;
        margin-bottom: 40px;
    }
    .perc-left{
        margin-left: 25%;
    }
    .pp-det-noticia{
        margin-bottom: 15px;
    }
    .container-ruid{
        width: 100%;
        padding-right: 95px;
        padding-left: 95px;
        margin-right: auto;
        margin-left: auto;
    }
    .borda-area{
        height: 300px;
        transition: 0.6s;
        border-right: solid 1px;
        margin-bottom: 40px;
        color: #000;
    }
    .collapse.show{
        transition: 0.6s !important;
        overflow-y: auto;
    }
    a.menucores.dropdown-item {
        background-color: #ebebeb;
        padding: 14px 12px 14px 12px !important;
        font-size: 15px;
    }

    a.menucores.dropdown-item:hover {
        background-color: #a6a6a6 !important;
    }

    .margem_slick_area{
        margin-top: 88px;
        margin-bottom: 45px;
        display: inline-flex;
    }

    .footermargemcontato{
        margin-bottom: 20px; 
        margin-top: 35px;
        margin-left: 90px;
    }

    .footerservicos{
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .footermargemservico{
        margin-bottom: 20px; 
        margin-top: 13px;
    }

    .footermargembyte{
        margin-top: 60px;
    }

    .margindomenudesk{
        margin-left: 0px;
    }

    .margindomenudesk2{
        margin-left: 50px;
    }

    .footerredesocialimg{
        height: 39.17px;
        width: 49.85px;
        margin-top: 14px;
        margin-left: -10px;
        margin-right: 5px;
    }

    .imagemslickblog{
        background-repeat: no-repeat !important; 
        background-position: top; 
        background-size: 506px !important;
        position: relative; 
    }

    .imaglogotamanho{
        margin-left: 38px;
    }

    .alturamenu{
        height: 103px;
    }

    .esseehmargem{
        margin-bottom: 20px;
        margin-left: 90px;
    }

    .essetbmehmargem{
        margin-left: 90px;
    }

    .margem-sub-slick-area{
        margin-bottom: 88px;
    }

    .contatoespacoentretitulo{
        margin-bottom: 45px;
        margin-top: 188px;
    }

    .contato-margem{
        display: inline-flex;
        margin-top: 50px;
        margin-bottom: 45px;
    }

    .contatoespacoentresubtitulo{
        margin-bottom: 95px;
    }

    .margem-detalhe-servico{
        display: inline-flex;
        margin-top: 50px;
        margin-bottom: 45px;
    }

    .margem-detalhe-servico-sub{
        margin-bottom: 88px;
    }

    .img-detalhe-margem{
        margin-bottom: 90px;
        width: 99.09px;
        height: auto;
    }

    .margem-detalhe-titulo{
        margin-bottom: 32.74px;
    }

    .margem-area-detalhe{
        display: inline-flex;
        margin-top: 50px;
        margin-bottom: 45px;
    }

    .margem-area-detalhe-sub{
        margin-bottom: 88px;
    }

    .img-margem-blog{
        margin-bottom: 42px;
        margin-top: 84px;
        padding: 0px;
    }

    .margem-blog-subsub{
        display: inline-flex;
        margin-top: 50px;
        margin-bottom: 45px;
    }

    .menu-bottom li:hover, li.active,
    .menu-bottom li.ativo {
        background-color: #282b96;
        height: 102px;
        color: #fff !important;
        transition: 0.6s;
    }

    .menu-bottom li{
        height: 102px;
        transition: 0.6s;
    }

    .menu-padding-lista{
        padding-left: 12px;
        padding-right: 12px;
    }

    .paddin-footer-logo{
        padding-bottom: 30px;
    }

    .noticia-altura-lista{
        height: 349px !important;
    }
    .tamanho-foto-logo{
        width: 100px;
    }
    .esquerda-footer{
        text-align: left !important;
    }
    .dede-desk{
        margin-top: 50px; margin-bottom: 10px;
    }
    .bakprod{
        background-color: #f4f4f4;
    }
}
/********************ESSE AQUI É MOBILE***********************/
@media (max-width: 991px) {
    .botao-produto-mais-detalhes{
        cursor: pointer !important;
        font-family: 'Lato-Light';
        font-size: 15px;
        background-color: #A81B18;
        border: none;
        color: #FFF;
        border-radius: 0px 0px 2px 2px;
        width: 100%;
        height: 40px;
        transition: 0.6s;
    }    
    .bakpad{
        padding-right: 0px;
    }
    .menuzin991{
        position: fixed;
        right: 25px;
        top: 14px;
    }

    .tamtelfone{
        font-size: 30px;
    }
    .modal-footer.justify-content-center {
        padding-bottom: 50px;
    }
    div#menu.collapse.show {
        height: calc(100vh - 150px)!important;
    }
    .perc-left{
        margin-left: 0%;
    }  
    .m{
        padding-top: 17px;
    }
    .m2{
        padding-top: 10px;
    }  
    .menu-bottom li:hover, li.active,
    .menu-bottom li.ativo {
        background-color: #282b96;
        height: 50px;
        color: #fff !important;
        transition: 0.6s;
    }

    .menu-bottom li{
        height: 50px;
        transition: 0.6s;
    }
    .fonte-formulario-sub {
        font-size: 16px;
        font-family: Ubuntu-regular;
        color: #0c0c0c;
        margin-bottom: 25px;
        margin-top: 25px;
        line-height: 18px;
        width: 315px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .newssletter{
        padding: 0px !important; 
    }
    .pdpd-mob{
        padding-left: 0px; 
        padding-right: 0px;
        margin-bottom: 40px;
    }
    .buiu{
        padding-right: 0px;
    }
    .dabroi-img2{
        width: 60px;
        margin-right: 14px;        
    }
    .dabroi-img-beffore{
        text-align: center; 
        padding-right: 0px; 
        padding-left: 0px;
    }
    .dabroi-img{
        width: 43px;        
    }
    .dabroi{
        text-align: center; 
        padding-left: 0px; 
        padding-right: 0px; 
        margin-top: 10px;
    }
    .titulo-sub-trabalhe{
        font-family: Ubuntu-Regular;
        font-size: 32px;
        text-align: center;        
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .fonte-conteudo-quem-somos {
        text-align: center;
        color: #808a98;
        font-family: Ubuntu-Light;
        font-size: 16px;
        margin-left: 0px;
        margin-bottom: 40px;
        margin-right: 0px;
    }
    .conce-sobre{
        margin-top: 50px;
        margin-bottom: -40px;
    }
    .pp-det-noticia{
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .fofon{
        padding: 0px;
    }
    .container-ruid {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    .elementos-footer{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .paddin-footer-logo{
        padding-bottom: 60px;
    }
    .certerer{
        text-align: center !important;
    }
    .esquerda-footer{
        text-align: center !important;
    }
    .borda-area{
        height: 300px;
        transition: 0.6s;     
        margin-bottom: 40px;
        color: #000;
    }
    .collapse.show{
        transition: 0.6s !important;
        overflow-y: auto;
    }
    .tamanho-foto-logo{
        width: 200px;
    }
}
@media (max-width: 768px) {

}
@media (max-width: 321){

}

@media (max-width: 575px) {
    .imagenzin575{
        margin-top: 0px !important;
        width: 370px;
    }
}
@media (max-width: 500px) {
    .imagenzin575{
        margin-top: 0px !important;
        width: 300px;
    }
}
@media (max-width: 420px) {
    .imagenzin575{
        margin-top: 0px !important;
        width: 250px;
    }
}
@media (max-width: 370px) {
    .imagenzin575{
        margin-top: 0px!important;
        width: 220px !important;
    }
}


#menuCategoria.fixa{
    top: 100%!important;
    transform: translateY(-100%);
}
