.descripcion {
  text-align: justify;
}
.descripcion p {
  text-align: justify;
}
.descripcion ul li {
  text-align: justify;
}

.bg1 {
  background: #5de1e6 !important;
}

.bg1o {
  background: #4ab5ba !important;
}

.bg1c {
  background: #7ee9ed !important;
}

#header-sticky {
  background: rgba(0, 0, 0, 0.6);
}

.header-sticky {
  background: #fff !important;
}

.boton {
  background: #5de1e6 !important;
  color: #000 !important;
}

.cst-btn {
  background: #5de1e6 !important;
  color: #000 !important;
}

.btn-text {
  background: #5de1e6 !important;
  color: #000 !important;
}

.loader-wrap span {
  color: #5de1e6 !important;
}

#inicio-slider {
  position: relative;
  padding-top: 150px;
  padding-bottom: 0px !important;
}
#inicio-slider .cst-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
#inicio-slider .container {
  position: relative;
  z-index: 1;
}
#inicio-slider #slider-derecha .cst-hero-wrapper {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
#inicio-slider .video-audio-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}
#inicio-slider .video-audio-toggle:hover {
  background: rgba(0, 0, 0, 0.9);
  border-color: #5de1e6;
  transform: translate(-50%, -50%) scale(1.15);
}
#inicio-slider .video-audio-toggle.active {
  background: rgba(93, 225, 230, 0.8);
  border-color: #5de1e6;
}
#inicio-slider .video-audio-toggle i {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  #inicio-slider .video-audio-toggle {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

#slider-marquesina {
  margin-top: 0px !important;
  margin-bottom: 80px;
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 10000 !important;
  color: #5de1e6 !important;
}
#slider-marquesina h3 {
  color: #5de1e6 !important;
}
@media only screen and (max-width: 991px) {
  #slider-marquesina {
    margin-bottom: 30px;
  }
}
#slider-marquesina .cst-hero-item-title {
  color: #fff;
}

#pie-llamada {
  margin-top: 250px !important;
}
#pie-llamada .container input[type=checkbox] {
  height: 15px;
}
#pie-llamada .container .cst-cta-content {
  top: -100px !important;
}

#cabecera {
  margin-bottom: 80px !important;
  padding-bottom: 0px !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#cabecera h1 {
  color: #fff !important;
  font-weight: 400 !important;
}
#cabecera .breadcrumb {
  padding-left: 10px !important;
}
#cabecera .breadcrumb li {
  font-weight: 300 !important;
}
#cabecera .breadcrumb li a {
  font-weight: 300 !important;
}
#cabecera .tp-breadcrumb-wrap {
  background: rgba(0, 0, 0, 0.4) !important;
}
#cabecera p {
  color: #fff !important;
  font-weight: 300 !important;
}
#cabecera .cabecera-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
#cabecera .container {
  position: relative;
  z-index: 2;
}
#cabecera .tp-breadcrumb-wrap {
  position: relative;
  z-index: 3;
}

#inicio-servicios {
  border-radius: 0px !important;
}
#inicio-servicios .text-white {
  color: #fff !important;
}
#inicio-servicios .text-white p {
  color: #fff !important;
}

#somos-marquesina h2 {
  color: #4ab5ba !important;
}

#somos-profesionalidad h3 {
  font-weight: 300;
}

#servicio-ofrecemos .swiper-slide .tp-service-cst-item .tp-service-cst-content {
  background: rgba(0, 0, 0, 0.2) !important;
  color: #ccc !important;
}
#servicio-ofrecemos .swiper-slide .tp-service-cst-item .tp-service-cst-content h5 {
  color: #ccc !important;
}
#servicio-ofrecemos .swiper-slide .tp-service-cst-item .tp-service-cst-content .servicio-ofrecemosElementoIntro p {
  color: #ccc !important;
}
#servicio-ofrecemos .swiper-slide .tp-service-cst-item .tp-service-cst-content .servicio-ofrecemosElementoBoton {
  color: #ccc !important;
}
#servicio-ofrecemos .swiper-slide .tp-service-cst-item .tp-service-cst-content .servicio-ofrecemosElementoBoton:hover {
  color: #fff !important;
}

#servicio-intro #servicio-introIzq p {
  font-size: 18px !important;
}

#servicio-galeria .gallery-masonry {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  #servicio-galeria .gallery-masonry {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  #servicio-galeria .gallery-masonry {
    grid-template-columns: repeat(4, 1fr);
  }
}
#servicio-galeria .gallery-item {
  overflow: hidden;
  border-radius: 8px;
}
#servicio-galeria .gallery-item-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
#servicio-galeria .gallery-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
}
#servicio-galeria .gallery-link img,
#servicio-galeria .gallery-video-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
#servicio-galeria .gallery-link:hover img,
#servicio-galeria .gallery-link:hover .gallery-video-thumb {
  transform: scale(1.05);
}
#servicio-galeria .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#servicio-galeria .gallery-link:hover .gallery-overlay {
  opacity: 1;
}
#servicio-galeria .gallery-content {
  text-align: center;
  color: white;
  padding: 20px;
}
#servicio-galeria .gallery-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
#servicio-galeria .gallery-description {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#servicio-galeria .gallery-icon {
  font-size: 32px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#servicio-galeria .gallery-link:hover .gallery-icon {
  opacity: 1;
}
#servicio-galeria .gallery-icon-play {
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

#servicio-preguntas .tp-faq-details-para ul {
  margin-left: 150px !important;
}
#servicio-preguntas .tp-faq-details-para ul li {
  color: rgba(16, 48, 42, 0.8);
  opacity: 0.8;
  font-family: var(--tp-ff-dm);
  font-weight: 400;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.04em;
  padding-left: 10px;
  list-style: disc !important;
  margin-bottom: 20px !important;
}

#servicio-cta {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  background: #000;
}
#servicio-cta .video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
#servicio-cta .video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0;
  transform: translate(-50%, -50%);
  width: 100vw !important;
  height: 100vh !important;
  min-width: 177.78vh !important;
  min-height: 56.25vw !important;
  max-width: none !important;
  max-height: none !important;
}
#servicio-cta .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
#servicio-cta .container {
  position: relative;
  z-index: 3;
}

.modalServicios p {
  color: #ccc !important;
}
.modalServicios ul li {
  color: #ccc !important;
}

#portfolio-trabajos #trabajos-cabecera {
  position: absolute !important;
  bottom: 10% !important;
  z-index: 100000 !important;
  width: 100%;
  text-align: center;
}
#portfolio-trabajos #trabajos-cabecera h1 {
  font-weight: 400 !important;
  font-size: 32px;
}
#portfolio-trabajos .tp-portfolio-mix-slider-content {
  height: 100% !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5) !important;
}
#portfolio-trabajos .tp-portfolio-mix-slider-content .tp-portfolio-revealing-slide-text {
  font-size: 32px !important;
}

.noticia-introduccion {
  font-weight: 700 !important;
}
.noticia-introduccion p {
  font-weight: 700 !important;
}

#contacto-datos .tp-contact-number .tp-contact-icon svg {
  margin-top: -20px !important;
}
#contacto-datos a {
  margin-left: 10px !important;
}

#modalInformacion input {
  border: 1px solid #CCC !important;
}
#modalInformacion label {
  font-size: 14px !important;
}/*# sourceMappingURL=proyecto.css.map */


#cookies_ventana {
  position: fixed;
  z-index: 30000;
  width: 96%;
  left: 2%;
  bottom: 20px !important;
  background: #000;
  color: #fff !important;
  border-radius: 10px !important;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  #cookies_ventana {
    width: 70%;
  }
}

#cookies_ventana p {
  text-align: center !important;
}

#cookies_ventana a {
  color: #fff !important;
  border: 1px solid #fff !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  #cookies_ventana a {
    text-wrap: nowrap;
    margin-bottom: 10px !important;
    float: left !important;
  }
}
