@font-face {
  font-family: "Archivo-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Archivo-Bold.ttf");
}

@font-face {
  font-family: "Archivo-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Archivo-Medium.ttf");
}

@font-face {
  font-family: "Archivo-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Archivo-Regular.ttf");
}
@font-face {
  font-family: "Archivo-SemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Archivo-SemiBold.ttf");
}

@font-face {
  font-family: "ClashDisplay-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ClashDisplay-Medium.otf");
}

@font-face {
  font-family: "ClashDisplay-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ClashDisplay-Bold.otf");
}

@font-face {
  font-family: "ClashDisplay-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ClashDisplay-Regular.otf");
}

body {
  font-family: "Archivo-Regular" !important;
  background-color: #ffffff;
  color: #000000;
  overflow-x: hidden; /* Evita el scroll */
}

@media (max-width: 767px) {
  .header {
    background-image: url("../img/flibs/backgorund-header.jpg");
    background-color: #ffffff;
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0px 5% 0px;
  }

  .navbg-flibs {
    background-color: #ffffff;
    padding: 1% 5%;
  }

  .logo-nav {
    width: 100px;
  }

  .title-header {
    font-family: "Archivo-Bold" !important;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-left: 0px;
    margin-top: 5%;
    margin-bottom: auto;
    text-shadow: 1px 2px 14px black;
  }

  .header2 {
    background-image: linear-gradient(178deg, #021b3900, transparent),
      url(../img/flibs/backgorund-header2.jpg);
    background-color: #ffffff;
    min-height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0px 5% 0px;
  }

  .text-flibs {
    margin-top: 5%;
  }

  .btn-flibs {
    font-family: "ClashDisplay-Medium" !important;
    background-color: #ffffff;
    padding: 7px 20px;
    border-radius: 20px;
    color: #07251e;
    font-size: 12px;
  }
  .btn-flibs:hover {
    font-family: "ClashDisplay-Medium" !important;
    background-color: #ffffff;
    padding: 7px 20px;
    border-radius: 20px;
    color: #07251e;
    font-size: 12px;
  }

  .section-nautico {
    background-image: url(../img/flibs/banner-nautico.jpg);
    background-color: #ffffff;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7% 0px 5% 0px;
  }

  .title-nautico {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-left: 0px;
    margin-top: 5%;
    margin-bottom: 2%;
    text-shadow: 1px 2px 14px black;
    text-transform: uppercase;
  }
  .subb-nautico {
    font-family: "ClashDisplay-Bold" !important;
  }

  .text-nautico {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    margin-left: 0px;
    margin-top: 1%;
    margin-bottom: 2%;
    text-shadow: 1px 2px 14px black;
    text-transform: lowercase;
  }

  .contador {
    background-color: transparent;
  }
  .col-counter-1 {
    background-color: #041f41;
    padding: 5% 5%;
  }

  .col-counter-2 {
    background-color: #1a457b;
    padding: 5% 5%;
  }

  .col-counter-3 {
    background-color: #436da1;
    padding: 5% 5%;
  }

  .linedivcounter {
    height: 5px;
    background-color: rgb(236, 236, 236);
  }

  .numbercounter {
    font-family: "ClashDisplay-Bold" !important;
    text-align: center;
    color: #798593;
    font-size: 3rem;
    line-height: 4rem;
    margin-left: 0px;
    margin-top: 2%;
    margin-bottom: 2%;
    text-transform: uppercase;
  }

  .text-counter {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin-top: 3%;
    margin-bottom: 2%;
    text-transform: uppercase;
  }

  .lideres-nauticos {
    background-image: url(../img/flibs/lideres-nauticos.png);
    background-color: #ffffff;
    min-height: 400px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 5% 5% 5%;
  }

  .title-lideres {
    font-family: "ClashDisplay-Medium" !important;
    text-align: start;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5%;
    margin-bottom: 2%;
    text-shadow: 1px 2px 14px black;
    text-transform: uppercase;
    border-left: 6px solid #b6b6b6;
    padding-left: 20px;
  }

  .text-lideres {
    font-family: "ClashDisplay-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    margin-top: 3%;
    margin-bottom: 2%;
    text-transform: none;
  }

  .section-timeline {
    padding: 5% 0px;
  }

  .title-timeline {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    line-height: 2rem;
    margin-top: 5%;
    margin-bottom: 2%;
    text-shadow: 1px 2px 14px black;
    text-transform: uppercase;
    background: #041541;
    padding: 5px 15px;
    border-radius: 25px;
  }
  .text-timeline {
    font-family: "ClashDisplay-Regular" !important;
    text-align: center;
    color: #041541;
    font-size: 14px;
    line-height: 20px;
    margin-top: 3%;
    margin-bottom: 10%;
    text-transform: none;
  }

  .section-infraestructura {
    padding: 3% 5%;
    background-color: #041541;
  }
  .title-infraestructura {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    background: #041541;
    padding: 20px 20px;
    border-radius: 25px;
  }

  .item-infra {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5rem;
    border: 2px solid white;
    border-radius: 20px;
    padding: 2px 5px;
  }

  .text-infra {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2rem;
    margin-top: 5%;
  }

  .section-reserva {
    background-image: url(../img/flibs/banner-reserva.jpg);
    background-color: #ffffff;
    min-height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12% 5% 5% 5%;
  }

  .title-reserva {
    font-family: "ClashDisplay-Bold" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2rem;
    text-transform: uppercase;
  }

  .text-reserva {
    font-family: "ClashDisplay-Medium" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.2rem;
    margin-top: 2%;
  }

  .text-flibs2 {
    margin-top: 5%;
    text-align: start;
  }

  .subra {
    color: #041541;
  }

  .copy {
    background: #000914;
    padding: 20px 0px 0px 0px;
  }

  .copy-title {
    font-family: "Archivo-Regular" !important;
    color: #c1c1c1;
    font-size: 12px;
    text-align: center;
  }

  .icon-footer {
    font-family: "Archivo-Regular" !important;
    color: #fff;
    font-size: 1.5rem;
    margin-right: 15px;
  }

  .wssss {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 68px;
    height: 68px;
    z-index: 1999;
    background-color: #098b4c;
    border-radius: 100%;
    margin-left: 100px;
  }

  .wssss i {
    color: #fff;
    margin: 4px;
    padding: 4px;
    padding-left: 13px;
    padding-top: 8px;
  }

  .gooter {
    padding: 5% 0px;
  }

  .title-gooter {
    font-family: "ClashDisplay-Bold" !important;
    text-align: center;
    color: #041541;
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 3%;
    text-transform: uppercase;
  }

  .link-ia {
    font-family: "Archivo-Regular" !important;
    text-decoration: none;
    color: #ffffff;
  }

  .icons-footer-social {
    text-align: center;
  }

  .section-planes {
    background-image: url(../img/flibs/planes.png);
    background-color: #ffffff;
    min-height: 1500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8% 5% 5% 5%;
  }
  .title-planes {
    font-family: "ClashDisplay-Bold" !important;
    text-align: center;
    color: #d2d8da;
    text-shadow: 1px 1px 1px black;
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 0%;
    text-transform: uppercase;
  }

  .text-planes {
    font-family: "ClashDisplay-Regular" !important;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 0%;
    text-transform: uppercase;
    letter-spacing: normal;
  }

  .row-planes1 {
    margin-top: 7%;
    justify-content: center;
  }

  .row-planes2 {
    margin-top: 3%;
    justify-content: center;
  }
  .text-planes2 {
    font-family: "ClashDisplay-Regular" !important;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10%;
    margin-top: 1%;
    text-transform: none;
  }

  .text-planes-3 {
    font-family: "ClashDisplay-Medium" !important;
    text-align: start;
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0%;
    margin-top: 10%;
    text-transform: none;
  }

  .tarjet-plan {
    background-color: white;
    padding: 10px 10px 2px 10px;
    border-radius: 20px;
    min-height: 520px;
    display: flex;
    flex-direction: column;
  }

  .tarjet-plan2 {
    background-color: white;
    padding: 10px 10px 2px 10px;
    border-radius: 20px;
    min-height: 470px;
    display: flex;
    flex-direction: column;
    margin-top: 10%;
  }

  .imagen-tarjet {
    background-color: #ffffff;
    min-height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 25px 25px;
  }

  .title-plan {
    font-family: "ClashDisplay-Bold" !important;
    text-align: start;
    color: #041541;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-top: 15px;
    margin-bottom: 2%;
    text-transform: uppercase;
  }

  .title-plan2 {
    font-family: "ClashDisplay-Bold" !important;
    text-align: start;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 15px;
    margin-bottom: 2%;
    text-transform: uppercase;
    text-shadow: 0px 0px 18px black;
  }

  .checked-plan {
    font-family: "ClashDisplay-Regular" !important;
    background-color: #041541;
    padding: 4px 10px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 16px;
    display: inline;
  }

  .title-caractplan {
    font-family: "ClashDisplay-Medium" !important;
    text-align: start;
    color: #041541;
    font-size: 1rem;
    line-height: 1rem;
    margin-top: 5%;
    margin-bottom: 3%;
    text-transform: uppercase;
  }
  .ul-plan {
    list-style: disc;
  }
  .ul-plan > li {
    font-family: "ClashDisplay-Regular" !important;
    text-align: start;
    color: #1c1c1c;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0%;
    text-transform: uppercase;
  }

  .div-content-tarjet {
    padding: 0px 3%;
    flex-grow: 1;
  }

  .itemember-tarjet {
    padding: 4% 2%;
    background-color: #041541;
    border-bottom-left-radius: 0px;
  }

  .itenomember-tarjet {
    padding: 4% 2%;
    background-color: #d3d3d3;
    border-bottom-right-radius: 0px;
  }

  .itemember-tarjet2 {
    padding: 2% 2%;
    background-color: #041541;
    border-bottom-left-radius: 0px;
  }

  .itenomember-tarjet2 {
    padding: 2% 2%;
    background-color: #d3d3d3;
    border-bottom-right-radius: 0px;
  }

  .row-member {
    background-color: #ffffff00;
  }

  .row-member2 {
    background-color: #ffffff00;
  }

  .title-itmem1 {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 1rem;
    margin-top: 0%;
    margin-bottom: 0%;
    text-transform: uppercase;
  }
  .price-itmem1 {
    font-family: "ClashDisplay-Bold" !important;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.2rem;
    margin-top: 3%;
    margin-bottom: 0%;
    text-transform: uppercase;
  }

  .title-itmem2 {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #041541;
    font-size: 12px;
    line-height: 1rem;
    margin-top: 0%;
    margin-bottom: 0%;
    text-transform: uppercase;
  }
  .price-itmem2 {
    font-family: "ClashDisplay-Bold" !important;
    text-align: center;
    color: #041541;
    font-size: 1.5rem;
    line-height: 1.2rem;
    margin-top: 3%;
    margin-bottom: 0%;
    text-transform: uppercase;
  }

  .start-tarjet {
    width: 30px;
    margin-top: -10px;
    margin-left: 20px;
  }

  .form-section {
    padding: 5% 0px;
    background-color: white;
  }

  .title-form {
    font-family: "ClashDisplay-Bold" !important;
    text-align: center;
    color: #041541;
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-top: 0%;
    margin-bottom: -5%;
    text-transform: uppercase;
  }

  .subtitle-form {
    font-family: "ClashDisplay-Bold" !important;
    text-align: start;
    color: #041541;
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 0%;
    margin-bottom: 2%;
    text-transform: uppercase;
  }

  .row-form {
    margin-top: 10%;
  }

  .col-inflibs {
    margin-bottom: 5%;
  }

  .control-flibs {
    border: 2px solid #041541;
    border-radius: 20px;
  }

  .justify-wahtsa {
    justify-content: space-around;
  }
  .subtitle-form2 {
    font-family: "ClashDisplay-Medium" !important;
    text-align: start;
    color: #363636;
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-top: 0%;
    margin-bottom: 3%;
    text-transform: uppercase;
  }

  .btn-sendindform {
    font-family: "ClashDisplay-Medium" !important;
    background-color: #172f6d;
    padding: 8px 20px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 1.2rem;
    width: 100%;
    transition: all 0.5s;
  }
  .btn-sendindform:hover {
    font-family: "ClashDisplay-Medium" !important;
    background-color: #1c3a85;
    padding: 8px 20px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 1.2rem;
    width: 100%;
    transition: all 0.5s;
  }
}
@media (min-width: 768px) and (max-width: 1919px) {
  .header {
    background-image: url("../img/flibs/backgorund-header.jpg");
    background-color: #ffffff;
    min-height: 1600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0px 5% 0px;
  }

  .navbg-flibs {
    background-color: #ffffff;
    padding: 1% 5%;
  }

  .logo-nav {
    width: 150px;
  }

  .title-header {
    font-family: "Archivo-Bold" !important;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-left: 0px;
    margin-top: 5%;
    margin-bottom: auto;
    text-shadow: 1px 2px 14px black;
  }

  .header2 {
    background-image: linear-gradient(178deg, #021b3900, transparent),
      url(../img/flibs/backgorund-header2.jpg);
    background-color: #ffffff;
    min-height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0px 5% 0px;
  }

  .text-flibs {
    margin-top: 5%;
  }

  .btn-flibs {
    font-family: "ClashDisplay-Medium" !important;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    color: #07251e;
    font-size: 1.2rem;
  }
  .btn-flibs:hover {
    font-family: "ClashDisplay-Medium" !important;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    color: #07251e;
    font-size: 1.2rem;
  }

  .section-nautico {
    background-image: url(../img/flibs/banner-nautico.jpg);
    background-color: #ffffff;
    min-height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7% 0px 5% 0px;
  }

  .title-nautico {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 3.5rem;
    line-height: 4.5rem;
    margin-left: 0px;
    margin-top: 5%;
    margin-bottom: 2%;
    text-shadow: 1px 2px 14px black;
    text-transform: uppercase;
  }
  .subb-nautico {
    font-family: "ClashDisplay-Bold" !important;
  }

  .text-nautico {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-left: 0px;
    margin-top: 1%;
    margin-bottom: 2%;
    text-shadow: 1px 2px 14px black;
    text-transform: lowercase;
  }

  .contador {
    background-color: transparent;
  }
  .col-counter-1 {
    background-color: #041f41;
    padding: 5% 5%;
  }

  .col-counter-2 {
    background-color: #1a457b;
    padding: 5% 5%;
  }

  .col-counter-3 {
    background-color: #436da1;
    padding: 5% 5%;
  }

  .linedivcounter {
    height: 5px;
    background-color: rgb(236, 236, 236);
  }

  .numbercounter {
    font-family: "ClashDisplay-Bold" !important;
    text-align: center;
    color: #798593;
    font-size: 3.5rem;
    line-height: 4rem;
    margin-left: 0px;
    margin-top: 2%;
    margin-bottom: 2%;
    text-transform: uppercase;
  }

  .text-counter {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-top: 3%;
    margin-bottom: 2%;
    text-transform: uppercase;
  }

  .lideres-nauticos {
    background-image: url(../img/flibs/lideres-nauticos.png);
    background-color: #ffffff;
    min-height: 600px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 5% 5% 5%;
  }

  .title-lideres {
    font-family: "ClashDisplay-Medium" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-top: 5%;
    margin-bottom: 2%;
    text-shadow: 1px 2px 14px black;
    text-transform: uppercase;
    border-left: 6px solid #b6b6b6;
    padding-left: 20px;
  }

  .text-lideres {
    font-family: "ClashDisplay-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-top: 3%;
    margin-bottom: 2%;
    text-transform: none;
  }

  .section-timeline {
    padding: 5% 0px;
  }

  .title-timeline {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-top: 5%;
    margin-bottom: 2%;
    text-shadow: 1px 2px 14px black;
    text-transform: uppercase;
    background: #041541;
    padding: 20px 20px;
    border-radius: 25px;
  }
  .text-timeline {
    font-family: "ClashDisplay-Regular" !important;
    text-align: justify;
    color: #041541;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-top: 3%;
    margin-bottom: 2%;
    text-transform: none;
  }

  .section-infraestructura {
    padding: 3% 5%;
    background-color: #041541;
  }
  .title-infraestructura {
    font-family: "ClashDisplay-Medium" !important;
    text-align: start;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    background: #041541;
    padding: 20px 20px;
    border-radius: 25px;
  }

  .item-infra {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 2.5rem;
    border: 2px solid white;
    border-radius: 20px;
    padding: 2px 5px;
  }

  .text-infra {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 5%;
  }

  .section-reserva {
    background-image: url(../img/flibs/banner-reserva.jpg);
    background-color: #ffffff;
    min-height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12% 5% 5% 5%;
  }

  .title-reserva {
    font-family: "ClashDisplay-Bold" !important;
    text-align: start;
    color: #ffffff;
    font-size: 3.5rem;
    line-height: 4rem;
    text-transform: uppercase;
  }

  .text-reserva {
    font-family: "ClashDisplay-Medium" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 2%;
  }

  .text-flibs2 {
    margin-top: 5%;
    text-align: start;
  }

  .subra {
    color: #041541;
  }

  .copy {
    background: #000914;
    padding: 20px 0px 0px 0px;
  }

  .copy-title {
    font-family: "Archivo-Regular" !important;
    color: #c1c1c1;
    font-size: 12px;
    text-align: center;
  }

  .icon-footer {
    font-family: "Archivo-Regular" !important;
    color: #fff;
    font-size: 1.5rem;
    margin-right: 15px;
  }

  .wssss {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 68px;
    height: 68px;
    z-index: 1999;
    background-color: #098b4c;
    border-radius: 100%;
    margin-left: 100px;
  }

  .wssss i {
    color: #fff;
    margin: 4px;
    padding: 4px;
    padding-left: 13px;
    padding-top: 8px;
  }

  .gooter {
    padding: 5% 0px;
  }

  .title-gooter {
    font-family: "ClashDisplay-Bold" !important;
    text-align: center;
    color: #041541;
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 10%;
    text-transform: uppercase;
  }

  .link-ia {
    font-family: "Archivo-Regular" !important;
    text-decoration: none;
    color: #ffffff;
  }

  .icons-footer-social {
    text-align: center;
  }

  .section-planes {
    background-image: url(../img/flibs/planes.png);
    background-color: #ffffff;
    min-height: 1400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8% 5% 5% 5%;
  }
  .title-planes {
    font-family: "ClashDisplay-Bold" !important;
    text-align: center;
    color: #d2d8da;
    text-shadow: 1px 1px 1px black;
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 0%;
    text-transform: uppercase;
  }

  .text-planes {
    font-family: "ClashDisplay-Regular" !important;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 0%;
    text-transform: uppercase;
    letter-spacing: 12px;
  }

  .row-planes1 {
    margin-top: 5%;
    justify-content: center;
  }

  .row-planes2 {
    margin-top: 3%;
    justify-content: center;
  }
  .text-planes2 {
    font-family: "ClashDisplay-Regular" !important;
    text-align: justify;
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-bottom: 0%;
    margin-top: 15%;
    text-transform: none;
  }

  .text-planes-3 {
    font-family: "ClashDisplay-Medium" !important;
    text-align: start;
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 0%;
    margin-top: 10%;
    text-transform: none;
  }

  .tarjet-plan {
    background-color: white;
    padding: 10px 10px 2px 10px;
    border-radius: 20px;
    min-height: 490px;
    display: flex;
    flex-direction: column;
  }

  .tarjet-plan2 {
    background-color: white;
    padding: 10px 10px 2px 10px;
    border-radius: 20px;
    min-height: 470px;
    display: flex;
    flex-direction: column;
  }

  .imagen-tarjet {
    background-color: #ffffff;
    min-height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 25px 25px;
  }

  .title-plan {
    font-family: "ClashDisplay-Bold" !important;
    text-align: start;
    color: #041541;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-top: 15px;
    margin-bottom: 2%;
    text-transform: uppercase;
  }

  .title-plan2 {
    font-family: "ClashDisplay-Bold" !important;
    text-align: start;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 15px;
    margin-bottom: 2%;
    text-transform: uppercase;
    text-shadow: 0px 0px 18px black;
  }

  .checked-plan {
    font-family: "ClashDisplay-Regular" !important;
    background-color: #041541;
    padding: 4px 10px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 16px;
    display: inline;
  }

  .title-caractplan {
    font-family: "ClashDisplay-Medium" !important;
    text-align: start;
    color: #041541;
    font-size: 1rem;
    line-height: 1rem;
    margin-top: 5%;
    margin-bottom: 3%;
    text-transform: uppercase;
  }
  .ul-plan {
    list-style: disc;
  }
  .ul-plan > li {
    font-family: "ClashDisplay-Regular" !important;
    text-align: start;
    color: #1c1c1c;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0%;
    text-transform: uppercase;
  }

  .div-content-tarjet {
    padding: 0px 3%;
    flex-grow: 1;
  }

  .itemember-tarjet {
    padding: 4% 2%;
    background-color: #041541;
    border-bottom-left-radius: 20px;
  }

  .itenomember-tarjet {
    padding: 4% 2%;
    background-color: #d3d3d3;
    border-bottom-right-radius: 20px;
  }

  .itemember-tarjet2 {
    padding: 2% 2%;
    background-color: #041541;
    border-bottom-left-radius: 20px;
  }

  .itenomember-tarjet2 {
    padding: 2% 2%;
    background-color: #d3d3d3;
    border-bottom-right-radius: 20px;
  }

  .row-member {
    background-color: #ffffff00;
  }

  .row-member2 {
    background-color: #ffffff00;
  }

  .title-itmem1 {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 1rem;
    margin-top: 0%;
    margin-bottom: 0%;
    text-transform: uppercase;
  }
  .price-itmem1 {
    font-family: "ClashDisplay-Bold" !important;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.2rem;
    margin-top: 3%;
    margin-bottom: 0%;
    text-transform: uppercase;
  }

  .title-itmem2 {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #041541;
    font-size: 12px;
    line-height: 1rem;
    margin-top: 0%;
    margin-bottom: 0%;
    text-transform: uppercase;
  }
  .price-itmem2 {
    font-family: "ClashDisplay-Bold" !important;
    text-align: center;
    color: #041541;
    font-size: 1.5rem;
    line-height: 1.2rem;
    margin-top: 3%;
    margin-bottom: 0%;
    text-transform: uppercase;
  }

  .start-tarjet {
    width: 30px;
    margin-top: -10px;
    margin-left: 20px;
  }

  .form-section {
    padding: 5% 0px;
    background-color: white;
  }

  .title-form {
    font-family: "ClashDisplay-Bold" !important;
    text-align: center;
    color: #041541;
    font-size: 2.2rem;
    line-height: 2rem;
    margin-top: 0%;
    margin-bottom: 0%;
    text-transform: uppercase;
  }

  .subtitle-form {
    font-family: "ClashDisplay-Bold" !important;
    text-align: start;
    color: #041541;
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 0%;
    margin-bottom: 3%;
    text-transform: uppercase;
  }

  .row-form {
    margin-top: 10%;
  }

  .col-inflibs {
    margin-bottom: 3%;
  }

  .control-flibs {
    border: 2px solid #041541;
    border-radius: 20px;
  }

  .justify-wahtsa {
    justify-content: space-around;
  }
  .subtitle-form2 {
    font-family: "ClashDisplay-Medium" !important;
    text-align: start;
    color: #363636;
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-top: 0%;
    margin-bottom: 3%;
    text-transform: uppercase;
  }

  .btn-sendindform {
    font-family: "ClashDisplay-Medium" !important;
    background-color: #172f6d;
    padding: 8px 20px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 1.2rem;
    width: 100%;
    transition: all 0.5s;
  }
  .btn-sendindform:hover {
    font-family: "ClashDisplay-Medium" !important;
    background-color: #1c3a85;
    padding: 8px 20px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 1.2rem;
    width: 100%;
    transition: all 0.5s;
  }
}
@media (min-width: 1920px) {
  .header {
    background-image: url("../img/flibs/backgorund-header.jpg");
    background-color: #ffffff;
    min-height: 1600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0px 5% 0px;
  }

  .navbg-flibs {
    background-color: #ffffff;
    padding: 1% 5%;
  }

  .logo-nav {
    width: 150px;
  }

  .title-header {
    font-family: "Archivo-Bold" !important;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-left: 0px;
    margin-top: 5%;
    margin-bottom: auto;
    text-shadow: 1px 2px 14px black;
  }

  .header2 {
    background-image: linear-gradient(178deg, #021b3900, transparent),
      url(../img/flibs/backgorund-header2.jpg);
    background-color: #ffffff;
    min-height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0px 5% 0px;
  }

  .text-flibs {
    margin-top: 5%;
  }

  .btn-flibs {
    font-family: "ClashDisplay-Medium" !important;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    color: #07251e;
    font-size: 1.2rem;
  }
  .btn-flibs:hover {
    font-family: "ClashDisplay-Medium" !important;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 20px;
    color: #07251e;
    font-size: 1.2rem;
  }

  .section-nautico {
    background-image: url(../img/flibs/banner-nautico.jpg);
    background-color: #ffffff;
    min-height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7% 0px 5% 0px;
  }

  .title-nautico {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 3.5rem;
    line-height: 4.5rem;
    margin-left: 0px;
    margin-top: 5%;
    margin-bottom: 2%;
    text-shadow: 1px 2px 14px black;
    text-transform: uppercase;
  }
  .subb-nautico {
    font-family: "ClashDisplay-Bold" !important;
  }

  .text-nautico {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-left: 0px;
    margin-top: 1%;
    margin-bottom: 2%;
    text-shadow: 1px 2px 14px black;
    text-transform: lowercase;
  }

  .contador {
    background-color: transparent;
  }
  .col-counter-1 {
    background-color: #041f41;
    padding: 5% 5%;
  }

  .col-counter-2 {
    background-color: #1a457b;
    padding: 5% 5%;
  }

  .col-counter-3 {
    background-color: #436da1;
    padding: 5% 5%;
  }

  .linedivcounter {
    height: 5px;
    background-color: rgb(236, 236, 236);
  }

  .numbercounter {
    font-family: "ClashDisplay-Bold" !important;
    text-align: center;
    color: #798593;
    font-size: 5rem;
    line-height: 5rem;
    margin-left: 0px;
    margin-top: 2%;
    margin-bottom: 2%;
    text-transform: uppercase;
  }

  .text-counter {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-top: 3%;
    margin-bottom: 2%;
    text-transform: uppercase;
  }

  .lideres-nauticos {
    background-image: url(../img/flibs/lideres-nauticos.png);
    background-color: #ffffff;
    min-height: 600px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 5% 5% 5%;
  }

  .title-lideres {
    font-family: "ClashDisplay-Medium" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-top: 5%;
    margin-bottom: 2%;
    text-shadow: 1px 2px 14px black;
    text-transform: uppercase;
    border-left: 6px solid #b6b6b6;
    padding-left: 20px;
  }

  .text-lideres {
    font-family: "ClashDisplay-Regular" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-top: 3%;
    margin-bottom: 2%;
    text-transform: none;
  }

  .section-timeline {
    padding: 5% 0px;
  }

  .title-timeline {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-top: 5%;
    margin-bottom: 2%;
    text-shadow: 1px 2px 14px black;
    text-transform: uppercase;
    background: #041541;
    padding: 20px 20px;
    border-radius: 25px;
  }
  .text-timeline {
    font-family: "ClashDisplay-Regular" !important;
    text-align: justify;
    color: #041541;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-top: 3%;
    margin-bottom: 2%;
    text-transform: none;
  }

  .section-infraestructura {
    padding: 3% 5%;
    background-color: #041541;
  }
  .title-infraestructura {
    font-family: "ClashDisplay-Medium" !important;
    text-align: start;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    background: #041541;
    padding: 20px 20px;
    border-radius: 25px;
  }

  .item-infra {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    line-height: 2.5rem;
    border: 2px solid white;
    border-radius: 20px;
    padding: 2px 5px;
  }

  .text-infra {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 5%;
  }

  .section-reserva {
    background-image: url(../img/flibs/banner-reserva.jpg);
    background-color: #ffffff;
    min-height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12% 5% 5% 5%;
  }

  .title-reserva {
    font-family: "ClashDisplay-Bold" !important;
    text-align: start;
    color: #ffffff;
    font-size: 3.5rem;
    line-height: 4rem;
    text-transform: uppercase;
  }

  .text-reserva {
    font-family: "ClashDisplay-Medium" !important;
    text-align: start;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 2%;
  }

  .text-flibs2 {
    margin-top: 5%;
    text-align: start;
  }

  .subra {
    color: #041541;
  }

  .copy {
    background: #000914;
    padding: 20px 0px 0px 0px;
  }

  .copy-title {
    font-family: "Archivo-Regular" !important;
    color: #c1c1c1;
    font-size: 12px;
    text-align: center;
  }

  .icon-footer {
    font-family: "Archivo-Regular" !important;
    color: #fff;
    font-size: 1.5rem;
    margin-right: 15px;
  }

  .wssss {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 68px;
    height: 68px;
    z-index: 1999;
    background-color: #098b4c;
    border-radius: 100%;
    margin-left: 100px;
  }

  .wssss i {
    color: #fff;
    margin: 4px;
    padding: 4px;
    padding-left: 13px;
    padding-top: 8px;
  }

  .gooter {
    padding: 5% 0px;
  }

  .title-gooter {
    font-family: "ClashDisplay-Bold" !important;
    text-align: center;
    color: #041541;
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 10%;
    text-transform: uppercase;
  }

  .link-ia {
    font-family: "Archivo-Regular" !important;
    text-decoration: none;
    color: #ffffff;
  }

  .icons-footer-social {
    text-align: center;
  }

  .section-planes {
    background-image: url(../img/flibs/planes.png);
    background-color: #ffffff;
    min-height: 1500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8% 5% 5% 5%;
  }
  .title-planes {
    font-family: "ClashDisplay-Bold" !important;
    text-align: center;
    color: #d2d8da;
    text-shadow: 1px 1px 1px black;
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 0%;
    text-transform: uppercase;
  }

  .text-planes {
    font-family: "ClashDisplay-Regular" !important;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 0%;
    text-transform: uppercase;
    letter-spacing: 12px;
  }

  .row-planes1 {
    margin-top: 7%;
    justify-content: center;
  }

  .row-planes2 {
    margin-top: 3%;
    justify-content: center;
  }
  .text-planes2 {
    font-family: "ClashDisplay-Regular" !important;
    text-align: justify;
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-bottom: 0%;
    margin-top: 15%;
    text-transform: none;
  }

  .text-planes-3 {
    font-family: "ClashDisplay-Medium" !important;
    text-align: start;
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 0%;
    margin-top: 10%;
    text-transform: none;
  }

  .tarjet-plan {
    background-color: white;
    padding: 10px 10px 2px 10px;
    border-radius: 20px;
    min-height: 520px;
    display: flex;
    flex-direction: column;
  }

  .tarjet-plan2 {
    background-color: white;
    padding: 10px 10px 2px 10px;
    border-radius: 20px;
    min-height: 470px;
    display: flex;
    flex-direction: column;
  }

  .imagen-tarjet {
    background-color: #ffffff;
    min-height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 25px 25px;
  }

  .title-plan {
    font-family: "ClashDisplay-Bold" !important;
    text-align: start;
    color: #041541;
    font-size: 1.8rem;
    line-height: 2rem;
    margin-top: 15px;
    margin-bottom: 2%;
    text-transform: uppercase;
  }

  .title-plan2 {
    font-family: "ClashDisplay-Bold" !important;
    text-align: start;
    color: #ffffff;
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 15px;
    margin-bottom: 2%;
    text-transform: uppercase;
    text-shadow: 0px 0px 18px black;
  }

  .checked-plan {
    font-family: "ClashDisplay-Regular" !important;
    background-color: #041541;
    padding: 4px 10px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 16px;
    display: inline;
  }

  .title-caractplan {
    font-family: "ClashDisplay-Medium" !important;
    text-align: start;
    color: #041541;
    font-size: 1rem;
    line-height: 1rem;
    margin-top: 5%;
    margin-bottom: 3%;
    text-transform: uppercase;
  }
  .ul-plan {
    list-style: disc;
  }
  .ul-plan > li {
    font-family: "ClashDisplay-Regular" !important;
    text-align: start;
    color: #1c1c1c;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0%;
    text-transform: uppercase;
  }

  .div-content-tarjet {
    padding: 0px 3%;
    flex-grow: 1;
  }

  .itemember-tarjet {
    padding: 4% 2%;
    background-color: #041541;
    border-bottom-left-radius: 20px;
  }

  .itenomember-tarjet {
    padding: 4% 2%;
    background-color: #d3d3d3;
    border-bottom-right-radius: 20px;
  }

  .itemember-tarjet2 {
    padding: 2% 2%;
    background-color: #041541;
    border-bottom-left-radius: 20px;
  }

  .itenomember-tarjet2 {
    padding: 2% 2%;
    background-color: #d3d3d3;
    border-bottom-right-radius: 20px;
  }

  .row-member {
    background-color: #ffffff00;
  }

  .row-member2 {
    background-color: #ffffff00;
  }

  .title-itmem1 {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 1rem;
    margin-top: 0%;
    margin-bottom: 0%;
    text-transform: uppercase;
  }
  .price-itmem1 {
    font-family: "ClashDisplay-Bold" !important;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.2rem;
    margin-top: 3%;
    margin-bottom: 0%;
    text-transform: uppercase;
  }

  .title-itmem2 {
    font-family: "ClashDisplay-Medium" !important;
    text-align: center;
    color: #041541;
    font-size: 12px;
    line-height: 1rem;
    margin-top: 0%;
    margin-bottom: 0%;
    text-transform: uppercase;
  }
  .price-itmem2 {
    font-family: "ClashDisplay-Bold" !important;
    text-align: center;
    color: #041541;
    font-size: 1.5rem;
    line-height: 1.2rem;
    margin-top: 3%;
    margin-bottom: 0%;
    text-transform: uppercase;
  }

  .start-tarjet {
    width: 30px;
    margin-top: -10px;
    margin-left: 20px;
  }

  .form-section {
    padding: 5% 0px;
    background-color: white;
  }

  .title-form {
    font-family: "ClashDisplay-Bold" !important;
    text-align: center;
    color: #041541;
    font-size: 2.2rem;
    line-height: 2rem;
    margin-top: 0%;
    margin-bottom: 0%;
    text-transform: uppercase;
  }

  .subtitle-form {
    font-family: "ClashDisplay-Bold" !important;
    text-align: start;
    color: #041541;
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 0%;
    margin-bottom: 3%;
    text-transform: uppercase;
  }

  .row-form {
    margin-top: 10%;
  }

  .col-inflibs {
    margin-bottom: 5%;
  }

  .control-flibs {
    border: 2px solid #041541;
    border-radius: 20px;
  }

  .justify-wahtsa {
    justify-content: space-around;
  }
  .subtitle-form2 {
    font-family: "ClashDisplay-Medium" !important;
    text-align: start;
    color: #363636;
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-top: 0%;
    margin-bottom: 3%;
    text-transform: uppercase;
  }

  .btn-sendindform {
    font-family: "ClashDisplay-Medium" !important;
    background-color: #172f6d;
    padding: 8px 20px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 1.2rem;
    width: 100%;
    transition: all 0.5s;
  }
  .btn-sendindform:hover {
    font-family: "ClashDisplay-Medium" !important;
    background-color: #1c3a85;
    padding: 8px 20px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 1.2rem;
    width: 100%;
    transition: all 0.5s;
  }
}
