/*
	DIOGENES JUNIOR
	CONTATO@DIOGENESJUNIOR.COM.BR
	
*/

/*---------------------------------
	RESETS
-----------------------------------*/

html,body{
    height: 100%;
}
body{
	overflow-x: hidden;
  background:#fff;
  font-family: 'Open Sans', sans-serif;
  padding-top: 145px;
}


/*---------------------------------
	IMPORTS E CONSULTAS E MOBILE
	
XS = < 544px
SM = > 544px
MD = > 768px
LG = > 992px
XL = > 1200px

CSS GRID
-----------------------------------*/


.wow {
   visibility: hidden;
}
::selection { background: #007cc3; color: #fff; } ::-moz-selection { background: #007cc3; color: #fff; }

#menuMobile{
    position: fixed;
    display: none;
}

#menuMobile{
    position: fixed;
    display: none;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #007cc3;
    line-height: 2.25em;
    padding: 20px;
    z-index: 9999 !important;
    cursor: pointer;
}
#menuMobile a,#menuMobile span{
    font-family: Arial;
    color:#fff;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
}
#menuMobile h3{
  color: #fff;
  font-weight: bold;
  line-height: 40px;
}
#closeMenuMobile{
  display: none;
}

.barra-navegacao{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-box-shadow: 0px -8px 79px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -8px 79px -9px rgba(0,0,0,0.75);
box-shadow: 0px -8px 79px -9px rgba(0,0,0,0.75);

}

.barra-navegacao a{
    color:#007cc3;
    text-decoration: none;
    font-size: 0.85em;
    font-weight: bold;
}
.barra-navegacao a span{
  font-family: 'Roboto', sans-serif;
  color:#007cc3;
  text-decoration: none;
  font-weight: bold;
}
.barra-navegacao .coluna-barra{
   text-align: center;
   line-height: 1.2em;
}


header{
  position: fixed;
  display: block;
  top:0;
  left: 0;
  width: 100%;
  height: 145px;
  background: #fff;
  padding-bottom: 10px;
  z-index: 7000;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

@media(max-width: 540px){
  header{
    position: absolute !important; 
  }
}

header .logo{
  padding-top: 6px;
  padding-right: 0px;
}

@media(max-width: 540px){

  header .logo{
    text-align: center;
  }
}

header .logo img{
  max-width: 100%;
  height: auto;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

@media(max-width: 540px){

  header .logo img{
    width: 135px !important;
  }

}

header p.redessociais{
  padding-top: 7px;
}

@media(max-width: 540px){

  header p.redessociais{
    display: none !important;
  }

}

header p.redessociais a{
  margin-left: 6px;
  color:#fff;
  text-decoration: none;
  background: #258cb7;
  border-radius: 100px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 4.5px;
  font-size: 1em;
   -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.barra-topo{
  position: relative;
  top:0;
  left: 0;
  width: 100%;
  height: 36px;
  padding-top: 2px;
  background: #000025;
}
.barra-topo p{
  font-family: Times New Roman;
  color:#fff;
  font-size: 1em;
  padding-top: 6px;
}

@media(max-width: 540px){
    .barra-topo {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 60px;
      padding-top: 2px;
      background: #000025;
      
  }
  .barra-topo .text-right{
     text-align: center !important;
  }
}

/*---------------------------------
	MENU DESKTOP
-----------------------------------*/

.menu-desktop{
  text-align: right;
  padding-top: 2px;
}

.menu-desktop a.menu-pai{
  color:#373435;
  text-decoration: none;
  padding: 16px;
  display: inline-block;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  font-family: Times New Roman;
  text-transform: uppercase;
  font-size: 1em;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.menu-desktop a.menu-pai.menu-ativo{
  color: #fff;
  text-decoration: none;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
  background: #004b88;
}

.menu-desktop a.menu-pai:hover,.dropdown.dropdown-inline.open a.menu-pai{
  background: #004b88;
  color: #fff;
  text-decoration: none;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.dropdown-menu{
  line-height: 1em !important;
  padding-bottom: 0px;
  padding-top: 0px;
}

.dropdown-menu.dropdownhover-bottom,.dropdown-menu.dropdownhover-right,.dropdown-menu.dropdownhover-left{
  top:23px;
  background: #0d537d;
  border-radius: 0px;
}

.dropdown-menu.dropdownhover-bottom a,.dropdown-menu.dropdownhover-left a{
  color:#fff;
  font-family: Times New Roman;
  text-decoration: none;
  font-size: 1em;
  text-transform: uppercase;
}

.dropdown-menu > li, .dropdown-menu > li,.dropdown-menu > li.open{
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  margin-top: 0;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.dropdown-menu > li:hover, .dropdown-menu > li:hover,.dropdown-menu > li.open:hover, 
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,.dropdown-menu > li.open > a {
  text-decoration: none;
  color: #fff !important;
  background-color: #258cb7 !important;
  -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.dropdown .dropdown-menu .caret {
  border: 4px solid transparent;
  border-left-color: #efefef !important;
  float: right;
  margin-top: 6px;
}



/*---------------------------------
	SLIDESHOW
-----------------------------------*/
.slideshow{
  position: relative;
  display: block;
  top:0;
  left: 0;
  width: 100%;
  height: 490px;
  background: #666;
}

.slideshow .slide{  
  height: 490px;
}


.slideshow .slide .item{
  height: 490px;
}

@media(max-width: 540px){
  .slideshow{
    height: 400px;
  }
  .slideshow .slide{  
  height: 400px;
}


.slideshow .slide .item{
  height: 400px;
}
  .slideshow .slide .item{
    background-position: left !important;
  }
}

.slideshow .item .container{
  padding-top: 62px;
}

.slideshow .item .container h1{
  font-family: Arial;
  color:#fff;
  letter-spacing: 3px;
}

.slideshow .item .container p{
  font-family: Arial;
  color:#fff;
}

.slideshow .item .container p.link-saiba-mais{
  text-align: right;
}

.slideshow .item .container p.link-saiba-mais a{
  display: block;
  color: #fff;
  text-decoration: none;
  border:2px solid #fff;
  background: #004f8d;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Arial;
  max-width: 150px;
  text-align: center;
  font-size: 0.9em;
  float: right;
}

.caixa-texto-slide{
  padding-right: 70px;
}


.slideshow .carousel-indicators {
  position: absolute;
  bottom: 22px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.slideshow .carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px;
  text-indent: -999px;
  border: 2px solid #ffffff;
  border-radius: 0px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.slideshow .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #004f8d;
}




/*---------------------------------
  ATENDIMENTO WHATSAPP
-----------------------------------*/


#floatWhatsApp{
  position: fixed;
  bottom: 55px;
  right: 25px;
  background: #2db583;
  color:#fff;
  font-family: 'Open Sans', sans-serif;
  width: 145px;
  padding: 10px;
  text-align: center;
  border-radius: 35px;
  z-index: 9999;
  font-weight: 600;
  cursor: pointer;
   -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}
#floatWhatsApp:hover{
  background: #0d537d;
   -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}
#floatWhatsApp a{
  color:#fff;
  text-decoration: none;

}

@media(max-width: 540px){

  #floatWhatsApp{
    display: none;
  }

}


/*---------------------------------
  SUPER CORPO
-----------------------------------*/

.super-corpo{
  position: relative;
  width: 100%;
  height: auto;
  min-height: 620px;
  background: url("../images/fundocorpo.jpg") repeat-y #ccc;
  background-size: 100% auto;
  padding-bottom: 50px;
}

@media(max-width: 540px){

  .super-corpo{
    position: relative;
    width: 100%;
    height: auto;
    min-height: 620px;
    background: url("../images/fundocorpo-mobile.jpg") repeat-y #ccc;
    background-size: 100% auto;
    padding-bottom: 50px;
  }

}

.super-corpo .coluna-um{
  padding-top: 60px;
}
.super-corpo .coluna-um h1{
  font-family: Arial;
  color:#fff;
  letter-spacing: 3px;
}

.super-corpo .coluna-um p{
  font-family: Arial;
  color:#fff;
}

.super-corpo ul li,.listagem-interna-produtos ul li{
  list-style: none;
  padding-bottom: 35px;
  display: block;
}
.super-corpo ul li h2,.listagem-interna-produtos ul li h2{
  font-family: Arial;
  color:#000;
  font-weight: bold;
  font-size: 17px;
}
.caixa-produto{
  position: relative;
  width: 95%;
}

@media(max-width: 540px){

  .super-corpo ul li{
    list-style: none;
    padding-bottom: 35px;
    display: block;
  }
  .super-corpo ul li h2{
    font-family: Arial;
    color:#fff;
    font-weight: bold;
    font-size: 17px;
  }
  .caixa-produto{
    position: relative;
    width: 95%;
  }

}

.caixa-produto .coluna-um-caixa-produto{
  background: #f2f2f2;
  height: 224px;
}

.caixa-produto .coluna-um-caixa-produto a{
   position: absolute;
   display: block;
   color: #fff;
   text-decoration: none;
   border:2px solid #fff;
   background: #004f8d;
   padding-top: 8px;
   padding-bottom: 6px;
   padding-left: 15px;
   padding-right: 15px;
   font-family: Arial;
   max-width: 150px;
   text-align: center;
   font-size: 0.9em;
   left: -18px;
   bottom: 14px;
}


.caixa-produto .coluna-dois-caixa-produto{
   background: #004f8d;
   padding: 12px;
   padding-top: 12px;
   line-height: 1.3em;
   text-align: center;
   color:#fff;
   height: 224px;
    -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

@media(max-width: 540px){
  .caixa-produto .coluna-dois-caixa-produto{
    height: 270px;
  }
}

.caixa-produto .coluna-dois-caixa-produto a{
  color:#fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 2px;
}

.caixa-produto:hover .coluna-dois-caixa-produto{
  background: #f1f1f1;
  padding: 12px;
  line-height: 1.3em;
  padding-top: 12px;
  color: #004f8d;
   -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}
.caixa-produto:hover .coluna-dois-caixa-produto a{
  color: #004f8d;
  text-decoration: none;
}

/*---------------------------------
  NOTÍCIAS
-----------------------------------*/

.news{
  position: relative;
  width: 100%;
  height: auto;
  min-height: 380px;
  background: #eaf4f7;
  padding-top: 20px;
  padding-bottom: 40px;
}


.news .titulo-sessao{
  text-align: center;
  padding-bottom: 20px;
}

.news .titulo-sessao h1{
  font-family: Arial;
  color: #000025;
  font-size: 26px;
  letter-spacing: 7px;
}

.news .titulo-sessao p{
  font-family: Arial;
  color:#6a6969;
  font-size: 
}


.news .noticia h4 a{
  font-family: Arial;
  color:#000025;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.news .noticia h4 small{
  color: #939697;
  font-size: 12px;
  font-weight: bold;
}


.news .noticia .imagem-noticia{
  width: 100%;
  height: 150px;
  margin-bottom: 16px;
  padding-top: 52px;
}

.news .noticia .imagem-noticia a{
  display: block;
  color: #fff;
  text-decoration: none;
  border:2px solid #fff;
  background: #004f8d;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial;
  max-width: 150px;
  text-align: center;
  font-size: 0.9em;
  float: none;
  opacity: 0;
   -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.news .noticia .imagem-noticia:hover a{
  opacity: 1;
   -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}

.news .noticia p{
  text-align: justify;
  font-size: 13px;
  line-height: 16px;
}
.news .noticia p a{
  color:#6a6969;
  text-decoration: none;
}


.resumo-noticia{
  margin-bottom: 35px;
  padding-bottom: 20px;
}
.resumo-noticia img{
  width: 100%;
  height: auto;
}

@media(max-width: 540px){
    .resumo-noticia img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}


.resumo-noticia h4{
  padding-top: 0px;
  margin-top: 0px;
}
/*---------------------------------
  CONTATO
-----------------------------------*/

.contato{
  position: relative;
  width: 100%;
  height: auto;
  min-height: 300px;
  background: url("../images/contato.png") #f2f2f2 no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 65px;
  padding-bottom: 60px;
  border-bottom: 50px solid #00305b;
}


.contato .coluna-um h1{
  font-family: Arial;
  color:#fff;
  letter-spacing: 3px;
}

.contato .coluna-um p{
  font-family: Arial;
  color:#fff;
  font-size: 0.9em;
}


.contato .coluna-dois{
  padding-top: 14px;
}
.contato .coluna-dois p{
  color:#fff;
  font-family: Arial;
  font-weight: bold;
  font-size: 0.9em;
}

.contato .rc-anchor.rc-anchor-normal.rc-anchor-light{
  width: 247px !important;
}

.formulario-de-contato{
  padding-top: 12px;
}

 .form-control,.cotacao .form-control{
  border-radius: 0px;
  border:none;
  outline: none;
  background: rgba(136, 157, 177, 0.75);
  font-family: arial;
  color:#00305b;
  font-weight: bold;
}

 .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#00305b;
  text-transform: uppercase;
  font-weight: bold;
}
 .form-control::-moz-placeholder { /* Firefox 19+ */
  color:#00305b;
  text-transform: uppercase;
  font-weight: bold;
}
 .form-control:-ms-input-placeholder { /* IE 10+ */
  color:#00305b;
  text-transform: uppercase;
  font-weight: bold;
}
 .form-control:-moz-placeholder { /* Firefox 18- */
  color:#00305b;
  text-transform: uppercase;
  font-weight: bold;
}

.cotacao .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#00305b;
  text-transform: uppercase;
  font-weight: bold;
}
.cotacao .form-control::-moz-placeholder { /* Firefox 19+ */
  color:#00305b;
  text-transform: uppercase;
  font-weight: bold;
}
.cotacao .form-control:-ms-input-placeholder { /* IE 10+ */
  color:#00305b;
  text-transform: uppercase;
  font-weight: bold;
}
.cotacao .form-control:-moz-placeholder { /* Firefox 18- */
  color:#00305b;
  text-transform: uppercase;
  font-weight: bold;
}

textarea.form-control{
  height:132px;
}

@media(min-width: 768px){

  .no-padding-left{
    padding-left: 0px;
  }

}


.botao-enviar,.cotacao .botao-enviar{
  background: #3bb6c5;
  color:#fff;
  border-radius: 0px;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 12px;
  padding-bottom: 12px;
}


/*---------------------------------
  PÁGINAS INTERNAS
-----------------------------------*/


.breadcrump-internas{
  position: relative;
  background: #f2f2f2;
  border-top:1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 17px;
  padding-bottom: 24px;
  margin-bottom: 40px;
}

.breadcrump-internas .titulo-pagina-interna h1{
   font-weight: bold;
  color:#004b88;
  font-family: Arial;
  font-size: 22px;
    text-transform: uppercase;
}

.breadcrump-internas .caminho-dos-links{
  text-align: right;
  padding-top: 17px;

}

.breadcrump-internas .caminho-dos-links a{
  font-family: Arial;
}
.breadcrump-internas .caminho-dos-links a,.breadcrump-internas .caminho-dos-links i{
  padding-right: 10px;
  font-size: 0.9em;
  font-weight: bold;
  color:#004b88;
  text-decoration: none;
}

.work-interna{
  padding-bottom: 80px;
}

.work-interna .conteudo{
  min-height: 400px;
  padding-right: 25px;
  border-right: 1px solid #f2f2f2;
}

.work-interna .conteudo p,
.work-interna .conteudo ul,
.work-interna .conteudo ol,
.work-interna .conteudo li,
.work-interna .conteudo bloquote{
  color:#747474;
  line-height: 1.8em;
}

.conteudo h1,
.conteudo h2,
.conteudo h3,
.conteudo h4,
.conteudo h5{
   font-family: Arial;
  font-weight: bold;
  color:#004b88;
  text-transform: uppercase;
}
.conteudo b, .conteudo strong{
  color:#004b88;
}

.conteudo iframe{
  width: 100%;
  height: 200px;
}

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

@media(max-width: 540px){
  .cotacao{
    padding-top: 40px;
  }
}

.cotacao h3{
  font-family: Arial;
  font-weight: bold;
  color:#004b88;
  padding-top: 0px;
  margin-top: 0px;
  font-size: 18px;
}

/*---------------------------------
  RODAPÉ
-----------------------------------*/

footer{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 7px;
  background: url("../images/footer.png") #fff no-repeat;
  background-size: cover;
  font-family: Arial;
  font-size: 0.85em;
}

@media(max-width: 504px){
  footer{
    margin-bottom: 70px;
  }
}

footer img{
    vertical-align: middle;
    width: 180px;
    margin-left: 11px;
    margin-top: -5px;
}


footer p.redessociais{
  padding-top: 0px;
  margin-top: -5px;
}

footer p.redessociais a{
  margin-left: 6px;
  color:#fff;
  text-decoration: none;
  background: #258cb7;
  border-radius: 100px;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  padding-top: 4.5px;
  font-size: 1em;
   -webkit-transition:all 300ms ease;-moz-transition:all 300ms ease;transition:all 300ms ease;
}
