a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  user-select: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* --------reset------------ */
li a {
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

li a:hover {
  color: #FF5B38;
  transition: 0.5s;
}

nav {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #004C8D;
  padding: 0 20px;
  z-index: 999;
  position: fixed;
}

#logo {
  flex: 1 1 300px;
  padding-left: 40px;
}

.nav-links {
  display: flex;
  justify-content: space-around;
  line-height: 30px;
  flex: 1 1 500px;
}

.burger,
.menu-check {
  display: none;
}

.active {
  color: #FF5B38;
  font-weight: 600;
}

/* ------------------------navegación---------------------- */
body {
  background-color: #F4F4F1;
}

h1 {
  line-height: 1;
  padding-bottom: 3%;
  font-family: "Poppins", sans-serif;
  color: #004C8D;
  font-size: 3.75rem;
  font-weight: 300;
}

h2 {
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  color: #004C8D;
  font-size: 2rem;
  padding-bottom: 3%;
  font-weight: 300;
}

h3 {
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  color: #004C8D;
  font-size: 1.8rem;
  padding-bottom: 1%;
  font-weight: 300;
}

h4 {
  line-height: 1;
  font-family: "Poppins", sans-serif;
  color: #004C8D;
  font-size: 1.5rem;
  font-weight: 300;
}

p {
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #6E6E6E;
  font-size: 1rem;
}

b {
  font-weight: 600;
}

#razones h2 {
  color: #ffffff;
}

.container,
.container-2,
.container-3,
.container-5 {
  display: flex;
  width: auto;
  height: auto;
  margin: auto;
  max-width: 1920px;
  align-items: center;
  justify-content: center;
}

.container-2 {
  background-color: #FDFDFD;
}

.container-2 h3 {
  color: #09b2e5;
}

.container-2 h2 a {
  color: #000;
}

.container-3 {
  padding: 10% 0%;
}

.container-5 {
  padding-bottom: 6%;
  text-align: center;
  background-color: #FDFDFD;
}

footer {
  display: flex;
  width: auto;
  height: auto;
  align-items: flex-start;
  background-color: #0961AB;
  padding: 6% 3%;
}

.caja-politicas {
  padding-top: 20px;
  margin-left: 6%;
  margin-right: 6%;
}

.caja-politicas h1 {
  padding-top: 100px;
  text-align: center;
}

.caja-politicas h2 {
  color: #fcf6f0;
  margin-top: 50px;
}

.caja-1 {
  flex: 1;
  text-align: center;
}

.caja-1,
picture {
  margin-top: 0px;
}

.caja-2 {
  flex: 1;
  padding: 0% 5% 5% 5%;
}

.caja-3 {
  flex: 1;
}

.subtitulos {
  flex: 1;
  padding: 40px 20px;
}

.caja-4 {
  flex: 1;
  text-align: center;
  order: 2;
}

.caja-5 {
  flex: 1;
  order: 1;
}

.caja-6 {
  flex: 1;
  order: 1;
  text-align: center;
}

.caja-7 {
  flex: 1;
  padding: 0% 10% 0% 10%;
}

.caja-7 h3 {
  color: red;
}

.caja-11 {
  flex: 1;
  text-align: center;
  margin-top: 0px;
}

.caja-20 {
  flex: 1;
  margin-top: 0px;
  background-color: #0961AB;
}

.caja-20 h3 {
  text-align: center;
  padding-top: 40px;
  color: #fff;
}

.caja-21 {
  flex: 1;
}

.caja-21 h3 {
  text-align: center;
}

.caja-22 {
  flex: 1;
  order: 1;
}

.caja-23 {
  flex: 1;
  text-align: center;
  order: 1;
}

.contact-form {
  width: 100%;
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
}

#mail,
#message,
#name,
#subject {
  width: 100%;
  font-family: Quicksand, sans-serif;
  font-weight: 300;
  border: 1px solid #343644;
  margin: 6px 0;
  padding: 16px 18px;
  border-radius: 4px;
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
}



.btn {
  display: inline-block;
  background: #FF5B38;
  padding: 14px 0;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 8px;
  width: 100%;
  border-radius: 100px;
  border: none;
  box-shadow: none;
}

.imagen-paquete {
  display: flex;
  width: auto;
  height: auto;
  align-items: center;
  padding-top: 50px;
}

.caja-8 {
  text-align: center;
  padding: 5% 5% 1% 5%;
  background-color: #E7EEF8;
}

.caja-9 {
  flex: 1;
  text-align: center;
}

.caja-10 {
  flex: 1;
}

.blanco {
  color: #ffff;
  font-weight: 600;
}

.celeste {
  color: #97aabd;
}

.celeste a {
  color: #97aabd;
}

#lobo h3 {
  color: #7a6652;
  padding-top: 40px;
  line-height: 40px;
}

#lobo img {
  margin-top: 40px;
}

#documentos h3 {
  margin-top: 30px;
}

#documentos p {
  color: #e6e6e6;
}

.alinear {
  padding: 5% 10%;
}

.alinear p {
  color: rgb(24, 24, 24);
}

.alinear a {
  color: #fff;
}

.alinear-2 {
  padding: 0% 10% 0% 10%;
}

.alinear-2 p {
  color: rgb(24, 24, 24);
}

.alinear-3 {
  padding: 0% 10% 10% 10%;
}

.alinear-3 p {
  color: rgb(24, 24, 24);
}

.container-incluye {
  display: flex;
  width: auto;
  height: auto;
  align-items: flex-start;
  padding-top: 5%;
  background-color: #FDFDFD;
}

.container-incluye h3 {
  color: #343644;
}

.container-incluye p {
  color: #343644;
}

.caja-incluye {
  flex: 1;
  padding: 20px 90px;
}

.separador4 {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #FDFDFD;
}

.caja-titulo {
  text-align: center;
  padding: 13% 20% 7% 20%;
  background-color: #E7EEF8;
  flex: 1;
}

.caja-titulo strong {
  color: #343644;
}

.caja-titulo-2 {
  text-align: center;
  padding: 9% 10% 1% 10%;
}

.caja-titulo-3 {
  text-align: center;
  padding: 13% 5% 2% 5%;
  background-color: #E7EEF8;
  flex: 1;
}

.caja-yate {
  padding: 20% 0%;
  background-color: #23242e00;
}

.texto-azul {
  font-size: 1.5rem;
  font-weight: 600;
  color: #09b2e5;
}

.texto-blanco-2 {
  font-size: 1.6rem;
  font-weight: 600;
}

.centrado {
  text-align: center;
  padding: 6% 30% 5% 30%;
}

.centrado-2 {
  text-align: center;
  padding: 6% 20%;
}

.centrado-2 h2 {
  color: #97aabd;
}

.centrado-2 strong {
  color: #fff;
}

.centrado-3 {
  width: 100%;
  padding: 6% 20%;
  background-color: #E7EEF8;
}

.centrado-3 p {
  text-align: left;
}

.texto .centrado-5 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centrado-5 h2 a {
  color: #343644;
}

.contenedor-15 {
  position: relative;
  display: inline-block;
  text-align: center;
}

.logo-centrado {
  text-align: left;
  padding-bottom: 30px;
}

.negro {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.espacio {
  padding-bottom: 0px;
}

#iconos img {
  padding-bottom: 10px;
  padding-top: 30px;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  width: 70%;
  margin: auto;
}

strong {
  color: #000;
  font-weight: 600;
}

#seymour h3 {
  color: red;
}

.creditos {
  text-align: center;
  padding: 20px 10px 30px 10px;
  background-color: #23242e;
}

.creditos a {
  color: #97aabd;
}

.creditos-color {
  color: #97aabd;
  font-size: 0.8rem;
}

.separacion-icono {
  padding-left: 50px;
}

.boton,
.boton-2 {
  background-color: #FF5B38;
  border: none;
  border-radius: 100px;
  color: white;
  padding: 25px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  margin-top: 30px;
  font-weight: 300;
}

.boton-2 {
  margin-bottom: 10px;
}

.boton-2:hover {
  transition: 0.5s;
  color: #ffffff;
  background-color: #FF2D00;
}

.wtrvl-checkout_button {
  border-radius: 100px;
  color: #fff;
  padding: 25px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9rem;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  margin-top: 20px;
  background-color: #FF5B38;
}

.whatsapp {
  border-radius: 100px;
  color: #fff;
  padding: 25px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9rem;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  margin-top: 20px;
  background-color: #FF5B38;
}

.btn-whatsapp {
  display: block;
  width: 123px;
  height: 34px;
  color: #ffff;
  position: fixed;
  right: 20px;
  bottom: 40px;
  line-height: 80px;
  text-align: center;
  z-index: 998;
}

.parent {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-bottom: 6%;
  background-color: #E7EEF8;
}

.child {
  flex: 0 1 200px;
  flex: 1 1 200px;
  text-align: center;
  padding: 20px 20px;
}

.animado {
  opacity: 0;
  transition: all 1s;
}

.flecha {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

.icono {
  width: 14px;
  height: 14px;
}

.mostrarArriba {
  animation: mostrarArriba 1s;
}

span {
  color: #0000ff;
}

span:hover {
  text-decoration: underline;
}

.rojo {
  color: #ff3c3c;
}

.rojo:hover {
  text-decoration: none;
}

@keyframes mostrarArriba {
  0% {
    transform: translateY(60px);
  }

  100% {
    transform: translateY(0);
  }
}

@media (max-width: 1160px) {
  .checkbtn {
    display: block;
  }

  label.logo {
    padding-left: 10px;
  }

  nav ul li a {
    font-size: 16px;
    color: #97aabd;
    font-weight: 400;
  }

  ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: -100%;
    text-align: center;
    transition: all 0.5s;
    padding-top: 70px;
  }

  nav ul li {
    display: block;
    line-height: 5px;
  }

  nav ul li a {
    font-size: 20px;
  }

  #check:checked~ul {
    left: 0;
  }

  .burger {
    position: relative;
    display: block;
    cursor: pointer;
  }

  .burger span {
    padding: 1px 20px;
    background: #FF5B38;
    margin: 7px 0px;
    display: block;
    border-radius: 50px;
    transition: all 0.5s ease;
  }

  .nav-links {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    flex-direction: column;
    align-items: center;
    transition: transform 1s ease;
    background: #343644;
  }

  .nav-open {
    transform: translateX(-100%);
  }

  .toggle .line1 {
    transform: rotateZ(45deg) translateY(300%);
    background: #FF5B38;
  }

  .toggle .line2 {
    opacity: 0;
  }

  .toggle .line3 {
    transform: rotateZ(-45deg) translateY(-300%);
    background: #FF5B38;
  }

  p {
    font-size: 1rem;
  }

  footer {
    display: block;
  }

  .caja-10,
  .caja-9 {
    padding-top: 40px;
  }

}

@media screen and (max-width: 900px) {

  .container,
  .container-2,
  .container-3 {
    display: block;
  }

  .container-2 img,
  .container-2 {
    width: 100%;
  }

  .alinear {
    padding: 2% 10%;
  }

  .container-2 h3 {
    margin-top: 30px;
  }

  .centrado {
    text-align: center;
    padding: 8% 10% 5% 10%;
  }

  .space {
    padding-bottom: 70px;
  }

  .espacio {
    padding-bottom: 40px;
  }

  .caja-22 {
    padding-top: 20px;
  }

  .container-incluye {
    display: block;
  }

  .alinear-2 {
    padding: 0% 10% 5% 10%;
  }

  .alinear-3 {
    padding: 5% 10% 5% 10%;
  }

  .centrado-3 {
    padding: 8% 6% 10% 8%;
  }

  .subtitulos {
    padding: 25px 10px;
  }

  .boton-2 .icono {
    width: 14px;
    height: 14px;
  }

  .btn-whatsapp {
    width: 220px;
    height: 60px;
  }
  
  .btn-whatsapp img {
    width: 170px;
    height: 62.5px;
  }

}

@media screen and (max-width: 769px) {
  .caja-titulo {
    padding: 25% 5% 15% 5%;
  }

  .caja-titulo-2 {
    padding: 25% 5% 15% 5%;
  }

  #logo {
    padding-left: 0px;
  }

  #ghost {
    display: contents;
  }

  #ghost .caja-1 {
    margin-bottom: 10px;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.4rem;
  }

  .centrado-2 {
    padding: 6% 7% 6% 7%;
  }

  #lobo h3 {
    padding-top: 0px;
    line-height: 30px;
  }

  .logo-centrado {
    text-align: center;
  }

  #iconos {
    text-align: center;
  }

  .incluye {
    padding-left: 10%;
    padding-right: 10%;
  }

  .contact-form {
    padding-left: 6%;
    padding-right: 6%;
  }

  .caja-incluye {
    padding: 0px 30px;
  }
}

@media screen and (max-width: 416px) {
  .caja-titulo {
    padding: 36% 5% 15% 5%;
  }

  .caja-titulo-2 {
    padding: 36% 5% 10% 5%;
  }

  .centrado {
    text-align: center;
    padding: 7% 5% 5% 5%;
  }

  .boton,
  .boton-2 {
    padding: 30px 30px;
    font-size: 1.1rem;
  }

  .mapa {
    padding: 20px 20px 40px 20px;
  }

}