html {
  scroll-behavior: smooth;
}

.navbar  {
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 111;
    background-color: #ffffffd9;
    box-shadow: 0 0 11px #0000001f;
    width: 100%;
    position: relative;
}

.navbar-brand {
    width: 10rem;
    text-align: center;
    color: #8c4b26;
    padding: 10px;
    font-weight: 600;
    font-size: 1rem;
}

.navbar-brand-active {
    background-color: #8c4b26;
    color: white;
}

.logoFull {
  width: 23rem;
  position: absolute;
  top: 23%;
  z-index: 9;
  right: 14%;
}

.seccion-presentacion {
    height: 100vh;
    overflow: hidden;
}


.card {
    background-color: transparent;
    border: none;
}

.card-wrapper {
    border-radius: 4px;
    background-color: #ffffff;
}

.image-wrapper img {
    width: 100%;
    object-fit: cover;
}

.row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
}

.card-box {
    padding-left: 2rem;
    padding-right: 4rem;
}

.navbar .pestaña {
  background-color: #8c4b26;
    padding: 10px;
    position: absolute;
    left: 0px;
    box-shadow: 0 0 10px #00000096;
    border-radius: 0px 0px 50px;
    padding-top: 0px;
    top: 0;
    width: 7rem;
    display: flex;
}
.navbar .pestaña img { 
  width: 5rem;
  margin: auto;
  margin-left: -1px;
}

.navbar .enlaces {
  display: flex;
  flex-flow: wrap;
  justify-content: right;
}

@media (max-width: 1096px) {
  .navbar { 
    justify-content: right;
    
  }
  .navbar .navbar-toggler { 
    width: 4rem;
    background-color: #ad2a2a;
    height: 3rem;
    margin: 0;
  }
  .navbar .enlaces {
    flex-flow: column;
    float: right;
  }
}
@media (max-width: 545px) {
  
}





























.seccion-portada .ladoIzq .leyenda img {
  width: 12rem;
  margin: auto;
}

.seccion-portada .ladoIzq .leyenda h3 {
  margin-top: 1rem;
  font-family: emoji;
  font-size: 30px;
  text-align: center;
  width: 100%;
  color: #e5c286;
}

.seccion-portada .ladoDer {
  background-image: url(../img/IMG_4696.JPG);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0.5);
}

.seccion-presentacion .ladoIzq {
  background-color: #ff700000;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.seccion-presentacion .ladoIzq::after { 
  width: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(https://i.ytimg.com/vi/zBNa75i9IGQ/maxresdefault.jpg);
  height: 100%;
  /* filter: blur(16px); */
  opacity: 0.2;
  z-index: -1;
  background-size: cover;
  background-position: inherit;
  display: none;
}

.seccion-presentacion .ladoIzq .leyenda{
  width: 100%;
  padding: 2rem;
    
}

.imgBorderBottom::before {
  content: '';
  width: 12rem;
  height: 18rem;
  position: absolute;
  border: 4px solid red;
  bottom: 60px;
  background-color: red;
  z-index: 9;
}

.seccion-presentacion .ladoIzq .leyenda h2 {
  font-size: 50px;
  font-family: serif;
  color: white;
  margin-top: 0rem;
}

.seccion-presentacion .ladoDer .imgFondo {
  height: 100%;
  object-fit: cover;
  filter: contrast(1.8);
  opacity: 0.6;
}

@media (max-width: 1096px) {
  .seccion-portada .ladoIzq .leyenda img {
    width: 18rem;
  }
  .seccion-presentacion .ladoIzq .leyenda h2 {
    font-size: 4rem;
  }
  .seccion-portada .ladoIzq .leyenda h3 {
    font-size: 2rem;
  }
}

@media (max-width: 545px) {
  .seccion-presentacion .ladoIzq .leyenda {
    width: 100%;
    padding: 2rem;
  }
  .seccion-portada .ladoIzq .leyenda img {
    width: 12rem;
  }
  .seccion-presentacion .ladoIzq .leyenda h2 {
    font-size: 2rem;
  }
  .seccion-portada .ladoIzq .leyenda h3 {
    font-size: 17px;
    padding: 0px 53px;
    color: #ffd081;
  }
}













.elalojamiento {
  position: relative;
  overflow: auto;
  height: auto;
}
.lindoMomento {
  width: 100%;
  position: relative;
  height: max-content;
  display: flex;
  align-self: center;
  align-items: center;
  text-align: center;
  padding: 8rem;
  margin-bottom: 5rem;
}

.lindoMomento .cuadrado {
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-top: 1px dotted;
  border-left: 1px dotted;
  z-index: 999;
  border-color: #C19D60;
  top: 58%;
  left: -4%;
  transform: translate(253%, -290%);
}
.lindoMomento .olas {
  position: absolute;
  left: 3rem;
  width: 5rem;
  bottom: 2rem;
}
.lindoMomento .contText {
  width: 50%;
  display: inline-block;
  padding: 3rem;
}
.lindoMomento .contText h3:nth-child(1){
  font-size: 60px;
  font-family: emoji;
  text-align: right;
}
.lindoMomento .contText h3:nth-child(2){
  font-size: 36px;
  font-family: emoji;
  color: brown;
  font-weight: 100;
  text-align: right;
}
.lindoMomento .contText label{
  font-size: 24px;
  text-align: right;
  font-weight: 400;
}
.lindoMomento .contImages {
  width: 48%;
  display: inline-block;
  position: relative;
}
.lindoMomento .contImages img:nth-child(1){
  width: 35rem;
  box-shadow: 0 9px 16px rgb(58 87 135 / 35%);
}
.lindoMomento .contImages img:nth-child(2){
  position: absolute;
  z-index: -1;
  top: -6rem;
  width: 27rem;
  right: -9rem;
  box-shadow: 0 9px 16px rgb(58 87 135 / 35%);
}

@media (max-width: 1096px) {
  .lindoMomento {
    display: block;
    padding: 4rem;
  }
  .lindoMomento .cuadrado{
    top: 37%;
    left: -17%;
  }
  .lindoMomento .olas {
    position: absolute;
    left: auto;
    width: 5rem;
    bottom: -1rem;
    right: 2rem;
    z-index: -1;
  }
  .lindoMomento .contText {
    width: 100%;
    margin-bottom: 2rem;
    padding: 3rem;
    padding-right: 0;
  }
  .lindoMomento .contImages {
    width: 100%;
  }
  .lindoMomento .contImages img:nth-child(1){
    width: 30rem;
  }
  .lindoMomento .contImages img:nth-child(2) {
    top: -2rem;
    width: 20rem;
    right: -2rem;
  }
}

@media (max-width: 545px) {
  .lindoMomento .cuadrado {
    top: 36%;
    left: -45%;
  }
  .lindoMomento {
    padding: 1rem;
  }
  .lindoMomento .contText h3:nth-child(1) {
    font-size: 38px;
  }
  .lindoMomento .contText h3:nth-child(2) {
    font-size: 27px;
  }
  .lindoMomento .contText label {
    font-size: 18px;
  }
  .lindoMomento .contImages img:nth-child(1) {
    margin-top: 6rem;
  }
}

.section-products {
  width: 100%;
  padding: 5rem;
  padding-top: 0;
}

.section-products .cuadradito {
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-top: 1px dotted;
  border-right: 1px dotted;
  z-index: 999;
  border-color: #C19D60;
  top: 50%;
  left: 50%;
  transform: translate(253%, -290%);
}

.section-products .ladoDer {
  padding: 2rem; 
  height: min-content;
}

.section-products .ladoDer p{

}

@media (max-width: 1096px) {
  .section-products {
    padding: 2rem;
  }
  .section-products .cuadradito {
    top: 37%;
    left: 15%;
  }

  .section-products .ladoDer {
    padding-right: 0;
  }

  .section-products .ladoDer p{
    font-size: 18px;
  }
}
@media (max-width: 545px) {
  .section-products {
    flex-flow: wrap-reverse;
  }
}







.seccion-videoPlaya {
  position: relative;    
  height: 60vh;
}

.seccion-videoPlaya .contenido {
  position: absolute;
  width: 100%;
  height: 100%;
}

.seccion-videoPlaya .contenido .textos {
  display: flex;
  margin: auto;
  position: absolute;
  z-index: 9;
  text-align: center;
  width: 100%;
  height: 100%;
  flex-flow: column;
  place-content: center;
  color: white;
  font-family: emoji;
  align-items: center;
}

.seccion-videoPlaya .contenido .textos h5:nth-child(1) {
  font-size: 22px;
  font-weight: 700;
}
.seccion-videoPlaya .contenido .textos h5:nth-child(2) {
  font-size: 68px;
}
.seccion-videoPlaya .contenido .textos label {
  font-size: 18px;
  width: 36%;
  margin: auto;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.seccion-videoPlaya .contenido video{
  filter: blur(6px);
  width: 100%;
  object-fit: cover;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  filter: brightness(0.6);
}
@media (max-width: 1096px) {
  .seccion-videoPlaya .contenido .textos h5:nth-child(1) {
    font-size: 25px;
  }
  .seccion-videoPlaya .contenido .textos label {
    text-align: center;
    font-size: 30px;
    margin: 11px;
    width: 100%;
    padding: 0px 6rem;
  }
}
@media (max-width: 545px) {
  .seccion-videoPlaya .contenido .textos h5:nth-child(1) {
    font-size: 15px;
  }
  .seccion-videoPlaya .contenido .textos h5:nth-child(2) {
    font-size: 35px;
  }
  .seccion-videoPlaya .contenido .textos label {
    text-align: center;
    font-size: 18px;
    margin: 11px;
    width: 100%;
    padding: 0px 3rem;
  }
}



















.seccion-imgParallax {
  position: relative;    
  height: 60vh;
}

.seccion-imgParallax .contenido {
  position: absolute; 
  width: 100%; 
  height: 100%;
}

.seccion-imgParallax .contenido .orden {
  display: flex;
  margin: auto;
  position: absolute;
  z-index: 9;
  text-align: center;
  width: 100%;
  height: 100%;
  flex-flow: column;
  place-content: center;
  color: white;
  font-family: emoji;
}

.seccion-imgParallax .contenido .orden .h51 {
  font-size: 22px;
  font-weight: 700;
}

.seccion-imgParallax .contenido .orden .h52 {
  font-size: 68px;
}

.seccion-imgParallax .contenido .orden label {
  font-size: 18px;
  width: 36%;
  margin: auto;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.seccion-imgParallax .contenido .orden .parallax {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/IMG_4702.JPG);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0.4);
  z-index: -1;
}

.seccion-imgParallax .contenido .orden .cuadrados { 
  pointer-events: none;
   position: absolute;
  width: 5rem;
  height: 5rem;
  border-color: #C19D60;
}

.seccion-imgParallax .contenido .orden .cuadrado1 {
  border-top: 1px dotted;
  border-left: 1px dotted;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-154%, -152%);

}
.seccion-imgParallax .contenido .orden .cuadrado2 {
  border-top: 1px dotted;
  border-right: 1px dotted;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(58%, -152%);

}
.seccion-imgParallax .contenido .orden .cuadrado3 {
  border-bottom: 1px dotted;
  border-left: 1px dotted;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-154%, 53%);

}
.seccion-imgParallax .contenido .orden .cuadrado4 {
  border-bottom: 1px dotted;
  border-right: 1px dotted;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(60%, 53%);

}

@media (max-width: 1096px) {
  .seccion-imgParallax .contenido .orden .h51 {
    font-size: 25px;
  }
  .seccion-imgParallax .contenido .orden .h52 {
    font-size: 68px;
  }
  .seccion-imgParallax .contenido .orden label {
    text-align: center;
    font-size: 30px;
    margin: 11px;
    width: 100%;
    padding: 0px 6rem;
  }
}
@media (max-width: 545px) {
  .seccion-imgParallax .contenido .orden .h51 {
    font-size: 15px;
  }
  .seccion-imgParallax .contenido .orden .h52 {
    font-size: 35px;
  }
  .seccion-imgParallax .contenido .orden label {
    text-align: center;
    font-size: 18px;
    margin: 11px;
    width: 100%;
    padding: 0px 3rem;
  }
}

























.miniSection-text {
  text-align: center;
  width: 100%;
  padding: 4rem 0px;
}
.miniSection-text h3:nth-child(1) {
  font-size: 37px;
   font-family: emoji;

}
.miniSection-text h3:nth-child(2) {
  font-size: 22px;
  font-family: emoji;
  color: brown;
  font-weight: 100;

}
.miniSection-text h3:nth-child(3) {
  font-size: 37px;
  font-family: emoji;
}

@media (max-width: 1096px) {
  .miniSection-text {
    padding-bottom: 2rem;
  }
  .miniSection-text h3:nth-child(1) {
    font-size: 52px;
  }
  .miniSection-text h3:nth-child(2), .miniSection-text h3:nth-child(3) {
    text-align: center;
    font-size: 30px;
    margin: 11px;
    width: 100%;
    padding: 0px 6rem;
  }
}
@media (max-width: 545px) {
  .miniSection-text h3:nth-child(1) {
    font-size: 35px;
  }
  .miniSection-text h3:nth-child(2), .miniSection-text h3:nth-child(3) {
    text-align: center;
    font-size: 18px;
    margin: 11px;
    width: 100%;
    padding: 0px 3rem;
  }
}














.seccion-turistas {
  position: relative;
  width: 100%;
  padding: 3rem;
  text-align: -webkit-center;
}

.seccion-turistas .ladoIzq {
  display: flex;
  align-items: center;
  width: 100%;
    position: relative;
    /* min-height: 56vh; */
}
.seccion-turistas .ladoIzq .fondo {
  background-image: url(../img/270283542_2246124328859127_1739351402067442894_n.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(0.3);
  position: absolute;
  width: 100%;
  z-index: -99;
  height: 100%;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 50%);
  left: 0;
}
.seccion-turistas .ladoIzq .cuadrados { 
  pointer-events: none;
  position: absolute;
  width: 5rem;
  height: 5rem;
}
.seccion-turistas .ladoIzq .cuadrado1 { 
  border-top: 1px dotted;
  border-left: 1px dotted;
  z-index: 999;
  border-color: white;
  top: 15%;
  left: 7%;
  
}
.seccion-turistas .ladoIzq .cuadrado2 { 
  border-top: 1px dotted;
  border-right: 1px dotted;
  z-index: 999;
  border-color: white;
  top: 15%;
  right: 7%;
}
.seccion-turistas .ladoIzq .cuadrado3 { 
  border-bottom: 1px dotted;
  border-left: 1px dotted;
  z-index: 999;
  border-color: white;
  bottom: 15%;
  left: 7%;
}
.seccion-turistas .ladoIzq .cuadrado4 { 
  border-bottom: 1px dotted;
  border-right: 1px dotted;
  z-index: 999;
  border-color: white;
  bottom: 15%;
  right: 7%;
}

.seccion-turistas .ladoIzq .contenidoText {
  text-align: left;
  padding: 0px 15%;
}
.seccion-turistas .ladoIzq .contenidoText h3 {
  font-size: 3.6rem;font-family: emoji;color: white;font-weight: 100;
}
.seccion-turistas .ladoIzq .contenidoText label {
  color: white;
  font-size: 22px;
  margin-top: 19px;
}

.seccion-turistas .ladoDer blockquote h3 {
  font-size: 28px;font-family: emoji;color: brown;font-weight: 100;
}

.seccion-turistas .ladoDer figure {
  box-shadow: 1px 1px 10px rgb(0 0 0 / 50%);
}

















.seccion-contacto {
  flex-flow: wrap;
}

































  button {
    border-radius: 0;
    border: none;
    background-color: black;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    margin-top: 2rem;
  }
  
  button:active {
    transform: scale(0.95);
  }
  
  button:focus {
    outline: none;
  }
  
  button.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
  }
  
  form {
    /* background-color: #FFFFFF; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
  }
  
  input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
  }
  
  .container {
    background-color: #fff;
    /* border-radius: 10px; */
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    max-width: 100%;
    min-height: 480px;
    display: flex;
    align-items: center;
  }
  
  .form-container {
    /* position: absolute; */
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
  }
  
  .sign-in-container {
    left: 0;
    z-index: 2;
    display: inline-block;
  }
  
  .container.right-panel-active .sign-in-container {
    transform: translateX(100%);
  }
  
  .sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
  }
  
  .container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
  }
  
  @keyframes show {
    0%, 49.99% {
      opacity: 0;
      z-index: 1;
    }
    
    50%, 100% {
      opacity: 1;
      z-index: 5;
    }
  }
  
  .overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
  }
  
  .container.right-panel-active .overlay-container{
    transform: translateX(-100%);
  }
  
  .overlay {
    background: #FF416C;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #FF4B2B, #FF416C);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
      transform: translateX(0);
    transition: transform 0.6s ease-in-out;
  }
  
  .container.right-panel-active .overlay {
      transform: translateX(50%);
  }
  
  .overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
  }
  
  .overlay-left {
    transform: translateX(-20%);
  }
  
  .container.right-panel-active .overlay-left {
    transform: translateX(0);
  }
  
  .overlay-right {
    right: 0;
    transform: translateX(0);
  }
  
  .container.right-panel-active .overlay-right {
    transform: translateX(20%);
  }
  
  .social-container {
    margin: 20px 0;
  }
  
  .social-container a {
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
  }

  @media (max-width: 1096px) {
    form {
      padding: 5rem 0px;
    }
  }
  @media (max-width: 545px) {

  }


























  #portfolio {
    width: 100%;
    min-height: 100vh;
    background: #ffffff;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(12.5%, 1fr));
    grid-template-rows: 1fr 1fr;
    grid-gap: 2px;
  }
  
  .project {
    position: relative;
    background: #F2DAD7;
    overflow: hidden;
  }
  .project img {
    position: absolute;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
  }
  .project p {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 1em 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 3;
  }
  .project .grid__title {
    position: absolute;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    bottom: 0;
    font-weight: 100;
    font-size: 0.8em;
    z-index: 3;
    text-transform: uppercase;
    color: #474545;
    letter-spacing: 2px;
  }
  
  .project:hover .grid__overlay {
    transform: translateY(0%);
  }
  
  .grid__overlay {
    background: rgba(229, 182, 177, 0.9);
    height: 100%;
    grid-column: 1/-1;
    grid-row: 1/-1;
    position: relative;
    display: grid;
    justify-items: center;
    align-items: center;
    transform: translateY(101%);
    transition: all 0.3s ease-in-out;
  }
  .grid__overlay button {
    background: none;
    outline: none;
    font-weight: 100;
    letter-spacing: 2px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px;
  }
  .grid__overlay button:hover {
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    color: #D1A39E;
    transform: scale(1.05);
  }
  
  .overlay {
    position: fixed;
    background: rgba(71, 69, 69, 0.7);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 3;
    width: 100%;
  }
  
  .overlay.open {
    display: grid;
    align-items: center;
    justify-items: center;
  }
  
  .overlay__inner {
    background: #ffffff;
    width: 700px;
    padding: 20px;
    position: relative;
    opacity: 1;
  }
  
  .close {
    position: absolute;
    top: 3px;
    right: 10px;
    background: none;
    outline: 0;
    color: #474545;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .close:hover {
    color: #D1A39E;
  }
  
  .project__image {
    /* margin-left: -50%; */
  }















  
.grid > [class*=column-] {
  padding: 1rem;
}
.grid.menu, .grid.product {
  border-bottom: 0.0625rem solid #e3dddd;
}
.grid.menu > [class*=column-] {
  padding: 0.5rem 1rem 0.5rem 1rem;
}
.grid.product {
  padding: 0 0 1.5rem 0;
}
.grid.second-nav > [class*=column-] {
  padding: 0.5rem 1rem;
}

footer {
  padding: 1rem 0;
  text-align: center;
  
}

.product-image {
  display: none;
}

.image-list li {
  margin: 0;
}

@media (min-width: 62rem) {
  .product-image img, .image-list img {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
  }

  .product-image {
    display: block;
  }
  .product-image img {
    height: 52vh;
  }
  .product-image img.active {
    display: block;
    margin: 0 0 0.75rem 0;
  }

  .image-list {
    display: flex;
    overflow: hidden;
  }
  .image-list li {
    margin: 0 0.75rem 0 0;
    flex-basis: 100%;
  }
  .image-list li:nth-child(3) {
    margin: 0;
  }
  .image-list img {
    height: 10rem;
    width: 100%;
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
  .image-list img:hover {
    opacity: 0.7;
  }

  nav ul {
    justify-content: flex-end;
  }

  .toggle-nav {
    display: none;
  }

  .flex-nav {
    display: block;
  }
  .flex-nav ul {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: flex-end;
  }
  .flex-nav ul li {
    font-size: 1.125rem;
    margin: 0 1.5rem 0 0;
  }
  .flex-nav ul li:nth-child(4) {
    margin: 0;
  }
}
@-webkit-keyframes fadeImg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeImg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
footer .lista ul {
  display: flex;
  place-content: center;
  list-style: mongolian;
}
@media (max-width: 1096px) {

}
@media (max-width: 545px) {
  footer .content img {
    display: none;
  }
  footer .content ul {
    flex-flow: wrap;
  }
}





































figure.snip1197 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  margin: 10px;
  width: 85%;
  color: #333;
  text-align: left;
  display: inline-block;
  margin: 18px;
}
figure.snip1197 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip1197 img {
  float: right;
  max-width: 32%;
  vertical-align: middle;
  border-radius: 0 8px 8px 0;
  display: inline-flex;
}
figure.snip1197 figcaption {
  top: 0;
    bottom: 0;
    left: 0;
    width: 65%;
    position: absolute;
    background-color: #ffffff;
    border: 1px dotted;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    border-color: #C19D60;
    display: inline-flex;
}
figure.snip1197 blockquote {
  position: relative;
  padding: 25px 50px 25px 50px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}
figure.snip1197 blockquote:before,
figure.snip1197 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.snip1197 blockquote:before {
  top: 25px;
  left: 20px;
  color: #9d4800;
  display: none;
}
figure.snip1197 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 20px;
  color: #9d4800;
}
figure.snip1197 .arrow {
  top: 30px;
  left: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #ffffff;
  margin: 0;
  position: absolute;
  display: none;
}
figure.snip1197 .author {
  position: absolute;
  top: 100%;
  width: 60%;
  padding: 10px 15px;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}
figure.snip1197 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}
figure.snip1197 .author h5 span {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}


@media (max-width: 1096px) {
  .seccion-turistas .ladoIzq {
    min-height: 56vh;
  }
}
@media (max-width: 545px) {
  .seccion-turistas {
    padding: 1rem;
  }
  .seccion-turistas .ladoIzq {
    height: auto;
  }
  .seccion-turistas .ladoIzq .contenidoText {
    text-align: center;
    padding: 2rem;
  }
  .seccion-turistas .ladoIzq .contenidoText h3 {
    font-size: 35px;
  }
  .seccion-turistas .ladoIzq .contenidoText label {
    font-size: 18px;
  }

  .seccion-turistas .ladoDer figure {
    box-shadow: none;
    width: auto;
    /* margin: 0; */
    margin-top: 10rem;
  }
  figure.snip1197 figcaption {
    position: relative;
    width: 100%;
    padding: 18px;
  }
  figure.snip1197 blockquote {
    padding: 0;
  }
  figure.snip1197 img {
    top: -7rem;
    left: 33%;
    border-radius: 50%;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 50%);
    position: absolute;
  }
  figure.snip1197 blockquote:after {
    right: 0rem;
    bottom: -2rem;
  }
}


















.seccion-atracciones {
  place-content: center;
}
.seccion-atracciones .cuadrados {
  pointer-events: none;
   position: absolute;
  width: 5rem;
  height: 5rem;
}

.seccion-atracciones .cuadrado1 {
  border-top: 1px dotted;border-left: 1px dotted;z-index: 999;border-color: #C19D60;top: 50%;left: 50%;transform: translate(-154%, -152%);
}
.seccion-atracciones .cuadrado2 {
  border-top: 1px dotted;border-right: 1px dotted;z-index: 999;border-color: #C19D60;top: 50%;left: 50%;transform: translate(58%, -152%);
}
.seccion-atracciones .cuadrado3 {
  border-bottom: 1px dotted;border-left: 1px dotted;z-index: 999;border-color: #C19D60;top: 50%;left: 50%;transform: translate(-154%, 53%);
}
.seccion-atracciones .cuadrado4 {
  border-bottom: 1px dotted;border-right: 1px dotted;z-index: 999;border-color: #C19D60;top: 50%;left: 50%;transform: translate(60%, 53%);
}
.seccion-atracciones .contenidoTexto {
  text-align: center;
  width: 100%;
  padding: 7% 30%;
}
.seccion-atracciones .contenidoTexto h3:nth-child(1){
  font-size: 37px; font-family: emoji;
}
.seccion-atracciones .contenidoTexto h3:nth-child(2){
  font-size: 22px;font-family: emoji;color: brown;font-weight: 100;
}
.seccion-atracciones .contenidoTexto h3:nth-child(3){ 
  font-size: 37px; font-family: emoji; 
}

@media (max-width: 1096px) {

}
@media (max-width: 545px) {
  .seccion-atracciones .contenidoTexto {
    padding: 0% 0%;
    margin: 8rem 0px;
  }
  .seccion-atracciones .contenidoTexto h3:nth-child(1) {
    font-size: 35px;
  }
  .seccion-atracciones .contenidoTexto h3:nth-child(2) {
    font-size: 18px;
    padding: 0px 10%;
  }
}











.cardsAtracciones {
  display: flex;
  place-content: center;
}
@media (max-width: 1096px) {
  .cardsAtracciones {
    flex-flow: wrap;
  }
}
@media (max-width: 545px) {

}


































.card {
  margin: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 300px;
  display: inline-block;
}
.card-header img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  /* min-height: 250px; */
}

.tag {
  background: #cccccc;
  border-radius: 50px;
  font-size: 12px;
  margin: 0;
  color: #fff;
  padding: 2px 10px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 1rem;
}
.tag-teal {
  background-color: #47bcd4;
}
.tag-purple {
  background-color: #5e76bf;
}
.tag-pink {
  background-color: #cd5b9f;
}

.card-body p {
  font-size: 13px;
  margin: 0 0 40px;
}
.user {
  display: flex;
  margin-top: auto;
}

.user img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.user-info h5 {
  margin: 0;
}
.user-info small {
  color: #545d7a;
}
























.center {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.wrapper {
  display: flex;
  grid-gap: 1em;
      width: 100%;
      justify-content: center;
}
.wrapper > .inner {
  display: flex;
  grid-gap: 1em;
  transition: all 1s ease-in-out;
}

.cards-galeria .card {
  border-radius: 0;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  width: 20rem;
  height: 19rem;
  cursor: pointer;
}
.cards-galeria .card > img {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}
.cards-galeria .card > h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2.3rem;
  font-family: fangsong;
  pointer-events: none;
}
.cards-galeria .card > .content {
  background: #0a2640;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  padding: 1em;
  text-align: center;
  display: none;
}
.cards-galeria .card > .content > h1, .cards-galeria .card > .content > h3 {
  margin: 0.35em 0;
}
.cards-galeria .card > .content > h1 {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
}
.cards-galeria .card > .content > h3 {
  color: #ccc;
  font-size: 0.9rem;
  font-weight: 300;
}

.cards-galeria .card .cuadrado1 {
  pointer-events: none; position: absolute;width: 5rem;height: 5rem;border-top: 1px dotted;border-left: 1px dotted;z-index: 999;border-color: #C19D60;top: 50%;left: 50%;transform: translate(-154%, -152%);
}
.cards-galeria .card .cuadrado2 {
  pointer-events: none; position: absolute;width: 5rem;height: 5rem;border-top: 1px dotted;border-right: 1px dotted;z-index: 999;border-color: #C19D60;top: 50%;left: 50%;transform: translate(58%, -152%);
}
.cards-galeria .card .cuadrado3 {
  pointer-events: none; position: absolute;width: 5rem;height: 5rem;border-bottom: 1px dotted;border-left: 1px dotted;z-index: 999;border-color: #C19D60;top: 50%;left: 50%;transform: translate(-154%, 53%);
}
.cards-galeria .card .cuadrado4 {
  pointer-events: none; position: absolute;width: 5rem;height: 5rem;border-bottom: 1px dotted;border-right: 1px dotted;z-index: 999;border-color: #C19D60;top: 50%;left: 50%;transform: translate(60%, 53%);
}

.galery-imgs {
  padding: 10rem; 
  padding-top: 3rem;
}



@media (max-width: 1096px) {
  .wrapper > .inner {
    flex-flow: column;
  }
  .cards-galeria .card {
    width: 100%;
    height: 12rem;
  }
  .galery-imgs {
    padding: 2rem;
    padding-top: 3rem;
  }
}

@media (max-width: 545px) {
  .cards-galeria .card > h1 {
    font-size: 35px;
  }
}




















/*FOOTER*/

footer {
  position: relative;
  z-index: -2;
  height: 8em;
  background: var(--clr4);
  background-color: #8d3402;
  display: flex;
}
footer .content {
    width: 100%;
    margin: auto;
    display: flex;
}

footer .content ul {

}

footer .content ul li {
  margin: 0px 2rem;
  color: white;
  font-size: 18px;
}

footer .content img {
  width: 7rem;
  position: absolute;
  top: 0;
  right: 1%;
}

section:last-child {
  margin-bottom: 100px;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.arrow {
  position: fixed;
  bottom: 50px;
  left: 50%;
  cursor: pointer;
  margin-left: -20px;
  width: 20px;
  height: 20px;
  padding: 20px;
  z-index: 99;
  background-color: var(--clr4);
  border-radius: 50em;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: 20px 15px;
  background-repeat: no-repeat;
  background-position: center;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}