@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,700,800');

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
    background: #5CC6D0; 
}

::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

a{
	text-decoration:none!important;
}

html{scroll-behavior: smooth;height:100%;}

body{
	width:100%;
	height:100%;
	min-height:100%;
  overflow-x: hidden;
  font-family: 'Fira Sans', sans-serif;
  font-size:14px;
  background: #fff;
}

#topo{
  display: block;
  text-align: center;
  padding: 15px;
  background: #f0f0f0;
}

#topo img{
  max-width: 100%;
  max-height: 90px;
}

#menu{
  display: block;
  text-align: center;
}

#menu .col-lg-6{
  height: auto!important;
  padding: 0;
}

#menu .col-lg-6 .row{
  height: 100%!important;
  margin: 0;
}

#menu .col-lg-6 .col-12.col-lg-8{
  display: flex;
  height: 100%!important;
  padding: 0;
  align-items: end;
  justify-content: left;
}

#menu .menu{
  width: 100%;
  height: 100%;
  display: block;
}

#menu .menu p{
  padding: 15px;
}

#menu img{
  max-width: 100%;
}

.bg-1{
  background: #6FC191;
}

.bg-2{
  background: #F37D8A;
}

.bg-3{
  background: #6FC6D9;
}

.bg-4{
  background: #E5B856;
}

.bg-5{
  background: #8E6CAB;
}

#menu .menu .texto{
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu .menu .links{
  height: 50%;
}

#menu .menu a{
  font-weight: bold;
  height: 20%;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

h3.titulo{
  text-align: center;
  position: relative;
  color: #0F8DC4;
  padding-bottom: 16px;
  margin-bottom: 30px;
}

h3.titulo::after{
  content:'';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 16px;
  background: url(../imagens/ico-1.png);
}

#quem{
  display: block;
  text-align: center;
  padding: 60px 0;
}

#quem img{
  max-width: 100%;
}

#quem .row.bg-1,#quem .row.bg-2,#quem .row.bg-3,#quem .row.bg-4{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}


#quem .row b{
  display: block;
  font-size: 1.2rem;
}

#servicos{
  display: block;
  text-align: center;
  padding: 60px 0;
}

#servicos p{
  font-size: 16px;
  padding: 60px 0;
}

#servicos p b{
  display: block;
  font-size: 18px;
  color: #6FC6D9;
  padding: 0 0 30px 0;
}

iframe{
  width: 100%;
  height: 350px;
    margin-top:60px;
    margin-bottom:-10px;
    padding-bottom:0px;
    border:none;
    overflow:hidden;
}

#footer{
  display: block;
  text-align: center;
}

#footer a{
  color: #fff;
}

#footer .row{
  height: 300px;
}

#footer h4{
  font-weight: bold;
  text-align: center;
  position: relative;
  color: #fff;
  padding-bottom: 30px;
}

#footer .box{
  height: 140px;
  font-size: 16px;
}

#footer .col-md-4{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

@media (min-width: 0px) and (max-width:768px){

#quem {
    display: block;
    text-align: center;
    padding: 0 0 0 0;
}

#quem .col-12{
  padding: 45px 15px;
}

#menu .menu .texto {
    height: auto!important;
    padding: 45px 15px 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu .col-lg-6 .row{
  height: 100%!important;
  margin: 0 -15px;
}

#menu .menu a{
  font-weight: bold;
  height: auto!important;
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .box {
    height: auto!important;
    font-size: 16px;
    padding: 45px 15px;
}

#servicos p {
    font-size: 16px;
    padding: 30px 0 0 0;
}

#servicos {
    display: block;
    text-align: center;
    padding: 60px 0 0 0;
}

}
@media (min-width: 992px){}
@media (min-width: 1200px){}