body {
    margin: auto;
}

.footer{
    background-color: rgb(243, 243, 243);
}

.map-footer-iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.map-footer-div {
    position: relative;
    overflow: hidden;
    width: 100%;    
    
  }
  

.content p {
    font-size: 1.3em;
    text-align: justify;
}

.list-actividades i{
    font-size: 0.8em;
}
.content li {
    font-size: 1.2em;
    
}

.carousels-small{
    max-width: 75%;
    height: auto;
}

.justify-reservas {
    font-size: 1.2em;
    text-align: justify;
}

.no-underline:hover {
    text-decoration: none;
}

.content{
    padding: 16px;
}

.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }

.sticky + .content {
    padding-top: 60px;
}

.content {
    padding: 16px;
    z-index: 0;
  }

  body{
    overflow-x: hidden;
    overflow-y: scroll;
  }

  table {
      overflow-x: hidden;
  }

  .contact-big{
      font-size: larger;
  }

  .reservas-img {
    max-height: 250px;
  }

  
  .resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 30%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
  }
  .caixa {
    position: relative;
    text-align: center;
   
  }
  
    .titulo{
        font-size: 4em;
        user-select: none; 
        color: white;
        font-weight: bold;
        text-shadow: 0px 0px 8px rgb(0, 0, 0);

    } 
 
    @media only screen and (max-width: 540px) {
        .titulo{
            display: none;        }}
      

        
        
    