#ryck-yacht {
  margin-top: 72px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 90px;
}
#ryck-yacht h1 {
  font-size: 30px;
  line-height: normal;
  font-weight: bold;
  text-align: center;
}
#ryck-yacht h1 small {
  font-size: 21px;
  display: block;
  font-weight: normal;
}
#ryck-yacht h2 {
  font-size: 30px;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 40px;
}
#ryck-yacht p {
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 20px;
}
#ryck-yacht p:last-child {
  margin-bottom: 0;
}
#ryck-yacht [class*=grid-md-cols-],
#ryck-yacht [class*=grid-xl-cols-] {
  display: grid;
}
#ryck-yacht .grid-col-gap-20 {
  grid-column-gap: 20px;
}
#ryck-yacht .grid-col-gap-30 {
  grid-column-gap: 30px;
}
#ryck-yacht .grid-row-gap-20 {
  grid-row-gap: 20px;
}
#ryck-yacht .grid-row-gap-30 {
  grid-row-gap: 30px;
}
#ryck-yacht .justify-content-center {
  justify-content: center;
}
#ryck-yacht .justify-content-between {
  justify-content: space-between;
}
#ryck-yacht .align-items-center {
  align-items: center;
}
#ryck-yacht .mb-98 {
  margin-bottom: 75px;
}
#ryck-yacht .mt-50 {
  margin-top: 40px;
}
#ryck-yacht .videoWrapper {
  margin-top: 1.5em;
}
#ryck-yacht .videoWrapper iframe {
  display: none;
}
#ryck-yacht .estrella {
  margin-bottom: 17px;
}
#ryck-yacht .estrella img {
  margin: 0 auto;
}
#ryck-yacht .estrella + p a {
  font-weight: bold;
  color: #e62649;
}
#ryck-yacht .texto-imagen .texto {
  margin-bottom: 2em;
}
#ryck-yacht .texto-imagen .imagen img {
  margin-left: auto;
  margin-right: auto;
}

#title {
  font-size: 1.125rem;
  padding-top: 75px;
  padding-bottom: 54px;
}

#logo-ryck-yacht {
  text-align: center;
  padding-top: 61px;
  padding-bottom: 31px;
}
#logo-ryck-yacht img {
  width: 333px;
  margin-left: auto;
  margin-right: auto;
}

.logo-ryck-280 {
  margin-bottom: 1.1em;
  display: block;
}

.brochure {
  text-align: center;
}
.brochure span {
  display: block;
}
.brochure span.name {
  margin-bottom: 6px;
}
.brochure span.content {
  font-weight: bold;
  margin-bottom: 10px;
  min-height: 81px;
}
.brochure .button a {
  padding: 12px 24px;
  display: inline-block;
  width: unset;
}

.lightbox .lb-outerContainer {
  height: 100% !important;
}
.lightbox .lb-container {
  position: relative;
}
.lightbox .lb-container img.lb-image {
  max-width: 900px;
  height: auto !important;
}

@media (min-width: 768px) {
  #ryck-yacht {
    margin-top: 72px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-md-cols-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-md-cols-2 .item img {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-md-cols-3 {
    display: flex;
  }
  .flex-md-cols-3 .item {
    flex: 0 0 33.3333%;
    padding: 0 1em;
  }

  .videoWrapper {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  #ryck-yacht {
    max-width: 990px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 84px;
  }
}
@media (min-width: 1100px) {
  #ryck-yacht h1,
#ryck-yacht h2 {
    font-size: 37px;
  }
  #ryck-yacht .texto-imagen .texto {
    margin-bottom: 0;
  }
  #ryck-yacht .mb-98 {
    margin-bottom: 98px;
  }
  #ryck-yacht .mt-50 {
    margin-top: 50px;
  }
  #ryck-yacht .videoWrapper {
    margin-top: 0;
  }

  .brochure span.content {
    min-height: 54px;
  }
  .brochure .button a {
    padding: 0px 36px;
  }

  #logo-ryck-yacht img {
    width: unset;
  }

  [class*=flex-xl-cols-] {
    display: flex;
    flex-wrap: wrap;
  }

  [class*=grid-xl-cols-] {
    display: grid;
  }

  .grid-xl-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-xl-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .xl-no-max-width {
    max-width: unset;
  }

  #title {
    padding-top: 96px;
    padding-bottom: 68px;
  }
}

/*# sourceMappingURL=ryck-yacht.css.map */
