@charset "UTF-8";
/*
    Created on : Mar 20, 2025, 3:16:27 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
/*
    Created on : Mar 21, 2025, 1:36:32 PM
    Author     : Vicente Martín <vicente@elgrupo.es>
*/
.welcome-calc {
  display: none;
}

.welcome-gallery {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 487/582;
  flex: 0 0 487px;
}
@media only screen and (max-width: 1199px) {
  .welcome-gallery {
    display: none;
  }
}
.welcome-gallery__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
}
.welcome-gallery__item:first-child {
  opacity: 1;
}

.welcome-content {
  padding: 20px 47px 20px 67px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
@media only screen and (max-width: 1199px) {
  .welcome-content {
    padding: 57px 24px 65px;
  }
}
@media only screen and (max-width: 600px) {
  .welcome-content {
    margin-top: 0px;
    background: rgba(2, 2, 2, 0.85);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .welcome-content br {
    display: none;
  }
}
.welcome-content__title {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 43.703px;
  /* 109.257% */
  margin-bottom: 31px;
}
@media only screen and (max-width: 1199px) {
  .welcome-content__title {
    text-align: center;
    text-wrap: balance;
    margin-bottom: 50px;
  }
}
.welcome-content__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media only screen and (max-width: 1199px) {
  .welcome-content__content {
    text-align: center;
  }
}
.welcome-content__button {
  margin-top: 83px;
  margin-left: auto;
  margin-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .welcome-content__button {
    margin-right: auto;
    margin-top: 50px;
  }
}/*# sourceMappingURL=welcome.css.map */