* {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

h1.carbon{
    font-family: carbon;
    src: url('https://www.clacufrj.org/css/fonts/carbon-bl.ttf');
    color: #FFF;
}
a:hover, a:focus{text-decoration: none;}
a.navbar-brand{
padding: 5px 15px 0px 15px;

}

.btn{
    min-width:177.05px;
    margin-bottom: 5px;
    
}
.navbar-nav{
    margin-right: 17px;

}
section {
    padding-top: 65px;
    padding-bottom: 15px;
    background-color: #fff;
}
.btn-primary a{
    color: white;
    font-weight: 300;
    text-decoration: none;
}
.jumbotron h1, .jumbotron .h1{    font-size: 20px; font-weight: 800; text-align: center; }
.jumbotron h4{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 200;
}
.jumbotron p{
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 200;
}

.container .jumbotron {
     padding-right: 15px;
     padding-left: 15px; 
}
section#contato {
    min-height: 42vh;
}
footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(../imgs/bgslider.png); 
}
img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.navbar-brand {
   font-weight: 700;
   height: 100%;
}  
.navbar-header{
 width: 100%;   
}
.navbar-default{
    background-color: #0085A0;
    /* background-color: #105F7f; */
}
.navbar-default .navbar-nav>li>a {
    color: #FFF;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    
    background-color: #F1F1F1;
}

.divslider {
    padding-top: 15px;
    padding-bottom: 15px;
    background: url(../imgs/bgslider.png);
}
.div_colorida {
    background: url(../imgs/bgslider.png);
}

.servicos_item * {
    text-align: center;
}
.servicos_item h4 {
    margin-top: 30px;  
    font-size: 25px;
}
.servicos_btn_todososservicos {
    margin-top: 25px;   
}
.portfolio_item {
    background: lightblue;   
}
.portfolio_row {
    margin-bottom: 20px;   
}
.portfolio_row:last-child {
    margin-bottom: 0px;   
}
.portfolio_item h4 {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}
.contato textarea {
    height: 170px;   
}
.contato .aviso {
   padding: 15px; 
}  
.section_interna {
    padding-top: 5px;   
}
.form-login {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 10px;
    background: #eee;
}
.form-login input {
    margin-bottom: 10px;   
}
.borderlogin{
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    padding: 0px 0px 0px 18px;
    margin: 2px;
}
.panel {
    margin-bottom: 2px;   
}
.conteudo_painel {
    background: white;   
    border-radius:8px;
    border:1px solid #eee;
    box-shadow: 2px 2px 5px #888;
}
.conteudo_painel_int {
    padding: 12px;   
}
.borderdiv{
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    border: 1px solid #dddddd;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
}
.first-box{
        padding:10px;
        margin-bottom:10px; 
        background:#5f85bf;
        min-height: 160px;
       
        }
.first-box.col-md-3{
        
        height: 235px;
       
        }        
        
        
.first-box:hover {
  background:#85C8C5;
}
.second-box{
    padding:10px;
    margin-bottom: 10px;
    background:#e9aaaa;
    min-height: 160px;
}

.second-box.col-lg-3{
        height: 215px;
}

.second-box.col-md-3{
        height: 235px;
}

.second-box:hover {
  background:#FFC624;
}
.third-box{
    padding:10px;
    margin-bottom: 10px;
    background:#85C8C5;
    min-height: 160px;
}
.third-box.col-lg-3{
        
        height: 235px;
       
        }  



.third-box:hover {
    background:#5f85bf;
}
.fourth-box{
    padding:10px;
    margin-bottom: 10px;
    background:#FFC624;
    min-height: 160px;
}
.fourth-box.col-lg-3{
        
        height: 235px;
       
        }  




.fourth-box:hover {
    background: #e9aaaa;
}
.modal-body p strong{
    font-size: 20px;
    font-weight: bold;
}
.modal-body p {
    font-size: 16px;
    font-weight: 300;
}
#box-text{
    height: 120px;
    min-height: 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color:#fff;
    font-family: 'CabinSketch-regular', cursive;
    margin: 6px auto;
    width: 83%;
    font-size: 24px;
}
.fundoInscricao{
    background:#FFFFFF;
    overflow: hidden;
    padding: 20px;
    margin: 80px 0px 0;
}


.fundoInscricao table tr td{
    padding: 5px;

}
#btnFecharLogin{
     position: absolute;
     top: -3px;
     right: 15px;
     font-size: 21px;
     color: red;
 }
.modal-body table{border: none;width: 100% !important;}
.modal-body table tr td{    padding: 16px;}
/*.open2.open>.dropdown-menu{*/
    /*display: none !important;*/
/*}*/
.noPadding{padding: 0;}
.open2>.dropdown-menu{
    display: block;
}
.dropdown-menu{
    min-width: 200px;
}
.navbar-nav>li>a{
    padding-top: 20px;
    padding-bottom: 19px;
}
/*#box-text{*/
    /*height: 120px;*/
    /*min-height: 100px;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*-webkit-align-items: center;*/
    /*align-items: center;*/
    /*-webkit-justify-content: center;*/
    /*justify-content: center;*/
    /*color:#fff;*/
    /*font-family: 'CabinSketch-regular', cursive;*/
/*}*/
#box-text-table{
    height: 40px;
    min-height: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color:#FFF;
    font-family: 'Londrina Sketch', cursive;
}
#menu-navegacao{
    padding-left: 40px;
}
.grad4{
    min-height: 55px;
    height: 100%;
    width: 100%;
    background: #2cb5e8;
    color: white;
    display: block;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;  
    text-align: center;
  } 
.grad1{
    min-height: 55px;
    height: 100%;
    width: 100%;
    background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #0085A0 75%);
    color: white;
    opacity: 0.95;
    display: block;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;  
    text-align: center;
  }  
  
#box-text-eventos {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color:#fff;
    font-family: 'CabinSketch-regular', cursive;
    margin: 6px auto;
    width: 83%;
    font-size: 18px;

}






.grad2{
    min-height: 154px;
    height: 100%;
    width: 100%;
    background: #fac695; /* Old browsers */
    background: -moz-linear-gradient(top, #fac695 0%, #f5ab66 47%, #ef8d31 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fac695 0%,#f5ab66 47%,#ef8d31 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fac695 0%,#f5ab66 47%,#ef8d31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac695', endColorstr='#ef8d31',GradientType=0 ); /* IE6-9 */
    color: white;
    opacity: 0.95;
    display: block;
    padding: 2px 15px 10px 15px;
    margin-bottom: 10px;  

}