@font-face {
  font-family: Gotham-light;
  src: url("../assets/fonts/Gotham-Light.otf") format("opentype");
}

@font-face {
  font-family: Gotham-Medium;
  src: url("../assets/fonts/Gotham-Medium.otf") format("opentype");
}
@font-face {
  font-family: Gotham-Black;
  src: url("../assets/fonts/Gotham-Black.otf") format("opentype");
}
@font-face {
  font-family: Gotham-Book;
  src: url("../assets/fonts/Gotham-Book.otf") format("opentype");
}
a{
  text-decoration: none;
}
#mainNav{
  background-color: #1A1A1A!important;
}
#mainNav .nav-link{
  font-family: 'Gotham-Book', Courier, monospace;
}
.navbar-expand-lg .navbar-nav .nav-link{
  padding-right: 1rem;
  padding-left: 1rem;
  letter-spacing: 2px;
  font-family: 'Gotham-Book', Courier, monospace;
}
#mainNav .navbar-brand{
  margin-right: 0;
  margin-left: 0;
}
.btn-website-spectrum{
  background-color: #666666;
  color: #fff;
  padding: 6px 20px;
  border: 0;

}
html {
  scroll-padding-top: 3.5rem;
}
body{
  font-family: 'Gotham-light', Courier, monospace;
}
header {
  padding-top: 9.5rem;
  padding-bottom: 6rem;
}

section {
  padding-top: 30px;
  padding-bottom: 30px;
}
nav .logo{
  width: 100px;
}
.navbar-dark .navbar-nav .nav-link{
  color: #ffffff;
}
.wrap-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.wrap-logo .img-civitas-logo {
  border-top: 2px solid #fff;
  max-height: 50px; /* Aumenta este valor para hacer el logo más grande */
  width: auto; /* Mantiene la proporción del logo */
  padding-top: 10px;
  margin-bottom: 12px;
  padding-left: 50px;
  padding-right: 50px;
}

.mt-2 {
  margin-top: 0.5rem; /* Puedes ajustar este valor según tus necesidades */
}
@media (max-width: 991.98px) {
  #mainNav .navbar-toggler{
    margin: auto;
  }
  .wrap-logo .img-civitas-logo {
    max-width: min-content;
  }
  .wrap-logo {
    text-align: center;
    display: block;
    width: 100%;
  }
  #wrap-video-play-btn img{
    width: 50px;
  }
  .btn-website-spectrum {
    background-color: #666666;
    color: #fff;
    padding: 2px 12px;
    border: 0;
    font-size: 14px;
  }
}
.head-master-plan{
  padding: 0;
  position: relative;
/*   height: 100vh;
 */ /*  background-image: url(https://lumation-communication-suite.s3.us-east-2.amazonaws.com/spectrum/assets/megaplan/bg-buildings.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* .head-master-plan #my-video{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  object-position: center;
} */
.head-master-plan .content{
/*   position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; */
    position: absolute;
    z-index: 2;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 25%;
}
.home .masterplan{
  position: relative;
  height: auto;
  background-image: url(https://lumation-communication-suite.s3.us-east-2.amazonaws.com/spectrum/assets/megaplan/bg-masterplan.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  background-position: center 10%;
}
.home .spectrum{
  position: relative;
  height: auto;
  background-image: url(https://lumation-communication-suite.s3.us-east-2.amazonaws.com/spectrum/assets/megaplan/bg-spectrum.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
}
.home .pilares{
  position: relative;
  height: auto;
  background-image: url(https://lumation-communication-suite.s3.us-east-2.amazonaws.com/spectrum/assets/megaplan/bg-pilares.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  background-position: center 10%;
}
.home .el-equipo{
  position: relative;
  height: auto;
  background-image: url(https://lumation-communication-suite.s3.us-east-2.amazonaws.com/spectrum/assets/megaplan/bg-el-equipo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  background-position: center 25%;
}
.home .section-title{
  background: #1A1A1A;
  color: #ffffff;
  width: max-content;
/*   position: absolute;
 */  padding: 5px 15px;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.spectrum-page .spectrum{
/*   position: relative;
  height: 100vh;
  background-image: url(https://lumation-communication-suite.s3.us-east-2.amazonaws.com/spectrum/assets/megaplan/bg-spectrum.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0; */
  position: relative;
  height: auto;
  background-image: url(https://lumation-communication-suite.s3.us-east-2.amazonaws.com/spectrum/assets/megaplan/bg-spectrum.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 115px 0;
}
.spectrum-page .section-title{
  background: #1A1A1A;
  color: #ffffff;
  width: max-content;
  position: absolute;
  padding: 5px 15px;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.masterplan-page .masterplan{
  position: relative;
  /* height: 100vh;
  background-image: url(https://lumation-communication-suite.s3.us-east-2.amazonaws.com/spectrum/assets/megaplan/bg-masterplan.png); */
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 90px 0; */
  background-position: center 10%;
  padding: 0;
}
.masterplan-page .section-title{
  background: #1A1A1A;
  color: #ffffff;
  width: max-content;
  position: absolute;
  padding: 5px 15px;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.pilares-page .pilares{
  position: relative;
  padding: 0;
  /* height: 100vh;
  background-image: url(https://lumation-communication-suite.s3.us-east-2.amazonaws.com/spectrum/assets/megaplan/bg-pilares.png); */
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
/*   padding: 90px 0;
 */  background-position: center 10%;
}
.pilares-page .pilares .content{
  /*   position: relative;
      z-index: 2;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; */
      position: absolute;
      z-index: 2;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      left: 0;
      right: 0;
  }
.pilares-page .section-title{
  background: #1A1A1A;
  color: #ffffff;
  width: max-content;
  position: absolute;
  padding: 5px 15px;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.el-equipo-page .el-equipo{
/*   position: relative;
  height: 100vh;
  background-image: url(https://lumation-communication-suite.s3.us-east-2.amazonaws.com/spectrum/assets/megaplan/bg-el-equipo.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  background-position: center 10%; */
  position: relative;
  height: auto;
  background-image: url(https://lumation-communication-suite.s3.us-east-2.amazonaws.com/spectrum/assets/megaplan/bg-el-equipo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 115px 0;
}
.el-equipo-page .page-content a{
  color: #01A0C6;
  font-style: italic;
  font-weight: bold;
}
.el-equipo-page .section-title{
  background: #1A1A1A;
  color: #ffffff;
  width: max-content;
  position: absolute;
  padding: 5px 15px;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.section-title h2{
  margin-bottom: 0;
  font-family: 'Gotham-Black', Courier, monospace;
}
.home section{
  margin: 5px 0;
}
footer{
  background-color: #1A1A1A;
  text-decoration: none;
}
footer a{
  font-family: 'Gotham-light', Courier, monospace;
  text-decoration: none;
}
.page-content h2{
  margin-bottom: 30px;
  font-family: 'Gotham-Book', Courier, monospace;
  font-weight: 100;
  color: #333333!important
}
@media (min-width: 992px){
  .page-content .container{
    max-width: 660px;
  }
}

.page-content p{
  font-family: 'Gotham-light', Courier, monospace;
  font-weight: 400;
}
.page-content ul li{
  font-family: 'Gotham-light', Courier, monospace;
}
.slide-show-slider .swiper-slide img{
  width: 100%;
}
.slide-show-slider .swiper-pagination-bullet-active{
  background-color: #1A1A1A!important;
}
.modal-header{
  border-bottom: 0;
}
.modal-body{
  padding-top: 0;
}
.swiper-pagination{
  position: static;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet-active{

}
.overlay-link{
  overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.overlay-link .overlay{
  transition: all 0.4s ease-in-out;
}
.overlay-link:hover .overlay{
  position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 52%);
}
iframe .tap2shop_photo_block{
  width: 33.33%;
}