@charset "UTF-8";
.bodoni-moda-titles {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.josefin-sans-textos {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

body header nav.navbar {
  position: fixed !important;
  top: 0;
  width: 100%;
  padding: 65px 0 70px 0;
  z-index: 200;
  background: none;
  overflow: hidden;
  position: relative;
}
@media (width <= 768px) {
  body header nav.navbar {
    padding: 30px 0 40px 0;
  }
}
body header nav.navbar::before, body header nav.navbar::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none;
}
body header nav.navbar::before {
  background: linear-gradient(180deg, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
}
body header nav.navbar::after {
  background: linear-gradient(180deg, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
}
body header nav.navbar.scrolled::before {
  opacity: 0;
}
body header nav.navbar.scrolled::after {
  opacity: 0.85;
}
body header nav.navbar .container-fluid {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
@media (width <= 768px) {
  body header nav.navbar .container-fluid {
    padding: 0 20px;
  }
  body header nav.navbar .container-fluid a.navbar-brand {
    padding-top: 0;
  }
}
body header nav.navbar .container-fluid a.navbar-brand img {
  width: 440px;
}
body header nav.navbar .container-fluid .navbar-collapse .links {
  display: flex;
  gap: 25px;
}
body header nav.navbar .container-fluid .navbar-collapse .links ul.navbar-nav {
  display: flex;
  gap: 2.2rem;
  margin: 0px auto;
}
body header nav.navbar .container-fluid .navbar-collapse .links a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
body header nav.navbar .container-fluid .navbar-collapse .links a:hover {
  color: rgb(176, 176, 176);
  scale: 1.15;
}
body header nav.navbar .container-fluid .navbar-collapse.show {
  padding-bottom: 40px;
}
body header nav.navbar .container-fluid .navbar-collapse.show .links {
  width: 100%;
  display: flex;
  justify-content: center;
}
body header nav.navbar .container-fluid .navbar-collapse.show .links ul.navbar-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 15px auto;
}
body header nav.navbar .container-fluid .navbar-collapse.show .links .nav-item a {
  text-align: center;
}
body header nav.navbar .container-fluid .collapsing {
  padding-bottom: 40px;
}
body header nav.navbar .container-fluid .collapsing .links ul.navbar-nav {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  gap: 10px;
  margin: 15px auto;
}
@media (width <= 768px) {
  body header nav.navbar .container-fluid a.navbar-brand img {
    width: 220px;
  }
}
body section.carousel {
  margin-top: 120px;
  z-index: 100;
}
@media (width <= 768px) {
  body section.carousel {
    margin-top: 80px;
  }
}
body section.carousel .carousel-inner {
  height: 80vh;
  max-height: 700px;
  overflow-y: hidden;
  max-width: 100vw;
}
body section.carousel .carousel-inner img {
  height: 100%;
}
@media (width <= 768px) {
  body section.carousel .carousel-inner {
    height: 40vh;
  }
}
body section.carousel .carousel-inner .carousel-item {
  height: 100%;
}
body section.carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body section.cotiza-tu-evento {
  background-color: #181818;
  text-align: center;
  padding: 70px 0;
}
body section.cotiza-tu-evento h1 {
  color: #cccccc;
  font-size: 38px !important;
  margin-bottom: 2.2rem;
}
@media (width <= 768px) {
  body section.cotiza-tu-evento h1 {
    width: 90%;
    justify-self: center;
  }
}
@media (1025px <= width) {
  body section.cotiza-tu-evento h1 {
    font-size: 20px;
  }
}
body section.cotiza-tu-evento p.subtitle {
  color: #ffffff;
  width: 85%;
  max-width: 930px;
  justify-self: center;
  margin: auto;
  margin-bottom: 60px;
}
body section.cotiza-tu-evento a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 20px 50px;
  margin: auto;
  border-radius: 3px;
}
body section.cotiza-tu-evento a:hover {
  color: rgb(176, 176, 176);
  border-color: rgb(176, 176, 176);
}
body section.services-section {
  padding: 60px 20px;
}
body section.services-section .container h2 {
  font-size: 2rem;
  justify-self: center;
  color: #373737;
  margin: auto;
  margin: 0 auto 20px auto;
  text-align: center;
}
body section.services-section .container h3 {
  justify-self: center;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto 20px auto;
}
@media (width <= 768px) {
  body section.services-section .container h3 {
    text-align: center;
  }
}
body section.services-section .container .subtitle {
  font-size: 1rem;
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
  color: #373737;
  width: 85%;
  max-width: 930px;
  justify-self: center;
}
@media (width <= 768px) {
  body section.services-section .container .subtitle {
    width: 90%;
  }
}
body section.services-section .container .services-list {
  display: grid;
  gap: 40px 20px;
  justify-content: center;
  max-width: 1000px;
  justify-self: center;
}
@media (width <= 768px) {
  body section.services-section .container .services-list {
    grid-template-columns: repeat(1, minmax(200px, 1fr));
  }
}
@media (768px <= width <= 1024px) {
  body section.services-section .container .services-list {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}
@media (1025px <= width) {
  body section.services-section .container .services-list {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
  }
}
body section.services-section .container .services-list ul {
  list-style-type: none;
  display: contents;
}
body section.services-section .container .services-list ul li {
  width: 100%;
}
body section.services-section .container .services-list ul li article {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body section.services-section .container .services-list ul li article img {
  margin-bottom: 20px;
  width: 50px;
  height: auto;
}
body section.services-section .container .services-list ul li article h3 {
  color: #373737;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
  max-width: 300px;
  font-family: "Bodoni Moda", serif;
  width: 85%;
}
body section.services-section .container .services-list ul li article h3 span {
  text-transform: none;
}
body section.services-section .container .services-list ul li article .extras {
  margin-top: 10px;
}
body section.services-section .container .services-list ul li article .extras h5 {
  margin-bottom: 0;
  font-size: 14px;
}
@media (1025px <= width) {
  body section.services-section .container .services-list ul {
    display: contents;
  }
  body section.services-section .container .services-list ul li:nth-last-child(1):nth-child(3n+1) {
    grid-column: 2;
  }
  body section.services-section .container .services-list ul li:nth-last-child(2):nth-child(3n+1), body section.services-section .container .services-list ul li:nth-last-child(2):nth-child(3n+2) {
    justify-self: center;
  }
}
body section.gallery {
  background-color: #181818;
  padding: 45px 0 0 0;
}
body section.gallery h2 {
  font-size: 2rem;
  margin: auto;
  margin-bottom: 40px;
  justify-self: center;
  color: #ffffff;
  margin-top: 30px;
  text-wrap: balance;
  text-align: center;
}
body section.gallery .subtitle {
  font-size: 1rem;
  margin: 0 auto 40px auto;
  text-align: center;
  color: #ffffff;
  width: 90%;
  justify-self: center;
}
@media (width <= 768px) {
  body section.gallery .subtitle {
    width: 90%;
  }
}
body section.gallery .masonry-wrapper {
  padding: 1.5em;
  max-width: 1100px;
  margin: 0 auto;
}
body section.gallery .masonry-wrapper .masonry {
  display: grid;
  grid-template-columns: repeat(1, minmax(100px, 1fr));
  grid-gap: 10px;
  grid-auto-rows: 10px;
  justify-items: center;
}
@media (768px <= width <= 1024px) {
  body section.gallery .masonry-wrapper .masonry {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media (1025px <= width) {
  body section.gallery .masonry-wrapper .masonry {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
}
body section.gallery .masonry-wrapper .masonry .masonry-item,
body section.gallery .masonry-wrapper .masonry .masonry-content {
  border-radius: 4px;
  overflow: hidden;
}
body section.gallery .masonry-wrapper .masonry .masonry-item {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
  transition: filter 0.25s ease-in-out;
  width: 100%;
}
body section.gallery .masonry-wrapper .masonry .masonry-item:hover {
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
}
body section.gallery .masonry-wrapper .masonry .masonry-item img {
  width: 100%;
  object-fit: cover;
  display: block;
}
body section.section-about-us {
  padding: 60px 20px;
}
@media (width <= 768px) {
  body section.section-about-us {
    padding-bottom: 30px;
  }
}
body section.section-about-us .container {
  max-width: 1000px;
}
body section.section-about-us .container .row {
  gap: 30px;
  display: flex;
}
@media (width <= 768px) {
  body section.section-about-us .container .row {
    flex-direction: column;
  }
}
body section.section-about-us .container .row:first-child {
  margin-bottom: 40px;
}
body section.section-about-us .container .row .col .info h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  justify-self: center;
  color: #373737;
}
body section.section-about-us .container .row .col img {
  border-radius: 15px;
}
body section.section-about-us .container .row-2 {
  display: flex;
}
body section.section-about-us .container .row-2 .col {
  display: flex;
  flex-direction: column;
}
body section.section-about-us .container .row-2 .col button {
  text-transform: uppercase;
  padding: 20px 50px;
  margin: auto;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #000;
}
body section.section-about-us .container .row-2 .col button a {
  text-decoration: none;
  color: #000;
}
body section.section-about-us .container .row-2 .col button:hover {
  border: 2px solid #000;
  font-weight: 600;
}
@media (width <= 768px) {
  body section.section-about-us .container .row-2 {
    flex-direction: column-reverse;
  }
  body section.section-about-us .container .row-2 .col {
    display: flex;
  }
}
body section.download-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
}
body section.download-map a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  padding: 20px 40px;
  background-color: #000;
  box-sizing: border-box;
  border: 2px solid transparent;
  transition: border background-color color 0.3s ease;
}
body section.download-map a:hover {
  background-color: #ffffff;
  color: #000;
  border: solid 2px #000;
}
body section.contact-section {
  background-color: #181818;
  color: #ffffff;
  padding: 60px 20px;
}
body section.contact-section .container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
body section.contact-section h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}
body section.contact-section .subtitle {
  font-size: 1rem;
  margin-bottom: 40px;
  color: #cccccc;
}
body section.contact-section .contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body section.contact-section .contact-form .form-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}
body section.contact-section .contact-form .form-group label {
  margin-bottom: 5px;
  font-size: 0.95rem;
}
body section.contact-section .contact-form .form-group input,
body section.contact-section .contact-form .form-group select,
body section.contact-section .contact-form .form-group textarea {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px;
  border-radius: 4px;
  font-size: 0.95rem;
}
body section.contact-section .contact-form .form-group input:focus, body section.contact-section .contact-form .form-group input:focus-visible,
body section.contact-section .contact-form .form-group select:focus,
body section.contact-section .contact-form .form-group select:focus-visible,
body section.contact-section .contact-form .form-group textarea:focus,
body section.contact-section .contact-form .form-group textarea:focus-visible {
  outline: none;
  border-color: rgb(176, 176, 176);
}
body section.contact-section .contact-form .form-group input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: invert(1);
}
body section.contact-section .contact-form .form-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body section.contact-section .contact-form .submit-btn {
  background-color: #cccccc;
  color: #000;
  padding: 12px 20px;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 20px;
  text-transform: uppercase;
}
body section.contact-section .contact-form .submit-btn:hover {
  background-color: #9a9a9a;
}
@media (1025px <= width) {
  body section.contact-section .contact-form .form-row {
    flex-direction: row;
  }
  body section.contact-section .contact-form .form-row .form-group {
    width: 50%;
  }
}
body footer {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  width: 100vw;
}
body footer .content {
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
  max-width: 1500px;
  margin: auto;
}
body footer .content .pl-logo {
  align-content: center;
}
body footer .content .pl-logo img {
  width: 250px;
}
body footer .content .links {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}
body footer .content .links a{
  scale: 1;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
body footer .content .links a:hover,
{
  scale: 1.15;
  color: #929292;
  cursor: pointer;
}
body footer .content .map-google iframe {
  border-radius: 10px;
}
body footer .content .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body footer .content .info-button {
  border: 1px #ffffff solid;
  padding: 7px 20px;
  border-radius: 8px;
  text-align: center;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body footer .content .info-button > a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  align-items: center;
}
body footer .content .info-button.button button {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  align-items: center;
}
body footer .content .info-button h3 {
  margin-bottom: 0;
  font-size: 18px;
}
body footer .content .info-button a {
  text-decoration: none;
  text-transform: none;
  color: #ffffff;
}
body footer .content .info-button button {
  border: none;
  background: none;
  color: #ffffff;
}
body footer .content .info-button .buttons a {
  color: #ffffff;
  font-size: 20px;
}
body footer .content .info-button .buttons a:last-child {
  margin-left: 10px;
  font-size: 22px;
}
body footer .content .info-button .buttons a i {
  transition: all 0.1s ease-in-out;
  scale: 1;
  color: #ffffff;
}
body footer .content .info-button .buttons a:hover i.fa-whatsapp {
  color: #25d366;
  scale: 1.2;
}
body footer .content .info-button .buttons a:hover i.fa-phone {
  color: #01c447;
  scale: 1.2;
}
body footer .content .info-button:hover {
  border-color: rgb(176, 176, 176);
  color: rgb(176, 176, 176);
}
body footer .content .info-button:hover a,
body footer .content .info-button:hover button,
body footer .content .info-button:hover .buttons a i {
  color: rgb(176, 176, 176);
}
body footer .content .separator {
  border: none;
  border-radius: 0;
  border-left: 2px rgb(176, 176, 176) solid;
  padding: 0 !important;
}
body footer .content .social-media-links {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-left: 2px rgb(176, 176, 176) solid;
  padding-left: 25px;
}
body footer .content .social-media-links a i {
  scale: 1;
  font-size: 25px;
  transition: all 0.1s ease-in-out;
}
body footer .content .social-media-links a i.fa-instagram {
  background: linear-gradient(45deg, #405de6, #5b51d8, #833ab4, #c13584, #e1306c, #fd1d1d, #f56040, #f77737, #fcaf45, #ffdc80);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body footer .content .social-media-links a i.fa-facebook {
  color: #1877f2;
}
body footer .content .social-media-links a i.fa-linkedin {
  color: #0077b5;
}
body footer .content .social-media-links a i:hover {
  scale: 1.2;
}
body footer .chilisites {
  justify-self: center;
}
body footer .chilisites p {
  justify-self: center;
  margin: 0 auto;
  padding: 10px 0;
  color: #cccccc;
}
body footer .chilisites p a {
  text-decoration: none;
  font-weight: bold;
  color: #cccccc;
}
@media (width <= 768px) {
  body footer .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0 0 0;
  }
  body footer .content .pl-logo {
    width: 70%;
    display: flex;
    justify-content: center;
  }
  body footer .content .pl-logo img {
    width: 100%;
  }
  body footer .content .links {
    align-items: center;
    padding-right: 20px;
    padding: 10px 0 20px 0;
    gap: 8px;
  }
  body footer .content .map-google iframe {
    border-radius: 10px;
  }
  body footer .content .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 20px 0;
    gap: 10px;
    width: 260px;
  }
  body footer .content .info .info-button {
    width: 100%;
    padding: 7px 10px;
  }
  body footer .content .info .info-button:hover {
    border-color: rgb(176, 176, 176);
  }
  body footer .content .info .info-button a {
    font-size: 14px;
  }
  body footer .content .info .info-button a i {
    font-size: 20px;
    margin-right: 10px;
  }
  body footer .content .info .info-button.person .buttons a {
    font-size: 20px;
  }
  body footer .content .info .info-button.person .buttons a:last-child {
    margin-left: 10px;
    font-size: 22px;
  }
  body footer .content .social-media-links {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 14px 0 5px 0;
    margin-top: 10px;
    border-top: 2px rgb(176, 176, 176) solid;
    border-left: none;
    width: 70%;
  }
  body footer .content .social-media-links a i {
    font-size: 25px;
  }
  body footer .chilisites p {
    font-size: 12px;
    margin-bottom: 0px;
    padding: 5px 0;
  }
  body footer .chilisites p a {
    font-size: 12px;
  }
}
body .modal .modal-content.bg-dark-custom {
  background-color: #111; /* fondo negro más suave */
  color: #fff;
  border: none;
  border-radius: 12px;
}
body .modal .modal-header.bg-dark-custom,
body .modal .modal-footer.bg-dark-custom {
  border: none;
  background-color: #111;
  color: #fff;
}
body .modal .modal-header .btn-close {
  filter: invert(1); /* para que la X sea blanca */
}

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