* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}


ol,
ul {
  list-style: none;
}

p a:hover {
  background: 0 0;
  text-decoration: underline;
  color: #00898f;
}

.main-head {
  z-index: 2;
  position: relative;
  background: #1a202f;
}

nav {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  min-height: 5vh;
  padding: 2rem 0;
}

nav a.active {
  color: #fff;
}

nav a:hover {
  color: #fff;
}


#logo {
  flex: 1 1 20rem;
}

.nav-links {
  display: flex;
  justify-content: space-around;
  flex: 1 1 40rem;
}

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

.btn-whatsapp {
  display: block;
  color: #ffff;
  position: fixed;
  right: 30px;
  bottom: 30px;
  text-align: center;
  z-index: 999;
}

label a:hover {
  background: 0 0;
}

button a:hover {
  background: 0 0;
  color: #00898f;
}

button a {
  background: 0 0;
  color: #fff;
}

.content-area {
  content-visibility: auto;
}

.fondo-imagen {
  background-image: url(../images/lancha-ferry.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #1a202f;
}

.fondo-imagen-tips {
  background-image: url(../images/taza-de-cafe-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #1a202f;
}

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

.whatsapp {
  border-radius: 100px;
  color: #fff;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5rem;
  cursor: pointer;
  font-family: Raleway, sans-serif;
  letter-spacing: 1px;
  margin-top: 30px;
  background-color: #25D366;
}

.boton,
.boton-2 {
  display: inline-block;
  flex-direction: row;
  border-radius: 100px;
  color: #fff;
  padding: 14px 36px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  cursor: pointer;
  font-family: Raleway, sans-serif;
  letter-spacing: 2px;
  margin-top: 20px;
}

.boton-2 {
  border: 1px solid #2baeec;
  background-color: #2baeec;
}

.boton {
  border: 1px solid #25D366;
  background-color: #25D366;
}

.boton-2:hover {
  transition: 0.5s;
  color: #25D366;
  background-color: #fff;
  text-decoration: none;
}

.boton:hover {
  transition: 0.5s;
  color: #2baeec;
  background-color: #fff;
}

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

.texto-imagen {
  color: #fff;
  text-align: left;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 10%;
}

a {
  color: #2baeec;
  text-decoration: none;
}

p {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #161616;
  font-display: swap;
}

h1 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  padding-bottom: 20px;
  font-display: swap;
}

h2 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  padding-bottom: 20px;
  font-display: swap;
}

h3 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  padding-bottom: 5px;
  font-display: swap;
}

li {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #161616;
}

.contenedor-2 {
  display: flex;
  justify-content: space-between;
  max-width: 1130px;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
}

.contenedor-2 img {
  border-radius: 8px;
}

.separacion-abajo {
  margin-bottom: 80px;
}

.separacion-abajo-2 {
  margin-bottom: 10px;
}

.separacion-abajo-3 {
  margin-bottom: 20px;
}

.contenedor-4 {
  max-width: 1130px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.contenedor-5 {
  display: flex;
  justify-content: space-between;
  max-width: 1130px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.contenedor-politicas {
  max-width: 1130px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-left: 40px;
  margin-right: 40px;
}

.fondo {
  background-color: #f7f7f7;
  padding: 1px;
}

.fondo-pie {
  background: #1a202f;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5px;
}

.text-banner {
  color: #fff;
  text-align: left;
}

.text-pie {
  color: #fff;
}

.creditos {
  background-color: #171717;
  text-align: center;
}

.creditos-pie {
  font-size: 0.9rem;
  color: #6e6e6e;
  padding: 20px;
  font-weight: 400;
}

.texto-centrado {
  text-align: center;
  padding-top: 7%;
  padding-bottom: 7%;
  background-image: url(../images/lineas.jpg);
  background-position: center;
  padding-left: 30px;
  padding-right: 30px;
}

.texto-centrado2 {
  text-align: center;
  padding-top: 7%;
  padding-bottom: 7%;
  background-image: url(../images/curvas.jpg);
  background-position: center;
  padding-left: 30px;
  padding-right: 30px;
}

.texto-centrado3 {
  text-align: center;
  padding-top: 7%;
  padding-bottom: 7%;
  background-position: center;
  padding-left: 30px;
  padding-right: 30px;
}

.listado {
  margin-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
}

.caja-1 {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.caja-1 img {
  border-radius: 15px;
}

.caja-2 {
  flex: 1;
  padding-left: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.caja-11 {
  flex: 1;
  padding-left: 70px;
  padding-bottom: 50px;
}

.caja-3 {
  flex: 1;
  padding-left: 70px;
}

.caja-13 {
  flex: 1;
  padding-left: 10px;
  padding-top: 40px;
  padding-bottom: 50px;
}

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

.contenedor-15 h2 {
  text-align: center;
  font-size: 2rem;
  color: #fff;
}

.caja-14 {
  flex: 1;
  padding-left: 10px;
  padding-top: 40px;
  padding-bottom: 50px;
}

.caja-4 {
  padding-top: 50px;
  flex: 1;
  padding-left: 100px;
}

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

.imagen-avion {
  width: 100%;
  height: auto;
}

b {
  font-weight: 700;
}

.imagen-tarjetas {
  width: auto;
  height: auto;
}

.imagen-pie {
  width: 70%;
  height: auto;
}

.iconos-pie {
  width: 5%;
  float: left;
  padding-right: 15px;
}

body,
html {
  height: 100%;
}

.caja-210 {
  flex: 1;
  padding-bottom: 20px;
  background: #1a202f;
}

.contenedor-cuadros {
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
}

.blanco {
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 50px;
}

.contact-form-2 {
  text-align: center;
}

#mail,
#message,
#name,
#subject {
  width: 80%;
  font-family: 'PT Sans', sans-serif;
  border: 1px solid #23242e;
  margin: 6px 0;
  padding: 16px 18px;
  border-radius: 4px;
  font-size: 0.9rem;
}

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

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

.contenedor-15 picture img {
  display: block;
}

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


@media (max-width: 1250px) {
  .burger {
    position: relative;
    display: block;
    cursor: pointer;
  }

  .burger span {
    padding: 0.1rem 1rem;
    background: #d6d6d6;
    margin: 0.5rem 0;
    display: block;
    transition: all 0.5s ease;
    border-radius: 100px;
  }

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

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

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

  .toggle .line2 {
    opacity: 0;
  }

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

@media (max-width: 980px) {
  .contenedor-2 {
    display: block;
    max-width: 768px;
  }

  .contenedor-5 {
    display: block;
    max-width: 768px;
  }

  .contenedor-cuadros {
    display: block;
  }

  .mybutton {
    margin-left: 0;
  }

  .imagen-tarjetas {
    width: 70%;
    height: auto;
  }

  .imagen-pie {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .caja-3 {
    padding: 20px;
  }

  .caja-4 {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .caja-13 {
    padding-bottom: 70px;
    padding-top: 0;
  }

  button {
    margin-top: 6%;
  }

  .bandera {
    width: 7%;
    margin: auto;
  }

  .caja-2 {
    padding-left: 30px;
    padding-right: 20px;
  }

  .text-boleto {
    font-size: 2rem;
  }

  .contenedor-politicas {
    margin-left: 20px;
    margin-right: 20px;
  }

  .whatsapp {
    font-size: 1rem;
  }
}

@media (max-width: 450px) {
  h1 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 2rem;
  }

  .texto-centrado {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .texto-centrado2 {
    padding-top: 20%;
    padding-bottom: 15%;
  }

  .caja-3 {
    padding: 20px;
  }

  .fondo-imagen {
    background-image: url(../images/lancha-ferry-pequena.jpg);
  }

  .texto-centrado {
    background-image: none;
  }

  .texto-centrado2 {
    background-image: none;
  }
}