html{scroll-behavior: smooth; height:100%; max-width:1920px; margin: 0 auto;}

a{text-decoration: none!important;}

#bt-whats{
  position: fixed;
  bottom: 15%;
  right: 30px;
  display: block;
  z-index:9;
}

#bt-whats img{
  display: block;
  max-width: 60px;
}

.fixed-top{
  padding-top:120px!important;
}

.mobile-on{
  display:none!important;
}

#cookies {
    position: fixed;
    left: 0;
  right: 0;
    bottom: 0;
    background-color: #1D1386;
    border: 0px solid #FFF;
    padding: 30px;
    color: #FFF;
    line-height: 1.5em;
    font-size: 0.8rem;
    text-align: right;
    z-index: 99999999999999999999999999999999999999999;
  width:100%;
  margin: 0 auto;
}

#cookies .cookies{
    display: grid;
    grid-template-columns:80% 20%;
  cursor:pointer;
  max-width:1320px;
  margin:0 auto;
}

#cookies .cookies .botao{
  background: #DF9F20;
  color: #1D1386!important;
  margin:0 10px;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:bold;
}

body{
  width:100%;
  height:100%;
  max-width: 1920px;
  font-family: "Outfit", sans-serif!important;
  letter-spacing: .1rem;
  min-height:100%;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0 auto;
  background: #fff;
  color: #b0b0b0!important;
}


#topo{
  width: 100%;
  background: #fff;
  display: flex;
  height: 120px;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: fixed;
  top:0;
  z-index: 1050!important;
  border-top:0px solid #AF1E23;
  border-bottom:0px dashed #fff;
}
/*
#topo .logos{
	position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#topo .logos::before{
  content: '';
	top:0;
	right:0;
  position: absolute;
	z-index:-1;
  background: url('../imagens/bg_logo.png') bottom center no-repeat;
  width: 100%;
  height: 194px;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
}

#topo .logos img{
	position: absolute;
	top:0;
	left:0;
  max-height:100%;
	padding:15px;
}
*/

#topo img{
	max-height:100%;
	padding:15px;
	margin:auto auto auto 0;
	display:block;
}

#topo .menu{
	padding-top:14px;
  display: flex;
  justify-content: end;
  align-items: center;
  text-align: center;
}

#topo .nav-link{
	height:40px;
	display:flex;
	align-items:center;
  font-size: 0.9rem!important;
  color: #1D1386!important;
  font-weight: 900;
  padding: 0 0 0 30px!important;
  border: 0px solid #fff;
  text-decoration: none;
  border-radius:0px;
  transition: all .3s;
}

#topo .nav-link.active{
  color: #DF9F20!important;
  border: 0px solid #fff;
  border-radius:0px;
  text-decoration: none;
  font-weight: 400;
}

#topo .nav-link:hover{
  color:#DF9F20!important;
  border: 0px solid #EEBF31;
  text-decoration: none;
  border-radius:0px;
}

#topo .nav-item.midias{
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 0 0 0!important;
	border:0px solid #fff;
}

#topo .nav-item.midias .nav-link{
  padding: 0 0 0 0!important;
  border: 0px solid #fff;
}

#topo .nav-item.midias .nav-link i{
  padding: 0px 0 0 15px;
  font-size: 1.4rem;
  border: 0px solid #fff;
	color:#1D1386!important;
}

/*

#topo{
  width: 100%;
  background:#253771;
  height: 74px;
  position: fixed;
  top:0;
  z-index: 2;
}

#topo .logo{
  display: block;
  position: absolute;
  width: 660px;
  max-width: 660px;
  height: 194px;
}

#topo .logo img{
  position: absolute;
  top: 0;
  left: 94px;
  display: block;
  margin: 0 auto;
  max-height:174px;
}

#topo .logo::before{
  content: '';
  position: absolute;
  background: url('../imagens/bg_logo.png') no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
}

#topo .menu{
  height: 74px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 0;
}

#topo .menu a{
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:0.9rem;
  color:#fff;
  padding: 0 0 0 30px;
}

#topo .menu a.active,#topo .menu a:hover{
  color:#6198EC;
}

#topo .menu a img{
  display: block;
  max-width: 24px;
  max-height: 24px;
}

*/

#slider{
  display: block;
  position: relative;
  width: 100%;
  height: 85%;
  overflow: hidden;
  background: #fff;
}

#slider .imagem{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 100%;
  width: 100%;
  background:top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slider.azul::before{
  content: '';
  position: absolute;
  bottom: 0;
  /*background: rgba(26,19,134,0.9);*/
  background:linear-gradient(90deg, rgba(26,19,134,1) 0%, rgba(26,19,134,0.9) 50%, rgba(0,0,0,1) 100%);
  width: 100%;
  height: 100%;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



#slider h1{
  font-style: italic;
  max-width: 55%;
  display: block;
  color: #DF9F20;
  opacity: 0.9;
  font-size: 2.8rem;
  line-height: 2.6rem;
  font-weight: 900;
  text-shadow: 0.02em 0.02em #333;
  letter-spacing: 0.4rem;
}

#slider .imagem div{
  max-width: 50%;
  text-align: left;
  padding: 0 0 0 60px;
}

#slider h5{
  font-style: italic;
  margin: 60px 0 15px 0;
  max-width: 55%;
  display: block;
  color: #fff;
  opacity: 0.9;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 100;
  text-shadow: 0.02em 0.02em #333
}

#slider.sobre{
  display: block;
  position: relative;
  width: 100%;
  height: 730px;
  overflow: hidden;
  background: #fff;
}

#quem{
  scroll-margin-top: 120px!important;
  position: relative;
  display: block;
  padding: 0 0 90px 0;
  background:linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 45%, rgba(240,240,240,1) 45%, rgba(255,255,255,1) 100%);
}

#quem .col-md-5{
  background: ;
  padding:0;
  justify-content: center!important;
}

#quem .col-8{
  display: flex!important;
  justify-content: center!important;
}

#quem.home img{
  display: block;
  z-index: 999999999!important;
  margin-top: -90px;
  border-radius: 0px;
  max-width: 100%;
  border-top:0px solid #DF9F20;
  border-bottom:0px solid #1D1386;
}

#quem .texto.sobre{
  display: block;
  margin: auto 60px auto 0;
  text-align: left;
}

#quem .texto{
  padding: 90px 45px 90px 45px;
  display: block;
  margin: auto 0 auto 0;
  text-align: left;
}

#quem .texto h1{
  font-size:2.8rem;
  line-height: 2.6rem;
  color:#000;
  font-weight: 900;
  padding: 0 0 30px 0;
}

#quem .texto h6{
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 300;
  color:#000;
}

#quem .texto a img{
  max-height: 74px;
  margin: 15px 0 0 0;
}

#quem-mvv{
  height: 240px;
  position: relative;
  display: block;
  padding: 0 0 0 0;
  background:#DF9F20;
}

#quem-mvv .box{
  background:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height:240px;
  border-top: 6px solid #DF9F20;
  padding:0 60px;
  color:#000;
  text-align: center;
  font-weight: 100;
  border-radius: 45px;
  margin: -60px 0 0 0;
}

#quem-mvv .box h5{
  font-size: 1.4rem;
  font-weight: 900;
  color: #253771;
  text-transform: uppercase;
}

#quem-mvv .box h6{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
} 

#servicos{
  scroll-margin-top: 120px!important;
  position: relative;
  display: block;
  padding: 120px 0 120px 0;
  background:#fff;
}

#servicos h1{
  display: block;
  padding: 0 0 90px 0;
  color:#000;
  font-weight: 900;
  font-size:2.8rem;
  line-height:2.6rem;
}

#servicos .box{
  border: 0px solid #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 90px 90px 0;
}

#servicos .box div img{
  padding:0 60px 0 0;
}

#servicos .box h5{
  display: block;
  color:#253771;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 0 15px 0;
}

#servicos .box h6{
  color: #000;
  font-weight: 300;
  line-height:1.6rem;
}

#download{
  background:linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 50%, rgba(240,240,240,1) 50%, rgba(255,255,255,1) 100%);
  display: block;
  padding: 15px 0 30px 0;
  position: relative;
}

#download .imagem{
  margin:-90px 0 0 0;
  display: block;
  max-width: 100%;
}

#download .row{
}

#download .col-4{
}

#download .col-8{

}

#download .box{
  width:100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}

#download .box div{
  display: block;
  max-width: 70%;
}

#download .box div img{
  max-width: 49%;
}

#download .box h1{
  display: block;
  padding: 0 0 45px 0;
  color:#000;
  font-weight: 900;
  font-size:2.4rem;
  line-height:2.4rem;
}

#footer{
  scroll-margin-top: 120px!important;
  border-top:1px solid #DF9F20;
  display: block;
  padding: 150px 0;
  background:linear-gradient(90deg, rgba(26,19,134,1) 0%, rgba(26,19,134,0.9) 50%, rgba(0,0,0,1) 100%);
}

#footer .box{
  display: block;
  margin: 0 auto;
  color:#fff;
  text-align: left;
  color: #fff;
}

#footer .box h1{
  opacity: 0.9;
  font-size: 2.8rem;
  line-height: 2.6rem;
  font-weight: 900;
  text-shadow: 0.02em 0.02em #333;
  letter-spacing: 0.4rem;
}

#footer .formulario{
  display: block;
  margin: 0 auto;
  background:#fff;
  text-align: left;
  color: #fff;
  
  min-height: 500px;
  padding: 60px;
}

#footer .formulario input::placeholder{
  font-weight: 300;
  color: #000;
}

#footer .formulario input{
  font-weight: 900;
  border-radius: 30px;
  margin: 0 0 15px 0;
  padding: 0 30px;
  display: block;
  width: 100%;
  height: 60px;
  color: #000;
  border:3px solid rgba(26,19,134,1);
}

#footer .formulario textarea{
  font-weight: 900!important;
  border-radius: 30px;
  margin: 0 0 15px 0;
  padding: 30px;
  display: block;
  width: 100%;
  height: 100px;
  color: #000;
  border:3px solid rgba(26,19,134,1);
}

#footer .formulario textarea::placeholder{
  font-weight: 300;
  color: #000;
}

#footer .formulario button{
  font-weight: 900;
  background:#DF9F20;
  color:#253771;
  
  padding:0 30px;
  display: block;
  width: max-content;
  height: 60px;
  border: 0;
  margin: 0 auto;
}

#footer .infos{
  display: block;
  margin: 60px auto 0 auto;
  color:#fff;
  text-align: left;
  color: #fff;
}

#footer .infos a{
  display: flex;
  margin:0 0 30px 0;
  justify-content: flex-start;
  align-items: flex-start;
  color:#fff;
  font-size: 1.2rem;
}

#footer .infos a i{
  color:#DF9F20;
  padding: 0 30px 0 0;
  font-weight: 900;
  font-size: 2rem;
}

#copy{
  color:#DF9F20;
  background:#1D1386;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}






@media (min-width: 0px) and (max-width:1024px){
	
#cookies .cookies{
    display: grid;
    grid-template-columns:100%;
  cursor:pointer;
  max-width:1320px;
  margin:0 auto;
}

    #cookies .cookies .botao {
        margin: 15px 0;
        padding: 15px 60px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        width: 100%;
        font-size: 1rem;
    }
	
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-toggler {
    margin-top: 15px;
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}


#topo{
  width: 100%;
  background: #fff;
  display: block!important;
  height: auto!important;
  height:100px;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: fixed;
  top:0;
  z-index: 1050!important;
  border-top:0px solid #183B72;
  border-bottom:0px dashed #fff;
	padding:0 0;
}
	
#topo img{
	max-height:80px;
	padding:10px 30px 0 0;
}

#topo .menu{
  display: block!important;
  justify-content: end;
  align-items: center;
  text-align: center;
  position: relative;
}

#topo .navbar{
	padding: 0!important;
}
	
#topo .navbar ul{
	margin-top:30px!important;
	padding-bottom:30px;
}
	
#topo .navbar-toggler {
  position: absolute;
  top:-75px;
  right: 15px;
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: transparent;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
	
#topo button {
	outline:0!important;
  border-color: inherit!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
	
#topo .navbar-toggler-icon {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(37, 55, 113, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#topo .nav-link{
	height:50px;
	display:flex;
	align-items:center;
	justify-content: flex-end;
  font-size: 1.4rem!important;
  color: #253771!important;
  font-weight: 900;
  padding: 0 0 0px 0!important;
  border: 0px solid #fff;
  border-bottom: 1px solid #FFCB05;
  text-decoration: none;
  border-radius:0px;
  transition: all .3s;
}

#topo .nav-link.active{
  color: #DF9F20!important;
  border: 0px solid #fff;
  text-decoration: none;
  border-radius:0px;
	border-bottom: 1px solid #FFCB05;
}

#topo .nav-link:hover{
  color: #DF9F20!important;
  border: 0px solid #EEBF31;
  text-decoration: none;
  border-radius:0px;
border-bottom: 1px solid #FFCB05;
}

#slider{
  display: block;
  position: relative;
  width: 100%;
  height: 80%;
  overflow: hidden;
  background: #fff;
}

#slider .imagem{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 100%;
  width: 100%;
  background:top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#slider.azul::before{
  content: '';
  position: absolute;
  bottom: 0;
  /*background: rgba(26,19,134,0.9);*/
  background:linear-gradient(90deg, rgba(26,19,134,1) 0%, rgba(26,19,134,0.9) 50%, rgba(0,0,0,1) 100%);
  width: 100%;
  height: 100%;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



#slider h1{
  font-style: italic;
  max-width: 100%;
  display: block;
  color: #DF9F20;
  opacity: 0.9;
  font-size: 2rem;
  line-height: 1.8rem;
  font-weight: 900;
  text-shadow: 0.02em 0.02em #333;
  letter-spacing: 0.4rem;
}

#slider .imagem div{
  max-width: 100%;
  text-align: left;
  padding: 0 30px 0 30px;
}

#slider h5{
  font-style: italic;
  margin: 15px 0 30px 0;
  max-width: 100%;
  display: block;
  color: #fff;
  opacity: 0.9;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 100;
  text-shadow: 0.02em 0.02em #333
}

#slider.sobre{
  display: block;
  position: relative;
  width: 100%;
  height: 730px;
  overflow: hidden;
  background: #fff;
}
	
#quem{
  scroll-margin-top: 120px!important;
  position: relative;
  display: block;
  padding: 0 0 30px 0;
  background:linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 45%, rgba(240,240,240,1) 45%, rgba(255,255,255,1) 100%);
}
	
#quem.home img{
  display: block;
  z-index: 999999999!important;
  margin-top: -135px;
  border-radius: 0px;
  max-width: 100%;
  border-top:0px solid #DF9F20;
  border-bottom:0px solid #1D1386;
}

#quem .texto{
  padding: 45px 15px 45px 15px;
  display: block;
  margin: auto 0 auto 0;
  text-align: left;
}
	
#quem-mvv{
  height: auto;
  position: relative;
  display: block;
  padding: 45px 15px;
  background:#DF9F20;
}
	
#quem-mvv .box{
  background:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height:auto;
	min-height:240px;
  border-top: 6px solid #DF9F20;
  padding:15px;
  color:#000;
  text-align: center;
  font-weight: 100;
  border-radius: 45px;
  margin: 0 0 15px 0;
}
	
#servicos{
  scroll-margin-top: 120px!important;
  position: relative;
  display: block;
  padding: 60px 15px 60px 15px;
  background:#fff;
}

#servicos h1{
  display: block;
  padding: 0 0 45px 0;
  color:#000;
  font-weight: 900;
  font-size:2.8rem;
  line-height:2.6rem;
}

#servicos .box{
  border: 0px solid #f0f0f0;
  display: inline-block;
  justify-content: center;
  align-items: center;
  margin: 0 0 60px 0;
}

#servicos .box div img{
	display:block;
  padding:0 15px 15px 0;
	margin:0 auto;
	text-align:center;
}

#servicos .box h5{
  display: block;
	text-align:center;
  color:#253771;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0 0 15px 0;
}

#servicos .box h6{
display: block;
	text-align:center;
  color: #000;
  font-weight: 300;
  line-height:1.6rem;
}
	
#download{
  background:linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 50%, rgba(240,240,240,1) 50%, rgba(255,255,255,1) 100%);
  display: block;
  padding: 15px 0 60px 0;
  position: relative;
}

#download .imagem{
  margin:-90px 0 0 0;
  display: block;
  max-width: 100%;
}

#download .row{
}

#download .col-4{
}

#download .col-8{

}

#download .box{
  width:100%;
  height: 100%;
	padding:0 15px;
  display: block;
  justify-content: center;
  align-items: center;

}

#download .box div{
  display: block;
  min-width: 100%;
}

#download .box div img{
  max-width: 49%;
}

#download .box h1{
  display: block;
  padding: 30px 0 30px 0;
  color:#000;
  font-weight: 900;
  font-size:2rem;
  line-height:1.8rem;
}

#footer{
  scroll-margin-top: 120px!important;
  border-top:1px solid #DF9F20;
  display: block;
  padding: 60px 15px;
  background:linear-gradient(90deg, rgba(26,19,134,1) 0%, rgba(26,19,134,0.9) 50%, rgba(0,0,0,1) 100%);
}

#footer .box{
  display: block;
  margin: 0 auto;
  color:#fff;
  text-align: left;
  color: #fff;
}

#footer .box h1{
  opacity: 0.9;
  font-size: 2.2rem;
  line-height: 2rem;
  font-weight: 900;
  text-shadow: 0.02em 0.02em #333;
  letter-spacing: 0.4rem;
}

#footer .formulario{
  display: block;
  margin: 0 auto;
  background:#fff;
  text-align: left;
  color: #fff;
  
  min-height: 500px;
  padding: 15px;
}

#footer .formulario input::placeholder{
  font-weight: 300;
  color: #000;
}

#footer .formulario input{
  font-weight: 900;
  border-radius: 30px;
  margin: 0 0 15px 0;
  padding: 0 30px;
  display: block;
  width: 100%;
  height: 60px;
  color: #000;
  border:3px solid rgba(26,19,134,1);
}

#footer .formulario textarea{
  font-weight: 900!important;
  border-radius: 30px;
  margin: 0 0 15px 0;
  padding: 30px;
  display: block;
  width: 100%;
  height: 100px;
  color: #000;
  border:3px solid rgba(26,19,134,1);
}

#footer .formulario textarea::placeholder{
  font-weight: 300;
  color: #000;
}

#footer .formulario button{
  font-weight: 900;
  background:#DF9F20;
  color:#253771;
  
  padding:0 30px;
  display: block;
  width: max-content;
  height: 60px;
  border: 0;
  margin: 0 auto;
}

#footer .infos{
  display: block;
  margin: 60px auto 0 auto;
  color:#fff;
  text-align: left;
  color: #fff;
}

#footer .infos a{
  display: flex;
  margin:0 0 30px 0;
  justify-content: flex-start;
  align-items: flex-start;
  color:#fff;
  font-size: 1.2rem;
}

#footer .infos a i{
  color:#DF9F20;
  padding: 0 30px 0 0;
  font-weight: 900;
  font-size: 2rem;
}
	
#copy{
  color:#DF9F20;
  background:#1D1386;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
	text-align:center;
	padding:15px 15px;
}
	
}