header { -webkit-box-shadow: 0px 0px 8px 0px #c7c7c7; -moz-box-shadow: 0px 0px 8px 0px #c7c7c7; box-shadow: 0px 0px 8px 0px #c7c7c7; }
.logo { max-width:250px }
.contMenu li { border-right: 1px solid #6666; }
.contMenu li:last-child { border:none; }

.star-rating { display: inline-table; }
.star-rating span { color: #fbcc02; font-size: 1.5rem; }
.direccionArt h6 {
  font-size: 0.8rem;
  margin: 4px 0 0 6px;
}
.embed-responsive { position:relative; min-height:400px }
iframe{
position:absolute;
height:100%;
width:100%;
top:0px;
left:0px;
}
.text-red { color:red; }
.HeaderTitulo h2 { font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #152b38;
  font-size: 3rem;
  text-transform: uppercase;
  margin: 10px 0 0; }

a { text-decoration:none !important; }
.backgroundGris { background-color: #f4f4f4 !important}

.banner {
    background-image: url(../img/banner-bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

.banner::before {
  background-color: #152b38;
  opacity: .40;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  z-index: 0;
}
.banner .container { position:relative; }
.section-space-y {
    padding-block-start: clamp(3.75rem, 6.5vw + 1rem, 7.5rem);
    padding-block-end: clamp(3.75rem, 6.5vw + 1rem, 7.5rem);
}
.list-dot-md {
    --dot-size: 0.75rem;
}
.list-dot {
    --dot-clr: rgba(var(--bs-primary-rgb), 1);
    --dot-size: 0.25rem;
}
.list-row {
    --direction: row;
}
.list {
    --direction: column;
    display: flex
;
    flex-direction: var(--direction);
    margin: 0;
    padding: 0;
    list-style: none;
}
.justify-content-center {
    justify-content: center !important;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
.list-dot>li+li {
    padding-inline-start: var(--dot-size);
    margin-inline-start: var(--dot-size);
    position: relative;
    isolation: isolate;
}
.list-dot-md {
    --dot-size: 0.75rem;
}
.list-row {
    --direction: row;
}
.list {
    --direction: column;
    display: flex
;
    flex-direction: var(--direction);
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-row {
    --direction: row;
}

.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

