@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,700,900&display=swap');
@charset "UTF-8";

*{
	margin:0; 
	padding:0;
	box-sizing: inherit;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    font-family: 'Roboto Condensed';
}

.text-center {
    text-align: center!important;
}

.faixa{
    text-align: center;
    height: 4vh;
    line-height: 4vh;
    margin-top: 2vh;
    margin-bottom: 2vh;
    width: 100%;
}

#faixa{
  -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    background-color: rgba(0,50,120,1);
    padding: 3.75rem 0;
    text-align: center;
}

.logo span{
    font-size: 20px;
    color: #fff;
}

.menu-lista{
    padding:0px;
    margin:0px;
    list-style:none;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
}

.menu-mobile{
    display: none;
    position: absolute !important;
    float: right;
    right: 3vh;
    font-size: 4vh;
}

.menu-mobile i{
    color: #fff;
}

@media(max-width: 992px){
    .menu-lista{
        display: none;
    }

    .menu-mobile{
        display: block;
    }
}

.menu-lista li{
    display: inline;
}

.menu-lista li a {
    padding: 2px 10px;
    display: inline-block;
    color: #fff;
    text-decoration: none;    
    font-size: 19px;

}

@media(max-width: 992px){
    .wrapper{
        display: flex !important;
    }
}

.wrapper {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    align-items: stretch;
    z-index: 10;
    left: 0;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #fff;
    transition: all 1s;
    position: fixed;
    z-index: 4;
    max-height: 100vh;
    height: 100%;
    margin-left: -250px;
}

#sidebar.active {
    margin-left: 0px;
    display: block;
}

#sidebar .sidebar-header {
    padding: 40px;
    background: #F8F8FF;
}

.sidebarheader{
    text-align: center;
    margin-top: 2vh;
    cursor: pointer;
}

#sidebar ul li {
    font-size: 17px;
}

#sidebar ul img {
    width: 50%;
}

#sidebar ul i {
    color: #000; 
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.3em;
    display: block;
    line-height: 4vh;
    color: #000; 
    font-family: 'Roboto Condensed';
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active >a,
a[aria-expanded="true"] {
    color: #fff;
    background: black;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.barra-menu{
    background-color: #003278;
    width: 100%;
    height: 83px;
    line-height: 83px;
    position: relative;
}

nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: rgb(74, 13, 143);
    background: -moz-linear-gradient(135deg, rgb(74,33,3) 0%, rgb(250, 42, 143) 100%);
    background: -webkit-linear-gradient(135deg, rgb(74,33,3) 0%, rgb(250, 42, 143) 100%);
    background: linear-gradient(135deg, rgb(74,33,3) 0%, rgb(250, 42, 143) 100%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
    color: #fff !important;
    font-size: 20px;
    text-shadow: 4px 3px 5px black;
    -moz-text-shadow: 4px 3px 5px black;
    -webkit-text-shadow: 4px 3px 5px black;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 15px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #fff;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }
    .navbar-nav .nav-item {
        text-align: center;
    }
}


header {
    text-align: center;
    color: #FFF;
}

.site-footer {
  border-top: #eee; }
  .site-footer p:last-child {
    margin-bottom: 0; }
  .site-footer a {
    color: #1a3072;
  }
    .site-footer a:hover {
      color: #000; }
  .site-footer h3 {
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: bold; }
  .site-footer .footer-link li {
    line-height: 1.5;
    margin-bottom: 15px; }
  .site-footer hr {
    width: 100%; }

.footer-social a {
  line-height: 0;
  border-radius: 50%;
  margin: 0 5px 5px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block; }
  .footer-social a:hover {
    background: #fff;
    border-color: #fff;
    color: #000; }

footer{
    width: 100%;
    margin-top: 4vh;
}

.footer{
    height: 100%;
    width: 100%;
    background-color: rgb(211,211,211);
    position: relative;
    margin-top: 10vh;
}

.footer-imagem{
    text-align: center;
}

.footer-info{
    border-left: 2px solid #fe6500;
    border-right: 2px solid #fe6500;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin-top: 3vh;
}
.footer-info-item{
    height: 6vh;
}

.footer-info-item a{
    color: #fe6500;
    text-decoration: none;
    font-family: 'Roboto Condensed';
    font-size: 17px;
}

.footer-info-item img{
    padding-right: 10px;
}

.footer-social2{
    line-height: 170px;
}


.footer-form {
    background-color: #dadada;
    color: #575757;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin-bottom: 3vh;
}

.footer-enviar {
    background-color: #fe6500;
    color: #fff;
    border: 0px;
    padding: 15px;
    font-size: 3vh;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.footer-contato {
    color: #fe6500;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    font-size: 70px;
    font-weight: bold;
}

.footer_text {
    font-family: 'Roboto Condensed';
    font-size: 19px;
}

.footer-tel {
    margin-top: 4vh;
}

.footer-tel a {
    color: #000;
    text-decoration: none;
    font-family: 'Roboto Condensed';
    font-size: 19px;
}

.footer-mapa {
    width: 100%;
    height: 30vh;
    margin-top: 4vh;
    margin-bottom: 4vh;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

.contact-map{
    position: static !important;
}

.footer-tel i{
    color: #fe6500;
}

.carbon{
    background-color: #ededed;
    padding: 10px;
    position: relative;
}

.carbon:hover{
    cursor: pointer;
}

.carbonSite{
    color: #9C9C9C;
    font-size: 14px;
    text-transform: none;
    z-index: 2;
    position: relative;
}

.footerCarbon{
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    max-height: 120px;
}

.footerSombra{
    z-index: 0;
    position: absolute;
    bottom: 0;
}

.footerSombra img{
  width: 100%;
}

.imagemCarbon{
    width: 140px;
    margin-bottom: 5px;
}

.imagensFooter{
    text-align: center;
    z-index: 2;
}

.faixa{
    text-align: center;
    height: 4vh;
    line-height: 4vh;
    margin-top: 2vh;
    margin-bottom: 2vh;
    width: 100%;
}

.f1-steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    text-align: center;
}
.f1-progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}
.f1-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #367faa;
}
.f1-step {
    position: relative;
    float: left;
    width: 33%;
    padding: 0 5px;
}
.f1-step.active .f1-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #367faa;
    font-size: 22px;
    line-height: 48px;
}
.f1-step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#agendamento{
  -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    background-color: rgba(46,49,146,.8);
    padding: 3.75rem 0;
    text-align: center;
}