/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/** Inicio */
.g-logo {
  max-width: 66%;
  width: 300px;
}
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content {
  margin-top: 100px;
  text-align: center;
  background-color: rgba(8, 8, 8, 0.479);
}
/** menu */
.g-main-nav .g-toplevel {
  width: 100%;
  display: block;
}
/** Blog */
p.readmore .btn, .content_vote .btn, .contact .form-actions .btn, .login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn, .profile .btn, .search #searchForm .btn, .finder #finder-search .btn, .print-mode #pop-print.btn, .edit.item-page .btn-toolbar .btn, .pager.pagenav a, .moduletable #login-form .control-group .btn, #searchForm .btn, #finder-search .btn, .btn {
  display: inline-block;
  font-family: "poppins", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 15px;
  background: #004758;
  text-align: center;
  margin: 0 0 0.5rem 0;
  padding: 0.4rem 1.5rem;
  border-radius: 0;
  border: 2px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  transition: all 0.2s;
}
/** Inicio embarcacion camnio de color */
.featured_block_title a {
  color: #000000;
}
.featured_vehicles {
  display: flex;
  max-width: 1120px;
  align-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.vm_viewlist {
  background: -moz-linear-gradient(to top, #000000, rgba(0, 0, 0, 0.6));
  background: -webkit-linear-gradient(to top, #000000, rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(to top, #000000, rgba(0, 0, 0, 0.6));
  background: -ms-linear-gradient(to top, #000000, rgba(0, 0, 0, 0.6));
  background: linear-gradient(to top, #062e5d, rgba(4, 6, 108, 0.6));
}
/** Embarcaciones similares cambio de colores */
.featured_vehicles_line .vm_type_catlist {
  margin: 10px 15px;
  background: -moz-linear-gradient(to top, #000000, rgba(0, 0, 0, 0.6));
  background: -webkit-linear-gradient(to top, #000000, rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(to top, #000000, rgba(0, 0, 0, 0.6));
  background: -ms-linear-gradient(to top, #000000, rgba(0, 0, 0, 0.6));
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.6));
  clear: both;
  background: linear-gradient(to top, #062e5d, rgba(4, 6, 108, 0.6));
}
/** Colocacion centrado de las imagenes de embarcacion de inicio*/
/** Caracteristica de embarcacion reducion de tamano de imagen */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#list .row_auto .vm_price, #currency_price .money, #currency_price .price, .vm_featured_item, .featured_list_price {
  font-weight: bold;
  color: #186ec4;
  font-size: 26px;
  /* display: block; */
  /* height: auto; */
  /* width: auto; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
}
.componentheading h3 {
  font-size: 26px;
  color: #000;
  padding-right: 15px;
  border-right: 2px solid #ccc;
}
/** Embarcacion estilo de "activo"*/
.vm_listing_status {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #c9302c;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
}
.row_description {
  color: #040404;
  line-height: 1.55;
  text-indent: 0px;
  text-align: left;
}
/*Describcion*/
.swiper-wrapper {
  background: #ececece8;
}
.swiper-slide.swiper-slide-active {
  background: #ececece8;
}
.info_desc .swiper-slide img {
  object-fit: contain !important;
}
.button_pre_tab {
  display: flex;
}
.moduletable._similair h3 {
  font-size: 26px;
  text-align: center;
  margin: auto;
  padding-bottom: 10px;
}
/*logo*/
.g-grid.g-blockcontent-subcontent {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: center;
}
.g-block.size-61.desc-barco .g-content {
  padding-left: 5%;
  padding-right: 5%;
}
/*compartir*/
/* Estilos para el modal */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  /* Ajusta según sea necesario */
}
.share-options {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  max-width: 80%;
  /* Ajusta según sea necesario */
  width: 320px;
  /* Establece un ancho máximo y mínimo para dispositivos pequeños */
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  /* Ajusta el color según sea necesario */
}
.active {
  display: flex;
}
.link-container {
  overflow-x: auto;
  white-space: nowrap;
}
.social-media-btn:nth-child(5) {
  background: #FFA654;
}
.social-media-btn:nth-child(2) {
  background: #25D366;
}
.social-media-btn:nth-child(4) {
  background: #E4405F;
}
.social-media-btn:nth-child(1) {
  background: #1DA1F2;
}
.social-media-btn:nth-child(1) {
  background: #1877F2;
}
.social-media-btn {
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  line-height: 50px;
  font-size: 25px;
  cursor: pointer;
  margin: 0 5px;
  text-align: center;
}
.link {
  width: 80%;
  height: 100%;
  line-height: 40px;
  color: #000;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  color: #777;
}
/*movil*/
@media (min-width: 300px) and (max-width: 764px) {
  /*logo*/
  .featured_vehicles {
    display: flex;
    max-width: 1120px;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  .g-grid.g-blockcontent-subcontent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
  }
  .g-block.size-61.desc-barco .g-content {
    padding-left: 1%;
    padding-right: 1%;
  }
  .basictable_34.basictable {
    display: none;
  }
  .g-block.size-100.desc-barco .g-content {
    padding-left: 1%;
    padding-right: 1%;
    margin: 1px;
  }
  .platform-content.container {
    padding-left: 0;
    padding-right: 0;
  }
  .g-block.size-100.desc-barco .row {
    --bs-gutter-x: 0rem;
  }
  button#shareBtn {
    margin-right: 14px;
  }
}
span.vm_featured_item {
  font-size: 16px;
}
.basictable_39.basictable.vmpage-logo {
  display: none;
}
span.fa-stack.fa-lg.i-wishlist.i-wishlist-all {
  display: none;
}
/*icono de pdf en seccion mostrar todo el barco*/
.VEH-collumn-xs-10.VEH-collumn-sm-10.VEH-collumn-md-10.VEH-collumn-lg-10 {
  display: none;
}
/*# sourceMappingURL=custom_14.css.map */