@font-face {
  font-family: "Bebas Neue";
  src: url("fonts/BebasNeue-Regular.otf");
}

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

body {
  font-family: 'Bebas Neue', 'Helvetica Neue', Arial, sans-serif;
  color: #FFF;
}

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

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

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

a:hover {
  color: #E3A638;
}

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

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-primary {
  background-color: #E3A638 !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;
}

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

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #181f3f;
  color: #fff;
  font-family: 'Bebas Neue', 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;  
}

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

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

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

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

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #E3A638 !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;
}

#myVideo {
  position: absolute;
  top:0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  /* filter: saturate(0.50);
  -webkit-filter: saturate(0.50); */
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  min-height: 1080px;
  /* 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;
}

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

.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(227, 166, 56, 0.5);
  -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: 'Bebas Neue', '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;
}

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

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

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

.btn-primary {
  background-color: #181F3F;
  border-color: #181F3F;
}

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

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #181F3F !important;
}

/* Custom */

.logo-nav-transparent {
  max-width: 70px; 
  margin: -7px;
  padding: 5px;
}

.navbar-shrink img {
  max-width: 70px;
  margin: -7px;
  padding: 5px;
}

header {
  background-image: url('../img/bg-header.jpg');
  width: 100%;
  height: auto;
}

#saoBernardo {
  background-image: url('../img/img_sao_bernardo-transparent.png');
  width: 100%;
  height: auto;
}

#videos {
  background-image: url('../img/saobernardo-transparent.png');
  width: 100%;
  height: auto;
}

#regiao {
  background-image: url('../img/colheita2-transparent.png');
  width: 100%;
  height: auto;
}

#contato {
  background-image: url('../img/img_contato.jpg');
  width: 100%;
  height: auto;
}

.bg-blue {
  background-color: #181F3F;
}

.white-opacity {
  background-color: rgba(255, 255, 255, 0.4);
}

.black-opacity {
  background-color: rgba(0, 0, 0, 0.7)
}

.p-30 {
  padding: 30px;
}

.text-white {
  color: rgb(227, 166, 56);
}

.text-justify {
  text-align: justify;
}

.texto {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.social {
  display:none;
}

.social-icon {
  display: inline;
}

#footer {
  clear: both;
  position: relative;
  z-index: 10;
  height: auto;
  margin-top: -3em;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 1em;
}

.fazendas-regiao {
  background-color: #E3A638;
  padding: 10px;
  cursor: pointer;
  margin: 10px;
  border-radius: 10px;
}

.fazendas-regiao a {
  color: #FFF;
  text-decoration: none;
}


/* MEDIA QUERIES */

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }  
  .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 (min-width: 992px) {
  .social { 
    display:block;
  }

  .navbar-nav.menu {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5px;
  }
  
  .navbar-nav.menu .nav-item:nth-child(1) {
    border-left: 1px solid #fff;
  }
  
  .navbar-nav.menu .nav-item {
    border-right: 1px solid #fff;
  }

  .navbar-nav.menu .nav-item a{
    padding: 0.1rem 1.2rem !important;
  }

  .logo-nav-transparent {
    max-width: 100%;
  }
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: #FFF;
  }
  #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 {
    font-size: 20px;
    color: #FFF;
  }
  #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: #181f3f;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #E3A638;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #E3A638;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #FFF;
  }
  #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: #E3A638;
  }
  header.masthead {
    height: 100%;
    min-height: 1080px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }

}

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

  .fazendas-regiao {
    padding: 10px 20px;
    display: inline;
    margin: 0px 10px;
  }
}