#navbar-menu-header ul {
  margin-right: unset !important;
}

#header-django.white-header .main-menu .dropdown_container:nth-last-child(-n + 2) li a {
  background-color: #c7e6ea;
  padding: 9px;
  border-radius: 0.25rem;
}

#header-django.white-header .main-menu li a::after {
  content: unset;
}

.logo-container .header-logo {
  padding: 20px;
}

#header-django .main-menu li a {
  font-size: calc(0.9rem - 0.1rem);
}

@media (max-width: 991.98px) {
  .logo-container .header-logo {
    padding: unset;
  }

  #header-django.white-header .main-menu .dropdown_container:nth-last-child(3) li a {
    background-color: #c7e6ea;
    padding: 9px;
    border-radius: 0.25rem;
  }
}

body {
  font-family: lato, sans-serif;
}

#autoplay {
  height: unset !important;
}

.videobox.w-100::before {
  background-color: #00000060;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  content: "";
  bottom: 9px;
}

.video-home #autoplay .text-block .subtitle {
  font-weight: 400;
  font-size: 0.8rem;
  margin-bottom: 50px;
  line-height: 1.5;
  margin: 0 0 30px;
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
}

.video-home .title {
  font-size: 36px !important;
  font-weight: 600 !important;
  line-height: 1.5;
  margin: 0 0 30px;
  margin-left: auto;
  margin-right: auto;
}

.video-home .text-block {
  bottom: unset !important;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.video-home #autoplay .andromeda-link a,
.weboat-custom-btn {
  color: #eee;
  background-color: transparent;
  border: 2px solid #eee;
  border-radius: 3px;
  padding: 10px 32px;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.video-home .text-block div a:hover {
  color: #333 !important;
  background-color: #eee !important;
  border-color: transparent !important;
}

.description .title {
  color: #356f79;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.5;
  margin: 0 0 30px;
  margin-left: auto;
  margin-right: auto;
}

.description .subtitle {
  color: #999;
  line-height: 1.8;
  font-size: 18px !important;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
}

.description .title::after {
  content: "";
  display: block;
  margin-top: 30px;
  margin: 30px auto 0;
  width: 40px;
  border-top: 2px solid #c7e6ea;
}

.watch-video #autoplay .text-block {
  bottom: unset;
}

.watch-video #autoplay .andromeda-link a {
  color: #eee;
  background-color: transparent;
  border: 2px solid #eee;
  border-radius: 3px;
  padding: 10px 0;
  font-size: 16px;
  letter-spacing: 1px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.watch-video .video-container::before {
  background-color: #00000060;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  content: "";
}

@media (max-width: 768px) {

  .youtube-container .text-block-1,
  #autoplay .text-block {
    color: #356f79;
  }

  .video-home #autoplay .title {
    font-size: 1.2rem;
  }

  .video-home #autoplay .text-block .subtitle {
    color: #999;
  }

  .video-home #autoplay .andromeda-link a {
    color: #356f79;
    border-color: #356f79;
  }

  .watch-video #autoplay .andromeda-link a {
    color: #356f79;
    border-color: #356f79;
    padding: 10px;
  }
}

.watch-video #autoplay .andromeda-link a:hover {
  color: #333;
  background-color: #eee;
  border-color: transparent;
}

.watch-video #autoplay .title {
  color: #eee;
  font-weight: 300;
}

#custom-play-button-74035 {
  background-color: transparent;
}

.bases .title {
  color: #356f79;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.5;
  margin: 0 0 30px;
  margin-left: auto;
  margin-right: auto;
}

.bases .subtitle {
  color: #555;
  line-height: 1.8;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
}

.bases .title::after {
  content: "";
  display: block;
  margin-top: 30px;
  margin: 30px auto 0;
  width: 40px;
  border-top: 2px solid #c7e6ea;
}

.bases img {
  height: 180px;
  object-fit: cover;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.bases .info-title {
  color: #356f79;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}

.bases .info-title:hover {
  color: #ef6346;
}

.bases .info-subtitle {
  color: #999;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.bases .btn {
  padding: 0 32px;
  line-height: 42px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 2px solid #356f79;
  border-color: #356f79;
  border-radius: 3px;
  background-color: transparent;
  color: #356f79;
  font-weight: 700;
  text-shadow: none;
  font-size: 16px;
  height: 46px;
  margin: 5px;
  letter-spacing: 1px;
  margin-top: 50px !important;
  text-decoration: none !important;
  width: fit-content;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.bases .btn:hover {
  color: #fff;
  background-color: #356f79;
  border-color: #356f79;
}

.recurso-bases .title {
  color: #356f79;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.5;
  margin: 0 0 30px;
  margin-left: auto;
  margin-right: auto;
}

.recurso-bases .subtitle {
  color: #555;
  line-height: 1.8;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
}

.recurso-bases .title::after {
  content: "";
  display: block;
  margin-top: 30px;
  margin: 30px auto 0;
  width: 40px;
  border-top: 2px solid #c7e6ea;
}

.recurso-bases img {
  height: 180px;
  object-fit: cover;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.recurso-bases .info-title {
  color: #356f79;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}

.recurso-bases .info-subtitle {
  color: #999;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.recurso-bases img:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.boats .title {
  color: #356f79;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.5;
  margin: 0 0 30px;
  margin-left: auto;
  margin-right: auto;
}

.boats .subtitle {
  color: #555;
  line-height: 1.8;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
}

.boats .title-container .title::after {
  content: "";
  display: block;
  margin-top: 30px;
  margin: 30px auto 0;
  width: 40px;
  border-top: 2px solid #c7e6ea;
}

.boats .btn {
  padding: 0 32px;
  line-height: 42px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 2px solid #356f79;
  border-color: #356f79;
  border-radius: 3px;
  background-color: transparent;
  color: #356f79;
  font-weight: 700;
  text-shadow: none;
  font-size: 16px;
  height: 46px;
  margin: 5px;
  letter-spacing: 1px;
  margin-top: 50px !important;
  text-decoration: none !important;
  width: fit-content;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.boats .btn:hover {
  color: #fff;
  background-color: #356f79;
  border-color: #356f79;
}

.members {
  background-color: #f5f5f5;
  padding-top: 5rem;
}

.members .title {
  color: #356f79;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.5;
  margin: 0 0 30px;
  margin-left: auto;
  margin-right: auto;
}

.members .subtitle {
  color: #555;
  line-height: 1.8;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
}

.members .title::after {
  content: "";
  display: block;
  margin-top: 30px;
  margin: 30px auto 0;
  width: 40px;
  border-top: 2px solid #c7e6ea;
}

.members .btn {
  padding: 0 32px;
  line-height: 42px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 2px solid #356f79;
  border-color: #356f79;
  background-color: transparent;
  color: #356f79;
  font-weight: 700;
  text-shadow: none;
  font-size: 16px;
  height: 46px;
  margin: 5px;
  letter-spacing: 1px;
  margin-top: 50px !important;
  text-decoration: none !important;
  width: fit-content;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.members .btn:hover {
  color: #fff;
  background-color: #356f79;
  border-color: #356f79;
}

@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important;
  }
}

.members .background-title-container {
  object-fit: cover;
  width: 100%;
  object-position: top;
  background-position: unset;
}

.members .background-title-container .carousel-default .carousel-inner p {
  color: #fff;
  margin-top: 30px;
}

.members .carousel-default {
  margin-top: 0;
  background-position: 0 -6.17089px;
  color: #eee;
  will-change: transform;
  position: relative;
  margin-bottom: 0 !important;
}

.members .carousel-caption {
  top: 15%;
  left: unset;
  right: unset;
  width: 100%;
}

.members h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0 0 30px;
}

.members h2::after {
  content: "";
  display: block;
  margin: 30px auto 0;
  width: 40px;
  border-top: 2px solid #c7e6ea;
  border-top-color: rgba(255, 255, 255, 0.4);
}

.members h3 {
  line-height: 1.8;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 22px;
  color: #eee;
  text-transform: unset;
  font-family: crete round, serif;
  font-family: lato, sans-serif;
}

.members .author {
  font-size: 14px;
  margin-top: 15px;
  font-weight: 700;
}

.members .line-left {
  border-top: 2px solid;
  border-color: #356f79;
  width: 40px;
  margin: 0;
}

.members .line-right {
  border-top: 2px solid;
  border-color: #356f79;
  width: 40px;
  margin-left: 110px;
  margin-top: -2px;
}

.members .line-vertical {
  background-color: #356f79;
  width: 2px;
  height: 35px;
  position: absolute;
  margin-left: 75px;
  margin-top: -11px;
  padding: unset;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}

.members i:hover::before {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  display: block;
  margin-top: -5px;
}

.members .line-container {
  margin-left: auto;
  margin-right: auto;
  width: 149px;
}

.members i:hover~.line-container .line-vertical {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  margin-top: -4px;
}

.members p {
  color: #999;
  text-align: center;
  margin-top: 44px;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 14px;
}

.card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.card-body {
  flex: 1 1 auto;
}

.image-card:hover {
  opacity: 0.8;
}

.blog-list .card img:hover {
  opacity: 0.8;
}

.blog-list .card {
  border: none;
}

.blog-list .row.mx-0 {
  justify-content: center;
}

#blog-section .card:hover {
  box-shadow: unset;
}

.blog-list .card-body,
.text,
.date {
  margin-top: 1.25rem;
  padding: 0;
  color: #999 !important;
}

.background-title-container .title-container .text {
  color: #fff !important;
}

.links {
  background-color: #c7e6ea !important;
  padding: 30px;
  color: #356f79;
}

.title-links {
  font-size: 18px;
}

.info-links {
  font-size: 16px;
  color: #356f79;
}

.info-links:hover {
  color: #000;
  text-decoration: none;
}

.copyrights {
  background-color: #356f79;
  padding: 30px;
  color: #fff;
  font-size: 14px;
}

.copyrights-links {
  color: #fff;
  font-size: 12px;
}

.copyrights-links:hover {
  color: #fff;
  text-decoration: none;
}

.btn-google-play {
  margin-left: 100px;
  margin-top: 20px;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.video-container-div {
  margin-bottom: 250px;
}

.bg-color-grey {
  background-color: #f5f5f5;
}

.bg-color-grey .btn {
  padding: 0 32px;
  line-height: 42px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 2px solid #356f79;
  border-color: #356f79;
  background-color: transparent;
  color: #356f79;
  font-weight: 700;
  text-shadow: none;
  font-size: 16px;
  height: 46px;
  margin: 5px;
  letter-spacing: 1px;
  margin-top: 50px !important;
  text-decoration: none !important;
  width: fit-content;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.bg-color-grey .btn:hover {
  color: #fff;
  background-color: #356f79;
  border-color: #356f79;
}

.bg-color-grey .title::after {
  content: "";
  display: block;
  margin-top: 30px;
  margin: 30px auto 0;
  width: 40px;
  border-top: 2px solid #c7e6ea;
}

.video-text-center #autoplay {
  height: auto;
}

.video-text-center #autoplay .text-block {
  bottom: unset;
}

.icon-style {
  font-size: 28px;
  color: #356f78;
  border: 1px solid #356f78;
  border-radius: 45px;
  padding: 12px;
  width: 57px;
  height: 54px;
  margin-right: 10px;
}

.benefit-title {
  font-size: 16px;
  color: #356f78;
}

.benefit-description {
  font-size: 14px;
  color: #999;
}

.col-benefit {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.recurso-benefits .col {
  margin-bottom: 35px;
  display: flex;
}

.recurso-benefits .col:hover i {
  color: #fff;
  background-color: #c7e6ea;
  border: 1px solid #c7e6ea;
}

.recurso-benefits .title {
  color: #356f79;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.5;
  margin: 0 0 30px;
  margin-left: auto;
  margin-right: auto;
}

.recurso-benefits .subtitle {
  color: #999;
  line-height: 1.8;
  font-size: 18px !important;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
}

.recurso-benefits .title::after {
  content: "";
  display: block;
  margin-top: 30px;
  margin: 30px auto 0;
  width: 40px;
  border-top: 2px solid #c7e6ea;
}

.icono-home i {
  display: flex;
  font-size: 42px;
  color: #fff;
  background-color: #356f78;
  border-radius: 60%;
  padding: 14px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #356f78;
  margin-bottom: 20px;
  transition: background-color 0.3s, color 0.3s;
  -webkit-transition: background-color 0.3s, color 0.3s;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
}

.icono-home .col:hover i {
  color: #fff;
  background-color: #c7e6ea;
  box-shadow: 0 0 0 2px #c7e6ea;
}

.icono-centrado {
  display: flex;
  justify-content: center;
  height: 100px;
  width: 100px;
  margin: 20px;
}

.recurso-benefits i {
  font-size: 28px;
  margin-top: 5px;
  color: #356f78;
  border: 1px solid #356f78;
  border-radius: 50%;
  padding: 13px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  width: 80px;
  height: 60px;
}

.icon-count {
  font-size: 64px;
  color: #999;
  transition: all 0.3s ease;
}

.icon-count:hover {
  color: #777;
}

.home-count {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
}

.home-count .title {
  color: #777;
  text-align: center;
  margin-top: 12px;
  font-size: 42px;
}

.home-count .title::after {
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 35px;
  border-top: 2px solid #999;
}

.home-count .subtitle {
  color: #356f79;
  line-height: 1.8;
  font-size: 14px !important;
  font-weight: 400;
  margin-left: auto;
  margin-top: 7px;
  margin-right: auto;
}

.background-count {
  background-color: #f5f5f5;
}

.background-count .col-benefit {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.borders i {
  font-size: 46px;
  color: #356f79;
  height: 150px;
  padding-top: 52px;
  padding-left: 40px;
  width: 150px;
}

.borders {
  width: 150px;
  height: 150px;
  border-color: #356f79;
  border-top: 2px solid;
  border-left: 2px solid;
  border-right: 2px solid;
}

.borders i:hover {
  margin-top: -10px;
}

.djangocms-googlemap-container img[src*="icon-map-50"] {
  border-radius: 50%;
  border: 2px solid #fff !important;
  background: #224950;
}

.carousel-default {
  padding-bottom: 25px;
}

.carousel-default .andromeda-carousel-container {
  padding: 0;
}

.carousel-default .carousel-indicators li::after {
  border-color: #002a40;
}

.carousel-default .carousel-indicators {
  bottom: -45px;
}

.mosaic-container .img-container img {
  object-fit: cover;
  object-position: center;
  max-height: 400px;
  width: 100%;
  position: unset;
  transform: unset;
}

@media only screen and (max-width: 991.98px) {
  .members .carousel-default .carousel-inner .carousel-caption {
    position: absolute;
    top: 27%;
    background-color: transparent;
  }
}

@media only screen and (max-width: 767.98px) {
  .carousel-default {
    background: #fff;
  }
}

.weboat-app .background-title-container .title-container {
  padding-top: 3rem;
}

.weboat-app .background-title-container .title-container .title::after {
  content: "";
  display: block;
  margin-top: 30px;
  margin: 30px auto 0;
  width: 40px;
  border-top: 2px solid #c7e6ea;
}

.weboat-app .background-title-container .title-container .subtitle {
  font-size: 1rem;
  margin-top: 1.5rem;
}

.bases-background-title .background-title-container {
  min-height: 300px;
}

.members.pricing {
  background-color: transparent;
}

.our-values .border-box {
  border: 2px solid #356f79;
  padding: 37px 18px;
}

.our-values .border-box:hover i {
  bottom: 5px;
}

.our-values .line-center {
  border-top: 2px solid;
  border-color: #356f79;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.our-values i {
  font-size: 46px;
  color: #356f79;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.our-values p {
  margin: 0;
  font-size: 0.7rem;
}

.our-values .border-box p:nth-child(2) {
  color: #356f79;
  font-weight: 700;
}

.our-values .border-box p:nth-child(4) {
  margin-bottom: 1rem;
}

.members.about {
  padding: unset;
  background-color: unset;
}

.hero-container h1 {
  font-size: 2.5rem;
}

.hero-container * {
  color: white;
}

@media screen and (max-width: 770px) {
  .hero-container h1 {
    font-size: 1.5rem;
  }
}

.bases-background-title .background-title-container,
.background-title-container {
  height: 60dvh;
}

.background-title-container {
  padding-top: 3rem;
}

.members .background-title-container,
.weboat-app .background-title-container {
  height: fit-content;
}

.carousel-default {
  padding-bottom: 0;
}

.container.members.pricing .card,
.pricing-container .card {
  height: 100%;
}

.container.members.pricing .card .card-body {
  justify-content: start;
  display: flex;
  flex-direction: column;
}

.carousel-item:not(.andromeda-carousel-container) img {
  height: 140px;
}

.members .card .btn,
.pricing-container .card .btn {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
}

.hero-new-md::after {
  background: #0000006e;
}

#priceAccordion button.btn.btn-link::after {
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

#priceAccordion button.btn.btn-link:not(.collapsed)::after {
  transform: rotate(90deg);
}

#priceAccordion button.btn.btn-link.collapsed::after {
  transform: rotate(-90deg);
}

/* Cards pricing mobile */
@media screen and (max-width: 768px) {
  .members.pricing div.col-12 {
    height: 650px;
  }
}

/* Pendiente condiciÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â³n en black_pearl */
.list-container .list-buttons {
  display: none;
}

@media (max-width: 480px),
(min-width: 481px) and (max-width: 769px) {
  .hero-new-md h1 {
    font-size: 1.5rem !important;
  }
}

.container-act #extra_container {
  display: none;
}
