@charset "UTF-8";
/* Small (≥576px) */
@media (max-width: 576px) {
  .page-template-galeria-page .modal .modal-dialog .modal-body .play-pause,
  .page-template-galeria-page .modal .modal-dialog .modal-body .arrow {
    top: 50% !important;
  }
}
/* Medium (≥768px) */
@media (max-width: 768px) {
  body main .container {
    padding: 0 40px;
  }
  body main .container .box-arte {
    margin: 5px 0;
  }
  body main .container .box-arte .box-hover h6 {
    font-size: 0.7rem !important;
    margin-bottom: 0;
  }
  body main .container .box-arte .box-hover p {
    font-size: 0.5rem !important;
  }
  body main .container header .navbar .align-items-center .custom-logo-link {
    display: flex;
  }
  body main .container header .navbar .align-items-center .custom-logo-link img {
    float: left;
    padding: 0;
    margin: 0;
  }
  body .video-modal .modal-dialog {
    width: 100vh; /* Largura baseada na altura da tela */
    height: 100vw; /* Altura baseada na largura da tela */
    max-width: none;
    position: fixed;
    top: 0;
    left: 0;
    transform: rotate(90deg);
    transform-origin: center;
    overflow: hidden;
  }
  body .video-modal .modal-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
  }
  body .video-modal video {
    width: 100%;
    height: auto;
  }
  .galeria .modal .modal-dialog .modal-body {
    padding-left: 40px !important;
  }
}
/* Large (≥992px) */
@media (max-width: 992px) {
  body header .navbar .navbar-collapse .lang-item {
    display: none;
  }
  body header .navbar .custom-logo-link img {
    float: left !important;
    padding: 10px 0px 10px 0px !important;
    max-width: 100% !important;
  }
  body header .navbar .bg-nav-mobile {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #05273e;
    z-index: -1;
  }
  body header .navbar .align-items-center {
    align-items: unset !important;
  }
  body header .navbar .navbar-toggler {
    border: none;
    padding-right: 0;
  }
  body header .navbar .navbar-toggler .navbar-toggler-icon {
    margin-top: 10px;
    background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23007BFF' stroke-width='2' d='M4 4h22M4 10h22M4 16h22M4 22h22'/%3E%3C/svg%3E") !important;
  }
  body header .navbar .navbar-toggler:focus {
    box-shadow: none;
  }
  body header .navbar .navbar-nav .primary-menu-sub .sub-menu {
    display: block !important;
    position: relative !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    float: right;
    box-shadow: none !important;
  }
  body header .navbar .navbar-nav .primary-menu-sub .sub-menu .nav-link {
    text-align: end !important;
  }
  body header .navbar .navbar-nav .social {
    display: flex;
    justify-content: end;
  }
  body header .navbar .navbar-nav .social .social-logo {
    margin-left: 15px;
  }
  body header .navbar .navbar-nav .social .social-logo img {
    max-width: 20px;
  }
  body header .lang-menu {
    display: flex;
    position: absolute;
    list-style-type: none;
    top: 20px;
    right: 80px;
  }
  body header .lang-menu img {
    max-width: 20px;
    margin-left: 15px;
  }
  body .galeria .col-4,
  body .galeria .col-6 {
    padding: 0 5px !important;
  }
  body main h1,
  body main h3 {
    font-size: 1.3rem !important;
    line-height: 2rem !important;
    margin-bottom: 0 !important;
  }
  body main .page-title p {
    font-size: 1rem;
    margin-right: 0;
  }
  body main .calling {
    margin-bottom: 5vh !important;
    padding: 40px 0 30px !important;
  }
  body main .calling h2 {
    font-size: 1.5rem !important;
    margin-bottom: 5vh;
  }
  body main .regencia {
    margin-bottom: 5vh;
  }
  body main .composicoes {
    margin-bottom: 5vh;
  }
  body main .composicoes h3 {
    line-height: 3rem;
  }
  body main .composicoes .banner-composicoes {
    height: 150px;
  }
  body main .bibliografia .gabift {
    padding: 0 !important;
  }
  body main .bibliografia .about {
    padding: 20px 0px 0px 0 !important;
  }
  body main .bibliografia .about p {
    margin-right: 0 !important;
  }
  body main .bibliografia .about br {
    display: none !important;
  }
  body main .modal .modal-content video,
  body main .modal .modal-content img {
    margin-top: 30vh;
  }
  body main .modal .modal-content video {
    margin-top: 0;
  }
  body main .modal .modal-content img {
    width: 100% !important;
    margin-top: 10vh;
  }
  body main .modal img {
    max-width: 100%;
    height: auto !important;
    margin-top: 30px;
  }
  body main .modal .modal-body .arte-name {
    bottom: 20px !important;
  }
  body main .modal .modal-body .modal-desc {
    height: auto;
    float: left;
    justify-content: flex-start !important;
    padding-left: 0 !important;
  }
  body main .modal .modal-body .arrow,
  body main .modal .modal-body .play-pause {
    top: 70%;
  }
  body main .modal .modal-body .arrow i,
  body main .modal .modal-body .play-pause i {
    font-size: 2rem;
  }
  body main .regencia .col-4,
  body main .regencia .col-6,
  body main .artes-plasticas .col-4,
  body main .artes-plasticas .col-6 {
    padding: 0 5px !important;
  }
  body main .box-arte {
    margin: 5px 0;
  }
  body main .box-arte .box-hover h6 {
    font-size: 1rem !important;
  }
  body main .box-arte .box-hover p {
    font-size: 0.8rem !important;
  }
  .page-template-galeria-page main,
  .page-template-artes-page main,
  .page-template-bibliografia-page main,
  .page-template-composicoes-page main,
  .page-template-regencia-page main {
    margin-top: 25px !important;
  }
  .page-template-galeria-page main .galeria .box-arte .box-hover img {
    bottom: 20px;
    width: 10px;
    position: absolute;
    left: 20px;
    color: white;
  }
  .page-template-galeria-page main .galeria .box-arte .box-hover .arte-name {
    bottom: 25px !important;
  }
  .page-template-galeria-page main .galeria .box-arte .box-hover .arte-desc {
    bottom: 10px !important;
  }
  .page-template-galeria-page main .galeria .box-arte .box-hover .arte-name,
  .page-template-galeria-page main .galeria .box-arte .box-hover .arte-desc {
    font-size: 0.7rem !important;
    left: 10px !important;
  }
  .page-template-artes-page .modal .modal-body .modal-desc {
    width: 100% !important;
    height: auto !important;
    padding: 15px !important;
  }
}
/* Extra Large (≥1200px) */
/* Extra Extra Large (≥1400px) */
@media (min-width: 1400px) {
  body.page-template-artes-page .galeria .box-arte .box-hover .arte-desc {
    width: 45%;
  }
  body.page-template-artes-page .galeria .modal .modal-dialog .modal-body .modal-desc p {
    margin: 0 65% 30px 0;
  }
}/*# sourceMappingURL=responsive.css.map */