.titulo_divisor{
	text-align:center;
	margin-bottom:25px;
}
.titulo_divisor span{
	color:#222 !important;
	font-weight:normal !important;
	text-transform:uppercase !important;
	text-align:center;
	border-bottom:solid 2px orange;
	/* font-size:24px; */
}

.arrow {

  position: relative;
  left: 51%;
  width: 45px;
  height: 45px;
  /* top: 30%; */
	margin: 10px 0 0 -30px;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 6px #fff solid;
  border-bottom: 6px #fff solid;
}

@keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}

textarea { 
  resize  : auto;
  overflow: auto;

}

header {
  position: relative;
  background-color:#E6600A;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
    
header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color:#E6600A;
  opacity: 0.5;
  z-index: 1;
}

/*@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900')#E6600A no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}*/

.btm {
  background-color:#E6600A;
  color:white;
  cursor: pointer;
  display: block;
  font-size:16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 2em;
  max-width: 160px; 
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%; 
}
  
.btn-3 {
  background-color:#E6600A;
   box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);
  outline: 1px solid;
  outline-color: #CD6003;
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
} 

.btn-3:hover {
  background-color:#E6600A;
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.7), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: #CD6003;
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388; 
}

 .barranav {
  background-color: transparent !important;
 }
