@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700";
html, body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  position: relative;
}


/* RESET
================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: 0 !important;
}
iframe {
  border: none;
  width: 100%;
}
::selection {
  background: #fefac7;
  /* Safari */
  color: #555555;
}
::-moz-selection {
  background: #fefac7;
  /* Firefox */
  color: #555555;
}
strong, b {
  font-weight: 600;
}
input,
button,
select,
textarea, label {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
  margin: 22px 0 22px 0;
}
.badge {
  font-weight: normal;
  margin-left: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #32c5d2;
  padding: 3px 6px;
}
a {
  color: #358a9a;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
a:hover,
a:focus {
  color: #1b5264;
  text-decoration: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #060606;
  font-weight: 700;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}
h1 {
  font-size: 3.2em;
  line-height: 44px;
  margin: 0 0 44px 0;
}
h2 {
  font-size: 2.6em;
  font-weight: 700;
  line-height: 42px;
  margin: 0 0 32px 0;
}
h3 {
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 15px;
}
h4 {
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px 0;
}
h5 {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}
h6 {
  color: #333;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}
/*parahraphs*/
p {
  margin: 0 0 10px;
}
pre:after, pre:before {
  clear: both;
  display: table;
  content: "";
}
.green {
  color: #b5d16c!important;
}
.white {
  color: #fff!important;
}


/* MARGIN & PADDING
================================================== */
.ptb {
  padding-top: 100px;
  padding-bottom: 100px; 
}
.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mr-50 {
  margin-right: 50px; 
}
.pb-30 {
  padding-bottom: 30px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-180 {
  padding-top: 180px;
}
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}


/* BUTTONS
================================================== */
.btn-lg {
  padding: 14px 28px 13px 28px;
  font-size: 13px;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.btn-lg:focus {
  outline: 0;
  color: #fff;
}
.btn-theme-bg {
  border-color: #b5d16c;
  color: #fff;
  background-color: #b5d16c;
  border-radius: 25px;
  text-transform: uppercase;
}
.btn-theme-bg:hover {
  background-color: #7a982e;
  border-color: #7a982e;
  color: #fff;
}


/* MENU
================================================== */
.navbar-default {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0;
  width: 100%;
  min-height: 128px;
  padding: 10px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
  background-color: #f1f2f2;
  clear: both;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #7a982e;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #7a982e;
  background-color: transparent;
}
.navbar-brand {
  font-weight: 700;
  color: #000 !important;
  font-size: 30px;
  line-height: 20px;
  font-style: normal;
  text-transform: uppercase;
  padding: 10px 15px;
  height: 108px;
}
.navbar-nav {
  margin-top: 28px;
}
.navbar-nav > li > a {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.navbar-default .navbar-nav > li > a {
  color: #1b5264;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #7a982e;
}
.navbar-brand img {
  width: 267px;
  height: auto;
}


/* SLIDESHOW
================================================== */
#home  {
  height: 100%;
  padding-top: 128px;
}
#carousel-slider {
  height: 100%;
}
#home .owl-wrapper-outer {
  height: 100%;
}
#home .owl-wrapper {
  background-size: cover!important;
  height: 100%;
}
#carousel-slider .owl-item {
  height: 100%;
}
#carousel-slider .owl-item .item {
  height: 100%;
  background-size: cover!important;
  /*margin-top: 128px;*/
}
#carousel-slider .owl-item:nth-of-type(1) .item {
  background: url(../img/slideshow/aedm-slideshow-01.jpg) no-repeat center center;
}
#carousel-slider .owl-item:nth-of-type(2) .item {
  background: url(../img/slideshow/aedm-slideshow-05.jpg) no-repeat center center;
}
#carousel-slider .owl-item:nth-of-type(3) .item {
  background: url(../img/slideshow/aedm-slideshow-03.jpg) no-repeat center center;
}
#carousel-slider .owl-item:nth-of-type(4) .item {
  background: url(../img/slideshow/aedm-slideshow-04.jpg) no-repeat center center;
}
#carousel-slider .owl-controls {
  bottom: 50px;
  position: inherit;  
}
.owl-theme .owl-controls .owl-page span {
  background: rgba(255,255,255,.5);
}
.owl-theme .owl-controls .owl-page.active span{
  background: #b5d16c;
}
#carousel-slider .item a {
  width: 100%;
  height: 100%;
  display: inline-block;
}


/* HOME
================================================== */
/*#home {
  background: url(../img/aedm-home-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}*/
  #home .parallax-inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
    #home .parallax-inner .parallax-content {
      width: 100%;
      height: 100%;
      display: table-cell;
      vertical-align: middle;
      position: relative;
    }
  #home h1 {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    line-height: 60px;
  }
  #home h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    line-height: 38px;
    margin-bottom: 10px;
  }
  #home p {
    text-transform: uppercase;
    color: #b5d16c;
    text-align: center;
    font-size: 11px;
  }
  #home .col-md-4 {
    padding-top: 180px;
  }
    #home .col-md-4 img {
      margin: 0 auto;
    }


/* COUNTER
================================================== */
#counter {
  background: url(../img/aedm-counter-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
  #counter h3 {
    margin-bottom: 35px;
    margin-top: 40px;
    font-size: 48px;
    font-weight: 400;
    color: #fff;
  }
  #counter i {
    font-size: 100px;
    color: #b5d16c;
  }
  #counter h4 {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
  }


/* AEDM
================================================== */
#aedm {
  background: url(../img/aedm-aedm-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 160px 0 100px;
  /*background-position: top right;*/
}
  #aedm h1 {
    color: #fff;
    font-size: 62px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 5px;
  }
  #aedm h2 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
  }
  #aedm h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 60px;
  }
  #aedm h6 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  #aedm p {
    color: #fff;
    line-height: 22px;
    font-weight: 300;
  }
  #aedm .box {
    border: 2px solid #b5d16c;
    padding: 15px;
  }


/* SERVIÇOS
================================================== */
#servicos {
  background: url(../img/aedm-servicos-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 160px 0 100px;
  /*background-position: top right;*/
}
  #servicos h1 {
    color: #1b5264;
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 50px;
  }
  #servicos h3 {
    color: #1b5264;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 50px;
  }
  #servicos h6 {
    color: #1b5264;
    font-weight: 700;
    text-transform: uppercase;
  }
  #servicos p {
    color: #1b5264;
    line-height: 22px;
    font-weight: 300;
  }
  #servicos .panel-group .panel-heading, #servicos .panel, #servicos .simple-collapse .panel-body, #servicos .panel-group .panel-body {
    background: transparent;
  }
  #servicos .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #1b5264;
    color: #358a9a;
    line-height: 20px;
    padding: 15px 15px 15px 0;
  }
.panel-ico::after {
  content: '\f067';
  color: #358a9a;
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
  top: 8px;
}
.panel-ico.active::after {
  content: '\f068';
  color: #358a9a;
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  margin-bottom: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.panel-default > .panel-heading {
  padding: 7px 12px;
}
.panel-title i {
  margin-right: 10px;
  color: #358a9a;
  font-size: 26px;
  vertical-align: -6px;
}
.panel-group .panel + .panel {
  margin-top: -2px;
}
.panel-group .panel-heading {
  padding: 0 0 8px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel-heading a {
  position: relative;
  display: block;
  padding: 10px 20px 8px 0px;
  font-size: 14px;
  color: #1b5264;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
.panel-ico {
  position: relative;
}
.panel-ico:after {
  content: '\ea0a';
  color: #358a9a;
  display: block;
  font-family: 'icomoon';
  position: absolute;
  right: 15px;
  top: 8px;
}
.panel-ico.active:after {
  content: '\ea0b';
  color: #358a9a;
}


/* DMD
================================================== */
#dmd {
  background: url(../img/aedm-dmd-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 140px 0;
}
  #dmd h2 {
    color: #b5d16c;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #dmd h3 {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 60px;
  }
  #dmd h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 30px;
  }
  #dmd .item p:nth-of-type(1) {
    color: #b5d16c;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
  }
  #dmd .item p:nth-of-type(2) {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
  }
  #dmd .owl-theme .owl-controls {
    margin-top: 30px;
  }

/* ASSOCIADOS
================================================== */
#associados {
  background: url(../img/aedm-associados-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 160px 0 100px;
}
  #associados h1 {
    color: #358a9a;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 40px;
  }
  #associados h2 {
    color: #6c838b;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 60px;
  }
  .lojas #filter {
    margin-bottom: 40px;
  }
  .lojas #filter legend {
      display: none;
  }
  .lojas #filter .field {
      position: relative;
      float: left;
  }
  .lojas #filter .field:last-child {
      margin-right: 0;
  }
  .lojas #filter .field select {
      width: 100%;
      height: 38px;
      padding: 9px;
      margin: 0;
      background: #358a9a;
      color: #fff; 
      text-transform: uppercase;
      border: none;
      outline: none;
      display: inline-block;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer;
      font-weight: 600;
      line-height: 22px;
  }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .lojas #filter .field select {
          padding-right: 18px;
      }
  }
  .lojas #filter .field label {
      position: relative;
      display: block;
  }
  .lojas #filter .field label:after {
      content: '\e901';
      font: 12px "icomoon", monospace;
      color: #fff;
      right: 15px;
      top: 12px;
      padding: 0 0 6px;
      position: absolute;
      pointer-events: none;
  }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .lojas #filter .field label:before {
          display: none;
      }
  }
  #loja-nome {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #aedm-oab {
    margin-bottom: 0;
  }
  #aedm-oab, #aedm-membro {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
  }
  #aedm-membro {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #loja-endereco, #loja-bairro, #aedm-telefone {
    color: #fff;
    margin-bottom: 0;
    line-height: 20px;
  }
  #aedm-telefone {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #aedm-cv {
    font-size: 11px;
    color: #fff;
    line-height: 20px;
  }
  #gmaps {
    width: 100%;
    height: 400px;
}
/* ADESAO */
.adesao p {
  color: #fff;
  font-size: 21px;
  font-weight: 100;
}
.adesao ul {
  list-style: none;
}
  .adesao ul li {
    font-size: 18px;
    font-weight: 500;
    color: #b5d16c;
    padding-bottom: 20px;
  }
.adesao i {
  color: #fff;
  font-size: 30px;
  vertical-align: middle;
}
.ficha h5 {
  font-size: 23px;
  font-weight: 400;
  color: #b5d16c;
  line-height: normal;
}
  .ficha .white {
    font-weight: 300;
    line-height: 34px;
  }
  .ficha .btn-lg {
    font-size: 18px;
    font-weight: 500;
    padding: 13px 45px 13px 45px;
  }
  .ficha p.white {
    font-size: 18px;
    padding-top: 30px;
  }


/* PARCEIROS
================================================== */
#clients-carousel {
  background: url(../img/aedm-parceiros-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 140px 0;
}
  #clients-carousel h2 {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: 400;
  }
#clients-carousel .item {
  text-align: center;
}


/* MODAL
================================================== */
.modal-lg {
  width: 1200px;
}
.modal-header {
  border-bottom: none;
  padding: 0;
}
.modal-header .close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  opacity: 1;
}
.modal-body {
  background: #f6f6f6;
  padding-top: 60px;
}
  .modal-body .row div {
    padding-bottom: 60px;
  }
  .modal-body h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1b5264;
  }
  .modal-body h4 {
    font-size: 14px;
    font-weight: 700;
    color: #1b5264;
    margin-bottom: 0;
  }
  .modal-body p {
    font-size: 14px;
    font-weight: 400;
    color: #1b5264;
  }
.modal-footer {
  border-top: none;
  padding: 0;
  line-height: 0;
}

/* CONTATO
================================================== */
#contato {
  background: url(../img/aedm-contato-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 140px 0 100px;
}
  #contato h1 {
    color: #1b5264;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 400;
  }
.contato-box-info {
  float: left;
}
  #contato h4 {
    color: #1b5264;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 0;
  }
  #contato p {
    color: #358a9a;
    font-size: 24px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 0;
  }
  #contato form {
    clear: both;
    padding-top: 30px;
  }
  #contato .help-block {
    font-size: 11px;
  }
.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.help-block ul li {
  color: red;
}
label span {
  color: red;
  margin-left: 5px;
}
.required span {
  color: red;
}
/*forms*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #358a9a;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  font-weight: 100;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
  border-color: none;
  background: #6c838b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

::-webkit-input-placeholder {
   color: #fff!important;
}
:-moz-placeholder {
   color: #fff!important;
}
::-moz-placeholder {
   color: #fff!important;
}
:-ms-input-placeholder {  
   color: #fff!important;
}


/* NEWS
================================================== */
/*#news {
  margin-top: 128px;
}*/
  #news h1 {
    color: #1b5264;
    font-size: 30px;
  }
.navbar li p {
  color: #1b5264;
}
  #news .col-md-4 img {
    border: 1px solid gray;
  }
  #news .clearfix img {
    width: 50%;
  }
#news-lead {
  background: url(../img/news/aedm-news-lead.jpg) no-repeat center center;
  background-size: cover;
  margin-top: 128px;
  padding: 100px 0;
  height: 268px;
}
  #news-lead h1 {
    color: #b4d265;
    font-size: 40px;
    font-weight: 100;
    margin: 0;
  }
    #news-lead strong {
      color: #fff
    }

/* FOOTER
================================================== */
#footer {
  background: #052c39;
  font-size: 11px;
  padding: 40px 0 0;
  position: relative;
  clear: both;
  color: #fff;
}
  #footer img {
    margin-top: 32px;
  }
  #footer .box-info-footer {
    float: left;
  }
  #footer p {
    margin-top: 36px;
  }
  #footer .menu {
    margin-left: 50px;
  }
  #footer ul {
    margin-left: 70px; 
    list-style: none;
    border-left: 1px solid #fff;
    padding: 0 0 0 10px;
  }
    #footer ul li {
      line-height: 20px;
    }
  #footer a {
    color: #fff;
  }
    #footer a:hover {
      color: #358a9a;
    }
  #footer .list-inline {
    margin-top: 36px;
    margin-left: 80px;
  }
    #footer .list-inline i {
      font-size: 20px;
      vertical-align: -5px;
    }
.footer-copyright {
  background: #052c39;
  border-top: 1px solid #fff;
  padding: 10px 0;
}
.footer-btm {
  font-size: 9px;
}
.dardos {
  position: absolute;
  right: 10px;
  bottom: 16px;
}


/* RESONSIVE
================================================== */
@media (max-width: 480px) {
  .text-xs-center {
    text-align: center;
  }
  .mb-xs-60 {
    margin-bottom: 60px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .mb-xs-20 {
    margin-bottom: 20px;
  }
  .mb-xs-10 {
    margin-bottom: 10px;
  }
  .mt-xs-30 {
    margin-top: 30px!important;
  }
  .mt-xs-0 {
    margin-top: 0!important;
  }
  .mtb-xs-0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
  }
  .hidden-xs {
    display: none;
  }
  .navbar-default {
    min-height: auto;
  }
  .navbar-brand {
    height: auto;
  }
    .navbar-brand img {
      width: 167px;
    }
  #home {
    height: 60%!important;
  }
  #carousel-slider .owl-item:nth-of-type(3) .item {
    background-position: center right;
  }
  #home .col-md-4 {
    padding-top: 140px;
  }
  #home h2 {
    font-size: 25px;
  }
  #home h1 {
    font-size: 45px;
  }
  #aedm h1 {
    font-size: 45px;
    line-height: 60px;
  }
  #aedm h2 {
    font-size: 25px;
  }
  #servicos h1 {
    font-size: 30px;
    line-height: 40px;
  }
  #servicos h3 {
    margin-bottom: 20px;
  }
  #associados h1 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 38px;
  }
  #associados h2 {
    font-size: 20px!important;
    line-height: 25px;
    margin-bottom: 40px;
  }
  #associados select {
    font-size: 16px;
  }
  #clients-carousel h2 {
    font-size: 20px;
  }
  #contato h1 {
    font-size: 30px;
  }
  #gmaps {
    height: 300px;
  }
  #footer .menu, #footer .endereco {
    margin-left: 80px;
  }
  #footer .box-info-footer p:last-child {
    margin-top: 0;
  }
  #aedm, #servicos, #associados, #contato {
    padding: 100px 0 40px;
  }
  .panel-group {
    margin-bottom: 0;
  }
  #dmd, #clients-carousel, #counter {
    padding: 60px 0!important;
  }
}
@media (max-width: 767px) {
  button.navbar-toggle {
    margin-top: 20px;
  }
  .modal-dialog {
    position: relative;
    width: auto!important;
    margin: 10px auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width:991px) and (orientation:landscape) { 
  #home {
    height: 100%!important;
  }
  #carousel-slider .owl-controls {
    bottom: 32px;
  }
}
@media (max-width: 991px) {
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .text-sm-center {
    text-align: center;
  }
  #home {
    height: 50%;
    padding-top: 95px;
  }
  #home, #aedm, #servicos {
    background-attachment: inherit!important;
  }
  #aedm, #servicos {
    background-position: center right!important;
  }
  #dmd, #clients-carousel {
    padding: 100px 0;
  }
  #dmd h2 {
    font-size: 24px;
  }
  #dmd h3 {
    font-size: 18px;
  }
  #associados h2 {
    font-size: 30px;
  }
  .navbar-default {
    min-height: auto;
  }
  .navbar-brand {
    height: auto;
  }
  .navbar-brand img {
    width: 167px;
  }
  .navbar-nav {
    margin-top: 20px;
  }
  .nav > li > a {
    padding: 10px 8px;
  }
  #carousel-slider .owl-controls {
    bottom: 50px;
  }
}
@media (min-width: 992px) {
  #aedm h1 {
    font-size: 50px;
  }
  #aedm h2 {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  #home {
    background-position: center margin-left!important;
    background-attachment: inherit;
  }
  #aedm, #servicos {
    background-position: center center;
    background-attachment: inherit;
  }
  #carousel-slider .owl-item:nth-of-type(1) .item {
    background-position: left center;
  }
  .modal-lg {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  #aedm h1 {
    font-size: 62px;
  }
  #aedm h2 {
    font-size: 30px;
  }
}