/* cmsms stylesheet: Design modified: quarta-feira, 17 de agosto de 2022 15:12:13 */
*{
  font-family: museo, serif;
  font-weight: 300;
  font-style: normal;
}

h1,h2,h3,h4,h5,h6{
  font-family: museo, serif;
  font-weight: 500;
  font-style: normal;
  color: #ee8600;
}

.uk-section-top{
  border-bottom: solid 2px #ee8b0d;
  background: #e4e4e4;
}

header{
  background: rgb(217,218,222);
  background: -moz-linear-gradient(90deg, rgba(217,218,222,1) 0%, rgba(251,251,251,1) 40%, rgba(160,160,160,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(217,218,222,1) 0%, rgba(251,251,251,1) 40%, rgba(160,160,160,1) 100%);
  background: linear-gradient(90deg, rgba(217,218,222,1) 0%, rgba(251,251,251,1) 40%, rgba(160,160,160,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9dade",endColorstr="#a0a0a0",GradientType=1);
}

header .uk-container,
.uk-section-top .uk-container,
.uk-navbar-toggle{padding: 0;}

.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {min-height:initial; font-weight: bold;}

.uk-navbar-nav>li>a{color: #000;}
.uk-navbar-nav>li>a:hover{color: #555;}
.uk-navbar-nav>li.uk-active>a{color: #ee8600;}


.uk-button-orange {
  background-color: #ee8600;
  color: #fff;
  border:1px solid transparent
}

.uk-button-orange:focus,
.uk-button-orange:hover {
  background-color: #f5961b;
  color:#fff;
}

.uk-background-cinza,
.uk-section-cinza{
  background-color: #e6e6e6;
}

#formcontato .uk-input,
#formcontato .uk-select,
#formcontato .uk-textarea{
  border: 2px solid #ee8b0d;
}

footer{
  border-top: solid 15px #ee8b0d;
  background-color: #c8c8c8;
}

@media (max-width: 600px){
  .uk-social{width: 27px;}
  .uk-flags img{width: 30px;}
}
