@font-face {
     font-family:museo;
     src: url('../fonts/Museo_300.ttf');
}
h1, h2, h3, h4, h5, h6{
  font-family: museo;
}
a{
  font-family: museo;
}
header .sticky{
  background-color: #000000b3;
  box-shadow: 0px 0px 25px black;
  z-index: 9999;
  padding: 15px 45px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
}
.banner_button_box a:hover{
  color:#fff;
}
.meio{
  border-right: 1px solid #cfcfcf;
}
.sp-content{
  width: 216px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff !important;
}
.sp-collum{
  display: flex;
  justify-content: center;
}
.phone p{
  text-align:center;
}
.info{
  padding-top: 40px;
}
.social{
  text-align: right;
  font-size: 20px;
}
.social .fab{
  margin-right: 10px;
}
.social .last{
  margin-right: 0px;
}
.footer-nav{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 40px;
}
.collum-footer-menu{
  display: flex;
  justify-content: center;
  font-size: 17px;
  font-family: museo;
}
.collum-footer p{
  margin-bottom: 0px;
}
.collum-footer a{
  color: #fff;
  text-decoration: none;
}
.footer{
  background-color: #2d2d2d;
  padding: 50px;
  color: #fff;
}
.menu{
  width:100%;
}
.navbar-nav{
  float: right;
}
.navbar{
  padding: 45px 45px;
  transition: all 0.4s ease;
}
.menu .active .nav-link{
  color: #fff !important;
  border: 2px solid #fff;
  border-radius: 35px;
}
.menu .nav-item .nav-link{
  color:#fff;
  padding-left: 25px;
  padding-right: 25px;
}
.menu .nav-item .last{
  padding-right: 0;
}
.header{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;

}
.banner_box{
  background-image: url(../img/banner-img.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 58%;
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 55px;
}
.sobre h3{
  font-size: 21px;
}
.form input{
  height: 70px;
}

.form textarea{
  min-height: 140px;
}
.enviar .fa{
  margin-left: 8px;
}
.form-group {
    margin-bottom: 10px;
}
.form .form-control {
  border-radius: 8px;
}
.form .btn-primary {
  color: #fff;
  background-color: #b12848;
  padding-left: 25px;
  border-radius: 45px;
  border: 0px;
  padding: 15px 40px;
  display: flex;
  align-items: center;
}
.opcoes .form h4{
  color: #007cb2;
  font-weight: 700;
  font-size: 26px;
}
.form{
  padding: 37px 60px;
  background-color: #e3e3e3;
  margin-left: 50px;
  border-radius: 8px;
}
.opcoes h4{
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 20px;
}
.main{
  padding-bottom: 50px;

}
.cards{
  display: block;
	width: 100%;
	height: 540px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
  box-shadow: 0px 0px 40px #00000045;
  margin-bottom: 80px;
}

.cards:hover img {
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

.cards img {
	top: 0px;
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 0;
  margin:0;
  padding:0;
	-webkit-transition: top 2s;
	-moz-transition: top 2s;
	-ms-transition: top 2s;
	-o-transition: top 2s;
	transition: top 2s;
}
.text-center{
  text-align:center;
}
.sobre{
  margin-top: 60px;
  margin-bottom: 60px;
}
.upper{
  text-transform: uppercase;
}
.container {
  max-width: 1170px;
}
body {
  margin: 0;
  padding: 0;
}

#banner {
  width: 100%;
  height: 100vh;
  background: linear-gradient(-45deg, #b92e4f, #380612, #20569a, #163357);
  background-size: 400% 400%;
  -webkit-animation: Gradient 20s ease infinite;
  -moz-animation: Gradient 20s ease infinite;
  animation: Gradient 20s ease infinite;
}

.banner_content_text {
  margin-right: 25px
}

.banner_content_text p {
  font-family: museo;
  font-weight: 900;
  color: white;
  font-size: 33px;
  line-height: 45px;
  margin: 0;
  text-transform: uppercase;
}

.banner_content_img {
  margin-left: 25px;
}

.banner_button_box {
  display: flex;
  width: 100%;
}

.banner_button {
  background: #b92e4f;
  height: 54px;
  width: 54px;
  color: white;
  border-radius: 54px;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 38px;
  position: relative;
  display: flex;
  align-items: center;
  animation: 0.4s button 0.7s ease-in forwards;
}

.banner_button span {
  text-transform: uppercase;
  position: absolute;
  left: -160px;
  opacity: 0;
  animation: 0.4s buttonsp 0.7s ease-in forwards;
}

.banner_button i {
  position: absolute;
  right: 18px;
  animation: 0.4s buttoni 0.7s ease-in forwards;
}
@keyframes pulse {
  from { transform: scale(1); }
  50% { transform: scale(0.85); }
  to { transform: scale(1); }
}

.fe-pulse {
  animation-name: pulse;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes tela1 {
  from {
    right: -15px;
  }

  to {
    right: -57px;
  }

}


@keyframes tela2 {
  from {
    right: 82px;
  }

  to {
    right: 12px;
  }

}


@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes button {
  0% {
    width: 54px;
  }

  100% {
    width: 240px;
  }

}

@keyframes buttonsp {
  0% {
    left: -160px;
  }

  100% {
    left: 27px;
    opacity: 1;
  }
}

@keyframes buttoni {
  0% {
    right: 18px;
  }

  100% {
    right: 28px;
  }
}
