
@font-face {
  font-family: 'Fredoka One regular';
  src: url('../FONTS/Fredoka_One/FredokaOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fredoka';
  font-weight: normal;
  font-style: normal;
  src: url('../FONTS/Fredoka_regular/Fredoka-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto Bold';
  src: url('../FONTS/roboto/Roboto-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../FONTS/roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.cid-t3zdwuLgIU {
  padding-top: 100px;
  padding-bottom: 20px;
  background: #3A4B8F;
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) {
  .cid-t3zdwuLgIU {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #3A4B8F;
    position: relative;
    overflow: hidden;
  }


}
.cid-t3zdwuLgIU H1 {
  color: white;
  text-align: left;
  font-family: 'Fredoka One regular';
}
@media (max-width: 900px) {
  .cid-t3zdwuLgIU H1 {
    text-align: center;
  }
 }
.cid-t3zdwuLgIU .mbr-section-btn, .cid-t3zdwuLgIU .mbr-text {
  color: white;
  padding-right: 2rem;
  font-size: 22px;
  font-family: 'Roboto';
  padding-bottom: 20px;
}
@media (max-width: 900px){
  .cid-t3zdwuLgIU .mbr-section-btn, .cid-t3zdwuLgIU .mbr-text {
    padding-right: 0rem;
  }
}
.cid-t3zdwuLgIU .img-box img{
 border-radius: 25px;
}
@media (max-width: 900px){
  .cid-t3zdwuLgIU .img-box img{
    margin-top: 20px;
  }

}
.cid-t3zdwuLgIU .imagem-icone img{
  width: auto;
  height: 57px;
}
.btn {
  font-weight: 500;
  border-width: 1px;
  font-family: 'Fredoka One regular';
}
 a.btn:not(.btn-form) {
  border-radius: 100px;
  position: absolute;
  left: 2%;
  margin-bottom: 0px;
  bottom: 0;
}
@media (max-width: 900px){
   a.btn:not(.btn-form) {
    position: absolute;
    left: 0;
    right: 0;
    width: 70%;
    margin: auto;
  }
}
.btn-md {
  padding: 0.6rem 0.8rem;
  border-radius: 4px;
}
.btn-secondary-outline:hover {
    color: #fafafa;
    border: none;
    background: transparent linear-gradient(90deg, #5D6EB2 0%, #D22684 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #0000006E;
}
.cid-t3zdwuLgIU .mbr-iconfont {
  color: white;
  font-size: 3.5rem;
}
.card-box h4 {
  color: #5d6eb2;
  font-family: 'Fredoka One regular';
  text-align: center;
  font-size: 16px;
  border-radius: 16px;
  display: flex;
  height: 150px;
  background: white;
  align-items: center;
}
.card-box h4:hover{
  cursor: pointer;
  width: 102%;
  font-size: 16.5px;
  height: 155px;
}
.card-box h4 span{
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 900px){
  .card-box h4 span{
    padding-left: 1rem;
    padding-right: 1rem;
  }

}
#tabela-nossosvalores .col-texto-nossos-valores{
  margin-top: 20px;
  margin-bottom: 40px;
}

#tabela-nossosvalores .menu-descricao {
  height: 67px;
  display: flex;
  align-content: center;
  background: #3A4B8F;
  border-radius: 10px;
}

#tabela-nossosvalores .menu-descricao a {
  color: white;
  font-size: 16px;
  font-family: 'Fredoka';

}
#tabela-nossosvalores .menu-descricao li .active {
  color: white;
  font-size: 16px;
  font-family: 'Fredoka One regular';
   
}
#tabela-nossosvalores .tab-content {
  padding-top: 1rem;
  font-size: 20px;
  font-family: 'Roboto';
  line-height: 1.5rem;
  padding-bottom: 5rem;
  color: #3A4B8F;
}
#tabela-nossosvalores .tab-content .tab-pane ,#tabela-nossosvalores .tab-content .tab-pane div{
 line-height: 2rem;
}
#tabela-nossosvalores #accordion {
  display: none;
}

@media (max-width: 900px){
  #tabela-nossosvalores .menu-descricao, #tabela-nossosvalores .tab-content{
   display: none;
  }
  #tabela-nossosvalores #accordion {
    display: block;
  }
  #tabela-nossosvalores #accordion h2{
     font-family: 'Fredoka';
     font-weight: 400;
  }
  #tabela-nossosvalores .acordion-body{
     font-family: 'Roboto';
  }
}
