/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
    font-family: padrao;
    src: url(../fonts/BebasNeue-Regular.ttf);
}

body {
  background: #fff !important;
  color: white !important;
  font-family: padrao;
}

a {
  color: #18d26e;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: padrao;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #00003C;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  margin-top: 50px;
  height: 180px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: white;
}

.ret{
  width: 100%;
  height: 50px;
  background: #00003C;
  position: fixed;
  z-index: 1001;
}

.ret .container-fluid,ul{
  height: 100%;
}

.ret ul{
  margin: 0;
  display: flex;
  justify-content: flex-end;
  list-style: none;
  color: white;
  padding-right: 60px;
}

.ret li{
  font-size: 16px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  color: white;
}

.ret li a{
  color: white;
}

@media (max-width: 768px){
  .ret li{
    font-size: 14px;
  }
}

@media(max-width: 483px){
  .ret ul{
    padding: 0 !important;
    justify-content: center;
  }
  .ret .container-fluid{
    display: flex;
    justify-content: center;
  }
  .ret li{
    font-size: 12px;
  }
  .ret img{
    height: 15px;
  }
}


@media (max-width: 768px){
    #header{
      height: 72px !important;
    }

}


.ret img{
  margin-right: 10px;
}

#header .container-fluid{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

#header.header-scrolled {
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}


#header #logo {
  float: left;
  transition: all .3s;
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }
}

#header #logo img {
  padding: 0;
  margin: 0;
}

.inativo{
  display: none !important;
}

.ativo{
  display: flex !important;
}

.padrao-2{
  display: none;
}




/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: auto;
  background: white;
}

.intro-container{
  margin-top: 230px;
}

.carousel-inner{
  background: white;
}

#intro .carousel-item {
  width: 100%;
  height: auto !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item img{
  width: 100%;
  min-height: 200px;
  max-height: 520px !important;
}

@media (max-width: 768px){
  .intro-container{
    margin-top: 123px;
  }
}




#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}





/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #00003C;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: black;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  height: auto;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: white;
  background: #00003C;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 63px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: black;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 58px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #18d26e;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/

#featured-services .box {
  padding: 15px 20px;
}

#featured-services .bg-1 {
  background: #00002F;
}

#featured-services .bg-2 {
  background: #00003C;
}

#featured-services .bg-3 {
  background: #000048;
}

#featured-services i {
  color: #18d26e;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 0 0 15px;
  font-size: 18px;
  text-transform: uppercase;
}

#featured-services h4 a {
  font-size: 28px;
  color: white;
}

#featured-services h4 a:hover {
  color: white;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin: 15px 0 5px;
  text-transform: uppercase;
}

#featured-services .container{
  max-width: 100% !important;
}

@media (max-width: 992px){
  #featured-services h4 a {
    font-size: 20px;
  }

  #featured-services img{
    height: 50px;
  }

  #featured-services .box{
    padding: 15px 20px;
  }

}


/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#services .box {
  margin-bottom: 30px;
  margin-top: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}


#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 40px;
  display: flex;
  align-items: center;
  color: #00003A;
  width: 100%;
}

#services .title i{
  margin-left: 20px;
  background: #00003C;
  padding: 8px 10px;
  border-radius: 50px;
  font-size: 30px;
  color: white;
}



@media (max-width: 357px){
  #services .title{
    font-size: 35px;
  }
}

#services .cta-btn{
  font-family: "padrao", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 1px;
  display: inline-block;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #00002E;
}



#services .description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: black;
}

#services h3{
  font-size: 52px;
  color: #00003A;
}

#services #saiba-mais{
  color: white;
  background: #00003A;
  padding:2px 20px;
  border-radius: 30px;
}

#services #servicos{
  position: absolute;
  right: 0;
  top: 120px;
}

#services #servicos ul{
  list-style: none;
}

#services #servicos li{
  text-align: center;
  background: #FFFF00;
  margin-bottom: 10px;
  font-size: 23px;
  padding: 0 5px;
  cursor: pointer;
}

#services #servicos li a{
  color: #CCAD17;
}

#services #servicos .container{
  padding: 0;
}

@media(max-width: 350px){
  #services .title{
    font-size: 25px !important;
  }
}

@media(max-width: 992px){
  #services .title{
    margin-left: 0;
    justify-content: center;
    font-size: 30px;
  }

  #services .title i{
    display: none;
  }

  #services #servicos li a {
    color: white;
  }

  #services #servicos{
    top: 0;
  }

  #services .description{
    margin-left: 0;
    text-align: center;
  }

  #services #servicos{
    position: relative;
    margin-top: 0;
    width: 100%;
  }

  #services #servicos ul{
    padding-left: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }

  #services #servicos li{
    background: gray;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
  }

   #services #servicos li:hover{
    background: red;
    transition: .6s;
  }

  #services #servicos li.active{
    background: red;
    transition: .6s;
  }

  #services h3{
    font-size: 45px;
  }

}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: url(../img/call-to-action/orçmtsemcompromisso.png);
  background-size: cover;
  padding: 60px 0;
  height: 397px;
  display: flex;
  align-items: flex-end;
}

#call-to-action h3 {
  color: #FF0;
  font-size: 60px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "padrao", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  background: #00002E;
  border: 2px solid #00002E;
  color: #fff;
}


@media (max-width: 768px){
  #call-to-action h3 {
    font-size: 30px;
  }

  #call-to-action .cta-btn{
    font-size: 15px;
    padding: 8px 15px;
  }
}

@media(max-width: 333px){
  #call-to-action .cta-btn {
    padding: 8px 10px;
  }
}
/* Call To Action Section
--------------------------------*/

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients h3{
  font-size: 52px;
  color: #00003A;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #00003A;
}

@media(max-width: 992px){
  #clients h3{
    font-size: 45px;
  }
}


/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0;
}

#team h3{
  font-size: 52px;
  color: #00003A;
}

@media(max-width: 992px){
  #team h3{
    font-size: 45px;
  }
  
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

#team .member .member-info {
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 47, .4);
  visibility: visible;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .row{
  margin: 0;
}

#team .row .col{
  display: flex;
  justify-content: center;
}

#team .owl-nav, #team .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#team .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#team .owl-dot.active {
  background-color: #00003A;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #18d26e;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
  background: url(../img/contact/rodape.png);
}

#form-footer{
    color: white;
    background-color: transparent;
    background-image: none;
    border-color: white;
    border-radius: 60px;
    padding: 6px 20px;
}

#form-footer:hover{
  background-color: #ffc107;
  border-color: #ffc107;
}

#contact h3{
  color: white;
}


#contact p, #contact address{
  font-size: 18px;
}

#contact #contact-tel{
  display: flex;
  justify-content: space-around;
}

#contact input, #contact textarea{
  background: transparent !important;
  color: white !important;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #C9CD49;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #fff;
}

#contact .contact-info h3 {
  font-size: 52px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
}

#contact .contact-info a {
  color: #fff;
  font-size: 18px;
}


#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .form #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid #FFFF00;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: #FFFF00;
  display: none;
  margin: 5px 0 5px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  padding: 5px 30px;
  transition: 0.4s;
  border-radius: 50px;
  color: white;
}

#contact .form .btn-outline-warning{
  border-color: white;
}

#contact .form button[type="submit"]:hover {
  background: #CCAD17;
  border-color: #CCAD17;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  height: 60px;
  color: #eee;
  font-size: 14px;
}

#footer .container-fluid, #footer .aldeia{
  height: 100%;
  background: #000;
}

#footer .aldeia{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


