body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #5f0911;
}

hr.light {
  border-color: #fff;
}

a {
  color: #F05F40;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #f05f40;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.fixed-top {
    position: relative !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.mb-3{
  font-size: 18px;

}

.noticia {
  width: 100%;
  padding-bottom: 15px;
}

.mb-0{
  font-size: 15px;
}

.bg-primary {
  background-color: #540a11 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-clean {
  background-color: #f2f2f2 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 5rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

/*----- Whatsapp button -------*/

#whats-fixed {
  position: fixed;
  bottom: 10px;
  right: 0px;
  z-index: 9999;
  border: 0;
  outline: 0;
  opacity: .8;
  color: #ffffff;
  cursor: pointer;
  background: transparent;
  border-radius: 5px 0px 0px 5px;
  padding: 10px 15px;
  /*animation: bounce 3s infinite;*/
  max-width: 70px;
}
/*----- About -------*/

#about img {
  width: 100%;
  max-width: 200px;
  padding: 5px;
  margin-bottom: 10px;
}

/*----- Services -------*/
#services ul {
  list-style: none;
  text-align: left;
  padding: 20px 10px;
  max-width: 100%;
  margin: 30px auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  min-height: 250px;
  width: 90%;
}

#services ul li {
  font-size: 14px;
  padding: 0px 0px 0px 0px;
  line-height: 30px;
  display: flex;
  align-items: center;
  align-content: flex-start;
  justify-content: flex-start;
}

#services ul li::before {
    content: "●";
    color: #949494;
    font-size: 15px;
    padding: 0 5px;
}

#services .services-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    align-content: center;
    justify-content: space-between;
}

#services .services-itens {
  display: flex;
  justify-content: center;
}

#contact .contact-content{
  background: #500a0f;
  padding: 30px 0;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}


#contact p {
      font-weight: 200;
    font-size: 15px;
    color: #fff;
}

#contact a {
      font-weight: 400;
    font-size: 15px;
    color: #fff;
}

.cta-contact-default {
    background-color: #009aff;
}

.cta-contact {
    font-size: 1rem;
    font-weight: 300;
    display: inline-block;
    padding: 14px 24px 12px;
    text-transform: uppercase;
    color: #fff!important;
    border-radius: 6px;
    text-align: center;
    transition: all .25s ease;
    backface-visibility: hidden;
}

.input-common{
  margin-bottom: 10px;
}

.rs1-wrap-input100 {
    width: calc((100% - 30px) / 2);
}
.wrap-input100 {
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 13px;
    padding: 10px 30px 9px 22px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 1rem;
    float: left;
}

.form-control {
    display: block;
    width: 70%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 2.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0 auto;
}

.color-overlay {
  background: #f9f9f9;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  /*background: -moz-linear-gradient(-45deg, rgba(2, 27, 121, 0.75) 0%, rgba(5, 117, 230, 0.75) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(2, 27, 121, 0.75) 0%, rgba(5, 117, 230, 0.75) 100%);
  background: linear-gradient(135deg, rgba(2, 27, 121, 0.75) 0%, rgba(5, 117, 230, 0.75) 100%);*/ }

.color-solid-overlay {
  height: 100%;
  background: #f2f2f2
}

.color-solid-title-overlay {
    height: 100%;
    background: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 40px;
  /*
  background: -moz-linear-gradient(-45deg, #091932 0%, #004378 100%);
  background: -webkit-linear-gradient(-45deg, #091932 0%, #004378 100%);
  background: linear-gradient(135deg, #091932 0%, #004378 100%);
  */
}

.color-solid-overlay-img {
  height: 100%;
  position: relative;
  background: url("../img/intro-bg2.jpg") no-repeat center top;
      background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
        padding: 12em 0 5em 0;
}

.color-solid-overlay-img-2 {
  height: 100%;
  position: relative;
  background: url("../img/intro-bg-qs-2.jpg") no-repeat center top;
      background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.dark-overlay {
  background: rgba(0, 0, 0, 0.8); }

.light-overlay {
  background: rgba(225, 225, 225, 0.2); }

/**
 * 3.23 Contact Form
 */
.contact-form {
  margin-bottom: 80px;
  width: 100%;
}

  .contact-form label.error {
    margin-top: 10px;
    width: 100%;
  }

.contact-info h6 {
  font-weight: 700;
  margin-bottom: 20px; }

.submit-success {
  display: none;
  margin-bottom: 80px; }
  .submit-success .color-solid-overlay {
    border-radius: 6px; }
  .submit-success h4 {
    margin-bottom: 0;
    padding: 30px;
    text-align: center;
    border-radius: 6px;
    color: #fff; }



.dropbtn {
    background-color: transparent;
    color: #222;
    margin-top: 6px;
    font-size: 14px;
    border: none;
    text-transform: uppercase;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: transparent;}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 2px 1px 8px 0 rgba(30,30,30,.1);
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #222;
   cursor: pointer;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: .85rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
color: #222;
    background: #f9f9f9;
    border-radius: 4px;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
    color: #222 !important;
    background: #f9f9f9;
    border-radius: 4px;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: #f9f9f9;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: #ffffff;
    background-color: #fff;
    border-bottom: 2px solid rgba(33, 37, 41, 0.1);
  }

  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #444;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 0.6rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #393939;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #222;
    background-color: #f9f9f9;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #222;
        background: #f9f9f9;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #222;
    background-color: #f9f9f9;
  }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/header.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
  color: #262626;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
    color: #262626;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 2.5rem;
    text-shadow: none;
    color: #262626;
  }
}

.service-box {
    max-width: 100%;
    padding: 25px;
    border: 1px solid #f2f2f2;
    min-height: 320px;
    border-radius: 5px;
    background: #fbfbfb;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
    header.masthead h1.text-uppercase br {
      display: none;
    }
    #services .services-container {
      width: 100%;
      display: flex;
      align-items: flex-start;
      align-content: center;
      justify-content: space-between;
      flex-direction: column;
  }
  #services .services-itens {
      display: flex;
      justify-content: center;
      width: 100%;
      min-width: 100%;
      border: 0px solid #ccc;
      border-radius: 5px;
      margin: 0px;
  }
  #services ul {
      list-style: none;
      text-align: left;
      padding: 20px 10px;
      max-width: 100%;
      margin: 10px auto;
      border: 1px solid #ccc;
      border-radius: 5px;
      min-height: 100%;
      width: 90%;
      min-width: 280px;
  }

  #contact .contact-content {
      flex-direction: column;
      width: 100%;
  }

  header.masthead h1 {
      font-size: 1.5rem;
      color: #262626;
  }

}

.text-primary {
  color: #F05F40 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
    background-color: #5f0911;
    border-color: #600911;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #ee4b28 !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}
