.menu-productos, .contactar-btn.main {
  display: none;
  position: absolute;
}
header{
justify-content: space-evenly;
}
.logo-box img {
  width: 110px;
}
/* FLOATING MENU */

.mob-float-menu{
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  width: 150px;
  height: 90px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border: 1px solid var(--green-cap);
  justify-content: center;
  align-items: center;
}
.mob-float-menu img{
  width: 60px;
}
.mob-menu-text{
  font-size: 1.5rem;
  color: var(--greey-text-soft);
}
/* LANDING */
.landing-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.landing-container{
  width: 100%;
  padding-left: 0;
  /* margin-top: 400px; */
  margin-top: 105%;
  text-align: center;
}
.img-container{
  position: absolute;
  top: 0;
  width: 100%;
  margin-top: 50px;
}
h1{
  font-size: 3rem;
  color: var(--green-cap);
  font-style: italic;
  margin-bottom: 40px;
}
.landing-container p{
  margin-left:auto;
  margin-right: auto;
  width: 90%;
  font-size: 1.7rem;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--green-cap);
  line-height: 3rem;
  margin-bottom: 15px;
}
/* COLECCION SECCION */
.coleccion-bonsai-box{
  flex-direction: column;
  gap: 50px;
}
.coleccion-bonsai-card{
  margin: 0 auto;
}
.white-card{
  z-index: 99;
  display: flex;
  width: 340px;
  height: 190px;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  align-items: center;
  box-shadow: -4px -2px 4px 0px rgba(239, 239, 239, 0.30), -2px 2px 4px 0px rgba(0, 0, 0, 0.10);
}
.green-slide-card{
  position: absolute;
  left: 10px;
  height: 210px;
  width: 150px;
  background-color: var(--green-cap);
  border-radius: 15px 0 0 15px;
  top: -10px;
  z-index: 9;
}
.green-slide-card-rigth{
  position: absolute;
  height: 210px;
  width: 150px;
  background-color: var(--green-cap);
  border-radius: 0 15px  15px 0;
  top: -10px;
  left: 220px;
  z-index: 9;
}
.union-white-line{
  transform: rotate(90deg);
}

.coleccion-bonsai-card-main{
  display: flex;
  position: relative;
  margin-left: 0;
  margin-top: 100px;
}
.white-card-main{
  z-index: 99;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 95%;
  height: auto;
  padding-bottom:30px;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  align-items: center;
  box-shadow: -4px -2px 4px 0px rgba(239, 239, 239, 0.30), -2px 2px 4px 0px rgba(0, 0, 0, 0.10);
}
.white-card-main img{
width: 300px;
height: auto;
  position: relative;
  margin-top: 10px;
  border-radius: 15px;
  margin-bottom: 15px;
  top: 0px;
  left: 0;
}
.text-box-antiguo{
  padding-left: 2%;
  padding-right: 2%;
}
.bonsai-antiguo-title{
  font-size: 2.5rem;
  font-style: italic;
  color: var(--grey-text-mid);
  text-align: center;
}
.p-bonsai-antiguo{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
 color: var(--grey-text-mid);
  text-align: center;
}
.p-frase-antiguo{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  text-align: center;
  color: var(--green-cap);
  font-weight: bold;
  margin-top: 20px;
}
.green-slide-card-botton{
  position: absolute;
  height: 100px;
  width: 100%;
  background-color: var(--green-cap);
  border-radius: 0 0 15px 15px;
  bottom: -20px;
  left: 0px;
  z-index: 9;
}
/* PRODUCTOS SECTION */
.productos{
  display: flex;
  flex-direction: column;
}


.product-title{
  font-size: 2.4rem;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: var(--grey-text-mid);
  text-align: center;
}

.green-product-line{
  width: 50%;
  height: 2px;
  background-color: var(--green-cap);
  margin: 20px auto;
}
.product-container{
  margin: 0 auto;
}
.cafeteria-card{
  margin: 0 auto;
  z-index: 99;
  display: flex;
  width: 90%;
  height: 250px;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  align-items: center;
  box-shadow: -4px -2px 4px 0px rgba(239, 239, 239, 0.30), -2px 2px 4px 0px rgba(0, 0, 0, 0.10);
}
.green-slide-cafeteria{
  position: absolute;
  height: 100px;
  width: 95%;
  background-color: var(--green-cap);
  border-radius: 0 0 10px 10px;
  bottom: -10px;
  left: 2.5%;
  z-index: 9;
}
.capuccino-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 0 5%;
  margin-top: 50px;
}
.capuccino-box p{
  width:75%;
  font-size: 1.8rem;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--grey-text-mid);
}
.hospedaje-box{
  display: flex;
  flex-direction: column;

  margin-top: 30px;

}
.hospedaje-box img{
  width: 350px;
  margin: 0 auto;
}
.subtitle-hospedaje{
color: var(--green-cap);
}
.title-hospedaje{
  font-size: 3rem;
  text-align: center;
  color: rgb(248, 12, 153);
}
.list-hospedaje{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  color: var(--grey-text-mid);
  list-style: none;
  line-height: 4rem;
  text-align: center;
  margin-top: 15px;
  font-weight: normal;
}
.contacts-section{
  background-color: var(--bck-grey);
  padding-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}
.contactos-box{
  display: flex;
  flex-direction: column;
  margin-left:0;
  align-items: center;
  margin-bottom: 50px;
}
.contact-container{
  display: flex;
  position: relative;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;

}
.contact-card{
  z-index: 99;
  display: flex;
  width: 350px;
  height: auto;
  border: 2px solid white;
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  align-items: center;
  box-shadow: -4px -2px 4px 0px rgba(239, 239, 239, 0.30), -2px 2px 4px 0px rgba(0, 0, 0, 0.10);
}
.info-contact-box{
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  padding: 4%;
  width: 95%;
  margin-top: 40px;
}
.logo-slogan{
  display: flex;
  width: 240px;
  margin: 15px auto;
}