@charset "UTF-8";
/* CSS Document */

/* ===================== */
/* NAVBAR / HEADER */
/* ===================== */

[data-target="#mainMenu"] {
  position: relative;
  z-index: 999;
}

#mainMenu li > a {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

#logo-disenhi {
    width: 100%;
    height: auto;
    max-width: 80px;
    margin-top: -23px;
}

#logo-disenhi-mobile {
    width: 100%;
    height: auto;
    max-width: 50px;
}

.main-header.fixed-nav #mainMenu li > a {
  color: #fff;
  text-decoration: none;
}

#mainMenu li:not(:last-of-type) {
  margin-right: 30px;
}

#mainMenu li > a::before {
  position: absolute;
  content: "";
  width: calc(100% - 1px);
  height: 1px;
  background: #000000;
  bottom: -6px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right center;
  z-index: -1;
  transition: transform 0.5s ease;
}

#mainMenu li > a:hover::before,
#mainMenu li > a.active::before {
  transform: scale(1, 1);
  transform-origin: left center;
}

.main-header.fixed-nav #mainMenu li > a::before {
  background: #000;
}

.main-header {
  width: 100%;
  transition: all 0.4s ease;
  align-content: center;
}

.main-header.fixed-nav {
  top: 0;
  background: #fff;
  box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
  transition: all 0.4s ease;
}

.navbar-brand {
  color: #fff;
}

.main-header .navbar-brand img {
  max-width: 40px;
  animation: fadeInLeft 0.4s both 0.4s;
}

#menu-container {
  position: relative;
  height: 140px;
  box-shadow: 0px 1px 27px #00000057;
  display: flex;
}

.one {
  font-size: 40px !important;
  font-weight: bold !important;
  line-height: 15px;
}

.ig-icon {
  width: 20px;
  height: auto;
  float: right;
}

/* ===================== */
/* CONTENIDO */
/* ===================== */

#contenido {
  margin-top: 60px;
  width: 100%;
}

.title-uno {
  font-size: 70px;
  font-weight: bold;
  line-height: 75px;
}

.body-copy {
  font-size: 16px;
}

#footer {
    margin-top: 100px;
    margin-bottom: 50px;
}

#txt-footer-01 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
}

.txt-footer-02 {
  font-size: 14px;
  text-align: right;
  line-height: 6px;
}

.txt-footer-02 a {
  color: #1470af;
}

/* ===================== */
/* VIDEO MODAL & GALLERY */
/* ===================== */

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.modal-content {
  background-color: transparent;
  border: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-video-custom {
  max-width: 400px;
  width: 100%;
}

.video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

/* Proporción 9:16 */
#videoModal.modal-video-portrait .video-wrapper {
  padding-top: 177.77%;
}

/* Proporción 16:9 */
#videoModal.modal-video-landscape .video-wrapper {
  padding-top: 56.25%;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-thumb {
  cursor: pointer;
  transition: transform 0.3s ease;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.video-thumb:hover {
  transform: scale(1.03);
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* Botón circular de cierre */
.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: #ffffffcc;
  border: none;
  border-radius: 50%;
  font-size: 26px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.close-btn:hover {
  background-color: #ffffff;
}

/* ===================== */
/* MOBILE */
/* ===================== */

#menu-mobile {
  display: none;
}

/* Modal de imagen */
#imageModal .modal-content {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}


#imageModal .modal-img-wrapper {
  max-width: 100%;
  max-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2vh 2vw;
  box-sizing: border-box;
}

#imageModal .modal-img-wrapper img {
  max-width: 80%;
  max-height: 96vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

#contacto {
    padding-top: 290px;
    width: 100%;
    height: 800px;
    background-image: url(../images/contacto.jpg);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
}

#txt-01 {
    font-size: 45px;
    font-weight: bold;
    text-decoration: underline;
	color: #000000!important;
}


#txt-02 {
	font-size: 30px;
    font-weight: bold;
}

#txt-03 {
	font-size: 18px;
    font-weight: bold;
	margin-bottom: 0;
	color: #000000!important;
}

#txt-03 a {
	color: #000000!important;
}

#txt-04 {
	font-size: 18px;
    font-weight: bold;
}


@media screen and (max-width: 1000px) {
	
	#contacto {
    background-position: center;
	height: 570px;	
	padding-top: 247px;
}
	#txt-01 {
    font-size: 28px;
}
	#txt-02 {
    font-size: 22px;
}
	#txt-03 {
    font-size: 16px;
}
	#txt-04 {
    font-size: 16px;
}
	
	.mt-5, .my-5 {
    margin-top: 90px!important;
}
	
  #txt-footer-01,
  .txt-footer-02 {
    text-align: center;
  }

  #footer {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #menu-container {
    display: none;
  }

  #mainMenu li:not(:last-of-type) {
    margin-right: 0;
  }

  .title-uno {
    font-size: 49px;
    line-height: 48px;
  }

  .body-copy {
    font-size: 15px;
    line-height: 18px;
    width: 79%;
  }

  #menu-mobile {
    display: block;
  }

  .one {
    font-size: 15px !important;
    line-height: 0;
    margin-bottom: 18px;
    padding-top: 17px;
  }

  #contenido {
    margin-top: 90px;
  }

  .modal-video-custom {
    max-width: 350px;
    width: 90%;
    margin: 0 auto;
  }
}

/* === GALLERY: MASONRY STYLE === */

.masonry-gallery {
  column-count: 4;
  column-gap: 20px;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 20px;
  width: 100%;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.gallery-item img:hover {
  transform: scale(1.03);
}

/* Responsive columns */
@media (max-width: 768px) {
  .masonry-gallery {
    column-count: 2;
  }
}

@media (max-width: 480px) {
  .masonry-gallery {
    column-count: 2;
  }
}
#imageModal .modal-dialog {
  max-width: none;
  width: auto;
  margin: 0;
}

/* Ajuste para modal de video landscape */
#videoModal.modal-video-landscape .modal-video-custom {
  max-width: 1000px;
  width: 100%;
}