@font-face {
  font-family: "Swash";
  src: url("/skins/page/fonts/BerkshireSwash-Regular.ttf");
}

@font-face {
  font-family: "Ancizar regular";
  src: url("/skins/page/fonts/AncizarSans-Regular.otf");
}

@font-face {
  font-family: "Ancizar Thin";
  src: url("/skins/page/fonts/AncizarSans-Thin.otf");
}

@font-face {
  font-family: "Ancizar Light";
  src: url("/skins/page/fonts/AncizarSans-Light.otf");
}

@font-face {
  font-family: "Ancizar Regular";
  src: url("/skins/page/fonts/AncizarSans-Regular.otf");
}

@font-face {
  font-family: "Ancizar Bold";
  src: url("/skins/page/fonts/AncizarSans-Bold.otf");
}

@font-face {
  font-family: "Ancizar Extrabold";
  src: url("/skins/page/fonts/AncizarSans-Extrabold.otf");
}

@font-face {
  font-family: "Ancizar Black";
  src: url("/skins/page/fonts/AncizarSans-Black.otf");
}

@font-face {
  font-family: "Ancizar Extrablack";
  src: url("/skins/page/fonts/AncizarSans-Extrablack.otf");
}

@font-face {
  font-family: "Ancizar Light Italic";
  src: url("/skins/page/fonts/AncizarSans-LightItalic.otf");
}

@font-face {
  font-family: "Ancizar Thin Italic";
  src: url("/skins/page/fonts/AncizarSans-Thinitalic.otf");
}

@font-face {
  font-family: "Ancizar Light Italic";
  src: url("/skins/page/fonts/AncizarSans-Lightitalic.otf");
}

@font-face {
  font-family: "Ancizar Regular Italic";
  src: url("/skins/page/fonts/AncizarSans-Regularitalic.otf");
}

@font-face {
  font-family: "Ancizar Bold Italic";
  src: url("/skins/page/fonts/AncizarSans-Bolditalic.otf");
}

@font-face {
  font-family: "Ancizar Extrabold Italic";
  src: url("/skins/page/fonts/AncizarSans-Extrabolditalic.otf");
}

@font-face {
  font-family: "Ancizar Black Italic";
  src: url("/skins/page/fonts/AncizarSans-Blackitalic.otf");
}

@font-face {
  font-family: "Ancizar Extrablack Italic";
  src: url("/skins/page/fonts/AncizarSans-Extrablackitalic.otf");
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.fondo-imagen-responsive {
  display: none;
}

.banner-home .fondo-banner {
  height: calc(100vh - 100px);
  position: relative;
}

.banner-home .fondo-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.banner-home .banner-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 90%;
}

.banner-home .banner-content h2 {
  font-family: "Ancizar Extrabold";
  font-size: 5rem;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.banner-home .banner-content h3 {
  font-family: "Swash";
  font-size: 4.5rem;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.banner-home .carousel-indicators {
  bottom: 50px;
}

.banner-home .carousel-control-prev {
  font-size: 25px;
}

.banner-home .carousel-control-next {
  font-size: 25px;

}

nav.main-nav {
  display: none;
}

nav.main-navHome {
  display: none;
}


nav.header {
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  z-index: 1000;
  font-family: "Ancizar Regular";
  width: 100%;
  display: block;

}

nav.header .nav-brand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

nav.header .nav-brand img {
  height: 220%;
}

nav.header .nav-top {
  height: 50px;
  background-color: #06261f;
  padding-right: 50px;
  padding-left: 50px;
  display: flex;
  justify-content: space-between;
}

nav.header .nav-bottom {
  height: 50px;
  background-color: #1dc9a3;
  padding-right: 50px;
  padding-left: 50px;
  display: flex;
  justify-content: space-between;
}

nav.header .nav-row {
  display: flex;
  align-items: center;
}

nav.header .nav-row.left {

  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  height: 100%;
}

nav.header .nav-row.left ul {
  justify-content: flex-end !important;
  /* width: 42%; */

}

nav.header .nav-row.right {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  height: 100%;

}

nav.header .nav-row.right ul {
  justify-content: flex-start;
  /* width: 42%; */


}

nav.header .nav-row.center {
  /*  width: 20%; */
}

nav.header .nav-row ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 80px;
/*   padding-right: 15px;
  padding-left: 15px; */
  width: 100%;
}

nav.header .nav-row ul li .nav-link {
  color: #06261f;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;

  padding: 0;
}

nav.header .nav-row ul li .nav-link:hover {
  color: #0b4b3e;
  transition: all 0.3s ease;
}

nav.header .nav-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 36px;
  color: #FFF;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

nav.header .nav-icon svg {
  width: 28px;
  height: auto;
  fill: #1dc9a3;
}

nav.header .nav-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}

nav.header .nav-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #1dc9a3;
  font-size: 14px;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 1;
}

nav.header .nav-social-media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav.header .nav-social-media a {
  margin-left: 10px;
  color: #FFF;
  font-size: 17px;
  text-decoration: none;
}

nav.header .nav-social-media .nav-icon {
  margin-right: 1px;
}

nav.header .nav-social-media .nav-icon svg {
  fill: #fc3603;
}



/* HEADER HOME QUE MUESTRA PRIMERO EL BANNER */
nav.headerHome {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  font-family: "Ancizar Regular";
}

nav.headerHome .nav-brand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

nav.headerHome .nav-brand img {
  height: 220%;
}

nav.headerHome .nav-top {
  height: 50px;
  background-color: #06261f;
  padding-right: 50px;
  padding-left: 50px;
  display: flex;
  justify-content: space-between;
}

nav.headerHome .nav-bottom {
  height: 50px;
  background-color: #1dc9a3;
  padding-right: 50px;
  padding-left: 50px;
  display: flex;
  justify-content: space-between;
}

nav.headerHome .nav-row {
  display: flex;
  align-items: center;
}

nav.headerHome .nav-row.left {
  justify-content: flex-end;
  width: 42%;
}

nav.headerHome .nav-row.left ul {
  justify-content: flex-end;
  width: 42%;
}


nav.headerHome .nav-row.right {
  justify-content: flex-start;
  width: 42%;
}

nav.headerHome .nav-row.right ul {
  justify-content: flex-start;
  width: 42%;

}

nav.headerHome .nav-row.center {
  width: 20%;
}

nav.headerHome .nav-row ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 80px;
/*   padding-right: 15px;
  padding-left: 15px; */
  width: 100%;
}

nav.headerHome .nav-row ul li .nav-link {
  color: #06261f;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;

  padding: 0;
}

nav.headerHome .nav-row ul li .nav-link:hover {
  color: #0b4b3e;
  transition: all 0.3s ease;
}

nav.headerHome .nav-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 36px;
  color: #FFF;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

nav.headerHome .nav-icon svg {
  width: 27px;
  height: auto;
  fill: #1dc9a3;
}

nav.headerHome .nav-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}

nav.headerHome .nav-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #1dc9a3;
  font-size: 17px;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1;
}

nav.headerHome .nav-social-media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav.headerHome .nav-social-media a {
  margin-left: 10px;
  color: #FFF;
  font-size: 20px;
  text-decoration: none;
}

nav.headerHome .nav-social-media .nav-icon {
  margin-right: 1px;
}

nav.headerHome .nav-social-media .nav-icon svg {
  fill: #fc3603;
}

.dropdown-menu {
  display: none !important;
  width: auto;
  background-color: #1dc9a3;
  margin-top: -5px;
  border: none;
  min-width: 120px !important;
  padding-top: 17px;
  position: absolute;

  transition-property: display;
  transition-duration: 100ms;
}

.dropdown-menu li {
  padding: 0 auto;

}

.dropdown-menu li a {
  color: #06261f;
  font-size: 1.2rem;
  font-family: "Ancizar Regular";
  transition-property: color;
  transition-duration: 300ms;
  display: grid;
  margin: 0 auto;
  text-align: center;
}

.dropdown-menu li::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #06261f;
  transition: width .3s;
}

.dropdown-menu li:hover::after {
  width: 100%;
}

.dropdown-menu li a:hover {
  text-decoration: none;
  color: #105f4e;

}

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









.titulo-imagen-menu {
  margin-top: 75px;
  margin-bottom: 50px;
  height: 90px;
}





/* HEADER RESPONSIVE */

@media (max-width:991.5px) {

  .titulo-imagen-menu {
    margin-top: 100px;
    margin-bottom: 20px;
    height: 56px;
  }

  nav.header {
    display: none;
  }

  nav.headerHome {
    display: none;
  }

  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
  }

  nav.main-nav {
    display: block;
    height: 75px;
    background-color: #06261f;
  }

  nav.main-nav hr {
    margin-top: 0;
    margin-bottom: 0;
    background: #999;
  }

  nav.main-nav .navlinks .titulo-menu-nav {
    top: -60px;
    position: absolute;
    left: 15px;
    font-family: 'Swash';
    font-size: 41px;
    color: #fff;
  }


  .logo {
    display: block;
    width: 125px;
    position: absolute;
    margin-top: 8px;
  }

  .logo img {
    z-index: 99999999;
    position: absolute;
    left: -10px
  }


  .navlinks {
    list-style: none;
    float: right;
    line-height: 50px;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 75%;
    height: 100vh;
    text-align: left;
    transition: all 0.5s;
    right: -100%;
    background: #06261f;
    margin-top: 75px;
    z-index: 9999999;
  }

  header nav.main-nav .navlinks .dropdown .dropdown-menu {
    width: 100%;

    position: static;
    background: #06261f;

    border-radius: 0;
    padding: 0;
  }

  header nav.main-nav .navlinks .dropdown .dropdown-menu li a {}

  header nav.main-nav .navlinks .dropdown .dropdown-menu li a {
    color: #1dc9a3;

  }


  .navlinks li {
    display: block;
    /* border-bottom: 0.5px solid #06261f; */
    transition-property: background;
    transition-duration: 300ms;
  }

  .navlinks li:hover {
    display: block;

  }

  .navlinks .desplegable ul {
    background: #06261f;
  }

  .navlinks .desplegable ul li {
    border-bottom: 1px solid #999;
    color: #FFF;
  }




  .navlinks .desplegable ul li a {
    color: #1dc9a3;
    transition-property: color;
    transition-duration: 300ms;
    font-size: 18px;
  }

  .navlinks .desplegable ul li a:hover {
    color: #ffffff;
  }

  .navlinks .desplegable a span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
    padding-right: 27px;
  }

  .navlinks .desplegable a span:hover,
  .navlinks li a {
    color: #FFF;
  }


  .navlinks li a {
    color: #1dc9a3;
    text-decoration: none;
    font-family: 'Ancizar regular';
    transition: all 0.3s linear 0s;
    margin-left: 15px;
    font-size: 20px;
    height: 100%;

    display: block;
  }

  .navlinks li a:hover {
    color: #ffffff;
    padding-bottom: 7px;
    border-bottom: none;
  }



  #check {
    display: none;
  }

  .menu-btn {
    font-size: 25px;
    color: white;
    float: right;
    line-height: 90px;
    margin-right: 40px;
    display: block;
    cursor: pointer;
  }

  .contenedor-redes {
    width: 100%;
    display: flex;
    margin-left: 15px;
    align-items: center;
  }


  .navlinks .row-header-responsive {
    align-items: center;
    margin-left: 0px;
    font-family: 'Ancizar Regular';
    font-size: 17px;
    color: #1dc9a3;


  }

  .navlinks .row-header-responsive-icons {

    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navlinks .row-header-responsive-icons .nav-icon {

    margin-top: 10px;
  }

  .navlinks .row-header-responsive-icons .nav-icon svg {
    fill: #fc3603;
  }


  .navlinks .nav-icon {}

  .navlinks .nav-icon svg {}


  #check:checked~.navlinks {
    right: 0;
  }

  #nav-toggle {
    /*  position: absolute;
     left: 50%;
     top: 50%; */
    display: block;
    cursor: pointer;
    padding: 25px;
    margin-top: 9px;
  }



  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: white;
    position: absolute;
    display: block;
    content: '';
  }

  #nav-toggle span:before {
    top: -10px;
  }

  #nav-toggle span:after {
    bottom: -10px;
  }

  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    transition: all 300ms ease-in-out;
  }

  #nav-toggle.active span {
    background-color: transparent;
  }

  #nav-toggle.active span:before,
  #nav-toggle.active span:after {
    top: 0;
  }

  #nav-toggle.active span:before {
    transform: rotate(45deg);
  }

  #nav-toggle.active span:after {
    transform: rotate(-45deg);
  }


}

/* 

@media (max-width: 360px) {


  .menu-btn {
    margin-right: 0px;

  }

  .menu-btn:focus {
    color: blue;
  }
}
 */
















































/* footer */

footer .footer-top {
  padding: 70px;
  background-color: #fc3603;
  color: #FFF;
  font-size: 16px;
}

footer .footer-top .footer-subtitle {
  font-size: 3rem;
  font-family: "Swash";
}

footer .footer-top .footer-title {
  font-size: 4.5rem;
  font-family: "Ancizar Extrabold";
  font-weight: 900;
}

footer .footer-top .footer-title a {
  font-size: 4.5rem;
  font-family: "Ancizar Extrabold";
  font-weight: 900;
  color: #1dc9a3;
  transition-property: color;
  transition-duration: 300ms;
}

footer .footer-top .footer-title a:hover {
  text-decoration: none;
  color: #1f9d82;

}

footer .footer-location-container {
  display: flex;
  justify-content: end;
  align-items: stretch;
}

footer .footer-location-container svg {
  height: 120px;
}

footer .footer-location-container .footer-location {
  text-align: center;
  color: #fff;
  font-family: "Swash";
  font-size: 2rem;
}

footer .footer-location-container .footer-location .location-icon.yellow {
  fill: #f7ce04;
}

footer .footer-location-container .footer-location .location-icon.green {
  fill: #06261f;
}

footer .footer-location-container .footer-location .location-icon.cian {
  fill: #1dc9a3;
}

footer .footer-location-container .footer-location .cls-2 {
  fill: #FFF;
}

footer .footer-bottom {
  background-image: url("/skins/page/images/textura-footer.png");
  min-height: 164px;
  color: #FFF;
  font-size: 1.6rem;
  font-family: "Ancizar Light";
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .footer-bottom a {
  text-decoration: none;
  color: #FFF;
  padding-left: 5px;
}

.news-container {
  margin-top: 120px;
  margin-bottom: 80px;
}

.news-container .news-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.news-container .slick-next:before {
  content: "";
  display: block;
  background-image: url("/skins/page/images/next-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 46px;
  height: 25px;
}

.news-container .slick-prev {
  margin-left: -26px;
}

.news-container .slick-prev:before {
  content: "";
  display: block;
  background-image: url("/skins/page/images/prev-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 46px;
  height: 25px;
}

.news-container .news-slider-item {
  padding-right: 10px;
  padding-left: 10px;
  overflow: hidden;
  padding-top: 0px;
}

.news-container .news-slider-item .news-slider-item-wrapper {
  position: relative;
  border-radius: 0 0 20px 20px;
  background-color: #0b4b3e;
  min-height: 480px;
}

.news-container .news-slider-item .news-slider-item-wrapper .news-date {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: -6px;
  right: 10px;
  border-radius: 0 0 10px 10px;
  background-color: #f7ce04;
  color: #06261f;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3764705882);
  z-index: 1;
  font-family: "Ancizar Extrabold";
  padding: 10px;
}

.news-container .news-slider-item .news-slider-item-wrapper .news-date .date-number {
  font-size: 2.5rem;
  line-height: 1;
}

.news-container .news-slider-item .news-slider-item-wrapper .news-date .date-month {
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
}

.news-container .news-slider-item .news-slider-item-wrapper .news-image {
  aspect-ratio: 16/14.8;
  position: relative;
  background-color: #fff;
}

.news-container .news-slider-item .news-slider-item-wrapper .news-image::before {
  content: "";
  background: linear-gradient(to bottom, transparent, #0b4b3e);
  position: absolute;
  width: calc(100% - 30px);
  height: 70px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 1;
}

.news-container .news-slider-item .news-slider-item-wrapper .news-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.news-container .news-slider-item .news-slider-item-wrapper .news-item-info {
  height: 30%;
  color: #FFF;
  text-align: center;
  font-family: "Ancizar Light";
  padding: 20px 40px;
  padding-top: 10px;
}

.news-container .news-slider-item .news-slider-item-wrapper .news-item-info .news-item-title {
  line-height: 1;
}

.news-container .news-slider-item .news-slider-item-wrapper .news-item-info .news-view-more {
  display: inline-block;
  color: #fc3603;
  background-color: #f7ce04;
  font-size: 1.2rem;
  padding: 3px 15px;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Ancizar Regular";
}

.gallery-container-home {
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  justify-content: end;
}

.gallery-container-home .left {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  background-color: #f7ce04;
}

.gallery-container-home .left .gallery-photo {
  width: 33.3333333333%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.gallery-container-home .left .gallery-photo img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.gallery-container-home .right {
  width: 50%;
  background-color: #f7ce04;
  display: flex;
  align-items: center;
  padding: 40px;
}

.gallery-container-home .right .gallery-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #06261f;
  color: #FFF;
  font-size: 1.2rem;
  font-family: "Ancizar Regular";
  text-decoration: none;
  border-radius: 5px;
  padding: 3px 15px;
  margin-top: 50px;
  transition: 300ms ease;
}

.gallery-container-home .right .gallery-button:hover {
  background-color: #0b4b3e;
  transition: 300ms ease;
}

.gallery-container-home .right p {
  font-family: 'Ancizar Thin';
}

.social-home-container {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: right;
}

.social-home-container .social-subtitle h3 {
  font-size: 3rem;
  font-family: "Swash";
  color: #1dc9a3;
  line-height: 1;
}

.social-home-container .social-title h3 {
  font-size: 3.8rem;
  font-family: "Ancizar Bold";
  color: #fc3603;
  line-height: 1;
}

.social-home-container .social-media {
  display: flex;
  justify-content: end;
  gap: 35px;
}

.social-home-container .social-media a {
  text-decoration: none;
}

.social-home-container .social-media a span {
  font-size: 2.5rem;
  color: #06261f;
  transition: 300ms ease;
}

.social-home-container .social-media a span:hover {
  color: #0b4b3e;
  transition: 300ms ease;
}

/*# sourceMappingURL=global.css.map */

/* Agregado Sebastian*/
/*  */
/*  */
/*  */
/*  */

/* publicidad instagram */
.publicidad-instagram {

  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;

}

/* boton flotante reserva en linea */
/* .flotantes {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 19;
} */

.floating-btn {

  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0px;
  bottom: 160px;
  z-index: 1000;

  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}

.floating-btn img {
  width: 100%;

}

.titulo-imagen {
  margin-top: 210px;
  height: 75px;
}



/* boton flotante tienda */
.btn-tienda-flotante {
  position: fixed;
  font-family: 'Ancizar Thin';
  font-weight: 700;
  bottom: 20px;
  left: 20px;
  background-color: #062721;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 20px;
  z-index: 999;
  text-decoration: none;
  font-size: 18px;
  transition-property: color;
  transition-duration: 900ms;
}

.btn-tienda-flotante:hover {

  text-decoration: none;
  color: #1dc9a3;


}

/* Formulario contactenos} */

.titulo-imagen-menu-detalle {
  margin-top: 160px;
  margin-bottom: 20px;
  height: 75px;
}

.titulo-imagen-sedes {
  margin-top: 75px;
  margin-bottom: 50px;
  height: 75px;
}

.titulo-imagen-eventos {
  margin-top: 75px;
  margin-bottom: 2px;
  height: 75px;
}

.imagen-titulo {
  height: 120%;
  object-fit: contain;
  object-position: center center;
  width: 100%;
}

.detalle-noticias {
  margin-top: 200px;
}

.noticias {
  margin-top: 150px;
  font-weight: 900;
}

.contacto {

  background-color: #f6cd03;
  padding: 2% 5%;
  width: 100%;
}



.contacto p {
  font-family: "Ancizar Light Italic";


}

.contacto input {
  background-color: #f6cd03;
  color: black;
  border-radius: 0;
  border-color: #074888;
  height: calc(2.25rem + 6px);

}


.contacto input::placeholder {
  color: black;
  font-family: "Ancizar Thin";
  font-size: 18px;
  /* font-weight: bold; */


}

.contacto textarea {
  background-color: #f6cd03;
  color: black;
  border-radius: 0;
  border-color: #074888;
}


.contacto textarea::placeholder {
  color: black;
  font-family: "Ancizar Thin";
  font-size: 18px;
  /* font-weight: bold; */

}

.contacto .text-titulo-contactanos {
  font-weight: 600;
  font-size: 20px;
  font-family: "Ancizar Thin Italic";

}

.contacto .boton-contactenos {
  margin-top: 5px;
  padding-bottom: 5px;

}

.contacto .boton-contactenos .btn-primary {
  border: none;
  background-color: #fa3509;
  border-radius: 0;
  width: 245px;
}

.contacto .boton-contactenos .btn-primary:hover {
  background: #b32404;
}

@media (max-width: 765px) {
  .contacto .boton-contactenos .btn-primary {
    width: 100%;
  }
  .titulo-imagen-eventos {
  margin-top:115px;

}
}


.contacto .contacto_info {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.nav-social-media {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0px;
}

.nav-social-media a {
  /* margin-left: 10px; */
  color: #FFF;
  font-size: 20px;
  text-decoration: none;
}

.nav-social-media .nav-icon {
  margin-right: 5px;
}

.nav-social-media .nav-icon svg {
  fill: #fc3603;
}


.nav-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 36px;
  color: #FFF;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.nav-icon svg {
  width: 40px;
  height: auto;
  fill: #1dc9a3;
}

.nav-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.span-politica-contactanos {
  all: unset;
  font-size: 16px;
  font-weight: 600;
  color: #b32404;
  transition-property: color;
  transition-duration: 300ms;

}

.span-politica-contactanos:hover {
  text-decoration: none;
  cursor: pointer;
  color: #fa3509;

}


/* Galeria */
/*  */
/*  */

.section-galeria {
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;
  background-color: #062720;
  overflow: hidden;


}


.titulo-fotos-galeria h2 {
  font-weight: 600;
  font-size: 40px;
  font-family: "Swash";
  color: #06261f;
}



.galeria_titulo {
  font-family: "Ancizar Extrabold";
}


.rowSlider {
  justify-content: center;


}

.divSlider {
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: -46px;
  cursor: pointer;
  height: 385px;
  overflow: hidden;

}



.divImgGaleria {
  width: 100%;
  height: 450px
}

.imgSliderGaleria {
  margin-top: 0px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}



.sliderGaleria .slick-dots {
  bottom: 140px;
}



.sliderGaleria .slick-dots li {
  width: 0px !important;
}

.sliderGaleria .slick-dots li button {
  color: white !important;
}

.sliderGaleria .slick-dots li button::before {
  color: white !important;
}



.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  opacity: 0;
  cursor: auto;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.5);
  padding-bottom: 5px;

  transition: .5s ease;

}


.divSlider:hover .overlay {


  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  display: contents;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'Ancizar Light Italic';
}

.titulo-galeria {
  color: white;
  font-size: 20px;
  text-align: center;
  font-family: 'Ancizar Light Italic';

}

.div-titulocompartir {
  height: 50%;

}

.text-compartir-album {
  color: white;
  font-size: 17px;
  margin-right: 5px;
  font-family: 'Ancizar Thin';
}

.compartir-galeria {
  display: flex;
  color: #FFF;
  height: 50%;
  justify-content: center;


}

.iconos-compartir-galeria {
  display: flex;
}


/* detalle de galeria por album  */

.titulo-detalle-album {
  text-align: center;
  font-family: "Ancizar Light Italic";
  font-size: 30px;
  color: #094a3f;
}

.fecha-detalle-album {
  text-align: center;
  font-family: "Ancizar Thin";
  font-size: 20px;
  color: #094a3f;

}

.section-galeria-detalle {

  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #062720;
}

.contenedor-detalle-album {

  display: flex;
  justify-content: center;
  padding: 0;
}

.sliderDetalleAlbum {
  width: 100%;
  max-width: 500px;


  /*   display: flex;
  justify-content: center;
  align-items: center; */
}

.sliderDetalleAlbum .slick-next {
  right: 10px;

}

.sliderDetalleAlbum .slick-prev {
  left: 10px;

  z-index: 999;
}

.imagen-album-detalle {
  width: 500px;
  height: 500px;

}

.imagen-album {
  margin-top: 0px;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  width: 100%;
}

/*  */
/* videos */
/*  */
.section-galeria-videos {
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;
  background-color: #062720;
  /* background-color: #fa3602; */


}

.row-galeria-videos {
  padding: 20px 50px 20px 50px;
}

.card-video {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  border-radius: 5px;
  overflow: hidden;
  height: 100%;

}

.video-container {
  position: relative;
  background-color: #282828;

  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.details {
  padding: 15px 15px 0 15px;
  max-height: 162px;
  height: auto;
}

.details h2 {
  margin: 0 0 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Ancizar Light Italic';

}

.details p {
  margin: 0;
  font-size: 15px;
  color: #999;
  font-family: 'Ancizar Thin';

}

.details-compartir {
  display: flex;
  align-items: center;
  padding: 0 15px 10px 15px;
  height: 100%;
}

.share-text {
  margin-right: 10px;
  font-family: 'Ancizar Thin';
  font-size: 15px;


}

.share-icons {
  display: flex;
  align-items: center;
  float: left;
}

.share-icons a {

  margin-right: 10px;

  text-decoration: none;
}

.share-icons i {
  font-size: 20px;
}




/* carta */
/*  */
/*  */
/*  */

.section-carta {
  position: relative;
  top: 0;
  left: 0;
}

.titulo-menu {
  font-family: "Ancizar Bold";
  margin-top: 150px;
}

.fondo-carta {
  width: 100%;

  background-color: #072620;
}

.fondo {
  margin-top: 0px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;

}

.flecha {
  position: absolute;
  right: 20px;
  top: 50%;
  transition-property: width;
  transition-duration: 1000ms;
  width: 14%;
}

/* .flecha:hover {
  cursor: pointer;
  width: 5%;
  height: 6%;
} */

/*   */
.titulo-card {
  font-family: 'Ancizar Regular';
  font-size: 1.5rem;
}

.cardMenu {
  width: 350px;
}

.cardMenu:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.divCardImage {
  width: 100%;
  height: 220px;
  background-color: #072620;

}

.cardImage {
  margin-top: 0px;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  width: 100%;
}

/* menu interNa */
.btnCard {
  background-color: #146756;
  border: 0;
  font-family: 'Ancizar Thin';
  font-size: 1.2rem;
  transition-property: background-color;
  transition-duration: 300ms;

}

.btnCard:hover {
  background-color: #072620;

  border: 0;

  border: 20px;
  border-color: #ef802d;
}

/* detalle carta  */
.titulo-embed-carta {
  font-family: 'Ancizar Regular';
  color: #146756;
}

.embed-carta {
  margin-top: 10px;


}

/* sedes */
/*  */
/*  */

.section-sedes {
  background-color: #0c4c3e;

  justify-items: center;
  display: grid;
}

/* .section-sedes .img-fondo-sedes {
  width: 30%;

  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.section-sedes .img-visitanos-sedes {
  width: 319px;
  left: -48px;
  position: absolute;
  top: 360px;

} */

.divSedes {
  background-color: #0c4c3e;
  padding-bottom: 15px;
}

.cardSedes {
  border: 1px 1px 1px 1px white;
  /* width: 350px; */
}


.divCardImageSede {
  width: 100%;
  height: 220px;
  background-color: #0c4c3e;

}

.cardSedes:hover {
  box-shadow: 0 4px 8px 0 rgb(253, 253, 253);
}

.titulo-cardSede {
  font-family: 'Ancizar Regular';
}

.text-cardSede {
  font-family: 'Ancizar Light';
  font-size: 1.2rem;
}

.iconoSede {

  color: #1dc9a3;
}

/* blog */
/* 
/* */
.section-blog {
  background-color: #fa3602;
  margin-top: 50px;
  padding-bottom: 20px;
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;
}

.container-blog {
  /*  padding: 10px 3% 50px 3%;
  margin: 0; */
}


.card-blog {
  width: 100%;
  max-width: 425px;
  border: 0;
  border-radius: 0;
  margin-top: 20px;
}

.div-card-image {
  height: 425px;

}
@media (max-width:765.5px) {
.div-card-image {
  height: auto;

}
}

.card-image {
  background-color: #FFF;
  margin-top: 0px;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  width: 100%;

}

.card-body-blog {
  padding: 10px 10px 5px 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 105px;
}

.card-body-blog h5 {
  font-family: 'Ancizar Light Italic';
  font-size: 30px;
  font-weight: 700;
}

.card-body-blog p {
  font-family: 'Ancizar Light';

}

.card-footer-blog {
  background-color: #fa3602;
  border-radius: 0;
  padding-left: 0;

}

.card-footer-blog:last-child {
  border-radius: 0;
}

.card-footer-blog a {
  background-color: #094c3c;
  font-family: 'Ancizar Light';

  border: 0;
  border-radius: 0;
  transition-property: background-color;
  transition-duration: 300ms;
  width: 40%;

  min-width: 100px;

}

.card-footer-blog a:hover,
.contenedor-detalle-blog a:hover {
  background-color: #063a2e;
  border-color: #094c3c;
}

.card-footer-blog a:focus,
.contenedor-detalle-blog a:focus {
  background-color: #063a2e;
  border-color: #094c3c;
  box-shadow: 0 0 0 0.1rem #0b4b3e !important;
}

.card-footer-blog a:active,
.contenedor-detalle-blog a:active {
  background-color: #063a2e !important;
  border-color: #094c3c !important;
}

.section-detalle-blog {
  background-color: #fa3602;
  padding: 2% 2% 2% 2%;

}

.contenedor-detalle-blog {
  /*  background-color: #fa3602;
  padding: 2% 2% 2% 2%; */

}

.col-contenido-detalle-blog {
  background-color: white;
}

.contenedor-detalle-blog a {
  background-color: #0c6954;
  font-family: 'Ancizar Light';
  border: 0;
  margin: 0 0 5px 0;
  border-radius: 0;
  transition-property: background-color;
  transition-duration: 300ms;
}

.col-imagen-detalle-blog {
  display: flex;
  justify-content: center;
}

.imagen-detalle-blog {
  justify-content: center;
  align-items: center;
  display: flex;
}

.titulo-detalle-blog {
  text-align: center;
  /* margin: 10px 0 10px 0; */
  padding-top: 5px;
  /* padding-bottom: 5px; */
}

.titulo-detalle-blog span {
  font-family: 'Ancizar Light Italic';
  font-size: 2rem;
  font-weight: 500;
}

.fecha-detalle-blog {}

.fecha-detalle-blog span {
  font-size: 13px;
  font-weight: 300;

}

.texto-detalle-blog {
  margin-top: 3%;
  text-align: left;
  display: flex;
  justify-content: center;
}

.texto-detalle-blog p {
  max-width: 75ch;
  font-family: 'Ancizar Thin';
}

.compartir-detalle-blog {
  bottom: 0;
  position: absolute;
}

.col-contenido-detalle-blog .social-buttons-container {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}








.col-contenido-detalle-blog .circular-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  color: #a02705;
  font-size: 28px;
  border: none;
  cursor: pointer;
  outline: none;
  transition: all 0.3s;
}

.col-contenido-detalle-blog .circular-button:hover {
  -webkit-box-shadow: 3px 4px 13px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 4px 13px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 4px 13px 1px rgba(0, 0, 0, 0.75);
  ;
}

.col-contenido-detalle-blog .social-buttons-list {
  position: absolute;
  bottom: 0;
  right: 10px;
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}

.col-contenido-detalle-blog .social-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 5px 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  text-decoration: none;

  transition: all 0.3s;
}

.col-contenido-detalle-blog .social-button.facebook {
  background-color: #3b5998;
}

.col-contenido-detalle-blog .social-button.twitter {
  background-color: #1da1f2;
}

.col-contenido-detalle-blog .social-button.whatsapp {
  background-color: #25D366;
}

.col-contenido-detalle-blog .social-button.instagram {
  background-color: #E1306C;
}

.col-mas-blog {
  background-color: white;
  /* display: grid; */
  text-align: center;
}

.col-mas-blog span {
  font-family: 'Ancizar Regular';
  font-size: 1.5rem;
}

.card-mas-blog {
  text-align: left;
  border: 0;
  margin: 5px 0 5px 0;
  padding-bottom: 20px;
}

.img-card-mas-blog {
  margin-top: 0px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

.card-body-mas-blogs {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0 0 0 5px;
}

.card-body-mas-blogs h5 {
  font-family: 'Ancizar light';
  font-size: 17px;
  font-weight: 500;
}

.card-body-mas-blogs p {
  font-family: 'Ancizar Thin';
  font-size: 87%;
}

.card-title-mas-blog {
  margin: 0;
  padding: 0;
}

.card-text-mas-blog {
  margin: 0;
}

.card-footer-mas-blog {
  margin: 30px 0 0 0;
}

.card-footer-mas-blog a {
  width: 100%;
  color: white;
  position: absolute;

  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 0 0 5px !important;
}


.btn-mas-blog:hover {
  color: white;

}


/*  */
/* programacion */
/*  */

.section-programacion {
background-color: #fa3602;
    margin-top: 100px;
    max-width: 2500px;
    margin-left: auto;
    margin-right: auto;
}
.section-eventos {
background-color: #fa3602;
    margin-top: 26px;
    max-width: 2500px;
    margin-left: auto;
    margin-right: auto;
}

.row-programacion {
  margin: 0;
  padding: 0;
}

.col-programacion {
  justify-content: center;
  align-content: center;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}

.card-programacion {

  width: 100%;
  max-width: 425px;
  border: 0;
  margin: 20px 5px;
  border-radius: 0;

}


@media (max-width: 575.5px) {
  .card-programacion {
    min-width: auto;
  }

}

.div-img-programacion {
  width: 100%;
  height: 425px;
}

@media (min-width: 1200px) {
  .contenedorTeatro {
    min-width: 1140px;
  }
}



.card-img-programacion {
  margin-top: 0;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-body-programacion {
  max-height: 100%;
  margin-left: 15px;
  flex: 1 1 auto;
  padding: 0 7px 3px 10px;
}

.card-body-programacion h5 {
  font-family: 'Ancizar Light Italic';
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.card-body-programacion p {
  font-family: 'Ancizar Regular';
  font-size: 20px;

  margin: 0;
  font-weight: 500;
}

.card-body-programacion p:last-of-type {
  margin-bottom: 10px;

}

.card-body-programacion i {
  color: #1dc9a3;
  width: 21px;
}


.card-body-programacion span {
  font-family: 'Ancizar Thin';
  font-size: 18px;
}

.btn-descripcion {
  all: unset;
  text-decoration: none;
  color: #0c6954;
  font-family: 'Ancizar Thin';
  font-size: 18px;
  font-weight: 700;
  transition-property: color;
  transition-duration: 300ms;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0 0 10px 0;
}

.btn-descripcion:hover {
  color: #1dc9a3 !important;
  background-color: transparent;

}

.btn-descripcion:active {

  background-color: transparent !important;

}



.btn-reserva {
  background-color: #0f785f;
  border-radius: 0;
  border: 0;
  padding: 2px 0 2px 0;
  font-family: 'Ancizar Thin';
  font-weight: 600;
  font-size: 15px;
  color: #FFF;
  transition-property: background-color;
  transition-duration: 300ms;

}

.btn-compra {
  background-color: #fc3603;
  border-radius: 0;
  border: 0;
  padding: 2px 0 2px 0;
  font-family: 'Ancizar Thin';

  font-size: 15px;
  font-weight: 600;

  color: #FFF;
  transition-property: background-color;
  transition-duration: 300ms;
}

.btn-reserva:hover {
  color: #FFF;
  background-color: #06372b;

}

.fa-solid.fa-angles-down {
  transition: transform 0.2s ease-out;
}

.fa-solid.fa-angles-down.rotate {
  transform: rotate(180deg);
}

.btn-compra:hover {
  color: #FFF;
  background-color: #bd2b02;

}

.card-footer-programacion {

  background-color: transparent;
  border: 0;


}

.fondo-pagination.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0f785f;
  border-color: #0f785f;
}

.text-pagination,
.text-pagination:hover {
  color: #0f785f;
}



.social-buttons-programacion {
  margin-bottom: 10px;
  margin-left: 20px;
}

.social-buttons-list-programacion {
  bottom: 0;
  right: 10px;
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
}

.social-buttons-list-programacion span {
  font-family: 'Ancizar Thin';
  font-size: 18px;
  margin-right: 5px;
  font-weight: 700;
}

.social-buttons-list-programacion .nav-icon svg {
  fill: #1dc9a3;
  margin-right: 5px;
  margin-left: 5px;
  transition-property: fill;
  transition-duration: 300ms;
  width: 28px;
}

.social-buttons-list-programacion .nav-icon i {
  font-size: 15px;
}

.social-buttons-list-programacion .nav-icon svg:hover {
  fill: #0f785f;

}

.social-buttons-list-programacion .nav-icon i:hover~.social-buttons-list-programacion .nav-icon svg:hover {
  fill: #0f785f;

}


.boton-anteriores {
  margin-bottom: 20px;
  padding-bottom: 20px;

}

.btn-anteriores {
  background-color: #0f785f;
  border-radius: 0;
  width: 150px;
  height: 35px;
  color: #FFF;
  font-family: 'Ancizar Thin';

  font-size: 15px;
  font-weight: 600;
  transition-property: background-color;
  transition-duration: 300ms;
}


.btn-anteriores:hover {
  color: #FFF;
  background-color: #06372b;

}


/*  */



/*  */
/* compra de boleta */
/*  */


.evento {

  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 662px;
  /*   width: 580px;
  max-width: 100%; */
  background-color: #FFF;
  margin: 0;
  padding: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #78a097;
}

.img-evento {
  margin-top: 0;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  width: 100%;

}

.compra-info {

  /* background-color: #fa3602; */
  margin: 0;
  max-width: 48%;
}

.descripcion-evento {
  background-color: #FFF;
}

.formulario-compra {
  background-color: #FFF;

}

.descripcion-evento {}

.descripcion-evento h1 {
  font-family: 'Ancizar Light Italic';

  color: #0b493c;
  font-size: 28px;
  margin-left: 10px;
  font-weight: 700;

}

.descripcion-evento p {
  margin: 4px 0 2px 0;
  font-family: 'Ancizar Thin';
  font-size: 20px;
}

.descripcion-evento i {
  width: 20px;
  margin-left: 10px;
  color: #0a4c3e;
}

.btn-acordion {
  all: unset;
  display: block;
  width: 100%;
  color: #0c6954;
  font-family: 'Ancizar Thin';

  font-size: 19px;

  font-weight: 600;
  transition-property: color;
  transition-duration: 300ms;
}

.btn-acordion:hover {
  color: #12866d;
}




.formulario-compra {
  margin-top: 10px;
  font-family: 'Ancizar Thin';
  font-size: 18px;


  display: block;
  padding: 0;
}

.formulario-compra .resaltado {

  font-family: 'Ancizar Thin';
  font-size: 20px;
  background: #072620;
  color: #FFFFFF;
  padding: 8px 15px 5px 15px;

  margin: 3px 3px 3px 0;
  border-radius: 0;
}

.formulario-compra .resaltado select,
input[type="text"] {
  font-family: 'Ancizar Thin';
  font-size: 20px;
}

.formulario-compra .padding-formulario {
  padding: 2px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-family: 'Ancizar Thin';
}

.formulario-compra .padding-formulario input[type="email"] {
  font-size: 20px;
  font-family: 'Ancizar Thin';
}

.formulario-compra .valores {
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  font-size: 20px;
  color: #0c6954;
  font-weight: 600;
}

.formulario-compra .valores label {
  font-family: 'Ancizar Thin';

  font-size: 20px;

  color: #0c6954;
  font-weight: 700;
  display: block;
}

.div-checkTerminos {
  font-family: 'Ancizar Thin';
  font-size: 20px;
  background: #072620;
  color: #FFFFFF;
  padding: 8px 15px 5px 15px;

  margin: 3px 3px 3px 0;
  border-radius: 0;
}

.btn-politicas {
  font-family: 'Ancizar Thin';
  font-size: 20px;
  background: #f73306;
  color: #FFF;
  transition-property: background;
  transition-duration: 300ms;
  border-radius: 1px;
  padding: 0 3px 0 3px;
}

.btn-politicas:hover {

  background: #c12604;
  color: #FFF;
}

.header-modal {
  background-color: #072620;
  color: #FFFFFF;
  border-radius: 0;

}

.header-modal .close {
  color: #FFFF !important;
}

.header-modal p {
  font-family: 'Ancizar regular';
  font-size: 25px;
}

.body-modal {
  font-family: 'Ancizar Thin';
  font-size: 18px;


}

.footer-modal {
  background-color: #072620;
  font-family: 'Ancizar Thin';
  font-size: 18px;


}


.btn-amarillo {
  font-family: 'Ancizar Thin';
  font-size: 20px;
  background: #f73306;
  color: #FFF;
  transition-property: background;
  transition-duration: 300ms;
  border-radius: 1px;

}

.btn-amarillo:hover {
  background: #c12604;
  color: #FFF;
}

.btn-verdeD {
  font-family: 'Ancizar Thin';
  font-size: 20px;
  background: #f73306;
  color: #FFF;
  transition-property: background;
  transition-duration: 300ms;
  border-radius: 1px;
}

.btn-verdeD:hover {
  background: #c12604;

}


@media (max-width: 992px) {

  .compra-info {
    max-width: 100%;
    margin-top: 20px;
  }

  .btn-amarillo {
    width: 52%;

  }

  .evento {

    max-width: 96%;
    margin-left: 15px;
    margin-right: 15px;

  }

  .btn-verdeD {
    width: 100%;

  }

  .btn-amarillo {
    width: 100%;

  }

  /* .div-img-programacion {
    height: 537px;
  }*/

}



/*  */
/* reseva en linea */
/*  */


.reserva-titulo {
  height: 180%;
  object-fit: contain;
  object-position: center center;
  width: 100%;
}

.tituloReserva {
  margin-top: 90px;
  text-align: center;
  font-family: 'Ancizar Light Italic';
  font-size: 40px;
  font-weight: 600;
  color: #1dc9a3;

}

.botonRosa {
  background-color: #0a4c3e;
  color: #FFF;
  font-family: 'Ancizar Thin';
  padding: 10px 5px 10px 5px;
  transition-property: background-color, font-weight;
  transition-duration: 300ms;
  font-size: 30px;
  margin-top: 1em;
  border-radius: 0;
}

.botonRosa:hover {
  font-weight: 700;
  background-color: #12866d;
  box-shadow: 10px 8px 23px -5px rgba(20, 132, 108, 0.54);
  -webkit-box-shadow: 10px 8px 23px -5px rgba(20, 132, 108, 0.54);
  -moz-box-shadow: 10px 8px 23px -5px rgba(20, 132, 108, 0)
}

.divReserva a:hover {
  text-decoration: none;
}

/*  */
/* eventos anteriores*/
/*  */

/* Respuesta de transaccion */

.alto {
  padding-bottom: 30px;
  padding-top: 30px;

  margin-top: 100px;
  box-shadow: 10px 4px 26px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 10px 4px 26px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 10px 4px 26px 2px rgba(0, 0, 0, 0.15);
}

.alto h1 {
  font-family: 'Ancizar regular';
  color: #0a4c3e;
}

.alto button {
  font-family: 'Ancizar Regular';
}


.alto .titulolinearespuesta {
  display: flex;
  font-size: 17px;
  font-family: 'Ancizar Thin';

  font-weight: 600;
}

.alto .titulolinearespuesta b {
  font-size: 20px;
  font-family: 'Ancizar regular';
  color: #0a4c3e;
  font-weight: 500;
}

.alto .contenedor-qr {
  width: 30%;
  margin: auto;

}

.alto .contenedor-qr img {
  width: 100%;

  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.alto hr {
  margin-top: 0.2rem;
}

.alto span {

  font-size: 17px;
  font-family: 'Ancizar Thin';
  text-align: center;
  display: grid;
  font-weight: 600;
}

@media (max-width:765.5px) {
  .alto .contenedor-qr {
    width: 100%;
    margin: auto;
  }

  .gallery-container-home {
    display: grid;
  }

  .gallery-container-home .left {
    width: 100%;
  }

  .gallery-container-home .right {
    width: 100%;
  }

  /*  .div-img-programacion {
    height: 537px;
  }
 */
  .fondo-imagen-responsive {
    display: block;
  }

  .fondo-banner {
    display: none;
  }

  .news-container {
    margin-top: 30px;
  }

  .banner-home {
    height: 352px;
    overflow: hidden;
    margin-top: 74px;
    position: inherit;
  }

  .fondo-imagen-responsive img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;

  }

  /* 
  .banner-home .carousel-indicators {
    bottom: 315px;
  } */

  .banner-home .carousel-control-prev {

    height: 300px;

    bottom: 58%;
    z-index: 999999999999;
  }

  .banner-home .carousel-control-next {


    height: 300px;
    bottom: 58%;
    z-index: 999999999999;

  }

  .banner-home .banner-content h2 {
    font-family: "Ancizar Extrabold";
    font-size: 2rem;
    line-height: 1;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  }

  .banner-home .banner-content h3 {
    font-family: "Swash";
    font-size: 1rem;
    line-height: 1;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  }

  footer .footer-location-container .footer-location {

    font-size: 20px;
  }

  .div-img-programacion {
    height: auto;
  }
}

@media (max-width:448.5px) {
  .banner-home .carousel-control-prev {

    height: 300px;

    bottom: 15%;
    z-index: 999999999999;
  }

  .banner-home .carousel-control-next {


    height: 300px;
    bottom: 15%;

    top: auto;
    z-index: 999999999999;

  }
}


/* fotos interna */
.titulo-fotos {
  margin-top: 150px;
  padding-top: 20px;

}

.titulo-fotos h2 {
  font-weight: 600;
  font-size: 40px;
  font-family: "Swash";
  color: #06261f;
}

.descripcion-fotos {
  text-align: center;
  font-size: 25px;
  font-family: "Ancizar Bold Italic";
  color: #fc3603;
}

.detalle-fotos .wrapper {
  padding: 40px 0;
  overflow-x: hidden;
}


.detalle-fotos .my-slider {
  padding: 0 70px;
}

.detalle-fotos .slick-initialized .slick-slide {
  background-color: #fa3602;
  color: #FFF;
  height: 400px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}



.detalle-fotos .slick-next,
.detalle-fotos .slick-prev {
  z-index: 5;
}

.detalle-fotos .slick-next {
  right: 15px;
}

.detalle-fotos .slick-prev {
  left: 15px;
}

.detalle-fotos .slick-next:before,
.detalle-fotos .slick-prev:before {
  color: #000;
  font-size: 26px;
}

.detalle-fotos .my-slider .slick-dots {
  position: static;
}

@media (max-width:991.5px) {

  .titulo-imagen-sedes {
    margin-top: 100px;
    margin-bottom: 20px;
  }
}