/*!

    Theme Name: Aguarde
    Author: THD
    Author URI: 
    Description: Tema desenvolvido para o cliente Aguarde.
    Version: 1.0.0
*/
*:focus {
  outline: 0 !important;
}
body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  outline: none;
  background: #171e28;
}
h1 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;

  margin-top: 0;
  margin-bottom: 30px;
}
h4 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
 
}

#menu-toggle {
}
#wrapper {
  padding-right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-right: 100%;
}
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  right: 100%;
  width: 0;
  height: 100%;
  margin-right: -100%;
  overflow-x: hidden;
  background: #fff;
  border-left: solid 1px #343a40;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
  width: 100%;
}
#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-left: -100%;
}
/* Sidebar Styles */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
  padding-right: 17%;
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
  color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
.redes {
  list-style: none;
  padding: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.redes li {
  padding: 1em;
}
.redes li a {
  color: #fff;
	    font-size: 15px;
}
.redes li a:hover {
  text-decoration: none;
}
.redes li a svg {
  margin: 10px auto;
  display: block;
}
@media (min-width: 768px) {
  #wrapper {
    padding-right: 50%;
  }
  .contato {
    padding: 20px;
  }
  #wrapper.toggled {
    padding-right: 0;
  }
  #sidebar-wrapper {
    width: 50%;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }
  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-left: 0;
  }
}
@media (min-width: 100px) {
  #wrapper {
    padding-right: 100%;
  }

  #wrapper.toggled {
    padding-right: 0;
  }
  #sidebar-wrapper {
    width: 100%;
   background: #171e28;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }
  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-left: 0;
  }
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  opacity: 1;
}
.btn.btn-border-white,
a.btn.btn-border-white {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.btn,
a.btn {
  display: inline-block;
  margin: 0 5px;
  padding: 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.3s ease-in-out;
}
.btn.btn-border-white:hover,
.btn.btn-border-white:active,
.btn.btn-border-white:focus,
a.btn.btn-border-white:hover,
a.btn.btn-border-white:active,
a.btn.btn-border-white:focus {
  color: #fff;
  background-color: rgb(146, 105, 61);
  border: 1px solid #92693d;
}
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control,
.form-control {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid;
}
.btn.btn-dark:hover,
a.btn.btn-dark:hover,
.btn.btn-dark:active,
a.btn.btn-dark:active,
.btn.btn-dark:focus,
a.btn.btn-dark:focus {
  color: #fff;
  background-color: #000;
  box-shadow: none;
}
