body {
  font-family: "Nunito", sans-serif;
  color: #434d49;
}

.anchor {
  scroll-margin-top: 150px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
}





/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header{
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  
}

header .navbar-brand img {
  padding: 0;
  margin: 0;
  max-height: 90px;
}


/*--------------------------------------------------------------
# Menu Principal
--------------------------------------------------------------*/
#menu_principal li a:hover{
  color: #052166;
}

#menu_principal li:hover{
  background: #f5f5f5;
}

@media (min-width: 993px) {
  #menu_principal li {
      border-right: 1px solid #e1e1eb;
      padding: 0 20px 0 20px;
      height: 100px;
      display: table;
  }

  #menu_principal li:last-child {
      border-right: none;
  }

  #menu_principal li a {
    color: #474747;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    width: 100%;
    height: 100%;    
    font-weight: 600;
  }
}

@media (max-width: 992px) {
  #menu_principal li a{
    padding-left: 10px;
  }
}




/*--------------------------------------------------------------
# QUEM SOMOS
--------------------------------------------------------------*/
#quem-somos img{
  transition: all 0.3s ease-in-out;
}
#quem-somos:hover img{
  opacity: 0.8;
}


/*--------------------------------------------------------------
# MAIN
--------------------------------------------------------------*/

#main{
  display: block;
  
}




.banner-video {
  height: calc(100vh - 300px);
  position: relative;
  width: 100%;
  display: block;
}

.banner-video #myVideo {
  height: auto;
  left: 0;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media (max-width: 992px) {
  .banner-video {
      height:600px;
  }
}

.banner-video .text {
  left: 50%;
  max-width: 650px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%)
}

@media (max-width: 992px) {
  .banner-video .text {
      max-width:90%;
      width: 100%
  }
}

.banner-video .text p {
  color: #fff;
  text-shadow: 1px 1px #10522a;
  display: block;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: normal;
  margin-top: 24px;
  padding: 0 90px;
  text-align: center
}

@media (max-width: 992px) {
  .banner-video .text p {
      padding:0
  }
}

.banner-video .text h1 {
  color: #fff;
  text-shadow: 2px 2px #10522a;
  font-size: 50px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.12;
  text-align: center
}

@media (max-width: 992px) {
  .banner-video .text h1 {
      font-size:40px
  }
}

.banner-video .text h1 b {
  display: block;
  font-weight: 900
}

.conteudo {
  background: #f4f4f4;
  display: inline-block;
  opacity: 0;
  width: 100%
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #ffffff;
  font-size: 14px;
  background: #216227;
}

#footer .footer-top {
  padding: 35px 0 0 0;
  background: #216227;
}

.py-4 {
    padding-top: 1rem!important;
    padding-bottom: .5rem!important;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c6c997;
  text-shadow: 0.8px 0.8px #e5e8b0;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  color: #ffffff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #c6c997;
  text-shadow: 0.2px 0.2px #e5e8b0;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #047d36;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #c6c997;
}

.footer-newsletter {
  font-size: 15px;
}

.footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

.footer-newsletter .h4_2 {
  font-size: 16px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  position: relative;
  padding-bottom: 12px;
}

.footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
  text-align: left;
}

.footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

.footer-newsletter form input[type="submit"], .footer-newsletter form input[type="button"] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #00539c;
  color: #ffffff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.footer-newsletter form input[type="submit"]:hover, .footer-newsletter form input[type="button"]:hover {
  background: #00539c;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #ffffff;
}

#footer .credits a {
  color: #ffffff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #00539c;
  color: #ffffff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #00539c;
  color: #ffffff;
  text-decoration: none;
}

.linha-rodape{
  height: 30px;
  background-color: #1d3d20;
  width: 100%;
}



.fixed-whatsapp-icon {
  position: fixed;
  left: 20px;
  bottom: 60px;
  z-index: 100
}
.fixed-whatsapp-icon a i {
  background-color: #2a9231;
  border-radius: 50%;
  box-shadow: 4px 4px 11px -2px #737373;
  color: #fff;
  font-size: 32px;
  line-height: 29px;
  padding: 7px 9px 10px
}
@media only screen and (max-width: 767px) {

  .fixed-whatsapp-icon {
      left: 7px;
      bottom: 7px
  }
}
.fixed-whatsapp-icon {
  animation: pulse 1s infinite
}
.fixed-whatsapp-icon {
  position: fixed;
  z-index: 8003;
  background: #2fc400;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center
}
.fixed-whatsapp-icon a i {
  color: #fff;
  border-radius: 50%;
  display: table;
  width: 65px;
  height: 65px;
  font-size: 35px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .24);
  background: 0 0;
  display: flex;
  justify-content: center;
  align-items: center
}
.fixed-whatsapp-icon {
  animation: pulse 1s infinite
}
.fixed-whatsapp-icon {
  position: fixed;
  z-index: 8003;
  background: #2fc400;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center
}
.fixed-whatsapp-icon a i {
  color: #fff;
  border-radius: 50%;
  display: table;
  width: 65px;
  height: 65px;
  font-size: 35px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .24);
  background: 0 0;
  display: flex;
  justify-content: center;
  align-items: center
}




/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 22px;
  bottom: 15px;
  z-index: 996;
  background: #00539c;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  transition: all 0.8s;
}

.back-to-top i {
  font-size: 20px;
  color: #ffffff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2873b5;
  color: #ffffff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}