
/* -----Ubicacion------- */
.custom-rounded {
  border-radius: 15px;
  width: 300px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

#ubicacion{
  border-top: 2px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
  margin-bottom: 2px;
  width: 330px;
}

.tamañoH5{
  font-size: 30px; /* Cambia el tamaño de la letra según tus preferencias */
  margin-top: 1px;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10vh;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 aspect ratio (change if needed) */
 
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 700px) {
  .custom-width {
    width: 330px; /* Ancho fijo para el contenedor en pantallas de PC de al menos 1500px */
    margin: 0 auto; /* Centrar el contenedor horizontalmente */
    margin-top: 20px;
  }
}


.custom-width{
  margin-top: 20px;
}



@media screen and (min-width: 700px) {
  #ubicacion{
    border-top: 2px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
    margin-bottom: 2px;
    width: 330px;
  }
  
}