/*inicia _top */
.topbar.navbar a {
  color: #ffffff;
  text-decoration: none;
}

.navbar .navbar-button a {
  background-color: #91cb3e;
}
.navbar .search-button {
  margin-left: 0;
}
.navbar .site-menu {
  display: inline-block;
}

img.btn-whatsapp {
  display: block !important;
  position: fixed;
  z-index: 9999999;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  border-radius: 100px !important;
}

img.btn-whatsapp:hover {
  border-radius: 100px !important;
  box-shadow: 0px 0px 15px 0px rgb(7, 94, 84);
  transition-duration: 0.5s;
}

#home.slider .slider-nav .button-prev, #home.slider .slider-nav .button-next {
  background-color: #eee82c;
}
#home.slider .slider-nav .button-prev:hover, #home.slider .slider-nav .button-next:hover {
  background-color: #000;
}
#home.slider .slider-texts .svg-morph path {
  fill: #eee82c;
}
#home.slider .slider-texts .swiper-slide h1 {
  font-size: 100px;
  font-weight: 400;
  font-family: "Cinzel", serif;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  #home.slider .slider-texts .swiper-slide h1 {
    font-size: 80px;
  }
}
@media (max-width: 992px) {
  #home.slider .slider-texts .swiper-slide h1 {
    font-size: 65px;
  }
}
@media (max-width: 768px) {
  #home.slider .slider-texts .swiper-slide h1 {
    font-size: 48px;
  }
}
#home.slider .slider-images .swiper-slide.corner {
  background-size: 85% auto !important;
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
}
#home.slider .blob {
  overflow: unset;
}

@media (max-width: 1200px) {
  .content-activity.activity-head.podcast-head {
    height: 375px !important;
  }
}
@media (max-width: 1199px) {
  .garden-images:hover .garden-images-text {
    max-width: 399px !important;
    padding: 50px 30px 0px !important;
  }
}
@media (max-width: 992px) {
  .garden-images:hover .garden-images-text {
    max-width: 580px !important;
    padding: 60px 120px 0px !important;
  }
}
@media (max-width: 768px) {
  .content-activity.activity-head.podcast-head {
    height: 315px !important;
  }
}
#about {
  background-color: rgba(238, 232, 44, 0.3);
}

#building, #building-2 {
  padding-bottom: 300px;
}
#building .play-now, #building-2 .play-now {
  filter: invert(1);
  /* transform: translateX(-50%); */
  margin-left: 0;
}

#building-2 .cta-box p {
  text-align: left;
}
#building-2 ul {
  text-align: left;
}

#exhibitions .art-slider h4 {
  font-family: "Cinzel", serif;
  font-size: 38px;
  margin: 15px 0;
}
@media (min-width: 1400px) {
  #exhibitions .art-slider p {
    width: 645px;
  }
}
@media (min-width: 1200px) {
  #exhibitions .art-slider p {
    width: 555px;
  }
}
@media (min-width: 992px) {
  #exhibitions .art-slider p {
    width: 465px;
  }
}
#exhibitions .art-slider-images .swiper-slide {
  background-color: transparent;
}

/*termina _top */
#newsletter {
  position: relative;
  z-index: 10;
}
#newsletter .newsletter-box {
  background-color: transparent;
  padding: 80px 0;
}
#newsletter .newsletter-box .form input[type=submit] {
  background: rgba(238, 232, 44, 0.3019607843);
}
#newsletter .titles h6 {
  font-weight: 600;
}
#newsletter .titles h2 {
  text-transform: none;
}

#open-hours {
  margin-top: 85px;
}
#open-hours h2 {
  font-weight: 700;
}

#support-us .image-icon-box .icon {
  background: #EEE82C;
}
#support-us .image-icon-box .content-box a:after {
  background-color: #EEE82C;
}
#support-us .image-icon-box .content-box a:hover:after {
  background-color: transparent;
}
#support-us .image-icon-box .content-box a:hover:before {
  background-color: #EEE82C;
}
#support-us h2 {
  font-weight: 700;
  text-transform: none;
}

#news .recent-news .content-box small {
  background-color: #EEE82C;
}

#events {
  background-color: #474746;
  margin-top: 85px;
}
#events h2 {
  color: #EEE82C;
  font-weight: 700;
}
#events .exhibition-box {
  margin: 20px 0;
  margin-bottom: 25px;
}
#events .exhibition-box .content-box h4 a {
  color: #fff;
}
#events .exhibition-box .content-box p {
  color: #fff;
}
#events .text-center {
  text-align: center;
}
#events .custom-button {
  background-color: #91CB3E;
  text-transform: uppercase;
}

#page-projects {
  background-color: #474746;
  margin-top: 85px;
}
#page-projects h2 {
  color: #EEE82C;
  font-weight: 700;
}
#page-projects .project {
  margin: 20px 0;
}
#page-projects .exhibition-box .content-box h4 a {
  color: #fff;
}
#page-projects .exhibition-box .content-box p {
  color: #fff;
}
#page-projects .text-center {
  text-align: center;
}
#page-projects .custom-button {
  background-color: #91CB3E;
  text-transform: uppercase;
}

/*inicia _home*/
@font-face {
  font-family: "DINPro";
  src: url(/fonts/DINPro-Regular.otf?cbb8d83522bd1b2d06a48b5e45f30346);
}
@font-face {
  font-family: "DINPro-Bold";
  src: url(/fonts/DINPro-Bold.otf?d3c192a5cb57e7531db9d3e4310c525f);
}
html {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 10px;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(253, 194, 6, 0.5);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fdc206;
}

h1, h2, h3 {
  font-family: "DINPro", "DM Sans", sans-serif !important;
}

h4 {
  font-family: "DM Sans", sans-serif !important;
}

body > div.smooth-scroll > div > nav {
  position: relative;
}

.navbar .site-menu ul .dropdown-menu {
  display: none;
  min-width: 25vh;
  padding-bottom: 15px;
  border: none;
}

.navbar .site-menu ul .dropdown:hover .dropdown-menu {
  display: block !important;
}

.navbar .site-menu ul .m-ac .dropdown-menu {
  min-width: 40vh;
}

.navbar .site-menu ul > .dropdown .dropdown-menu.show {
  display: block !important;
}

.navbar .site-menu ul .dropdown-menu > li {
  width: 100%;
  padding: 5px;
  margin: 0;
}

.display-mobile .dropdown-menu-mobile {
  display: none;
}

.display-mobile .dropdown-menu-mobile.show {
  display: block !important;
  float: left;
}

.dropdown-menu-mobile a {
  vertical-align: middle;
}

.cta-box h6 {
  font-size: 25px;
}

.titles h2 {
  text-transform: uppercase;
}

#about {
  color: #ffffff;
}

#about .horizontal-scroll {
  max-width: 100%;
}

#building, #building-2 {
  color: #000000;
}

#building-2 .cta-box p {
  width: 100%;
}

#building p, #building-2 p {
  text-align: left;
}

#building-2 ul {
  list-style-type: none;
  padding-left: 20%;
  width: 100%;
}

#exhibitions .art-slider-content .swiper-slide {
  background-color: transparent;
  border-left: 5px solid #fff;
  padding-left: 30px;
}

#exhibitions {
  background: #72BB6F;
  color: #ffffff;
}

#newsletter .newsletter-box .form input[type=submit] {
  background: #FDC200;
}

.text-content p:before {
  display: none;
}

.text-content p {
  padding-left: 0;
  color: #fff;
  padding-right: 10%;
}

#building .cta-box {
  color: #000000;
}

#building img {
  display: block;
  margin: 0 auto;
}

.video-bg:after {
  background: #1960AA;
}

#exhibitions img {
  display: block;
  margin: 0 auto 10px;
}

.img-center {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.img-center.exhibitions {
  margin-top: -2px;
}

#exhibitions .titles {
  text-align: center;
}

#exhibitions h3 a {
  color: #fff;
}

#activities {
  color: #ffffff;
}

#activities .collection-box h4 a {
  background-image: linear-gradient(rgba(0, 0, 0, 0) calc(99% - 2px), #ffffff 2px);
  color: #ffffff;
}

.newsletter-box .form .inner {
  border: 1px solid #FDC200;
}

#visit-us {
  color: #ffffff;
  text-align: center;
}

#visit-us .newsletter-box {
  background-color: transparent;
}

#visit-us .newsletter-box .form {
  width: 100%;
}

.google-maps iframe {
  filter: none;
}

.languaje-button {
  margin-right: 30px;
}

.navbar .site-menu ul li a:after, .navbar .site-menu ul li a:before {
  background: #e20e36 !important;
}

.navbar .site-menu ul li.current-menu > a:after, .navbar .site-menu ul li.current-menu > a:before {
  width: 100%;
  background: #e20e36 !important;
}

#exhibitions .see-more {
  text-align: center;
  margin-top: 30px;
}

#exhibitions .see-more a {
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
  padding-bottom: 3px;
}

#exhibitions .art-slider-images .swiper-slide p {
  min-height: 75px !important;
}

#exhibitions .art-slider-images .swiper-slide {
  padding-top: 150px !important;
}

#activities .collection-box {
  margin-top: 40px;
}

.footer .social-icons {
  text-align: center;
}

.social-icons i.fab {
  color: #fff;
  background: #474746;
  border-radius: 100px;
  font-size: 25px;
  height: 45px;
  width: 45px;
  text-align: center;
  vertical-align: middle;
  line-height: 45px;
}

.logos-footer img {
  vertical-align: bottom;
  margin-right: 15px;
  max-height: 45px;
}

.about-mca ul.footer-menu {
  list-style-type: none;
  padding: 0;
}

.about-mca ul.footer-menu li a, .footer-address .address {
  font-size: 20px;
}

.footer .widget-title:after {
  display: none;
}

.footer {
  padding-bottom: 60px;
}

#home.slider .slider-images .swiper-slide.corner {
  background-size: cover !important;
  background-position: center center !important;
  width: 100% !important;
}

#home.slider .slider-texts .swiper-slide h1 {
  color: #ffffff;
  text-shadow: 4px 4px 9px rgba(0, 0, 0, 0.2);
}

#home.slider .slider-texts .svg-morph path {
  fill: #FDC200;
}

.navbar {
  position: inherit;
}

.slider {
  height: 85vh;
}

.slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.slider .swiper-fraction span, .slider .swiper-fraction {
  display: none;
}

.slider .slider-texts .swiper-slide h6 {
  color: #ffffff;
  padding: 10px 25px;
  border-left: solid 2px #ffffff;
  font-size: 20px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.slider .slider-texts .swiper-slide a {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
}

#home.slider .slider-nav .button-prev, #home.slider .slider-nav .button-next {
  background-color: #FDC200;
}

.slider .slider-nav .button-next:hover, .slider .slider-nav .button-prev:hover {
  color: #FDC200;
}

h2 {
  font-size: 40px;
}

.row > h2, .row > div > h2 {
  padding: 0 72px;
}

.section-title h2 {
  font-size: 40px;
}

.slider .slider-nav {
  bottom: 10%;
  margin: 0;
}

#home .container-fluid.slider-nav {
  width: 100%;
  padding-left: 30px;
}

.slider .slider-nav .button-next {
  margin-left: 0px;
  margin-right: 0px;
}

.slider .slider-nav .button-prev {
  margin-left: 0;
}

#building-2 .play-now.play-uno {
  /* transform: translateX(-150%); */
}

#building-2 .play-now.play-dos {
  /* transform: translateX(-50%); */
}

#building-2 .play-now.play-tres {
  /* transform: translateX(50%); */
}

.container {
  padding: 0px 10px;
}

.fa-x:before {
  content: "\f00d";
}

.search-button .fa-search, .search-button.active .fa-x {
  display: inline-block !important;
}

.search-button.active .fa-search, .search-button .fa-x {
  display: none !important;
}

#exhibitions .container-fluid.slider-nav {
  font-size: 45px;
  padding: 15px 70px;
}

.cta-box h2 {
  padding-bottom: 45px;
}

.navbar {
  padding: 15px 50px;
}

.site-menu-rigth {
  display: inherit;
  vertical-align: middle;
  line-height: 45px;
  margin-right: 155px;
}

.navbar .navbar-button {
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  display: none;
}

.navbar .navbar-button a {
  height: 45px;
  line-height: 45px;
  color: #ffffff;
}

.navbar .search-button {
  line-height: 45px;
}

.hamburger-menu {
  display: none !important;
}

.side-widget .form {
  width: 100%;
}

.side-widget .display-mobile {
  height: 80%;
}

.side-widget .display-mobile > .site-menu > ul {
  height: 100%;
  margin-bottom: 15px;
}

.titles h2 {
  font-size: 40px;
}

.close-widget {
  z-index: 1;
  line-height: 10px;
  padding: 0 !important;
  margin-bottom: -50px !important;
  margin-left: auto;
}

.button-next3, .button-prev3 {
  display: none;
}

#button-apoyo.sticky {
  position: fixed;
  right: 35px;
  top: 30px;
  border: 2px solid #ffffff;
  z-index: 10;
}

#button-apoyo.sticky a {
  height: 45px;
  line-height: 50px;
  color: #ffffff;
  padding: 16px 40px;
  background-color: #91cb3e;
  font-size: 14px;
  font-weight: 700;
}

#museo-va {
  color: #ffffff;
  background-color: rgba(71, 71, 70, 0.7) !important;
  background-blend-mode: multiply;
}

#museo-va .section-title {
  margin-bottom: 60px;
  margin-top: 60px;
}

#museo-va .donar-button {
  text-align: center !important;
  margin-bottom: 90px;
}

#museo-va .donar-button a {
  background: #fdc200;
  padding: 20px;
  font-weight: 700;
}

#museo-va .pleca-80 {
  background: rgba(0, 0, 0, 0.5);
  background-blend-mode: multiply;
}

button.close {
  background: none;
  border: none;
  font-size: 125%;
}

.pagination > nav[role=navigation] > div:nth-child(1), .pagination > nav[role=navigation] > div:nth-child(2) > div:nth-child(1) {
  display: none;
}

.pagination > nav[role=navigation] > div:nth-child(2) > div:nth-child(2) > span {
  display: flex;
  box-shadow: none !important;
  margin-bottom: 1rem;
}

.pagination > nav[role=navigation] > div:nth-child(2) > div:nth-child(2) > span svg {
  height: 15px;
}

.pagination > nav[role=navigation] > div:nth-child(2) > div:nth-child(2) > span > span > span, .pagination > nav[role=navigation] > div:nth-child(2) > div:nth-child(2) > span > a {
  margin: 0 5px;
}

.pagination > nav[role=navigation] > div:nth-child(2) > div:nth-child(2) > span > span > span {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem !important;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.pagination > nav[role=navigation] > div:nth-child(2) > div:nth-child(2) > span > a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem !important;
  margin-left: -1px;
  line-height: 1.25;
  color: #36bded;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

figure.garden-image {
  /* border: 5px solid #fbdd7f; */
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.garden-images:hover .garden-image {
  filter: brightness(0.5);
}

.garden-images .garden-images-text {
  display: none;
}

.garden-images:hover .garden-images-text {
  /* color: #ffffff;
  position: relative;
  z-index: 1;
  margin-bottom: -256px;
  padding: 67px 24px 0px;
  display: block; */
  color: #ffffff;
  position: absolute;
  z-index: 1;
  padding: 70px 120px 0px;
  display: block;
  text-align: center;
  max-width: 579px;
}

.navbar > div {
  width: 100%;
}

.navbar .logo {
  width: 12%;
}

.navbar .site-menu {
  width: 76%;
  text-align: center;
}

.navbar .logo a img {
  height: 100%;
  max-height: 60px;
}

/*mobile/responsive*/
@media (min-width: 769px) {
  #about .offset-md-1 {
    margin-left: 5.333333%;
  }
}
@media (max-width: 1420px) {
  .navbar {
    padding: 10px 30px;
  }

  .site-menu-rigth {
    padding-right: 15%;
    margin-right: 0;
    display: inline-block;
    float: right;
  }

  .content-section {
    padding: 60px 0;
  }

  .text-content p {
    padding-right: 10%;
  }

  .cta-box p, #building-2 ul {
    padding: 0 10%;
  }

  #building-2 .play-now.play-uno {
    /* transform: translateX(-180%); */
  }

  #building-2 .play-now.play-dos {
    /* transform: translateX(-90%); */
  }

  #building-2 .play-now.play-tres {
    /* transform: translateX(0%); */
  }

  .newsletter-box .form {
    width: 65%;
  }

  .newsletter-box .newsletter-image {
    width: 35%;
    display: inline-block;
  }

  .newsletter-box .form input[type=email] {
    padding-left: 10px;
  }

  .google-maps {
    height: 400px;
  }

  .logos-footer img {
    max-width: 50%;
  }

  #button-apoyo.sticky {
    right: 20px;
    top: 32px;
  }

  .navbar .site-menu {
    max-width: 80%;
    text-align: center;
    vertical-align: middle;
  }
}
@media (max-width: 1400px) {
  .garden-images:hover .garden-images-text {
    max-width: 489px;
  }
}
@media (max-width: 990px) {
  .navbar .logo {
    width: 50%;
  }

  .hamburger-menu {
    display: inline-block !important;
  }

  .navbar .site-menu {
    display: none;
  }

  .side-widget.active .display-mobile {
    margin-top: 0px;
  }

  #about .row > div.col-lg-4 {
    padding-top: 30px;
  }

  .content-section {
    padding: 30px 0px;
  }

  .section-title {
    margin-bottom: 30px;
  }

  #building-2 .play-now {
    display: block;
  }

  #building-2 .play-now.play-uno {
    /* transform: translateX(-140%); */
  }

  #building-2 .play-now.play-dos {
    /* transform: translateX(-75%); */
  }

  #building-2 .play-now.play-tres {
    /* transform: translateX(-10%); */
  }

  #building-2 .play-now {
    max-width: 40%;
  }

  #exhibitions .art-slider {
    margin-top: -40px;
  }

  #exhibitions .button-prev2 {
    margin-top: 60px;
  }

  .logos-footer img {
    max-width: 40%;
  }

  .slider .slider-nav.container-fluid {
    margin-top: 0px;
  }

  .navbar.justify-content-lg-center > div {
    width: 100%;
  }
}
@media (max-width: 575px) {
  #button-apoyo.sticky {
    display: none;
  }

  .navbar .navbar-button {
    display: block;
  }

  #building, #building-2 {
    padding-bottom: 0px;
  }

  #exhibitions .img-center img {
    height: 70px;
  }

  #building-2 .play-now {
    display: block;
    transform: none !important;
    position: relative;
    left: 0;
    /* margin-top: -100px; */
    max-height: 315px;
    max-width: 315px;
  }

  #building-2 .play-now .play-btn {
    /* top: 54%; */
  }

  .close-widget {
    margin-right: 70px;
  }

  .site-menu-rigth {
    position: inherit;
    right: 10px;
  }

  .navbar .hamburger-menu {
    margin-left: 10px;
  }

  .navbar .navbar-button {
    margin-left: 15px;
  }

  .navbar .logo {
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    width: 99%;
  }

  .navbar .navbar-button a {
    padding: 0 20px;
  }

  .languaje-button {
    margin-right: 15px;
  }

  .slider {
    height: 75vh;
  }

  .slider .slider-images .button-next, .slider .slider-images .button-prev {
    width: 40px;
    height: 40px;
  }

  #home.slider .slider-texts .swiper-slide h1 {
    font-size: 40px;
  }

  .slider .slider-texts .swiper-slide h6 {
    font-size: 14px;
  }

  .text-content p {
    padding-right: 0px;
    text-align: justify;
  }

  #building.content-section {
    padding-top: 0px;
    margin-top: -45px;
  }

  .cta-box p, #building-2 ul {
    padding: 0px;
  }

  #building p, #building-2 p {
    text-align: left !important;
  }

  .titles h2 {
    text-align: center;
  }

  .art-slider-content {
    display: block;
    height: 150px;
    margin-bottom: 0px;
    margin-top: 30px;
  }

  .navbar {
    padding: 10px;
  }

  .button-next2, .button-prev2 {
    display: none;
  }

  .button-next3, .button-prev3 {
    display: inline-block;
  }

  #exhibitions .container-fluid.slider-nav {
    position: absolute;
    top: 50%;
    padding: 0;
    width: 100%;
    font-size: 35px;
  }

  #exhibitions .container-fluid.slider-nav .button-next3 {
    float: right;
  }

  #exhibitions .art-slider-content .swiper-slide h3 {
    width: 100%;
    text-align: center;
  }

  #exhibitions .art-slider-content .swiper-slide {
    border: none;
    padding-left: 0px;
  }

  #exhibitions .art-slider-images .swiper-slide {
    padding-top: 45px !important;
  }

  #activities .collection-box h4 {
    text-align: center;
  }

  .newsletter-box .newsletter-image {
    display: none;
  }

  .newsletter-box .form {
    width: 100%;
  }

  .newsletter-box .form .titles h2, .section-title h2, .cta-box h2 {
    letter-spacing: 0px !important;
  }

  .footer {
    text-align: center;
    padding-bottom: 0px;
  }

  footer .row > div {
    padding-bottom: 60px;
  }

  .side-widget {
    padding-right: 35px;
    padding-left: 10px;
    max-width: 95vw;
  }

  aside input[type=submit] {
    height: auto;
    background: #fdc200;
    padding: 15px;
  }

  aside input[type=search] {
    height: auto;
    padding: 15px;
  }

  h2 {
    font-size: 30px !important;
  }

  .row > h2, .row > div > h2 {
    padding: 0 15px;
  }

  .content-activity.activity-head.podcast-head {
    height: 170px !important;
  }

  .garden-images:hover div.garden-images-text p {
    padding: 15px 0 15px;
  }

  .garden-images:hover div.garden-images-text {
    max-width: 95% !important;
  }
}
@media (max-width: 321px) {
  .site-menu-rigth > div {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  h2 {
    font-size: 22px !important;
  }

  .content-activity.activity-head.podcast-head {
    height: 150px !important;
  }

  .garden-images:hover div.garden-images-text {
    max-width: 95% !important;
    padding: 15px 15px 0px !important;
  }
}
/*termina _home*/
/*Inicia _activity*/
.content-activity.activity-head {
  color: #ffffff;
}

.content-activity.activity-head.podcast-head {
  height: 550px;
  background-size: cover !important;
}

.swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-button-next, .swiper-button-prev {
  color: #cccccc;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  color: #777777 !important;
}

.content-activity.activity-body .row {
  padding-left: 60px;
  padding-right: 60px;
}

.content-activity {
  padding: 30px 0;
}

.justify-content-center {
  text-align: center;
}

@media (max-width: 575px) {
  .content-activity.activity-body .row {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*termina _activity*/
/*inicia _exhibitions*/
.content-exhibitions, .content-exhibition {
  padding: 30px 0;
}

.content-exhibitions.exhibitions-head p {
  text-align: justify;
}

.content-exhibitions.exhibitions-body p {
  /* text-align: center; */
  padding: 20px 0 40px;
}

.content-exhibitions.exhibitions-head {
  color: #ffffff;
}

.content-exhibitions.exhibitions-head h2 {
  padding-left: 0px;
}

.content-exhibitions.exhibitions-body .row {
  padding-left: 60px;
  padding-right: 60px;
}

.content-exhibition .row > div {
  padding: 30px;
}

.content-exhibition p {
  color: #000000;
  opacity: 1;
}

.content-exhibition h2 {
  padding-left: 30px;
}

.content-exhibition .ex_img_center p {
  text-align: center;
}

p.image-autor {
  font-size: 14px;
}

@media (max-width: 575px) {
  .content-exhibition .row > div {
    padding: 12px;
  }

  .content-exhibitions.exhibitions-body .row {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*termina _exhibitions*/
/*Inicia _garden*/
.content-garden, .content-exhibition {
  padding: 30px 0;
}

.content-garden.garden-head p {
  text-align: justify;
  color: #000;
}

.content-garden.garden-head h2 {
  text-align: justify;
  color: #ffffff;
}

.content-garden.garden-head {
  color: #ffffff;
}

.content-garden.garden-body .row {
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 575px) {
  .content-garden.garden-body .row {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/*termina _garden*/
/*inicio _contact*/
.content-contact.contact-head {
  padding: 60px 0;
  color: #ffffff;
  text-transform: uppercase;
}

.contact-body .contact-box p {
  text-align: left;
}

.contact-body .contact-form input, .contact-body .contact-form textarea {
  border-color: #36BDEE;
  background: #f7f7f7;
}

.contact-body .text-right {
  text-align: right !important;
}

.contact-body .contact-form input[type=submit] {
  background: #1960AA;
  color: #ffffff;
}

.contact-body .contact-box a {
  display: inline-block;
  text-decoration: none;
}

.contact-form input[type=email] {
  width: 100%;
}

/*termina _contact*/
/*inicia _news*/
.col-12:nth-child(even) .recent-news .content-box {
  margin-left: 0;
}

.recent-news .content-box {
  width: 50%;
}

.recent-news figure {
  width: 50%;
}

.recent-news .content-box {
  margin-right: 0;
}

#news .titles h2 {
  color: #ffffff;
}

#news .section-title {
  margin-bottom: 0;
}

#news.content-section {
  padding: 30px 0;
}

#news-content .recent-news .content-box h3 {
  font-size: 40px;
}

.recent-news .content-box small {
  background: #fdc200;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .recent-news figure {
    width: 100%;
    order: 1;
    margin-bottom: 50px;
  }

  .recent-news .content-box {
    width: 100%;
    margin-bottom: 0;
    order: 2;
  }

  #news-content .recent-news .content-box h3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  #news-content .recent-news .content-box h3 {
    font-size: 27px;
  }
}
/*termina _news*/
/*inicia _blogs*/
.content-blog.blog-head {
  margin-top: 60px;
  margin-bottom: 60px;
}

.content-blog .img-center {
  text-align: center;
}

.content-blog .banner {
  margin-top: 30px;
  margin-bottom: 30px;
}

.content-blog .banner img {
  max-width: 600px;
}

.content-blog.blog-head p.notes {
  font-style: italic;
  font-weight: bold;
}

.content-blog.blog-head .news-autor p {
  margin-bottom: 0;
  font-size: 14px;
}

.content-blog.blog-footer .row {
  background-color: #F9F7F7;
}

.content-blog.blog-footer .author-image {
  max-width: 100px;
}

.content-blog.blog-footer .author-image img {
  border-radius: 50px;
}

.content-blog a {
  text-decoration: underline;
  color: #0d6efd;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .content-blog .banner {
    max-width: 100%;
  }

  .content-blog .banner img {
    max-width: 100%;
  }

  .garden-images:hover .garden-images-text {
    max-width: 400px !important;
    padding: 45px 30px 0px !important;
  }
}
/*termina _blogs*/
/*inica _gallery*/
.content-gallery .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.gallery-head h2 {
  color: #ffffff;
}

/*termina _gallery*/
/****mejoras del 23-sep-2022*****/
.menu-podcast {
  text-align: center;
}

.menu-podcast i {
  color: #ffffff;
  font-size: 20px;
  padding: 5px 9px;
  border-radius: 60px;
  background: #fdc200;
}

.social-icons i {
  color: #fff;
  background: #474746;
  border-radius: 100px;
  font-size: 25px;
  height: 45px;
  width: 45px;
  text-align: center;
  vertical-align: middle;
  line-height: 45px;
}

.social-icons a {
  text-decoration: none;
}

.display-mobile .menu-podcast {
  text-align: left;
}

.display-mobile .menu-podcast .icon-podcast {
  text-align: center;
}

/***mejoras 30/nov/2022***/
a.activity_notes {
  background: #fdc200;
}

div.border-bottom:last-child {
  border: none !important;
}

ul.pagination {
  display: flex;
}

ul.pagination li {
  margin: 0 5px;
}

ul.pagination li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #36bded;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

ul.pagination li.active span, ul.pagination li.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.content-section {
  padding: 60px 0;
}

.bg-gray {
  background-color: #494848;
}
