@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&family=Roboto:wght@300&display=swap');
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body{
  background-color: rgb(138, 218, 192, 0.2);
  font-family: 'Roboto', sans-serif;
}
.contacto-ubicacion{
  background-color: rgb(248, 242, 202, 0.7);
  border-radius: 4px;
  width: 98%;
  margin: 10px auto 0px;
  padding: 10px;
  box-shadow: 2px 2px 2px black;
}
.contacto-ubicacion-title{
  width: 100%;
}
.contacto-ubicacion-title p{
  font-size: 26px;
  text-align: center;
}


.contacto-ubicacion-cel-reservacion-mapa{
 width: 100%;
 margin: auto;
}

.celular-what{
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.celular-what p{
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 5px;
}
.celular-what a{
  background-color: whitesmoke;
  border-radius: 4px;

  color: black;
  text-decoration: none;
  width: 100%;
  max-width: 210px;
  margin: auto;
  padding: 3px;
  display: flex;
  justify-content: space-around;
  box-shadow: 2px 2px 2px black;
  transition: 500ms;
}
.celular-what a:hover{
  transform: scale(1.1);
}

.celular-what a img{
  width: 80%;
  max-width: 30px;
}
.video1-box {

width: 100%;
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%;
}

footer{
  width: 98%;
  margin:  8px auto 0px;
  text-align: end;
  font-size: 12px;
}

/*-----------------600----------------------------------*/
@media (min-width: 600px){
  .contacto-ubicacion-cel-reservacion-mapa-contenido{
    display:flex;
  }
   
  section{
    margin-top: 55px;
  }
   
  }
/*-----------------850----------------------------------*/
@media (min-width: 850px){
  section{
    display:flex;
  }
  .contacto-ubicacion{
    width: 49%;
  }
  .contacto-ubicacion-cel-reservacion-mapa-contenido{
    display: flex;
    flex-direction: column;
  }
 
  }
  

