/*
Theme Name: Damous
Theme URI: http://www.damousltda.com.br
Author: Bruno Cavalcante
Author URI: http://www.brunocavalcante.com.br/
Description: Tema Wordpress para o site da Empresa
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham-bold-webfont.eot');
    src: url('fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('fonts/gotham-bold-webfont.woff') format('woff'),
         url('fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham-book-webfont.eot');
    src: url('fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-book-webfont.woff2') format('woff2'),
         url('fonts/gotham-book-webfont.woff') format('woff'),
         url('fonts/gotham-book-webfont.ttf') format('truetype'),
         url('fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gotham-medium-webfont.eot');
    src: url('fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('fonts/gotham-medium-webfont.woff') format('woff'),
         url('fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('fonts/gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

* {
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  background: #333;
  font-family: "Gotham", "Helvetica", "Helvetica Neue","Arial",sans-serif;
  color: #444;
}

a, a:active {
  color: #eb6626;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
  border-color: #eb6626;
}

#navbar {
  background: #333;
}
#navbar-toggler {
  display: block;
}
#navbar-brand {
  background: url(img/logo.png) no-repeat 0 0;
  background-size: 100%;
  width: 85px;
  height: 20px;
  display: block;
  text-indent: -9999px;
  margin: 15px 0 0 15px;
}
.navbar-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navbar-nav > li {
  margin: 0;
}
.navbar-nav > li, .navbar-nav > li > a {
  display: block;
}
.navbar-nav > li > a {
  color: white;
  padding: 11px 15px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #111;
  font-size: 15px;
  text-transform: uppercase;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a:active {
  background: #444;
}
#navbar .container {
  padding: 0;
}

#content {
  background: white;
}

#footer {
  color: #606c76;
  padding: 25px 0;
}
#footer p {
  text-align: center;
  margin-bottom: 0;
  font-size: 0.8em;
}
#footer a {
  color: #606c76;
  text-decoration: underline;
}
#footer a:hover {
  color: #606c76;
  text-decoration: none;
}
#logo-footer {
  position: relative;
  padding: 16px 0;
  margin-top: 20px;
}
#logo-footer hr {
  margin: 0;
  border-top-color: #606c76;
}
#logo-footer img {
  position: absolute;
  margin: 0 0 0 -37px;
  left: 50%;
  top: 0;
  z-index: 1;
}

#slide-capa {
  background-color: #222;
  background-image: url(img/home/capa-cataventos-2.jpg);
  background-position: 50% 100%;
}
#slide-capa h2 {
  color: white;
  /*text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);*/
}
#slide-capa p {
  color: #EEE;
}

.slide {
  padding-top: 30px;
  padding-bottom: 30px;
}
.slide ul {
  list-style-type: none;
  text-align: center;
}
.slide p {
  text-align: center;
}

.slide-white h2, .slide-white p, .slide-white li {
  color: white;
}
.slide h2 {
  margin-top: 0;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8em;
  -webkit-font-smoothing: antialiased;
}
.slide *:last-child, .slide ul li:last-child {
  margin-bottom: 0;
}
.slide-b, .slide-d {
  background: whitesmoke;
}
/*.slide-e {
  background: #444;
}
.slide-e h2, .slide-e p, .slide-e li {
  color: white;
}*/

#clientes {
  list-style-type: none;
  margin: 0;
  text-align: center;
}
#clientes li {
  display: inline-block;
  margin-right: 15px;
}
#clientes li {
  width: 97px;
}
#clientes img {
  width: 100%;
}

#servicos {
  background: #222;
  color: #EEE;
}
#servicos h2 {
  margin-bottom: 50px;
}
#servicos h3 {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0;
}
#servicos img {
  width: 128px;
  margin: 0 auto 30px;
  display: block;
}
#servicos p {
  font-size: 13px;
  color: #DDD;
}
#servicos .button {
  background: transparent;
  color: #eb6626;
}

.page.page-template-default #content > .container > *:last-child, 
.error404 #content > .container > *:last-child, 
.page.page-template-projetos #content > .container > *:last-child {
  margin-bottom: 0;
}
.page.page-template-default #content .container, 
.error404 #content .container, 
.page-template-contact #content .container, 
.page.page-template-projetos #content .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page h1, .error404 h1 {
  text-align: center;
  border-bottom: 1px solid #EEE;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8em;
}

.button, button, input[type='button'], input[type='reset'], input[type='submit'] {
  border-color: #eb6626;
  background: #eb6626;
}
.align-center {
  text-align: center;
}

#main-menu {
  background: #222;
  display: none;
}
#main-menu.visible {
  display: block;
  margin-top: 12px;
}
#navbar-toggler {
  float: right;
  background: transparent;
  border: 0;
  font-size: 1.5em;
  font-weight: normal;
  margin-top: 4px;
  margin-bottom: 7px;
  padding-right: 15px;
}
#contact-map {
  margin-bottom: 30px;
}

#contact-map img {
  width: 100%;
  display: block;
  margin: 0;
}
#contact-map address {
  display: block;
  background: #eb6626;
  padding: 16px 20px 17px;
  font-style: normal;
  color: white;
  font-size: 0.8em;
}
.page-template-contact form {
  margin-bottom: 0;
}
.alert {
  background: lightyellow;
  padding-top: 20px;
  padding-bottom: 20px;
}
.alert.alert-success {
  background: antiquewhite;
}
.alert p {
  margin-bottom: 1rem;
  font-size: 15px;
}
.alert p:last-child {
  margin-bottom: 0;
}

/* Projetos */
.page-template-projetos #content ul, .page-template-projetos h2 {
  margin-bottom: 3rem;
  line-height: 1.5;
}
.page-template-projetos h2 {
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 3px solid #eb6626;
  clear: both;
  display: block;
  text-align: center;
  padding-bottom: 1rem;
  margin-top: 4rem;
}
.page-template-projetos h3 {
  font-size: 2.65rem;
}
.page-template-projetos h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 1px solid #EEE;
  padding-bottom: 1rem;
}
/* Larger than mobile screen */
@media (max-width: 40.0rem) {
  #servicos .row .column {
    flex: none;
    max-width: 100%;
    margin-bottom: 30px;
  }
  #servicos .row .column:last-child {
    margin-bottom: 0;
  }
  html #servicos img {
    width: 64px;
  }
  #slide-capa p {
    font-size: 14px;
  }
  html #servicos h2 {
    margin-bottom: 30px;
  }
  html #slide-capa {
    background-size: cover;
  }
}

/* Larger than mobile screen */
@media (min-width: 40.0rem) {
  .home #navbar {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .home .navbar-nav > li > a:hover {
    background: transparent;
    box-shadow: inset 0 -5px #eb6626; 
  }
  
  .navbar-nav > li > a {
    font-size: 14px;
  }
  #navbar .container {
    padding: 0 2rem;
  }
  #navbar-toggler {
    display: none;
  }
  #navbar-brand {
    width: 170px;
    height: 40px;
    float: left;
    margin-top: 24px;
    margin-bottom: 19px;
  }

  .navbar-nav {
    float: right;
    list-style-type: none;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 60px;
    height: 90px;
    border: 0;
  }
  .navbar-nav .active a {
    box-shadow: inset 0 -5px #eb6626;
  }

  #main-menu {
    background: transparent;
    display: block;
  }

  #content {
    background: white;
    min-height: 580px;
  }

  body .slide {
    padding: 60px 0;
    background-repeat: no-repeat ;
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide h2 {
    font-size: 40px;
  }
  #slide-capa .slide-wrapper {
    margin: 160px 0 160px;
  }
  #slide-capa h2 {
    font-size: 60px;
  }

  #slide-lt {
    background-image: url(img/home/linha-de-transmissao.jpg);
  }
  #slide-ee {
    background-image: url(img/home/empreendimentos-energeticos.jpg);
  }
  #clientes li {
    width: auto;
  }

  .page h1, .error404 h1 {
    font-size: 48px;
  }

  #footer-brand {
    display: inline-block;
  }

  .page-template-contact .row {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .page-template-contact .column {
    padding: 0 15px;
  }
  .page-template-contact textarea {
    height: auto;
  }
  #contact-map {
    margin-bottom: 0;
  }
}

/* Larger than tablet screen */
@media (min-width: 80.0rem) {

}

/* Larger than desktop screen */
@media (min-width: 120.0rem) {

}