/*///////////////////////// GENERALES /////////////////////////*/
* {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  color: #ffffff;
  background-color: rgb(0, 0, 0);
}

.changa {
  font-family: "Changa", sans-serif;
}

img {
  width: 100%;
}

a:hover {
  text-decoration: none;
}

strong,
b {
  font-weight: 700;
}

.main-wrapper,
section {
  overflow: clip !important;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.titles-deco {
  position: relative;
  width: fit-content;
  padding: 0 1rem;
  z-index: 5;
}

.titles-deco::before {
  content: "";
  background-color: #dd4377;
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  z-index: -1;
}

.fs-18 {
  font-size: 18px;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-wrap {
  white-space: nowrap;
}

.rotate {
  transform: scaleX(-1);
}

.underline {
  text-decoration: underline;
}

/*///////////////////// BOTONES QUE PISAN BS //////////////////*/
.btn {
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  transition: 0.3s !important;
  text-decoration: none !important;
  width: fit-content;
  position: relative;
}

.btn-primary {
  border: 1px solid #dd4377;
  color: #fff;
  background-color: #dd4377;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  border: 1px solid #ad2653;
  color: #fff;
  background-color: #ad2653;
  box-shadow: none !important;
}

/* FLOAT BTN */
.wsp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 130px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 10px 15px -7px rgba(0, 0, 0, 0.52);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.wsp-float:hover {
  text-decoration: none;
  color: white;
  background-color: #18b853;
}

/*///////////////////////// HEADER /////////////////////////*/
header {
  position: absolute;
  z-index: 20;
  width: 100%;
}

/* Navegador principal */
.navbar-brand img {
  height: 95px;
  transition: 0.3s;
}

.navbar-toggler {
  padding: 0;
}

.navbar-collapse {
  justify-content: center;
  display: flex;
}

.navbar {
  padding: 1rem 3rem;
  background-color: transparent;
}

.navbar-nav {
  justify-content: center;
  width: 100%;
  align-items: center;
}

.nav-link {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff !important;
  margin-right: 1.2rem !important;
  margin-left: 1.2rem !important;
  position: relative;
  padding: 6px 0px !important;
}

.nav-link:not(.nav-link-d)::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0rem;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background: #dd4377;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.nav-link:hover:after,
.nav-item.active .nav-link:after {
  width: 20px;
}

.social-media-container {
  display: flex;
  gap: 0.8rem;
}

.social-media-container a img {
  width: 24px;
  height: 24px;
  transition: 0.3s;
}

.social-media-container img:hover {
  transform: scale(1.1);
}

/* Bs nav para el menú mobile */
.bsnav-mobile .navbar {
  left: 0 !important;
  color: #fff !important;
  transform: translate3d(-320px, 0, 0) !important;
  width: 80%;
  max-width: 300px;
}

.bsnav-mobile.in .navbar {
  transform: translate3d(0px, 0, 0) !important;
}

.bsnav-mobile .navbar.bsnav-dark {
  background: #1a1a1a !important;
  color: #ffffff !important;
  padding: 0px 0 15px;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in {
  background: #1a1a1a !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 15px -5px,
    rgba(0, 0, 0, 0.25) 0px 4px 10px -8px;
}

.bsnav-light .navbar-toggler .navbar-toggler-icon,
.bsnav-light .navbar-toggler .navbar-toggler-icon::after,
.bsnav-light .navbar-toggler .navbar-toggler-icon::before {
  background-color: #dd4377;
}

.bsnav-sticky.bsnav-sticky-slide.sticked.in
  .navbar-toggler
  .navbar-toggler-icon,
.bsnav-sticky.bsnav-sticky-slide.sticked.in
  .navbar-toggler
  .navbar-toggler-icon::after,
.bsnav-sticky.bsnav-sticky-slide.sticked.in
  .navbar-toggler
  .navbar-toggler-icon::before {
  background-color: #dd4377;
}

/*//////////////////////// MAIN-HERO ////////////////////////////*/
.main-section {
  height: 100vh;
  position: relative;
  line-height: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.main-section .carousel {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.main-section .carousel-inner {
  height: 100%;
}

.main-section .carousel-item,
.main-section .carousel-item.active {
  height: 100%;
}

.main-section .carousel-item img,
.main-section .carousel-item.active img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

.carousel-indicators {
  margin-bottom: 1.4rem;
}

.carousel-indicators li {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  background-color: #dd4377;
  opacity: 0.4;
}

/*///////////////////////// animation zoom /////////////////////////*/
.animaZoom {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.infinite-zoom {
  -webkit-animation: zoomSlow 35s infinite linear;
  -moz-animation: zoomSlow 35s infinite linear;
  animation: zoomSlow 35s infinite linear;
}

@-webkit-keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }

  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }

  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomSlow {
  0% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.3) rotate(0.1deg);
    -webkit-transform: scale(1.3) rotate(0.1deg);
    transform: scale(1.3) rotate(0.1deg);
  }

  100% {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*///////////////////////// BIOGRAFIA //////////////////////////*/
.about {
  position: relative;
  padding: 6rem 0;
  scroll-margin-top: 3rem;
  background-image: url(../images/about.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-image-container {
  position: relative;
  border-radius: 5px;
  width: 100%;
  height: 650px;
}

.about-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.about-image-container::before {
  content: "";
  width: 100%;
  height: 650px;
  border: 3px solid #dd4377;
  position: absolute;
  left: -1.4rem;
  top: -1.4rem;
  border-radius: 5px;
  z-index: 0;
}

/* Timeline */
.timeline {
  padding: 12rem 0;
  position: relative;
}

/* Swipper */
.time-line-container {
  color: #999999;
  padding: 1.2rem;
  background-color: #ffffff10;
  border-radius: 5px;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  margin: 0 1rem;
  text-align: left;
  transition: 0.3s;
}

.time-line-container:hover {
  background-color: #ffffff2f;
  color: #fff;
}

.time-line-year {
  position: absolute;
  top: -5rem;
  line-height: 1;
  color: #ffffff;
  text-align: left;
  opacity: 1;
  transition: 0.3s;
}

.time-line-dot {
  width: 22px;
  height: 22px;
  background-color: #dd4377;
  transition: 0.3s;
  border: 2px solid #cecece;
  border-radius: 50%;
  position: absolute;
  top: -3rem;
  z-index: 10;
}

.time-line-container:hover .time-line-dot {
  background-color: #c6255a;
  border: 2px solid #ffffff;
}

.timeline-content p {
  font-size: 15px;
}

.gallerySlider {
  margin-top: 6rem;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.gallerySlider__swiper {
  overflow: visible;
}

.gallerySlider__slider {
  position: relative;
  max-width: 25%;
}

.gallerySlider__nav {
  margin-bottom: 2.25rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.gallerySlider__navProgress {
  height: 2px;
  position: relative;
  flex: 1;
  background-color: #7b9692;
}

.gallerySlider .swiper-pagination-progressbar-fill {
  background-color: #ad2653;
}

.gallerySlider__navProgress::before {
  background-color: #cbcbcb;
}

/* Fin swipper */

.swipe-icon {
  width: 55px;
  position: absolute;
  bottom: 1rem;
  left: auto;
  right: 4rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
}

.slide-left {
  -webkit-animation: slide-left 0.6s 1s infinite alternate both;
  animation: slide-left 0.6s 1s infinite alternate both;
}

/**
 * ----------------------------------------
 * animation slide-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

/*///////////////////////// Producto //////////////////////////*/
.projects {
  padding: 4rem 0;
  scroll-margin-top: 4rem;
  background-color: #1a1a1a;
}

#projectsCarousel .f-carousel__nav {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
}
#projectsCarousel .f-carousel__nav button {
  position: relative;
  margin: 2rem 1rem;
  transform: none;
  border: 1px solid #ffffff94;
  border-radius: 50%;
}

#projectsCarousel .f-carousel__slide {
  width: 25%;
  padding: 1rem;
}

.project-container {
  height: 600px;
  position: relative;
  background-color: #000000;
  transition: 0.3s;
}

.project-container img {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  object-fit: cover;
  transition: 0.3s;
}

.project-description {
  background-color: #dd4376e7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.4rem 1.2rem;
  text-align: center;
  line-height: 1.1;
}

.project-container:hover {
  transform: scale(1.04);
}
.project-container:hover img {
  opacity: 1;
}

/*///////////////////////// Disco //////////////////////////*/
.disc {
  background-color: #1a1a1a;
  padding: 6rem 0;
}
/*///////////////////////// Video //////////////////////////*/
.video {
  background: url(../images/bg-video.png) #000;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  padding: 8rem 0;
}

.video img {
  width: 54px;
  height: 54px;
  margin-bottom: 1.4rem;
  transition: 0.3s;
}

.video img:hover {
  transform: scale(1.05);
}

/*///////////////////////// Galería //////////////////////////*/
.gallery {
  scroll-margin-top: 7rem;
}
.gallery-img {
  width: 100%;
  height: 380px;
  transition: 0.3s;
  object-fit: cover;
}

.gallery-img:hover {
  filter: brightness(1.09);
}

.gallery-video-container {
  position: relative;
}

.gallery-play {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 80px;
  transition: 0.3s;
}

.gallery-play:hover {
  transform: scale(1.05);
}

/*///////////////////////// Contacto //////////////////////////*/
.contact {
  background: url(../images/bg-contacto.jpg) #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10rem 0;
  scroll-margin-top: 8rem;
}

.form-control {
  border: 1px solid #ffffff27;
  border-radius: 5px;
  transition: 0.3s;
  background-color: #ffffff17;
  color: #ffffff;
  font-weight: 300;
}

.form-control:hover,
.form-control:focus {
  border: 1px solid #dd4377;
  box-shadow: none;
  background-color: #ffffff17;
  color: #fff;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-weight: 300;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  font-weight: 300;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-weight: 300;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  font-weight: 300;
}

.relative {
  position: relative;
}

#response {
  background: #2ec770;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 25px 10px;
  position: absolute;
  top: 0px;
}

.fx-fading-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #ffffffad url(../images/loading.gif) center no-repeat;
}

.loading {
  display: none;
}

/*///////////////////////// FOOTER //////////////////////////*/
footer {
  background: url(../images/bg-footer.png) #000;
  padding-top: 3rem;
  text-align: center;
}

footer a {
  color: white;
  transition: 0.3s;
}

footer a:hover {
  color: #dd4377;
}

.copy-end {
  background-color: #1b1a1a;
  text-align: center;
}

.copy-end p {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.464);
}

/*////////////////////// RESPONSIVE //////////////////*/

@media (max-width: 1600px) {
}

@media (max-width: 1440px) {
}

@media (max-width: 1240px) {
  .nav-link {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
}

@media (max-width: 1024px) {
  .navbar,
  .bsnav-sticky.bsnav-sticky-slide.sticked.in {
    padding: 1rem;
  }

  .nav-link {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  #projectsCarousel .f-carousel__slide {
    width: 33.3%;
  }
  .gallery-img {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .nabvar-nav {
    align-items: flex-start;
  }

  .bsnav-mobile .navbar-nav {
    padding: 30px;
  }

  .nav-link::after {
    content: "";
    left: 0;
    right: auto;
  }

  .bsnav-mobile .navbar-nav .nav-item .nav-link {
    margin-left: 0 !important;
  }

  .gallerySlider__slider {
    position: relative;
    flex: 0 0 65%;
    max-width: 65%;
  }

  .swipe-icon {
    bottom: 0rem;
  }

  #projectsCarousel .f-carousel__slide {
    width: 50%;
  }
  .gallery-img {
    height: 220px;
  }
}

@media (max-width: 525px) {
  .navbar-brand img {
    height: 75px;
  }
  .mobile-alignment {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-image-container {
    height: 450px;
    display: flex;
    justify-content: end;
  }
  .about-image-container img {
    width: 95%;
  }
  .about-image-container::before {
    content: "";
    height: 450px;
    width: 95%;
    left: 0rem;
    top: -0.8rem;
  }

  #projectsCarousel .f-carousel__slide {
    width: 100%;
  }
  .project-container {
    height: 450px;
  }
}

@media (max-width: 376px) {
}
