/* CSS Document */
html{font-size:13px;font-family:"Open Sans", sans-serif;}

.inicio section{padding:25px 0;}
.inicio section:nth-child(2n){margin:0 auto !important;}
.inicio section:nth-child(2n-1){margin:15px auto !important;}

/**
 * Breadcrumb
 */
.breadcrumb{margin: 20px auto;}
.breadcrumb-item::after{content: "Â»";margin-left: 3px;}
.breadcrumb-item:last-child:after{content: none;}

.breadcrumb-item a{color: #1F2024;}
.breadcrumb-item a:hover{color: #7FBFDD;}

/**
 * Header
 */
header#header{background:#fff;height: 106px;box-shadow: 0 0 10px rgba(0,0,0,0.65);}
header#header.scroll{position: fixed;width: 100%;height:60px;z-index: 9;top: 0;}

#header .logo{line-height:106px;}
#header .logo.scroll{line-height:40px;}
#header .logo.scroll img{width: 50%;}

#header-menu{line-height: 106px;margin-left:30px;}
#header-menu.scroll{line-height: 60px;}

.header-menu-item a{font-size:16px;color:#203E6F;border:1px inset transparent;line-height:40px;width:108px;text-align: center;}
.header-menu-item a:hover{border-color: rgba(27,66,106, 0.27);}

/**
* Content
*/
#slider{width:100%;height:675px;background: url(../img/banner.jpg) center no-repeat;border-bottom:105px solid rgb(31,65,105);box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.65);}
#slider .slider-caption{color:white;text-shadow:4px 4px 5px rgba(0,0,0,0.3);font-size:44.31px;font-weight: 600;position: relative;top: 30%;}

.inicio-solucoes-item figure{height:103px;}
.inicio-solucoes-item{margin-right:160px;}
.inicio-solucoes-item:last-child{margin-right:0;}

.inicio-noticias-item{width:695px;height:113px;list-style: none;}
.inicio-noticias-item .descricao{max-width:410px;}

.inicio-noticias-item .image{width:110px;height: 110px;}
.inicio-noticias-item img{max-width:110px;max-height: 110px;}

.inicio-noticias-item .inicio-noticias-titulo{color: white;margin-bottom: 5px;}
.inicio-noticias-item:hover .inicio-noticias-titulo{color: #7FBFDD;/* bluelight */}

.inicio-outras-noticias{margin-left:25px;width: 270px;}

.inicio-outras-noticias-item{margin-bottom:5px;height:54px;}
.inicio-outras-noticias-item:nth-child(2n){margin-bottom: 25px;}

.inicio-outras-noticias-item:hover{color: #7FBFDD;}

.inicio-outras-noticias-item .inicio-outras-noticias-titulo{max-width: 210px;text-align: justify;}
.inicio-outras-noticias-item .inicio-outras-noticias-titulo a{color: white;}
.inicio-outras-noticias-item:hover .inicio-outras-noticias-titulo a{color: #7FBFDD;/* bluelight */}

.inicio-ebooks-item{margin-right:20px;width:150px;}
.inicio-ebooks-item:hover{color: #7FBFDD;}

.inicio-ebooks-item:last-child{margin-right:0;}

.inicio-ebooks-image{width: 150px;height: 180px;margin-bottom: 5px;line-height: 180px;}
.inicio-ebooks-image img{max-width: 150px;max-height: 180px;vertical-align: bottom;}

.inicio-ebooks-item .inicio-ebooks-titulo{height: 36px;}
.inicio-ebooks-item .inicio-ebooks-titulo a{color: white;}
.inicio-ebooks-item:hover .inicio-ebooks-titulo a{color: #7FBFDD;/* bluelight */}

.solucoes-item{margin-bottom: 25px;}
.solucoes-item .image{margin: 0 10px;}
.solucoes-item:nth-child(2n) .image{position: relative;float: right;right:100px;}

#formContato label{color:#AFAFAF;}
#formContato input, #formContato textarea{margin-bottom: 15px;width:430px;background: rgba(0,0,0,0.2);border-color: rgb(31,32,36) !important;box-shadow: 0 0 10px rgba(0,0,0,0.3) inset !important;}
#formContato input{height:42px !important;color:#AFAFAF;}
#formContato textarea{min-height:100px;resize:none;}
#formContato input[type=submit]{box-shadow: none !important;background:rgb(31,65,105);color: #ddd;font-family: Raleway, sans-serif;font-size:22px;width: auto;padding:0 15px;letter-spacing: -1.5px;}

.informacoes-de-contato{color:#AFAFAF;font-size: 14px;}
.informacoes-de-curriculo{color:#FFF;font-size: 13px;}

.scrollToTop{position:fixed;bottom:-2px;right:0;margin-right:20px;width:80px !important;height:40px !important;background: rgb(27,66,106) !important;color: #fff;font-size: 24px;font-family: Raleway, sans-serif;border-bottom-right-radius: 0;border-bottom-left-radius: 0;}

/**
* NOTICIAS
*/
.noticias{margin-top: 15px;}

.noticias-item a{
  padding:10px;
}

.noticias-item{
  width:327px;
  height:100px;

  background: #fff;
  border:1px solid #f3f3f3;
  border-bottom-color:#ddd;
  border-right-color:#ddd;

  margin: 8px;
}

.noticias-item:nth-child(3n+1){margin-left:0;}
.noticias-item:nth-child(3n){margin-right:0;}

.noticias-item .descricao{width: 191px;}

.noticias-item .image{width:110px;height: 110px;}
.noticias-item img{max-width:110px;max-height: 110px;}

.noticias-item .noticias-titulo{color: black;max-height: 57px;overflow: hidden;text-overflow: ellipsis;}
.noticias-item:hover .noticias-titulo{color: #7FBFDD;}

.noticia-titulo{border-bottom: 1px solid #e0e0e0;margin-bottom: 10px;padding-bottom:8px;}
.noticia-descricao{max-width:800px;margin-top:15px;}
.noticia-descricao p{margin-bottom: 16px;}

/**
* E-BOOKS
*/
#formLogin label{color:#1F2024;}
#formLogin input{margin-bottom: 15px;width:330px;background: rgba(255,255,255,0.2);border-color: rgb(31,32,36) !important;box-shadow: 0 0 10px rgba(0,0,0,0.3) inset !important;}
#formLogin input{height:42px !important;color:#1F2024;}
#formLogin input[type=submit]{box-shadow: none !important;background:rgb(31,65,105);color: #ddd;font-family: Raleway, sans-serif;font-size:22px;width: auto;padding:0 15px;letter-spacing: -1.5px;}

.ebooks-item{
  width:160px;

  background: #fff;
  border:1px solid #f3f3f3;
  border-bottom-color:#ddd;
  border-right-color:#ddd;

  margin: 8px;
  padding: 5px;
}

.ebooks-item:nth-child(5n+1){margin-left:0;}
.ebooks-item:nth-child(5n){margin-right:0;}

.ebooks-item:hover{color: #7FBFDD;}

.ebooks-item:last-child{margin-right:0;}

.ebooks-image{width: 150px;height: 180px;margin-bottom: 5px;line-height: 180px;}
.ebooks-image img{max-width: 150px;max-height: 180px;vertical-align: bottom;}

.ebooks-item .ebooks-titulo{height: 64px;overflow: hidden;}

.ebooks-item .ebooks-titulo a{color: #1F2024;}
.ebooks-item:hover .ebooks-titulo a{color: #7FBFDD;/* bluelight */}

/**
* Footer -
*/
footer{background: #fff;}

/**/
.opensans{font-family: "Open Sans", sans-serif;}
.raleway{font-family: Raleway, sans-serif;}

.blue{color: rgb(27,66,106);}
.blue2{color: rgb(31,65,105);}

.blue-light{color: #7FBFDD;}
.black{color:#1F2024;}
.gray{color:#555555;}
.gray-light{color:#A5A5A5;}
.red{color:#C5545F}
.white{color:white;}

.box{width:100%;padding:25px 0;}
.box.black{background:#1F2024;color:#fff;}
.box.blue{background:#7FBFDD;color:#fff;}
.box.red{background:#772626;color:#fff;}/*8B2D2D*/

.button{background: rgb(27,66,106);color:#fff;border-radius:1px;}
.button:hover{background: rgba(27,66,106, 0.75);}

/* Tabela Atendimento */
.title td {background-color: #1F2024; color: #FFF;}
.tab-atend{width:100%; 
  border-left: 1px solid #545454; 
  border-bottom: 1px solid #545454;
  border-right: 1px solid #545454;}
  
  /*tabela atendimento_editar*/
.tab-editar{
  width:50%;
  border-top: 1px solid #545454 ; 
  border-left: 1px solid #545454; 
  border-bottom: 1px solid #545454;
  border-right: 1px solid #545454;}

  /*login atendimento*/
  .fundo{background-color: #fff !important;}

  /*titulos das paginas atendimentos*/
  .titulo{color: ##555555;}

  /*teste layout*/
  .teste {margin-left: 10px;
  }

 
.link-ate{
   color: #000 !important;
   display: block;
 }
  
.tab-atend tr:nth-child(odd){
  background-color: #A9A9A9;
}  

.tab-atend tr:nth-child(even){
  background-color: #FFF;
}  

.tab-atend tr:hover td{
  background-color: #8A6B6B;
 
} 

