/*!
 * Start Bootstrap - Creative v5.0.1 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */

body,
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Roboto', sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

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

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

a {
  color: #F05F40;
  -webkit-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;
}

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

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

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

section {
  padding: 8rem 0;
}

.section-heading {
  margin-top: 0;
  font-size: 50px;
  font-family: 'Ubuntu', sans-serif;
  font-weight:500;
  letter-spacing: -2px;
}

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

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

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

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

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

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 20;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #F05F40;
  font-family: 'Roboto', sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #f05f40;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: 16px;
  font-weight: 500 !important;
  color: #0C4053 !important;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #F7B825 !important;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #F7B825 !important;
  background-color: transparent;
}

#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: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #F05F40;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #f05f40;
  }
  #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: #F05F40;
  }
}

header.masthead {
  padding-top: 10rem;
  background-image: url("");
  background-position: center center;
  background-size: cover;
}

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

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

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

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

@media (min-width: 992px) {
  header.masthead {
    height: 500px;
    min-height: 350px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 100px;
    position: relative;
    z-index: 10;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}

.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;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  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; }
}

.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: #F05F40;
  border-color: #F05F40;
}

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

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

/* extras */

.menu-esp{margin-top: -32px;}
.menu-pad{padding-top: 20px !important;}

.marg-mapa{margin-top: -120px;}

.carousel-caption h5{
  font-size: 55px;
  font-weight: bold;
  color: #0C3F52;
  font-family: 'Ubuntu', sans-serif;
  line-height: 55px;
  letter-spacing: -4px;
}

.carousel-caption p{
  font-size: 26px;
  color: #444444;
  font-family: 'Roboto', sans-serif;
  line-height: 26px;
}

.quem-somos{
  background-image: url(../img/bg-quemsomos.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.quem-somos p{
  margin-top: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #444444;
}

.titulo {
  height: 5px;
  background: -moz-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(250,250,250,1) 68%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(238,238,238,1) 0%,rgba(250,250,250,1) 68%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(238,238,238,1) 0%,rgba(250,250,250,1) 68%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  text-align: left;
}
.titulo span {
  background-color: white;
  position: relative;
  top: -0.7em;
  padding: 0 20px 0 0;
  font-size: 50px;
  color: #0C3F52;
  font-family: 'Ubuntu', sans-serif;
  font-weight:500;
  letter-spacing: -2px;
}
.atuacao{
  background-color: #0D3F53;
}

.produtos{
  width: 100%;
  padding: 20px;
  background-color: #F7B825;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.produtos h3{font-size: 18px; font-family: 'Ubuntu', sans-serif; color:#0D3F53; font-weight: bold; letter-spacing: -1px; text-transform: uppercase;}
.produtos p{font-size: 16px; font-family: 'Roboto', sans-serif; color: #0C3F52 !important; line-height: 18px;}

.footer{
  background-image: url(../img/bg-footer.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-control{ border-bottom: 1px solid #000 !important; border-radius: 0 !important; }
input, textarea{border:0 !important;}
.submit{background-color: #F7B825; font-size: 18px; color: #0C3F52; font-family: 'Ubuntu', sans-serif; padding: 20px; border-radius: 10px; float: right;}

/* responsive */

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .carousel-caption {
    position: absolute;
    right: 15%;
    top: 15%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
  }
  .carousel-caption h5{
    font-size: 50px;
    font-weight: bold;
    color: #0C3F52;
    font-family: 'Ubuntu', sans-serif;
    line-height: 50px;
    letter-spacing: -2px;
  }
  .carousel-caption p{
    font-size: 20px;
    color: #444444;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .menu-esp{margin-top: 0;}
  .marg-mapa{margin-top: 30px}
  .carousel-caption {
    position: absolute;
    right: 15%;
    top: 20%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: right;
  }
  .carousel-caption h5{
    font-size: 30px;
    font-weight: bold;
    color: #0C3F52;
    font-family: 'Ubuntu', sans-serif;
    line-height: 30px;
    letter-spacing: -2px;
  }
  .carousel-caption p{
    font-size: 18px;
    color: #444444;
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {

  .menu-esp{margin-top: 0;}
  .marg-mapa{margin-top: 30px;}
  .titulo span, .section-heading{font-size: 40px;}
  .carousel-caption {
    position: absolute;
    right: 15%;
    top: 0;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: right;
  }
  .carousel-caption h5{
    font-size: 20px;
    font-weight: bold;
    color: #0C3F52;
    font-family: 'Ubuntu', sans-serif;
    line-height: 20px;
    letter-spacing: -2px;
  }
  .carousel-caption p{
    font-size: 14px;
    color: #444444;
    font-family: 'Roboto', sans-serif;
    line-height: 16px;
  }
}