h1 {

    font-size: 26px;

    font-weight: bold;

}



.txt{

    font-size: 26px !important;

    font-weight: bold;

}

.manifesto .container-fluid{

    padding-left: 8vw;

}

.banner{

    background-image: url('assets/banner/banner-quem-somos.webp');

    background-size: cover;

    background-repeat: no-repeat;

    height: 614px;

    margin-top: 130px;

    background-position-x: 50%;

    background-position-y: 50%;

}





a.btn {

  

  background-color: transparent;

  border: 2px solid #1B3768;

  border-radius: 0.6em;

  color: #1B3768;

  cursor: pointer;

  

  -webkit-align-self: center;

      -ms-flex-item-align: center;

          align-self: center;

  font-size: 13px;

  font-weight: 400;

  line-height: 1;

  margin: 20px;

  padding: 1.2em 2.8em;

  text-decoration: none;

  text-align: center;

  text-transform: uppercase;

  font-family: 'Montserrat', sans-serif;

  font-weight: 700;

}

a.btn:hover {

  color: #fff;

  outline: 0;

}



a.first {

  -webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;

  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;

}

a.first:hover {

  box-shadow: 0 0 40px 40px #1B3768 inset;

}

.accordion-item{border: none;}



@media screen and (max-width: 991px){

    .banner{

        background-image: url('assets/banner-mobile/BANNER-QUEMSOMOS_MOBILE.webp');

        background-size: cover;

        background-repeat: no-repeat;

        height: 479px;

        margin-top: 130px;

        background-position-x: 50%;

        background-position-y: 50%;

    }

    

}

