:root {
    --verde: #697b38;
    --preto: #111111;
}

.carousel,
.carousel .carousel-inner,
.carousel .carousel-inner .active,
.carousel .carousel-inner .carousel-item,
.view,
body,
html {
    height: 100%
}

p, ol{
	color: #111111;
    font-weight: 400;
}

.navbar {
    background-color: rgb(0, 0, 0)
}

nav.navbar.fixed-top.navbar-expand-lg.navbar-dark.scrolling-navbar{
	    border-bottom: 4px solid #6b7c25;
}

nav.top-nav-collapse{
	border-bottom: none!important;	
}



.page-footer,
.top-nav-collapse {
    background-color: #6b7c25
}

@media only screen and (max-width:768px) {
    .navbar {
        background-color: #1C2331
    }
}




/* INICIO SHADOW */
/*div.sombra{
	border-style: solid;
    border-width: 1px;
    padding: 0px;
    border-color: rgb(0, 0, 0);
    margin-bottom: 10px;
    position: relative;
    -webkit-box-shadow: inset 1px 1px 20px 1px rgb(0, 0, 0), 0 0 40px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: inset 1px 1px 20px 1px rgb(0, 0, 0), 0 0 40px rgba(0, 0, 0, 0.2) inset;
    box-shadow: inset 1px 1px 20px 1px rgb(0, 0, 0), 0 0 40px rgba(0, 0, 0, 0.2) inset;
}
*/
/*

*, *:before, *:after {
  -moz-box-sizing: border-box!important;
  -webkit-box-sizing: border-box!important;
  box-sizing: border-box!important;
}*/

.shadow {

	-moz-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 80px inset!important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 80px inset!important;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 80px inset!important;
  
  
}
.shadow:hover {
  
  display: inline-block;
  position: relative;

  -moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 10px inset!important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 10px inset!important;
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 10px inset!important;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
 
}
.shadow img {
  max-width: 100%;
  position: relative;
  z-index: -1;

}
/* FIM SHADOW */



@media (max-width: 1100px) {


  .header-video{

    display:none;
  }

  div#mobile-header{


      background-image: url(../img/mobile-header.png);
      width: 100%;
      height: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-color: #333;
  }
  
  div.video-mobile-no-meio{
      
      margin-left:0px!important;
  }
}


@media (min-width: 1101px) {


  div.video-mobile-no-meio{
      
      margin-left: 16.666667%!important;
  }


  .header-video{

    display:block;
    
    
  }
  
  

  div#mobile-header{


      display:none;
  }
}




/*video overlay*/
  .video-background {
  background: #000;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
  overflow: hidden;
  height: 100vh;
  }
  
  ._pattern-overlay { 
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.3;
    bottom: 0;
    background-image: url(../img/overlays/99.png);
    z-index: 1;
  }



/* INICIO GALERIA */


.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {

}

/* The Modal (background) */
.modal-gallery {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;

}

/* Modal Content */
.modal-content {
  position: relative;
  background-color:rgba(0, 0, 0, 0.9);
  margin: auto;
  padding: 0;
  max-width: 800px;
  height:100%;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */

a.prev, a.next{
	color:white!important;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color:rgba(0, 0, 0, 0.70);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color:rgb(0, 0, 0);
  color:white
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background-color: black;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}


/* FIM GALERIA */


img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



/* INICIO CLASSIC TABS */

.tabs-primary {
    background-color: #000!important
}

.classic-tabs.tabs-primary li a.active {
    border-color: #fff
}

/* FIM CLASSIC TABS*/


hr.hr-titulo{

	width: 275px!important;
    margin: 0px;
    margin-top: -10px;
    margin-bottom: 25px;
    border: 2px solid #6b7c25;
}