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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  background-color: #f2f2f2;
}
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;
}
html {
  height: 100%;
  margin: 0;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;

}
#patio img {
  border-radius: 0;
}
body {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 300;
  height: 100%;
  line-height: 1.75rem;
}
a {
  text-decoration: none;
  color: #fff;
}
h1 {
  font-size: 3.7rem;
  margin-bottom: 40px;
  line-height: 4.5rem;
  letter-spacing: 2px;
}
h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #000;
  line-height: 3rem;
  letter-spacing: 2px;
}
h3 {
  font-size: 1.9rem;
  color: #000;
  margin-bottom: 20px;
}
h4 {
  font-size: 1.3rem;
  margin-top: 40px;
  margin-bottom: 10px;
  color: #a0775d;
}
h5 {
  font-size: 1.5rem;
  color: #000;
  margin-top: 40px;
  margin-bottom: 20px;
}
b {
  font-weight: 700;
}
.texto-blanco {
  color: #fff;
}
.texto-blanco h2
{color: #fff;
font-size: 3rem;}

.texto-negro {
  color: #101021;
}
.texto-centrado {
  text-align: center;
}
p a {
  color: #03a696;
  text-decoration: underline;
}
.caja-creditos p a {
  color: #fff;
}
p a:hover {
  text-decoration: none;
}
button {
  border: solid 2px #7a5945;
  background: #f2f2f2;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  cursor: pointer;
  color: #644939;
  padding: 16px 30px;
  border-radius: 100px;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
}
.button2 {
  background-color: #FF5B38;
  border: none;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  cursor: pointer;
  color: #f2f2f2;
  padding: 16px 30px;
  border-radius: 100px;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
}
.buttonNav {
  background-color: #FF5B38;
  border: none;
  text-align: center;
  cursor: pointer;
  color: #f2f2f2;
  padding: 10px 30px;
  border-radius: 100px;
  font-family: Montserrat, sans-serif;
}
.button-whatsapp {
  background-color: #3ad366;
  border: none;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 2px;
  cursor: pointer;
  color: #fff;
  padding: 16px 30px;
  border-radius: 100px;
  margin-top: 30px;
  box-shadow: 0 3px 6px #c9c9c9;
}
button a {
  color: #fff;
}
.button2 a {
  color: #fff;
}
button span {
  cursor: pointer;
  display: inline-block;
  transition: 0.5s;
}
.button2 span {
  cursor: pointer;
  display: inline-block;
  transition: 0.5s;
}
.button span:after {
  content: '\00bb';
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.button2 span:after {
  content: '\00bb';
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.button:hover span {
  padding-right: 25px;
}
.button2:hover span {
  padding-right: 25px;
}
.button:hover span:after {
  opacity: 1;
  right: 0;
}
.button2:hover span:after {
  opacity: 1;
  right: 0;
}
.barra {
  background: #fff;
  height: 80px;
  width: 100%;
}
nav {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 0;
}
nav ul {
  float: right;
  margin-right: 20px;
  z-index: 100;
}
nav ul li {
  display: inline-block;
  line-height: 40px;
  margin: 0 5px;
}
nav ul li a {
  color: #071543;
  font-size: 1rem;
  font-weight: 400;
  padding-right: 16px;
  text-decoration: none;
}
a.active,
a:hover {
  color: #03a696;
}
.active2 {
  color: #03a696;
}
.checkbtn {
  font-size: 30px;
  color: #fff;
  float: right;
  line-height: 50px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check {
  display: none;
}
.fondo-imagen,
.fondo-imagen2,
.fondo-imagen3,
.fondo-imagen4, 
.fondo-imagen5,
.fondo-imagen6,
.fondo-imagen7 {
  background-color: #181514;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fondo-imagen {
  background-image: url(/images/jardin-hospedaje-vista-al-mar-galapagos.jpg);
}
.fondo-imagen2 {
  background-image: url(/images/patio-del-hostal-vista-al-mar.jpg);
  padding: 40px 0;
}
.fondo-imagen3 {
  background-image: url(/images/persona-esperando-un-avion.jpg);
  padding: 40px 0;
}
.fondo-imagen4 {
  background-image: url(/images/manos-y-telefono.jpg);
  padding: 40px 0;
}
.fondo-imagen5 {
  background-image: url(/images/isla-bartolome-1.jpg);
}
.fondo-imagen6 {
  background-image: url(/images/vuelos-interislas-1.jpg);
  width: 50%;
  height: auto;
}
.fondo-imagen7 {
  background-image: url(/images/buceo-galapagos-1.jpg);
  width: 50%;
  height: 507px;
}
.imagenes {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.texto-imagen {
  color: #fff;
  text-align: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 10%;
}
.texto-imagen2 {
  color: #fff;
  text-align: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
}
.imagen-transporte {
  width: 100%;
  height: auto;
}
.imagen-logo {
  width: 30%;
  height: auto;
}
.contenedor-1 {
  display: flex;
  max-width: 1130px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.contenedor-pie {
  display: flex;
  max-width: 1130px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.contenedor-habitaciones {
  display: flex;
  max-width: 1130px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.contenedor-iconos {
  display: flex;
  max-width: 1130px;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.contenedor-partners {
  display: flex;
  max-width: 1130px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contenedor-partners img {
  border-radius: 14px;
}
.contenedor-partners2 {
  display: flex;
  max-width: 1130px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  text-align: center;
}
.contenedor-partners2 img {
  border-radius: 14px;
}
.caja-15 {
  padding: 0% 1%;
}
.fondo-obscuro {
  background-color: #f4f4f4;
  padding-bottom: 40px;
  padding-top: 10px;
}
.contenedor-purpura {
  background-color: #a0775d1f;
  padding-top: 10px;
  padding-bottom: 50px;
  margin-top: 80px;
}
.contenedor-creditos {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  background-color: #03a696;
}
.caja-creditos {
  flex: 1;
  text-align: center;
  text-align: center;
  line-height: 25px;
  padding: 20px 0;
}
footer {
  background: #071543;
  padding-bottom: 40px;
}
.caja-1 {
  flex: 1;
  text-align: center;
  padding: 0 40px;
  text-align: left;
}

.caja-1 img {
  border-radius: 14px; 
}
.caja-3 {
  flex: 1;
  padding: 0 50px;
  order: 1;
}
.caja-3 img {
  border-radius: 14px;
}
.caja-4 {
  flex: 1;
  padding: 0 50px;
  order: 2;
}
.caja-11 {
  flex: 1;
  text-align: center;
  padding: 0 40px;
  text-align: center;
}
.caja-11 img{
  border-radius: 14px;
}

.caja-12 {
  flex: 2;
  padding-left: 20px;
}
.caja-13 {
  flex: 2;
  padding-left: 20px;
}
.caja-14 {
  flex: 1;
  padding-right: 20px;
}
.caja-15 {
  flex: 1;
  text-align: center;
  text-align: center;
}

.caja-15 img {
  border-radius: 14px;
}
.caja-16 {
  flex: 1;
  text-align: center;
  text-align: center;
}

.caja-16 img {
  border-radius: 0px;
}
.caja-oculta {
  flex: 1;
  text-align: center;
  padding: 0 40px;
  text-align: center;
}
.caja-fotos {
  flex: 1;
  text-align: center;
  padding: 0 20px;
}
.caja-fotos img {
  border-radius: 14px;
}
.espacio-2 {
  padding-bottom: 5px;
}
button {
  margin-bottom: 60px;
}
.icono-pie {
  float: left;
  padding-right: 10px;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
.boton-2 {
  border-radius: 100px;
  color: #000;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  letter-spacing: 2px;
  margin-top: 30px;
}
.boton-2 {
  border: 1px solid #fff;
  background-color: #fff;
}
.boton-2:hover {
  transition: 0.5s;
  color: #fff;
  background-color: #000;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #035aa6;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.text {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.texto-izquierda {
  text-align: justify;
}
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.next,
.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.next:hover,
.prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
#galeria img {
  border-radius: 0;
}
#bandera img {
  border-radius: 0;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active,
.dot:hover {
  background-color: #717171;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.caja-210 {
  flex: 1;
  background-color: #071543;
  margin-top: 40px;
}

.blanco {
  color: #ffff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
}
.contact-form-2 {
  width: 100%;
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
}
#mail,
#message,
#name,
#subject {
width: 100%;
font-family: Montserrat, sans-serif;
font-weight: 300;
border: 1px solid #23242e;
margin: 6px 0;
padding: 16px 18px;
border-radius: 4px;
font-size: 0.9rem;
}

.btn {
  display: inline-block;
  background: #03a696;
  padding: 20px 0px;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
  margin-top: 8px;
  width: 100%;
  border-radius: 100px;
  border: none;
  box-shadow: none;
}
.animado {
  opacity: 0;
  transition: all 1s;
}
.flecha {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #03a696;
  border-right: 2px solid #03a696;
  transform: rotate(45deg);
}
.newpage{
  width: 14px;
  height: 14px;
  background: #ffffff;
}
.mostrarArriba {
  animation: mostrarArriba 1s;
}
@keyframes mostrarArriba {
  0% {
    transform: translateY(60px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.btn-whatsapp {
  display: block;
  width: 123px;
  height: 34px;
  color: #ffff;
  position: fixed;
  right: 20px;
  bottom: 40px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  z-index: 999;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4px;
}
.column {
  -ms-flex: 25%;
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.testimonials {
  padding: 40px 0;
  background: #f0fff9;
  color: #434343;
  text-align: center;
  margin-top: 80px;
}
.inner {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  padding: 0 20px;
}
.border {
  width: 160px;
  height: 5px;
  background: #34dfa0;
  margin: 26px auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.col {
  flex: 33.33%;
  max-width: 33.33%;
  box-sizing: border-box;
  padding: 15px;
}
.testimonial {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
}
.testimonial img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.name {
  font-size: 1.25rem;
  margin: 20px 0;
  font-weight: 700;
}
.stars {
  color: #fabc02;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  .checkbtn {
    display: block;
  }
  nav ul li a {
    font-size: 16px;
  }
  ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    top: 75px;
    left: -100%;
    text-align: center;
    transition: all 0.5s;
  }
  nav ul li {
    display: block;
    margin: 40px 0;
    line-height: 30px;
  }
  nav ul li a {
    font-size: 20px;
  }
  a.active2,
  a:hover {
    background: 0 0;
    color: #34dfa0;
  }
  #check:checked ~ ul {
    left: 0;
  }
  .contenedor-1,
  .contenedor-habitaciones, .contenedor-pie {
    display: block;
  }
  .contact-form-2 {
    padding-left: 6%;
    padding-right: 6%;
  }
  .contenedor-habitaciones {
    margin-top: 0;
  }
  .google-maps {
    padding-bottom: 50%;
  }
  .caja-12 {
    padding-top: 1px;
  }
  .caja-14 {
    flex: 1;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .espacio {
    margin-top: 50px;
  }
  .imagen-logo {
    width: 50%;
    height: auto;
  }
  .caja-oculta {
    display: none;
  }
  .espacio-3 {
    padding-bottom: 80px;
  }
  .contenedor-iconos,
  .contenedor-partners,
  .contenedor-partners2 {
    display: block;
  }
  .caja-15 {
    padding: 0% 6%;
  }
}
@media screen and (max-width: 960px) {
  .col {
    flex: 100%;
    max-width: 80%;
  }
  .fondo-imagen6 {
    background-image: url(/images/vuelos-interislas-2.jpg);
    width: 100%;
    height: auto;
  }
  .fondo-imagen7 {
    background-image: url(/images/buceo-galapagos-2.jpg);
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
  .texto-blanco h2
{color: #fff;
font-size: 2rem;
line-height: 2rem;
letter-spacing: 1px;
margin-bottom: 10px;}
}
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .col {
    flex: 100%;
    max-width: 100%;
  }
  .fondo-imagen {
    background-image: url(/images/jardin-hospedaje-vista-al-mar-galapagos-small.jpg);
  }
  .fondo-imagen2 {
    background-image: url(/images/patio-del-hostal-vista-al-mar-small.jpg);
  }
  .fondo-imagen3 {
    background-image: url(/images/persona-esperando-un-avion-small.jpg);
    background-position: initial;
  }
  .fondo-imagen4 {
    background-image: url(/images/manos-y-telefono-small.jpg);
  }
  .fondo-imagen5 {
    background-image: url(/images/isla-bartolome-2.jpg);
  }
  h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 2rem;
  }
}
@media (max-width: 450px) {
  button {
    padding: 15px 40px;
    font-size: 0.8rem;
  }
  .logo img {
    width: 65%;
    height: auto;
  }
  h5 {
    margin-top: 20px;
  }
  .imagen-logo {
    width: 75%;
    height: auto;
  }
}
@media only screen and (max-width: 300px) {
  .next,
  .prev,
  .text {
    font-size: 11px;
  }
}
