
.contact-location-container {
  background-color: #F5EFA7;
  border-radius: 8px;
    width: 98%;
    max-width: 1300px;
    margin: auto;
    padding: 10px;
    box-shadow: 2px 2px 2px rgb(3, 3, 3);
    display: flex;

    justify-content: space-around;
    
  }
  .contact-location-contact {
    width: 98%;
    max-width: 450px;
    box-shadow: 4px 4px 2px rgb(8, 8, 8);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contact-location-contact-body {
    display: flex;
    flex-direction: column;
  }
  .contact-location-contact-header {
    text-align: center;
    margin-top: 8px;
  }
  .contact-location-contact-body {
    margin-top: 30px;
  }
  .contact-location-contact-body-header {
    text-align: center;
    font-family: "Abril Fatface", cursive;
    font-size: 24px;
    margin-top: 15px;
  }
  .contact-location-contact-body-direction {
    text-align: center;
    margin-top: 15px;
  }
  .contact-location-contact-body-number-phone {
    text-align: center;
    margin-top: 15px;
  }
  .contact-location-contact-footer {
    width: 98%;
    margin: auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
  }
  .contact-location-contact-footer-logo {
    width: 98%;
    max-width: 70px;
  }
  .contact-location-contact-footer-logo img {
    width: 70%;
  }
  .contact-location-location-header {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 30px;
  }
  
  .actividad-video{
    width: 96%;
    margin: auto;
    
  }
  .video1-box {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: auto;
  }
  .video1 {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    padding-left: 10px;
    padding-right: 10px;
  
    margin-top: 10px;
    margin-bottom: 5px;
  }
  
  .video1 video {
    width: 100%;
    height: auto;
  }
  .video1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .reservaciones{
    width: 98%;
    margin: 10px auto 10px;
  }
  .reservaciones-title{
    background-color: white;
    border-radius: 4px;
    width: 50%;
    margin: auto;
  }
  .reservaciones-title p{
    text-align: center;
    padding: 2px 12px;

  }
 
  .reservaciones-button{
    margin: 8px auto 15px;

 

  }
 

  .reservaciones-button a{
    border: solid 1px black;
    color: black;
    background-color: rgb(247, 246, 248);
    border-radius: 4px;
    padding: 2px 12px;
    box-shadow: 3px 3px 2px rgb(81, 81, 82);
    cursor: pointer;
    text-decoration: none;

    animation-name: scale;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: ease-out;
 }

 @keyframes scale{
  0%{background-color: rgb(227, 250, 200);     box-shadow: 3px 3px 2px rgb(249, 249, 252);}
  50%{background-color: rgb(248, 252, 248); box-shadow: 3px 3px 2px rgb(80, 79, 79);}
  100%{background-color: rgb(180, 179, 179); box-shadow: 3px 3px 2px rgb(249, 249, 252);}  
}
 .reservaciones-button a:hover{
  border: solid 1px black;
  background-color: blanchedalmond;
  box-shadow: 2px 2px 2px rgb(157, 157, 158);
  padding: 2px 18px;
}
  footer {
    background-color: rgb(177, 173, 173);
    text-align: end;
    width: 98%;
    max-width: 1300px;
    margin: 5px auto;
  }
  footer p {
    padding: 6px 25px;
  }

  /*-------------730------------------------*/
  @media (max-width: 730px){
    .contact-location-container {
      
      flex-wrap: wrap;
     }
     .contact-location-contact {
      max-width: 750px;
    }
    }