.banner-logo {
  background-image: url("../imagenes/logo base color.png");
  background-repeat: no-repeat;
  background-size: 132px 88px;
  width: 10% ;
  height: 88px;
} 
.banner {
  //background-image: url("../imagenes/banner-delfin.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #e3f2fd;
  widht: 100% ;
  //height: 100px;
} 
.navbar-lalo {
  padding-top: 0.5rem;
  background-color: #e3f2fd;
}
.navbar-lalo-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  column-gap: 1rem;
  background-color: #e3f2fd;
}
.f-h {
	display: flex;
	flex-direction: row;
}

.calendario-google {
            width: 100%;
            height: 700px;
            max-width: 1200px;
            margin: 20px auto;
            font-family: 'Roboto', Arial, sans-serif;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.calendario-google2 {
            width: 100%;
            height: 200px;
            max-width: 1200px;
            margin: 20px auto;
            font-family: 'Roboto', Arial, sans-serif;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.box {
  background: #fff;
  border-radius: 20px;
  // border: 4px solid;
  padding: 1rem;
  aspect-ratio: .85;
  // width: 450px;
  // box-shadow: 0px 5px 0px #000;
  transition: all .5s cubic-bezier(.2,1.1,.86,1);
  position: relative;
  &::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 4px solid;
    box-shadow: 0px 5px 0px #000;
    border-radius: 12px;
    filter: url(#squiggly-1);
  }
  // &:nth-child(1) {
  //   transform: translatey( calc( var(--randjs) * -20px));
  // }
  
  &:hover {
    transform: translatey(-15px);
    box-shadow: 0px 15px 0px #000;
  }
}

.boxes {
  display: flex;
  gap: 4vw;
}