@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  outline: 0 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  padding-top: 196px;
  overflow-x: hidden;
}
@media (max-width: 1400px) {
  body {
    padding-top: 132px !important;
  }
}

/*Cores*/
/*Colors*/
.dark-blue {
  color: #38436A !important;
}

.light-blue {
  color: #005280 !important;
}

.light-blue-2 {
  color: #00AEEF !important;
}

.gray {
  color: #A6ADB4 !important;
}

.gray-2 {
  color: #83898E !important;
}

.gray-3 {
  color: #606569 !important;
}

.orange {
  color: #FF9F43 !important;
}

.white {
  color: #F6FAFF !important;
}

.yellow {
  color: #FFDE00 !important;
}

.black {
  color: #2F3032 !important;
}

/*Background*/
.bg-dark-blue {
  background-color: #38436A !important;
}

.bg-dark-blue-2 {
  background-color: #1A1F37 !important;
}

.bg-light-blue {
  background-color: #005280 !important;
}

.bg-light-blue-2 {
  background-color: #00AEEF !important;
}

.bg-gray {
  background-color: #A6ADB4 !important;
}

.bg-gray-2 {
  background-color: #83898E !important;
}

.bg-orange {
  background-color: #FF9F43 !important;
}

.bg-gray-light {
  background-color: #E5E5E5;
}

.bg-white-1 {
  background-color: #F6FAFF !important;
}

/*Gradient*/
.blue-gradient {
  background: linear-gradient(131.41deg, #1A1F37 -7.36%, #38436A 106.27%) !important;
}

.yellow-gradient {
  background: linear-gradient(123.21deg, #BFB200 -5.82%, #FFED66 121.65%) !important;
}

/*Shadow*/
.shadow {
  box-shadow: 0px 100px 80px rgba(52, 94, 138, 0.07), 0px 41.7776px 33.4221px rgba(52, 94, 138, 0.0503198), 0px 22.3363px 17.869px rgba(52, 94, 138, 0.0417275), 0px 12.5216px 10.0172px rgba(52, 94, 138, 0.035), 0px 6.6501px 5.32008px rgba(52, 94, 138, 0.0282725), 0px 2.76726px 2.21381px rgba(52, 94, 138, 0.0196802) !important;
}

/*Fonts*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
a,
span {
  font-family: "Montserrat", sans-serif;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #38436A;
  border-radius: 10px;
}

/*Varios*/
.btn:active {
  box-shadow: none;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.radius-8 {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.banner img {
  width: 100%;
  height: auto;
}

#blueimp-gallery {
  display: none;
}

.breadcrumb {
  padding-left: 0;
}

.formatacao,
.formatacao p,
.formatacao span,
.formatacao div {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #2F3032;
}

@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}
.social-links a {
  top: 0;
  position: relative;
  transition: 0.4s ease;
}
.social-links a svg path {
  transition: 0.4s ease;
}
.social-links a:hover {
  text-decoration: none;
  top: -5px;
}
.social-links a:hover svg path {
  fill: #FFDE00;
}

/*Mixin*/
* {
  outline: 0 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  padding-top: 196px;
  overflow-x: hidden;
}
@media (max-width: 1400px) {
  body {
    padding-top: 132px !important;
  }
}

/*Cores*/
/*Colors*/
.dark-blue {
  color: #38436A !important;
}

.light-blue {
  color: #005280 !important;
}

.light-blue-2 {
  color: #00AEEF !important;
}

.gray {
  color: #A6ADB4 !important;
}

.gray-2 {
  color: #83898E !important;
}

.gray-3 {
  color: #606569 !important;
}

.orange {
  color: #FF9F43 !important;
}

.white {
  color: #F6FAFF !important;
}

.yellow {
  color: #FFDE00 !important;
}

.black {
  color: #2F3032 !important;
}

/*Background*/
.bg-dark-blue {
  background-color: #38436A !important;
}

.bg-dark-blue-2 {
  background-color: #1A1F37 !important;
}

.bg-light-blue {
  background-color: #005280 !important;
}

.bg-light-blue-2 {
  background-color: #00AEEF !important;
}

.bg-gray {
  background-color: #A6ADB4 !important;
}

.bg-gray-2 {
  background-color: #83898E !important;
}

.bg-orange {
  background-color: #FF9F43 !important;
}

.bg-gray-light {
  background-color: #E5E5E5;
}

.bg-white-1 {
  background-color: #F6FAFF !important;
}

/*Gradient*/
.blue-gradient {
  background: linear-gradient(131.41deg, #1A1F37 -7.36%, #38436A 106.27%) !important;
}

.yellow-gradient {
  background: linear-gradient(123.21deg, #BFB200 -5.82%, #FFED66 121.65%) !important;
}

/*Shadow*/
.shadow {
  box-shadow: 0px 100px 80px rgba(52, 94, 138, 0.07), 0px 41.7776px 33.4221px rgba(52, 94, 138, 0.0503198), 0px 22.3363px 17.869px rgba(52, 94, 138, 0.0417275), 0px 12.5216px 10.0172px rgba(52, 94, 138, 0.035), 0px 6.6501px 5.32008px rgba(52, 94, 138, 0.0282725), 0px 2.76726px 2.21381px rgba(52, 94, 138, 0.0196802) !important;
}

/*Fonts*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
a,
span {
  font-family: "Montserrat", sans-serif;
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #38436A;
  border-radius: 10px;
}

/*Varios*/
.btn:active {
  box-shadow: none;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.radius-8 {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.banner img {
  width: 100%;
  height: auto;
}

#blueimp-gallery {
  display: none;
}

.breadcrumb {
  padding-left: 0;
}

.formatacao,
.formatacao p,
.formatacao span,
.formatacao div {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #2F3032;
}

@media (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}
.social-links a {
  top: 0;
  position: relative;
  transition: 0.4s ease;
}
.social-links a svg path {
  transition: 0.4s ease;
}
.social-links a:hover {
  text-decoration: none;
  top: -5px;
}
.social-links a:hover svg path {
  fill: #FFDE00;
}

/*Mixin*/
/*Search*/
.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: #38436A;
  z-index: 10000;
  align-items: center;
  justify-content: center;
}
.search-modal .btn-close {
  position: absolute;
  top: 5%;
  right: 5%;
  color: #fff;
  background-color: transparent;
  font-size: 40px;
}
.search-modal #search2 {
  position: relative;
}
.search-modal #search2 .busca {
  width: 350px;
  padding: 0 4.5rem;
  background-color: transparent;
  height: 55px;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid #fff;
  color: #fff !important;
  /*radius*/
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.search-modal #search2 .busca::-moz-placeholder {
  color: #fff;
}
.search-modal #search2 .busca::placeholder {
  color: #fff;
}
.search-modal #search2 .btn-busca {
  position: absolute;
  left: 0;
  bottom: 12px;
  background-color: transparent;
}
@media (max-width: 500px) {
  .search-modal #search2 .busca {
    width: 100%;
  }
  .search-modal #search2 .btn-busca {
    bottom: 6px;
  }
}

/*Nav Submenu*/
.nav-submenu .menu-atletismo a {
  color: #68DB35 !important;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 22px 15px;
}
@media (max-width: 1400px) {
  .nav-submenu .menu-atletismo a {
    padding: 22px 10px;
  }
}
.nav-submenu .menu-filarmonica a {
  color: #36AED3 !important;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 22px 15px;
}
@media (max-width: 1400px) {
  .nav-submenu .menu-filarmonica a {
    padding: 22px 10px;
  }
}
.nav-submenu .menu-natacao a {
  color: #DEBD13 !important;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 22px 15px;
}
@media (max-width: 1400px) {
  .nav-submenu .menu-natacao a {
    padding: 22px 10px;
  }
}
.nav-submenu .menu-polo-aquatico a {
  color: #1C3072 !important;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 22px 15px;
}
@media (max-width: 1400px) {
  .nav-submenu .menu-polo-aquatico a {
    padding: 22px 10px;
  }
}
.nav-submenu .menu-projeto-social a {
  color: #ECB956 !important;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 22px 15px;
}
@media (max-width: 1400px) {
  .nav-submenu .menu-projeto-social a {
    padding: 22px 10px;
  }
}
.nav-submenu .menu-educacao a {
  color: #d85a06 !important;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 22px 15px;
}
@media (max-width: 1400px) {
  .nav-submenu .menu-educacao a {
    padding: 22px 10px;
  }
}
.nav-submenu .menu-informatica a {
  color: #640ec7 !important;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 22px 15px;
}
@media (max-width: 1400px) {
  .nav-submenu .menu-informatica a {
    padding: 22px 10px;
  }
}
.nav-submenu .menu-paranatacao a {
  color: #979306 !important;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 22px 15px;
}
@media (max-width: 1400px) {
  .nav-submenu .menu-paranatacao a {
    padding: 22px 10px;
  }
}

/*Nav right*/
.nav-right li a {
  padding: 16px 32px;
  box-shadow: 0px 22px 45px rgba(12, 75, 113, 0.16), 0px 6.63236px 13.5662px rgba(12, 75, 113, 0.104254), 0px 2.75474px 5.6347px rgba(12, 75, 113, 0.08), 0px 0.996336px 2.03796px rgba(12, 75, 113, 0.0557458);
  border-radius: 515.872px;
  color: #F6FAFF !important;
  text-transform: uppercase;
  font-weight: 700;
}
.nav-right .menu-abda-filarmonica a {
  background-color: #005280;
}
.nav-right .menu-abda-filarmonica a:hover {
  background-color: #005280;
  opacity: 0.5;
}
.nav-right .menu-doacoes a,
.nav-right .menu-matricule-se a {
  background: linear-gradient(123.21deg, #BFB200 -5.82%, #FFED66 121.65%);
  color: #38436A !important;
}
.nav-right .menu-doacoes a:hover,
.nav-right .menu-matricule-se a:hover {
  background-color: linear-gradient(123.21deg, #BFB200 -5.82%, #FFED66 121.65%);
  opacity: 0.5;
}

.row.paginador .col-md-5.pull-left {
  display: none;
}

/*****
Titulos
*/
.titulosh {
  border-left: 5px solid currentColor;
  padding: 6px;
}

/*Off Canvas*/
.menuclose {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.sidenav {
  height: 100%;
  width: 300px;
  padding-bottom: 2rem;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
}
.sidenav .navbar-brand {
  height: 150px;
}
.sidenav .closebtn {
  margin-right: 2rem;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: auto;
}
.sidenav .nav-mobile {
  width: 100%;
}
.sidenav .nav-mobile .dropdown-menu li a {
  padding-left: 1rem !important;
}
.sidenav .ul-off-canvas {
  padding-right: 1rem;
  padding-left: 1rem;
}
.sidenav .ul-off-canvas li {
  padding: 2rem 0;
  list-style-type: none;
}
.sidenav .ul-off-canvas li a {
  padding: 2rem 0;
  padding-right: 100%;
  white-space: nowrap;
  color: #38436A !important;
  text-transform: uppercase;
  font-weight: 700;
}
.sidenav .ul-off-canvas li .dropdown-menu {
  position: relative;
  width: 100%;
  border: 0;
  box-shadow: none;
  padding-left: 0;
}
.sidenav .ul-off-canvas li .dropdown-menu li {
  padding: 0;
}
.sidenav .nav-right li {
  margin-bottom: 1.5rem;
  padding: 0 2rem 0 1rem;
}
.sidenav .redes-sociais {
  display: none;
}
@media (max-width: 576px) {
  .sidenav .redes-sociais {
    display: flex;
  }
}

/*Card-videos*/
.card-videos .header {
  position: relative;
  overflow: hidden;
}
.card-videos .header .card-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 285px;
  filter: drop-shadow(0px 100px 80px rgba(52, 94, 138, 0.07)) drop-shadow(0px 41.7776px 33.4221px rgba(52, 94, 138, 0.0503198)) drop-shadow(0px 22.3363px 17.869px rgba(52, 94, 138, 0.0417275)) drop-shadow(0px 12.5216px 10.0172px rgba(52, 94, 138, 0.035)) drop-shadow(0px 6.6501px 5.32008px rgba(52, 94, 138, 0.0282725)) drop-shadow(0px 2.76726px 2.21381px rgba(52, 94, 138, 0.0196802));
  -webkit-filter: drop-shadow(0px 100px 80px rgba(52, 94, 138, 0.07)) drop-shadow(0px 41.7776px 33.4221px rgba(52, 94, 138, 0.0503198)) drop-shadow(0px 22.3363px 17.869px rgba(52, 94, 138, 0.0417275)) drop-shadow(0px 12.5216px 10.0172px rgba(52, 94, 138, 0.035)) drop-shadow(0px 6.6501px 5.32008px rgba(52, 94, 138, 0.0282725)) drop-shadow(0px 2.76726px 2.21381px rgba(52, 94, 138, 0.0196802));
}
.card-videos .header .play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  opacity: 1;
  transition: 0.3s ease;
}

.card-videos:hover .play {
  opacity: 0.6;
}

/*Card Noticias*/
@media (max-width: 480px) {
  .col-noticias {
    width: 100% !important;
  }
}
.card-noticias {
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}
.card-noticias::before {
  content: "";
  background: linear-gradient(1.54deg, #1A1F37 4.01%, rgba(26, 31, 55, 0) 75.6%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.4s ease;
  left: 0;
  opacity: 1;
}
.card-noticias:hover::before {
  opacity: 0;
}
.card-noticias.first {
  height: 560px;
}
.card-noticias.first .title-noticias {
  font-size: 25px;
}
.card-noticias.thumb {
  height: 265px;
  margin-bottom: 3rem;
}
.card-noticias.thumb .title {
  font-size: 18px;
}
.card-noticias .link-category {
  font-size: 12px;
}

/*Card Galery*/
.card-galery {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.card-galery::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.card-galery:hover {
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}
.card-galery .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(26, 31, 55, 0.6), rgba(26, 31, 55, 0.6));
  /**/
}
.card-galery .content:hover {
  background: linear-gradient(179.18deg, rgba(0, 202, 234, 0) 20.49%, #00CAEA 99.29%);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.card-galery .content h3 {
  font-size: 18px;
}
.card-galery .img-galery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
  z-index: 0;
}

/*Card Centros de treinamentos*/
.card-ct {
  position: relative;
  height: 22vw;
  min-height: 300px;
  border-radius: 32px;
  overflow: hidden;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.card-ct:hover {
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}
.card-ct .content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  /**/
}
.card-ct .content:hover {
  background: linear-gradient(179.18deg, rgba(0, 202, 234, 0) 20.49%, #00CAEA 99.29%);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.card-ct .content h3 {
  font-size: 18px;
}
.card-ct .img-galery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
  z-index: 0;
}
.card-ct .img-plus {
  position: absolute;
  z-index: 1;
  left: calc(50% - 41.5px);
  top: calc(50% - 41.5px);
}

/*Input Busca*/
.input-busca {
  border: 1px solid #CAD2D9;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.input-busca input {
  height: 62px;
  border: none;
  border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px;
}
.input-busca .btn-busca {
  height: 62px;
  width: 80px;
  background-color: transparent;
}

/*Card Noticias*/
.card-noticias .header {
  height: 265px !important;
}
.card-noticias .header .content .img-noticias {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.card-noticias .header .content .cat-date {
  position: relative;
  z-index: 1;
}

/*Content Links*/
.copy .url-copy {
  color: #8D9CA5;
  max-width: 250px;
  overflow-x: scroll;
  white-space: pre;
}
.copy .url-copy::-webkit-scrollbar {
  height: 3px;
}
.copy .url-copy::-webkit-scrollbar-track {
  border-radius: 10px;
}
.copy .url-copy::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #A6ADB4;
  outline: 2px solid #A6ADB4;
}
.copy .url-copy::-webkit-scrollbar:vertical {
  display: none;
}
@media (max-width: 400px) {
  .copy .url-copy {
    max-width: 200px;
  }
}

/*nav-filarmonica*/
.nav-filarmonica-mobile li a {
  color: #38436A;
  font-weight: 700;
}

/*Panel Group*/
.panel-default {
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  border-radius: 14px;
  border-color: none;
}
.panel-default.panel-open {
  border: 2px solid #005280;
  margin-bottom: 3rem;
}
.panel-default.panel-open .icon {
  transform: rotate(90deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.panel-default.panel-open .icon svg circle {
  fill: #38436A;
}
.panel-default.panel-open .icon svg path {
  stroke: #fff;
}
.panel-default .panel-heading {
  background-image: none !important;
  background-color: #fff;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}
.panel-default .panel-heading .icon {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.panel-default .panel-body {
  border-top: none !important;
}
.panel-default .panel-body p {
  color: #6F6C90;
}

/*Card Eventos*/
.card-event {
  background-color: #EDF6FF;
  border-radius: 8px;
  min-height: 220px;
}
.card-event .card-event-header .dia {
  font-size: 64.8615px;
}
.card-event .card-event-header .mes {
  font-size: 18px;
}
.card-event .card-event-header .ano {
  font-size: 18px;
}
.card-event .body h2 {
  font-weight: 400;
  font-size: 18px;
}
.card-event .local p {
  font-weight: 700;
  font-size: 14px;
}
.card-event .text-hover {
  color: #38436A;
}
.card-event:hover {
  background-color: #00AEEF;
  box-shadow: 0px 22px 45px rgba(12, 75, 113, 0.16), 0px 6.63236px 13.5662px rgba(12, 75, 113, 0.104254), 0px 2.75474px 5.6347px rgba(12, 75, 113, 0.08), 0px 0.996336px 2.03796px rgba(12, 75, 113, 0.0557458);
}
.card-event:hover .text-hover {
  color: #fff;
}
.card-event:hover .local svg path {
  stroke: #ffffff !important;
}

/**
  Ler tela
  */
.screen-reader .ler-tela {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  background: #F1F3F4;
  border-radius: 100px;
  min-width: 296px;
  max-width: 440px;
  padding: 8px 12px;
  box-shadow: 0px 12px 93px rgba(0, 0, 0, 0.07), 0px 3.61765px 28.0368px rgba(0, 0, 0, 0.0456112), 0px 1.50259px 11.645px rgba(0, 0, 0, 0.035), 0px 0.543456px 4.21178px rgba(0, 0, 0, 0.0243888);
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9998;
}

.screen-reader .ler-tela-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.screen-reader .ler-tela-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  font-size: 11px;
  margin-right: 8px;
}

.screen-reader .ler-tela-text span {
  color: #606569;
  font-weight: 600;
}

.screen-reader .ler-tela-text strong {
  font-weight: 700;
  letter-spacing: 0.185em;
  color: #005280;
}

.screen-reader button {
  padding: 0;
  margin: 0 4px;
  border: 0;
  background: none;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  box-shadow: 0px 12px 93px rgba(0, 0, 0, 0.07), 0px 3.61765px 28.0368px rgba(0, 0, 0, 0.0456112), 0px 1.50259px 11.645px rgba(0, 0, 0, 0.035), 0px 0.543456px 4.21178px rgba(0, 0, 0, 0.0243888);
  transition: 0.4s ease;
  position: relative;
  top: 0;
}

.screen-reader button svg {
  width: 100%;
  height: auto;
}

.screen-reader button:hover {
  cursor: pointer;
  top: -4px;
}

.screen-reader button:active {
  transition: 0.3s ease;
  top: -2px;
}

.screen-reader button:hover svg path {
  transition: 0.4s ease;
}

.screen-reader button:hover svg #iconplay,
.screen-reader button:hover svg #fonts path {
  fill: #007FBA;
}

/***
  Ler tela responsivo
  */
@media screen and (max-width: 600px) {
  .screen-reader .ler-tela {
    bottom: 15px;
    right: 15px;
  }
  .screen-reader button {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 390px) {
  .screen-reader .ler-tela-text {
    display: none;
  }
}
/*Galery*/
.galerias-body {
  overflow-x: initial;
}
.galerias-body .container-galery {
  padding: 0 8rem;
}
.galerias-body .container-galery .abda-galeria {
  overflow: initial;
}
.galerias-body .container-galery .abda-galeria .swiper-wrapper .swiper-slide {
  opacity: 0;
}
.galerias-body .container-galery .abda-galeria .swiper-wrapper .swiper-slide img {
  border-radius: 16px;
  width: 100%;
}
.galerias-body .container-galery .abda-galeria .swiper-wrapper .swiper-slide-active {
  opacity: 1;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.galerias-body .container-galery .abda-galeria .galery-button-next {
  position: absolute;
  top: 21rem;
  right: -7%;
  z-index: 1;
}
.galerias-body .container-galery .abda-galeria .galery-button-prev {
  position: absolute;
  top: 21rem;
  left: -7%;
  z-index: 1;
}
.galerias-body .container-galery .abda-galeria .swiper-button-disabled {
  opacity: 0.5;
}
.galerias-body .container-galery .abda-galeria-thumbs .swiper-slide img {
  border-radius: 16px;
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .galerias-body .container-galery .galery-button-next {
    top: 44% !important;
    right: -5% !important;
  }
  .galerias-body .container-galery .galery-button-next img {
    width: 50px;
  }
  .galerias-body .container-galery .galery-button-prev {
    top: 44% !important;
    left: -5% !important;
  }
  .galerias-body .container-galery .galery-button-prev img {
    width: 50px;
  }
}
@media (max-width: 600px) {
  .galerias-body .container-galery {
    padding: 0 !important;
  }
  .galerias-body .container-galery .galery-button-next {
    right: 0% !important;
  }
  .galerias-body .container-galery .galery-button-next img {
    width: 35px;
  }
  .galerias-body .container-galery .galery-button-prev {
    left: 0% !important;
  }
  .galerias-body .container-galery .galery-button-prev img {
    width: 35px;
  }
}

a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

/*Topo*/
.nav-header {
  width: 100vw;
}
.nav-header .topo {
  max-height: 132px;
  background: linear-gradient(131.41deg, #1A1F37 -7.36%, #38436A 106.27%);
  transition: 0.4s ease;
}
.nav-header .topo .logo img {
  transform: translateY(30px);
  transition: 0.4s ease;
  height: auto;
}
.nav-header .topo .nav li.open a {
  background-color: initial;
}
.nav-header .topo .nav li a {
  color: #F6FAFF !important;
  text-transform: uppercase;
  font-weight: 700;
}
.nav-header .topo .nav li a:hover, .nav-header .topo .nav li a:focus {
  background-color: initial;
}
.nav-header .topo .nav li a .icon {
  margin-left: 0.8rem;
}
.nav-header .topo .nav li .dropdown-menu {
  background: #FFFFFF;
  overflow: hidden;
  /* Neutral/300 */
  border: 1px solid #EFF0F7;
  box-sizing: border-box;
  box-shadow: 0px 10px 14px rgba(74, 58, 255, 0.01), 0px 9px 26px rgba(23, 15, 73, 0.05);
  border-radius: 14px;
}
.nav-header .topo .nav li .dropdown-menu li a {
  padding: 12px 32px;
  font-weight: 400;
  font-size: 18px;
  color: #38436A !important;
  text-transform: none;
}
.nav-header .topo .nav-right .menu-abda-filarmonica a {
  margin-right: 1rem;
}
.nav-header .topo .redes-sociais {
  display: none;
}
.nav-header .topo .menu-mobile {
  display: none !important;
}
.nav-header .topo .menu-mobile .btn-open-menu {
  font-weight: 700;
  font-size: 20px;
  color: #38436A;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .nav-header .topo .menu-desk .nav-left li a {
    padding: 30px 4px;
  }
  .nav-header .topo .menu-desk .nav li a {
    font-size: 12px;
  }
  .nav-header .topo .btnSearch {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 1280px) {
  .nav-header .topo {
    background: #fff !important;
  }
  .nav-header .topo .menu-desk {
    display: none !important;
  }
  .nav-header .topo .redes-sociais {
    display: none;
  }
  .nav-header .topo .menu-mobile {
    display: flex !important;
    margin-left: auto;
  }
  .nav-header .topo .menu-mobile .menu-doacoes,
  .nav-header .topo .menu-mobile .menu-matricule-se {
    display: none;
  }
}
@media (max-width: 576px) {
  .nav-header .topo .redes-sociais {
    display: none;
  }
  .nav-header .topo .menu-mobile {
    margin-left: auto;
  }
  .nav-header .topo .menu-mobile .menu-abda-filarmonica {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .logo img {
    height: 115px !important;
    width: 98px !important;
  }
  body {
    padding-top: 114px !important;
  }
}
.submenu .nav-submenu {
  margin-left: 135px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1400px) {
  .submenu .nav-submenu {
    margin-left: 70px;
  }
}
@media (max-width: 1280px) {
  .submenu {
    display: none;
  }
}

.nav-header {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.nav-header.nav-down {
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.nav-header.nav-down .topo {
  max-height: 103px;
}
.nav-header.nav-down .topo .logo img {
  transform: translateY(12px);
  height: 80px;
  width: 68px;
}
.nav-header.nav-down .submenu {
  display: none;
}
@media (max-width: 1400px) {
  .nav-header.nav-down {
    opacity: 0;
  }
}

/*Banner Index*/
.banner-index {
  filter: drop-shadow(0px 22px 45px rgba(12, 75, 113, 0.16)) drop-shadow(0px 6.63236px 13.5662px rgba(12, 75, 113, 0.104254)) drop-shadow(0px 2.75474px 5.6347px rgba(12, 75, 113, 0.08)) drop-shadow(0px 0.996336px 2.03796px rgba(12, 75, 113, 0.0557458));
}
.banner-index .swiper-slide {
  min-height: 65vh;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 12rem 0 10rem;
  text-align: left;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.banner-index .swiper-slide::before {
  content: "";
  background: linear-gradient(90deg, #1A1F37 0%, rgba(26, 31, 55, 0) 106.96%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-index .swiper-slide .first-post .link-category {
  font-size: 14px;
}
.banner-index .swiper-slide .first-post .date {
  font-size: 14px;
}
.banner-index .swiper-slide .first-post .title {
  font-size: 50px;
}
.banner-index .swiper-slide .first-post .resume {
  font-weight: 400;
  font-size: 25.452px;
}
.banner-index .swiper-slide .card {
  min-height: 294px;
  width: 213px;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s ease;
  background-size: cover;
  position: relative;
}
.banner-index .swiper-slide .card h2 {
  position: relative;
}
.banner-index .swiper-slide .card::before {
  content: "";
  background: linear-gradient(0.22deg, #1A1F37 -9.91%, rgba(26, 31, 55, 0) 58.54%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-index .swiper-slide .card-1 {
  position: absolute;
  right: 20%;
  top: 10%;
  border: 0;
}
.banner-index .swiper-slide .card-1:hover {
  top: 9%;
}
.banner-index .swiper-slide .card-2 {
  position: absolute;
  right: 2%;
  top: 0%;
  border: 0;
}
.banner-index .swiper-slide .card-2:hover {
  top: -5px;
}
.banner-index .next-prev {
  width: 150px;
  position: absolute;
  right: 15%;
  bottom: 15%;
}
.banner-index .next-prev .swiper-button-next {
  right: 15%;
  top: inherit;
  bottom: 20%;
}
.banner-index .next-prev .swiper-button-next::after {
  color: #fff;
}
.banner-index .next-prev .swiper-button-prev {
  left: 0;
  top: inherit;
  bottom: 20%;
}
.banner-index .next-prev .swiper-button-prev::after {
  color: #fff;
}
@media (max-width: 1400px) {
  .banner-index .swiper-slide .card-1 {
    right: 24%;
  }
}
@media (max-width: 1200px) {
  .banner-index .swiper-slide .first-post .title {
    font-size: calc(2vw + 20px) !important;
  }
  .banner-index .swiper-slide .card-1 {
    right: 28%;
  }
}
@media (max-width: 992px) {
  .banner-index .swiper-slide .card {
    display: none !important;
  }
  .banner-index .next-prev {
    width: 100%;
    right: 0;
    bottom: 5%;
  }
  .banner-index .next-prev .swiper-button-next {
    right: 15%;
  }
  .banner-index .next-prev .swiper-button-prev {
    left: 15%;
  }
}
@media (max-width: 576px) {
  .banner-index .swiper-slide {
    min-height: 500px;
    padding: 5rem 0;
  }
  .banner-index .swiper-slide .first-post {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
  }
  .banner-index .swiper-slide .first-post .cat-date {
    display: flex;
    flex-direction: column-reverse;
  }
  .banner-index .swiper-slide .first-post .cat-date span {
    margin-left: 0 !important;
    text-align: center;
    margin-bottom: 2rem;
  }
  .banner-index .swiper-slide .first-post .title {
    text-align: center;
    margin-bottom: 3rem;
  }
  .banner-index .swiper-slide .first-post .resume {
    display: none;
  }
}

/*Ultimas noticias*/
.ultimas-noticias {
  padding: 5rem 0 10rem;
}
.ultimas-noticias .nav-categorias {
  border-left: 8px solid #38436A;
}
.ultimas-noticias .nav-categorias li .ultimas-noticias-nav-link {
  font-weight: 700;
  font-size: 16px;
  color: #A6ADB4;
}
.ultimas-noticias .nav-categorias li .ultimas-noticias-nav-link.active {
  color: #38436A;
  font-weight: 700;
  font-size: 20px;
  background-color: transparent;
}
.ultimas-noticias .noticias {
  transition: opacity 0.3s ease !important;
  -webkit-transition: opacity 0.3s ease !important;
  -moz-transition: opacity 0.3s ease !important;
  -ms-transition: opacity 0.3s ease !important;
  -o-transition: opacity 0.3s ease !important;
}
.ultimas-noticias .noticias.collapsing {
  opacity: 0;
  height: 100%;
  transition: opacity 0.3s ease !important;
  -webkit-transition: opacity 0.3s ease !important;
  -moz-transition: opacity 0.3s ease !important;
  -ms-transition: opacity 0.3s ease !important;
  -o-transition: opacity 0.3s ease !important;
}
.ultimas-noticias .sociais-div .sociais {
  display: flex;
  flex-wrap: nowrap !important;
}
.ultimas-noticias .sociais-div .sociais a {
  display: flex;
  align-items: center;
}
.ultimas-noticias .banners {
  padding-top: 2.3rem;
}
.ultimas-noticias .banners .banner img {
  width: auto;
  max-width: 100%;
  /*height: 232px;*/
  margin-bottom: 30px;
  box-shadow: 0px 22px 45px rgba(12, 75, 113, 0.16), 0px 6.63236px 13.5662px rgba(12, 75, 113, 0.104254), 0px 2.75474px 5.6347px rgba(12, 75, 113, 0.08), 0px 0.996336px 2.03796px rgba(12, 75, 113, 0.0557458);
  border-radius: 8px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .ultimas-noticias .banners {
    padding-top: 3.8rem;
  }
}
@media (max-width: 1200px) {
  .ultimas-noticias .banners {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
  }
  .ultimas-noticias .banners .banner {
    width: 50%;
    padding: 0 2rem 3.5rem;
  }
  .ultimas-noticias .banners .banner img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 600px) {
  .ultimas-noticias .banners .banner {
    width: 100%;
  }
  .ultimas-noticias .banners .banner img {
    margin-bottom: 0;
  }
}

/*Banner meio*/
.banner-meio {
  margin-top: -68px;
}
.banner-meio .banner {
  padding: 0 5rem;
  max-width: 1077px;
}
.banner-meio .banner img {
  box-shadow: 0px 100px 80px rgba(52, 94, 138, 0.07), 0px 41.7776px 33.4221px rgba(52, 94, 138, 0.0503198), 0px 22.3363px 17.869px rgba(52, 94, 138, 0.0417275), 0px 12.5216px 10.0172px rgba(52, 94, 138, 0.035), 0px 6.6501px 5.32008px rgba(52, 94, 138, 0.0282725), 0px 2.76726px 2.21381px rgba(52, 94, 138, 0.0196802);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .banner-meio {
    margin-top: -6vw;
  }
}

/*Outras Noticias*/
.outras-noticias {
  position: relative;
}
.outras-noticias .card-outras-noticias .img-card {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.outras-noticias .card-outras-noticias .title {
  font-size: 18px;
}
.outras-noticias .card-outras-noticias .resume {
  font-size: 18px;
  line-height: 22px;
}
.outras-noticias .card-licitacoes {
  background: #FFFFFF;
  /* maior */
  box-shadow: 0px 100px 80px rgba(52, 94, 138, 0.07), 0px 41.7776px 33.4221px rgba(52, 94, 138, 0.0503198), 0px 22.3363px 17.869px rgba(52, 94, 138, 0.0417275), 0px 12.5216px 10.0172px rgba(52, 94, 138, 0.035), 0px 6.6501px 5.32008px rgba(52, 94, 138, 0.0282725), 0px 2.76726px 2.21381px rgba(52, 94, 138, 0.0196802);
  border-radius: 16px;
  padding-top: 1.8rem;
  margin-bottom: 5rem;
}
.outras-noticias .card-licitacoes .title {
  border-left: 5px solid #38436A;
  font-size: 25px;
}
.outras-noticias .card-licitacoes .description {
  font-size: 14px;
}
.outras-noticias .eventos .title {
  border-left: 5px solid #FF9F43;
  font-size: 25px;
}
.outras-noticias .eventos .card-evento {
  background: #FFFFFF;
  /* Shadow 1 */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 25px 35px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
  top: 0;
  transition: 0.3s ease;
  padding: 2rem;
}
.outras-noticias .eventos .card-evento:hover {
  top: -3px;
}
.outras-noticias .eventos .card-evento .date-event {
  font-size: 14px;
}
.outras-noticias .eventos .card-evento .title-event {
  font-size: 14px;
}
.outras-noticias .eventos .btn-eventos {
  padding: 5rem 2rem 3rem;
  font-size: 18px;
  margin-top: -35px;
  border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  -ms-border-radius: 0px 0px 8px 8px;
  -o-border-radius: 0px 0px 8px 8px;
}
.outras-noticias .simbol-abda {
  position: absolute;
  right: 8%;
  bottom: -80px;
  z-index: 2;
}
@media (max-width: 992px) {
  .outras-noticias .simbol-abda {
    bottom: -50px;
    width: calc(15vw + 100px);
  }
}
@media (max-width: 450px) {
  .outras-noticias .card-outras-noticias .noticias-row {
    flex-direction: column !important;
  }
  .outras-noticias .card-outras-noticias .noticias-row .col {
    width: 100% !important;
    padding-left: 15px !important;
  }
  .outras-noticias .card-outras-noticias .noticias-row .col .cat-date {
    margin-bottom: 0.5rem !important;
  }
}

/*Videos*/
.videos {
  position: relative;
  z-index: 1;
}
.videos .first {
  height: 700px;
  background-size: cover !important;
  background-position: center !important;
  padding: 6rem 0;
  opacity: 1;
  position: relative;
  transition: 0.3s ease;
}
.videos .first::before {
  content: "";
  background: linear-gradient(131.41deg, #1A1F37 -7.36%, #38436A 106.27%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  transition: 0.3s ease;
}
.videos .first:hover::before {
  opacity: 0;
}
.videos .first .title-videos {
  color: #EDF6FF;
  font-size: 25px;
  border-left: 5px solid #EDF6FF;
  padding-left: 1rem;
}
.videos .first .title-content {
  font-size: 25px;
}
.videos .others {
  margin-top: -85px !important;
}
.videos .others .swipper-videos {
  width: 100%;
  height: 100%;
}
.videos .others .swipper-videos .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .videos .first .title-content {
    font-size: 20px;
  }
}

/*Galerias Recentes*/
.galerias {
  overflow-x: hidden;
  overflow-y: visible;
}
.galerias .title {
  font-size: 25px;
  border-left: 5px solid #2F3032;
}
.galerias .container-fluid {
  width: 120%;
  transform: translateX(-10%);
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
}
.galerias .container-fluid .swipper-galeria {
  overflow: visible;
}
@media (max-width: 768px) {
  .galerias .container-fluid {
    width: 100%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

/*F.A.Q*/
.faq {
  padding-bottom: 10rem;
}
.faq .title {
  font-size: 25px;
  border-left: 5px solid #38436A;
}

/*Footer*/
.footer .filiais {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 53px;
}
.footer .filiais .logo img {
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
}
.footer .redes-sociais {
  overflow-x: hidden;
}
.footer .redes-sociais .card-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 2rem;
}
.footer .redes-sociais .card-social .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-left: 5px solid #fff !important;
  font-size: 25px !important;
  margin-right: auto;
}
.footer .redes-sociais .card-social .title span {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  display: flex;
  flex-direction: row;
}
.footer .redes-sociais .card-social .link {
  width: 100%;
}
.footer .redes-sociais .card-social .link img {
  width: 100% !important;
}
.footer .redes-sociais .bg {
  position: absolute;
  bottom: -30px;
  left: calc(50% - 565px);
  z-index: 0;
}
.footer .parceiros {
  overflow-x: hidden;
}
.footer .parceiros .title {
  border-left: 5px solid #00AEEF;
  font-size: 25px;
}
.footer .parceiros .swipper-parceiros .swiper-slide {
  padding: 1.5rem;
  background-color: #fff;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.footer .parceiros .swipper-parceiros .swiper-slide img {
  width: auto;
  max-width: 100%;
  max-height: 100px;
  height: auto;
}
.footer .menus-footer .nav-footer li {
  width: 100%;
  display: block;
}
.footer .menus-footer .nav-footer li a {
  color: #fff;
  font-weight: 700;
  padding-left: 0;
}
.footer .menus-footer .nav-footer li a:hover {
  background-color: inherit;
  opacity: 0.5;
}
.footer .menus-footer .nav-links .menu-doacoes a,
.footer .menus-footer .nav-links .menu-matricule-se a {
  /* azul */
  box-shadow: 0px 22px 45px rgba(12, 75, 113, 0.16), 0px 6.63236px 13.5662px rgba(12, 75, 113, 0.104254), 0px 2.75474px 5.6347px rgba(12, 75, 113, 0.08), 0px 0.996336px 2.03796px rgba(12, 75, 113, 0.0557458);
  border-radius: 515.872px;
  margin-bottom: 1rem;
}
.footer .menus-footer .nav-links .menu-doacoes a {
  background: #005280;
}
.footer .menus-footer .nav-links .menu-matricule-se a {
  background: linear-gradient(123.21deg, #BFB200 -5.82%, #FFED66 121.65%);
}
.footer .menus-footer .nav-links .menu-seja-um-socio a {
  background: linear-gradient(123.21deg, #005280 -5.82%, #00AEEF 121.65%);
  /* azul */
  box-shadow: 0px 22px 45px rgba(12, 75, 113, 0.16), 0px 6.63236px 13.5662px rgba(12, 75, 113, 0.104254), 0px 2.75474px 5.6347px rgba(12, 75, 113, 0.08), 0px 0.996336px 2.03796px rgba(12, 75, 113, 0.0557458);
  border-radius: 515.872px;
  margin-bottom: 1rem;
}
.footer .menus-footer .nav-links .menu-doe-seu-ir a {
  background: linear-gradient(123.21deg, #BFB200 -5.82%, #FFED66 121.65%);
  /* azul */
  box-shadow: 0px 22px 45px rgba(12, 75, 113, 0.16), 0px 6.63236px 13.5662px rgba(12, 75, 113, 0.104254), 0px 2.75474px 5.6347px rgba(12, 75, 113, 0.08), 0px 0.996336px 2.03796px rgba(12, 75, 113, 0.0557458);
  border-radius: 515.872px;
  margin-bottom: 1rem;
}
.footer .menus-footer .nav-links li a {
  padding: 2rem;
  text-align: center;
}

@media (max-width: 992px) {
  .rodape {
    padding-bottom: 8rem;
  }
}
/*Sobre o Projeto*/
.sobre-header {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding-top: 5rem;
  padding-bottom: 15rem;
  position: relative;
}
.sobre-header .breadcrumb .active {
  display: none;
}
.sobre-header .title {
  font-size: 70px;
  margin-bottom: 4rem;
  max-width: 500px;
}
.sobre-header .resume {
  font-size: 25px;
}
@media (max-width: 1200px) {
  .sobre-header .title {
    font-size: calc(2vw + 24px);
  }
}
@media (max-width: 576px) {
  .sobre-header .resume {
    font-size: 20px;
  }
}
.sobre-header .container {
  position: relative;
}
.sobre-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(131.41deg, #1A1F37 -7.36%, #38436A 106.27%);
  mix-blend-mode: multiply;
}

.sobre-content .img-preview {
  margin-top: -10%;
  filter: drop-shadow(0px 100px 80px rgba(52, 94, 138, 0.07)) drop-shadow(0px 41.7776px 33.4221px rgba(52, 94, 138, 0.0503198)) drop-shadow(0px 22.3363px 17.869px rgba(52, 94, 138, 0.0417275)) drop-shadow(0px 12.5216px 10.0172px rgba(52, 94, 138, 0.035)) drop-shadow(0px 6.6501px 5.32008px rgba(52, 94, 138, 0.0282725)) drop-shadow(0px 2.76726px 2.21381px rgba(52, 94, 138, 0.0196802));
  border-radius: 16px;
}
.sobre-content .content p {
  font-size: 18px;
  font-weight: 400;
  color: #2F3032;
}
.sobre-content .filarmonica .img-filarmonica {
  filter: drop-shadow(0px 100px 80px rgba(52, 94, 138, 0.07)) drop-shadow(0px 41.7776px 33.4221px rgba(52, 94, 138, 0.0503198)) drop-shadow(0px 22.3363px 17.869px rgba(52, 94, 138, 0.0417275)) drop-shadow(0px 12.5216px 10.0172px rgba(52, 94, 138, 0.035)) drop-shadow(0px 6.6501px 5.32008px rgba(52, 94, 138, 0.0282725)) drop-shadow(0px 2.76726px 2.21381px rgba(52, 94, 138, 0.0196802));
}
.sobre-content .filarmonica .content {
  color: #606569;
  font-size: 22px;
  font-weight: 700;
}

.valores {
  position: relative;
}
.valores .swiper-slide .box {
  max-width: 500px;
}
.valores .simbol-abda {
  width: 250px;
  position: absolute;
  right: 18%;
  bottom: -80px;
  z-index: 2;
}

.mais-noticias-categoria .card-noticias::before,
.todas-noticias .card-noticias::before,
#midia .card-noticias::before {
  display: none;
}

.fdtitle {
  position: relative;
}
.fdtitle .container {
  position: relative;
}
.fdtitle::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(131.41deg, #1A1F37 -7.36%, #38436A 106.27%);
  mix-blend-mode: multiply;
}

/*Centros de treinamentos*/
.ct-header {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding-top: 5rem;
  padding-bottom: 15rem;
  position: relative;
}
.ct-header .breadcrumb .active {
  display: none;
}
.ct-header .title {
  font-size: 70px;
  margin-bottom: 4rem;
  max-width: 500px;
}
.ct-header .resume {
  font-size: 25px;
}
@media (max-width: 1200px) {
  .ct-header .title {
    font-size: calc(2vw + 24px);
  }
}
@media (max-width: 576px) {
  .ct-header .resume {
    font-size: 20px;
  }
}
.ct-header .container {
  position: relative;
}
.ct-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(131.41deg, #1A1F37 -7.36%, #38436A 106.27%);
  mix-blend-mode: multiply;
}

.ct .title {
  border-left: 5px solid #2F3032;
  display: flex;
  align-items: center;
}
.ct .container-fluid {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media (max-width: 768px) {
  .ct .container-fluid {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}

.ct-content .ct-img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.ct-content .content {
  color: #2F3032;
  font-size: 22px;
  font-weight: 700;
}
.ct-content .content p {
  color: #2F3032;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .ct-content .galeria .container-galery {
    padding: 0;
  }
}

/*Noticias*/
.noticias-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5rem;
}
.noticias-header .header {
  background: transparent;
}
.noticias-header .header .title-header {
  font-size: 50px;
  margin-bottom: 4rem;
  max-width: 90%;
}
.noticias-header .header .ultimas {
  background: transparent;
  margin-top: -167px;
  transform: translateY(170px);
  -webkit-transform: translateY(170px);
  -moz-transform: translateY(170px);
  -ms-transform: translateY(170px);
  -o-transform: translateY(170px);
}
@media (max-width: 1200px) {
  .noticias-header .header-header .title {
    font-size: calc(2vw + 18px);
  }
}

.todas-noticias {
  padding-bottom: 80px;
}
.todas-noticias .search .input-busca {
  box-shadow: 0px 100px 80px rgba(52, 94, 138, 0.07), 0px 41.7776px 33.4221px rgba(52, 94, 138, 0.0503198), 0px 22.3363px 17.869px rgba(52, 94, 138, 0.0417275), 0px 12.5216px 10.0172px rgba(52, 94, 138, 0.035), 0px 6.6501px 5.32008px rgba(52, 94, 138, 0.0282725), 0px 2.76726px 2.21381px rgba(52, 94, 138, 0.0196802);
}
.todas-noticias .search .btn-busca svg path {
  stroke: #A6ADB4;
}

.paginador {
  display: flex;
}
.paginador .pagination {
  display: flex;
}
.paginador .pagination li.disabled a {
  background: #F0F4F4;
  border-radius: 8px;
  color: #007FBA;
}
.paginador .pagination li a {
  border: none;
  color: #2F3032;
  font-weight: 400;
  font-size: 20px;
  margin-left: 1rem;
}

.noticias-content-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5rem;
}
.noticias-content-header .header {
  padding-bottom: 40%;
  background: transparent;
}
.noticias-content-header .header .breadcrumb .active {
  display: none;
}
.noticias-content-header .header .title {
  font-size: 50px;
  margin-bottom: 4rem;
  max-width: 90%;
}
.noticias-content-header .img-preview {
  position: relative;
  height: auto;
  margin-top: -40%;
}
.noticias-content-header .img-preview .img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.noticias-content-header .img-preview .cat-date {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .noticias-content-header .header .title {
    font-size: calc(2vw + 18px);
  }
}

.noticias-content-body .box {
  max-width: 1200px;
}
.noticias-content-body .box .content-noticias {
  padding-bottom: 10rem;
}
.noticias-content-body .box .content-noticias.formatacao {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  /* PB / Black */
  color: #2F3032;
}
.noticias-content-body .box .content-noticias.formatacao p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  /* PB / Black */
  color: #2F3032;
}
.noticias-content-body .box .content-noticias.formatacao p iframe {
  width: 100%;
  min-height: calc(26vw + 208px);
  max-height: 600px;
}
@media (min-width: 1400px) {
  .noticias-content-body .box .content-noticias.formatacao p iframe {
    min-height: 600px;
  }
}
.noticias-content-body .box .content-noticias.formatacao p video {
  width: 100%;
  min-height: calc(26vw + 208px);
  max-height: 600px;
}
@media (min-width: 1400px) {
  .noticias-content-body .box .content-noticias.formatacao p video {
    min-height: 600px;
  }
}
.noticias-content-body .box .content-noticias img {
  max-width: 100%;
  height: auto;
}
.noticias-content-body .box .content-noticias .thumbnail {
  border: none !important;
}
.noticias-content-body .mais-noticias-categoria {
  padding-bottom: 10rem;
}
.noticias-content-body .mais-noticias-categoria .title-mais {
  font-size: 25px;
  border-left: 5px solid #2F3032;
}

/*Galeria*/
.galeria-header {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding-top: 5rem;
  padding-bottom: 26rem;
}
.galeria-header .breadcrumb .active {
  display: none;
}
.galeria-header .title {
  font-size: 70px;
  margin-bottom: 4rem;
  max-width: 500px;
}
.galeria-header .resume {
  font-size: 25px;
}
@media (max-width: 1200px) {
  .galeria-header .title {
    font-size: calc(2vw + 24px);
  }
}
@media (max-width: 576px) {
  .galeria-header .resume {
    font-size: 20px;
  }
}

.galerias {
  margin-top: -24rem;
  padding-bottom: 8rem;
  padding-top: 2rem;
}

.galeria-header-content {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding-top: 5rem;
  padding-bottom: 30rem;
}
.galeria-header-content .header {
  background: transparent;
}
.galeria-header-content .header .breadcrumb .active {
  display: none;
}
.galeria-header-content .header .title {
  font-size: 35px;
  margin-bottom: 4rem;
}
@media (max-width: 1200px) {
  .galeria-header-content {
    padding-bottom: 25vw;
  }
  .galeria-header-content .header .title {
    font-size: calc(2vw + 18px);
  }
}

/*Videos*/
.videos-header {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding-top: 5rem;
  padding-bottom: 28rem;
}
.videos-header .breadcrumb .active {
  display: none;
}
.videos-header .title {
  font-size: 70px;
  margin-bottom: 4rem;
  max-width: 500px;
}
.videos-header .resume {
  font-size: 25px;
}
@media (max-width: 1200px) {
  .videos-header .title {
    font-size: calc(2vw + 24px);
  }
}
@media (max-width: 576px) {
  .videos-header .resume {
    font-size: 20px;
  }
}
.videos-header.content .header {
  background: transparent;
}
.videos-header.content .header .breadcrumb .active {
  display: none;
}
.videos-header.content .header .title {
  max-width: 100%;
  font-size: 35px;
  margin-bottom: 4rem;
}
@media (max-width: 1200px) {
  .videos-header.content .header .title {
    font-size: calc(2vw + 18px);
  }
}

.videos-section-body {
  margin-top: -28rem;
  padding-bottom: 10rem;
}
.videos-section-body .first-video {
  height: 500px;
  margin-bottom: 5rem;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.videos-section-body .first-video .box {
  padding: 8rem 8rem 0;
}
.videos-section-body .card-videos .header .card-img {
  height: 200px;
}
@media (max-width: 576px) {
  .videos-section-body .first-video .box {
    padding: 3rem;
  }
}

.videos-section-body-content {
  margin-top: -26rem;
  padding-bottom: 10rem;
  position: relative;
}
.videos-section-body-content .iframe iframe {
  width: 100% !important;
  min-height: 600px;
}
@media (max-width: 576px) {
  .videos-section-body-content .iframe iframe {
    width: 100% !important;
    min-height: 300px;
  }
}

/*Eventos*/
.eventos-header {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding-top: 5rem;
}
.eventos-header .breadcrumb .active {
  display: none;
}
.eventos-header .title {
  font-size: 70px;
  margin-bottom: 4rem;
  max-width: 500px;
}
.eventos-header .resume {
  font-size: 25px;
}
@media (max-width: 1200px) {
  .eventos-header .title {
    font-size: calc(2vw + 24px);
  }
}
@media (max-width: 576px) {
  .eventos-header .resume {
    font-size: 20px;
  }
}
.eventos-header .title {
  max-width: 100% !important;
}
.eventos-header .pesquisa-container {
  padding: 8rem 0 12rem;
}
.eventos-header .pesquisa-container .filtros .zend_form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.eventos-header .pesquisa-container .filtros .zend_form dt {
  display: none;
}
.eventos-header .pesquisa-container .filtros .zend_form dd {
  width: 46%;
}
.eventos-header .pesquisa-container .select-event {
  height: 42px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
}
.eventos-header .pesquisa-container .select-event option {
  background: #38436A;
  color: #fff;
}
.eventos-header .pesquisa-container .search .input-busca {
  width: 100%;
  border: 1px solid #EDF6FF;
  border-radius: 50px;
}
.eventos-header .pesquisa-container .search .input-busca input {
  height: 43px;
  background: transparent;
  color: #fff;
}
.eventos-header .pesquisa-container .search .input-busca input::-moz-placeholder {
  color: #fff;
}
.eventos-header .pesquisa-container .search .input-busca input::placeholder {
  color: #fff;
}
.eventos-header .pesquisa-container .search .input-busca .btn-busca {
  height: 43px;
}
@media (max-width: 500px) {
  .eventos-header .pesquisa-container .filtros .zend_form {
    flex-direction: column;
    margin-bottom: 0;
  }
  .eventos-header .pesquisa-container .filtros .zend_form dd {
    width: 100% !important;
  }
  .eventos-header .pesquisa-container .filtros .zend_form dd #ano_evento {
    margin-bottom: 3rem;
  }
}

.eventos-header-detail {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding-top: 5rem;
  padding-bottom: 15rem;
}
.eventos-header-detail .breadcrumb .active {
  display: none;
}
.eventos-header-detail .title {
  font-size: 70px;
  margin-bottom: 4rem;
  max-width: 500px;
}
.eventos-header-detail .resume {
  font-size: 25px;
}
@media (max-width: 1200px) {
  .eventos-header-detail .title {
    font-size: calc(2vw + 24px);
  }
}
@media (max-width: 576px) {
  .eventos-header-detail .resume {
    font-size: 20px;
  }
}
.eventos-header-detail .title {
  font-size: 35px;
  max-width: 100% !important;
}

.eventos-header-body {
  margin-top: -4rem;
  margin-bottom: 8rem;
}

.eventos-body-detail {
  margin-top: -8rem;
  padding-bottom: 10rem;
}
.eventos-body-detail .evento-map iframe {
  width: 100% !important;
}

/*A Filarmonica*/
.bg-a-filarmonica {
  padding-top: 132px;
}
.bg-a-filarmonica #nav-header {
  display: none;
}
.bg-a-filarmonica .filarmonica-header {
  min-height: 700px;
  padding-top: 15rem;
  padding-bottom: 10rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-a-filarmonica .filarmonica-header .title-header {
  font-size: calc(2vw + 18px);
}
.bg-a-filarmonica .filarmonica-content {
  padding-top: 5rem;
}
.bg-a-filarmonica .filarmonica-content .title {
  font-size: 50px;
}
.bg-a-filarmonica .filarmonica-content .content {
  font-size: 18px;
}
.bg-a-filarmonica .filarmonica-content .content p {
  font-size: 18px;
  font-weight: 400;
  color: #2F3032;
}
.bg-a-filarmonica .filarmonica-content .midias .galeria .galerias-recentes .title {
  color: #2F3032 !important;
  font-size: 25px !important;
  border-left: 5px solid #2F3032 !important;
  font-weight: 700 !important;
  padding-left: 1rem !important;
}
.bg-a-filarmonica .filarmonica-content .midias .title-midia {
  color: #2F3032;
  font-size: 25px;
  border-left: 5px solid #2F3032;
  font-weight: 700;
  padding-left: 1rem;
}
.bg-a-filarmonica .swipper-agenda .card-event {
  padding-bottom: 2rem !important;
}
@media (max-width: 576px) {
  .bg-a-filarmonica .filarmonica-header {
    min-height: 100vw;
  }
  .bg-a-filarmonica .filarmonica-content .title {
    font-size: calc(2vw + 24px);
  }
}

/*Universitarios*/
.universitarios-header {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding-top: 5rem;
  padding-bottom: 15rem;
}
.universitarios-header .breadcrumb .active {
  display: none;
}
.universitarios-header .title {
  font-size: 70px;
  margin-bottom: 4rem;
  max-width: 500px;
}
.universitarios-header .resume {
  font-size: 25px;
}
@media (max-width: 1200px) {
  .universitarios-header .title {
    font-size: calc(2vw + 24px);
  }
}
@media (max-width: 576px) {
  .universitarios-header .resume {
    font-size: 20px;
  }
}
.universitarios-header .title {
  font-size: 35px;
  max-width: 100% !important;
}
@media (max-width: 1200px) {
  .universitarios-header .header .title {
    font-size: calc(2vw + 18px);
  }
}

.gallery-universitarios .photo {
  max-width: 300;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-universitarios .name {
  font-size: 16px;
}

.sl-wrapper .sl-image .sl-caption {
  font-size: 16px;
  text-align: center;
}
@media (max-width: 400px) {
  .sl-wrapper .sl-image .sl-caption {
    font-size: 14px;
  }
}

/*Parcerios*/
.parceiros .parceiros-header {
  padding: 5rem 0;
}
.parceiros .parceiros-header .title {
  font-size: 30px;
}
.parceiros .nossos-parceiros {
  flex-direction: column;
  padding-bottom: 10rem;
}
.parceiros .nossos-parceiros .banner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.parceiros .nossos-parceiros .banner div {
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.parceiros .nossos-parceiros .banner div img {
  max-width: 100%;
  height: auto;
}

/*FAQ*/
.faq-page {
  padding-bottom: 10rem;
  overflow-wrap: anywhere;
}
.faq-page header {
  padding: 5rem 0;
}
.faq-page header .title {
  font-size: 30px;
}

/*Transparencia*/
.transparencia .transparencia-header {
  padding: 5rem 0;
}
.transparencia .transparencia-header .title {
  font-size: 35px;
}
.transparencia .transparencia-content {
  padding-bottom: 10rem;
}
.transparencia .transparencia-content .btn-transparencia-item {
  background-color: #A6ADB4;
}
.transparencia .transparencia-content .btn-transparencia-item.active {
  background-color: #38436A;
}
.transparencia .transparencia-content .formatacao {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #2F3032;
}
.transparencia .transparencia-content .formatacao p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #2F3032;
}
.transparencia .transparencia-content .formatacao a {
  word-break: break-all;
}
.transparencia .transparencia-content .formatacao ul {
  padding-left: 2rem;
}
.transparencia .transparencia-content .formatacao embed {
  max-width: 100% !important;
}

/*Contato*/
.contato .contato-header .title {
  font-size: 35px;
}
.contato .content .formatacao {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #2F3032;
}
.contato .content .formatacao p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #2F3032;
}

/*Form*/
.form-contato .input-custom {
  height: 50px;
  border: 1px solid #38436A;
}
.form-contato .text-area-custom {
  min-height: 250px;
}

.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

.linguas-tradutor {
  position: fixed;
  right: 10px;
  top: calc(70% - 50px);
  z-index: 555;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
@media (max-width: 768px) {
  .linguas-tradutor {
    justify-content: center;
    margin-right: 0;
  }
}
.linguas-tradutor .btn-aplicar {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 7px;
  background-color: transparent;
  border: none;
  background-color: #FEFEFE;
  width: 40px;
  height: 40px;
  color: #000;
}
.linguas-tradutor .btn-aplicar:first-child {
  border-radius: 8px 8px 0 0;
}
.linguas-tradutor .btn-aplicar:last-child {
  border-radius: 0 0 8px 8px;
}
.linguas-tradutor .btn-aplicar.active {
  background-color: #2F3032;
  color: #fff;
}/*# sourceMappingURL=abda.css.map */