.banner-presidente-iframe {
  position: relative;
  background: #000000;
  padding: 5rem 0;
}
.banner-presidente-iframe-logo {
  display: block;
  max-width: 732px;
  padding: 0 16px;
  width: 100%;
  margin: 10px auto 35px;
  object-fit: contain;
}
.banner-presidente-iframe-title-main {
  font: normal normal 700 24px/1 "Inter";
  color: #ffffff;
  max-width: 700px;
  width: 90%;
  margin: 0px auto 35px;
  text-align: center;
}
@media (min-width: 922px) {
  .banner-presidente-iframe-title-main {
    font: normal normal 700 48px/1 "Inter";
  }
}
.banner-presidente-iframe-content {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
  width: 90%;
  overflow: hidden;
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .banner-presidente-iframe .swiper-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .banner-presidente-iframe .swiper-wrapper.item-video-one {
    display: block !important;
  }
}
.banner-presidente-iframe-item {
  margin: 0 auto;
  border: 2px solid #0F812E;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  background: #000000;
}
.banner-presidente-iframe img {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 5;
}
.banner-presidente-iframe p {
  font: normal normal normal 16px/1 "Montserrat";
  color: #ffffff;
  transition: all 0.4s ease;
}
.banner-presidente-iframe .banner-presidente-content-tex-bottom p {
  overflow: hidden;
  height: 49px;
}
.banner-presidente-iframe p.show-less {
  height: 90px;
}
.banner-presidente-content-tex-top {
  padding: 8px 24px;
  width: 100%;
  text-align: left;
}
.banner-presidente-content-tex-top h3 {
  font: normal normal normal 16px/1 "MontserratBold";
  color: #ffffff;
  margin-bottom: 8px;
}
.banner-presidente-content-tex-bottom {
  background: url("../../img/fondo-text.png") center/100% 100% no-repeat;
  border-radius: 0 0 15px 15px;
  padding: 10px 10px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}
.banner-presidente-content-tex-bottom h3 {
  font: normal normal normal 24px/1 "MontserratBold";
  color: #ffffff;
  text-transform: uppercase;
}
.banner-presidente-content-tex-bottom a {
  font: normal normal normal 16px/1 "MontserratBold";
  color: #ffffff;
  text-align: center;
  text-decoration: underline;
  width: max-content;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.banner-presidente-iframe-video {
  width: 100%;
  height: 260px;
  position: relative;
}
.banner-presidente-iframe iframe {
  height: 100%;
  width: 100%;
}
.banner-presidente-iframe .openiframe {
  font-size: 0;
  position: relative;
  z-index: 9;
  padding: 20px;
  border: none;
  box-shadow: 0px 0px 1px #000000;
  background: #1CAE34;
  border: 1px solid #ffffff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  cursor: pointer;
}
.banner-presidente-iframe .openiframe:hover {
  transform: translate(-50%, -50%) scale(1.02);
}
.banner-presidente-iframe .openiframe:before {
  content: '';
  display: block;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: #ffffff;
  width: 50px;
  height: 50px;
  position: relative;
  left: 4px;
}
.banner-presidente-iframe .swiper-button-prev {
  bottom: 0;
  top: initial;
  left: 16px;
  z-index: 9;
}
.banner-presidente-iframe .swiper-button-next {
  bottom: 0;
  top: initial;
  right: 16px;
  z-index: 9;
}
.banner-presidente-iframe .swiper-button-prev:after {
 color: #00A84F;
}
.banner-presidente-iframe .swiper-button-next:after {
  color: #00A84F;
}
.banner-presidente-iframe .swiper-pagination {
  z-index: 5;
}
@media (min-width: 992px) {
  .banner-presidente-iframe .swiper-pagination {
    display: none;
  }
  .banner-presidente-iframe .swiper-button-prev {
    display: none;
  }
  .banner-presidente-iframe .swiper-button-next {
    display: none;
  }
}
.banner-presidente-iframe .swiper-pagination-bullet {
  background: #00A84F;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.banner-presidente-iframe .swiper-pagination-bullet-active {
  background: #DAB64F;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.modal-body {
  overflow: hidden;
  height: 100vh;
}
#modal-presidente.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #000000;
}
#modal-presidente .modal-content {
  margin: 0 auto;
  padding: 105px 16px 30px;
  width: 95%;
  max-width: 1080px;
  height: max-content;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#modal-presidente .close {
  color: #d1090f;
  font-size: 0;
  background: url("../../img/circle-xmark.svg") center/contain no-repeat;
  padding: 8px 15px 8px;
  display: block;
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 0;
  transition: all 0.4s ease;
}
#modal-presidente .close:hover {
  transform: rotate(90deg) scale(1.03);
}
#modal-presidente iframe {
  width: 100%;
  height: 390px;
}
#modal-presidente .modal-text {
  background: #102514;
  padding: 14px 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#modal-presidente .modal-title {
  color: #fff;
  font: normal normal normal 20px/1 "MontserratBold";
  text-transform: uppercase;
}
#modal-presidente .modal-title-two {
  color: #fff;
  font: normal normal normal 20px/1 "MontserratBold";
  text-transform: uppercase;
}

body #block-bloquedevideoparasomospresidente {
  display: none !important;
}
body #block-views-block-coros-block-block-1 {
  display: none !important;
}