html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
/*  font: inherit;*/
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  color: #fff;
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  color: #fff;
  text-decoration: none;
}

/* Mantener la tipografía/espaciado en el li */
.footer-col .menu-item-foot {
  font-family: "Playfair Display", serif;
  line-height: 1.8;
  transform: translateX(0px);
  transition: all 0.25s ease-in-out;
  margin-bottom: 5px;
}

/* Asegurar que el texto herede color y ocupe toda el área clickeable */
.footer-col .menu-item-foot > a {
  color: #6e700c;
  text-decoration: none;
  display: block; /* importante: área clickeable como antes */
}

/* Hover equivalente al anterior */
.footer-col .menu-item-foot:hover {
  transform: translateX(6px); /* si antes se movía con hover */
}

.footer-col .menu-item-foot:hover > a {
  color: #6e700c; /* o el color hover que tenías */
}

/* Hover del item completo */
.wrap-footer-top > div:nth-of-type(2) ul
.menu-item-foot:not(.bold-menu-item-foot):hover {
    background: rgb(110, 112, 12);
}

/* Color del texto dentro del li (a) */
.wrap-footer-top > div:nth-of-type(2) ul
.menu-item-foot:not(.bold-menu-item-foot):hover > a {
    color: white;
}


html,
body {
  background-color: #faf8f7;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  line-height: 1.6;
  font-size: 20px;
}
h1,
h2,
h3,
h4,
.title {
  font-family: "Playfair Display", serif;
  color: #6e700c;
  font-weight: 600;
  font-size: 50px;
}

.premium-tit {
  line-height: 1;
}

.premium .sub-xl,
.card-t,
.text-img-left-au {
  font-size: 32px;
}
.subtitle {
  font-size: 25px;
}
h3 {
  font-weight: 300;
}
.subtitle_section {
  font-size: 20px;
}
.quote_section {
  font-size: 23px;
}
.italic-tit {
  font-style: italic;
  padding-bottom: 0 !important;
}
.premium-tit {
  width: 100%;
  color: #6e700c;
  font-weight: 600;
  margin-bottom: 15px;
}
.sub-xl {
  color: #6e700c;
  font-weight: 400;
}

.premium .sub-xl {
  font-size: 32px;
}

.subtitle {
  font-family: "GothamRounded-book", sans-serif;
  font-style: italic;
  color: #6e700c;
  margin: 30px 0;
}
.space-h {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  display: none;
}
.space-small {
  width: 100%;
  margin: 0 auto;
  height: 5vh;
}
.aw {
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
.bg-ct {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-cv {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
li.item-news {
  font-family: "GothamRounded-book", sans-serif;
  text-transform: capitalize;
}
.container {
  width: 90%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: auto;
  position: relative;
  overflow: visible;
  max-width: 1600px;
}

.main-banner .container {
  height: 100%;
}

.site-header .container {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}

.logo {
  display: block;
  background-image: url(../img/fagua-logo-big.png);
  width: calc(20% - 20px);
  height: 80px;
  /* margin-left: 20px; */
  background-position: left;
}
.header-menu {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fagua-menu {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  font-family: "GothamRounded-book", sans-serif;
  font-weight: normal;
  color: #6e700c;
  list-style: none;
}

li.menu-item a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "GothamRounded-book", sans-serif;
  font-weight: normal;
  color: #6e700c;
  height: 100%;
  padding: 0 10px;
  position: relative;
}

li.menu-item a:hover {
  border-bottom: 2px solid #6e700c;
  font-weight: 600;
}

/*2023-12-19*/

.active-menu-item > * {
  border-bottom: 2px solid #6e700c;
  font-weight: 600;
}

/*-----*/

li.menu-item .subbox-products a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "GothamRounded-book", sans-serif;
  font-weight: normal;
  color: #6e700c;
  height: 100%;
  padding: 0 10px;
  position: relative;
  flex-direction: column;
}

span.opacityBg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  /* backdrop-filter: blur(2px); */
}

li.menu-item.sub a,
li.menu-link a {
  transition: all ease-in-out 0.25s;

  font-family: "GothamRounded-book", sans-serif;
  font-weight: normal;
  color: #6e700c;
}

li.menu-item.sub a:hover {
  color: #fff;
  background-color: #8db521;
  height: 100px;
  padding: 0 20px;
  border: none;
  font-weight: 700;
  transition: all ease-in-out 0.25s;
}

/*
.menu-link:hover{
    color:#fff;
    background-color:#8DB521;
    height: 100px;
    padding: 0 20px;
    transition: all ease-in-out 0.25s;

}
*/
ul.menu-link {
  display: flex;
  gap: 20px;
  height: 80px;
}
li.menu-item {
  height: 80px;
}
.submenu a.btnSubmenu {
  padding: 0 5px;
}
li.highlight a {
  font-weight: 700;
  padding: 0;
  width: 150px;
}
.submenu:hover a.btnSubmenu {
  color: #fff;
  background-color: #8db521;
  height: 80px;
  border: none;
  font-weight: 700;
  transition: all ease-in-out 0.25s;
}

li.menu-item.highlight {
  font-weight: 700;
  color: #6e700c;
  padding: 0 20px;
  padding: 0 20px 6px;
}

a.btnSubmenu.highlight,
a.sub-movil-title.btn-submenu.highlight {
  font-weight: 700;
}

li.menu-item.highlight a:hover {
  background-color: #8db521;
  height: 100px;
  color: #fff;
}

.main-menu {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.main-menu a li.menu-item.sub {
  height: 100px;
}
.main-menu a.sub {
  height: 100px;
}
.text-highlight {
  font-weight: 700;
  color: #6e700c;
}

.menu-contact {
  background-color: #8db521;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-image: url(../img/mail.png);
  background-size: auto;
  cursor: pointer;
}

.sub-our-flowers {
  width: 100%;
  position: relative;
  top: 100px;
  left: 0;
  background-color: #faf8f7;
}

.flowers-list {
  position: absolute;
  height: 300px;
  width: 100%;
  background-color: #faf8f7;
  top: 100%;
  left: 0;
  max-height: 0px;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
  display: flex;
  justify-content: space-around;
}

.pad {
  width: 100%;
  padding: 0 2%;
  padding: 0 90px;
}

main.contain-fagua {
  width: 100%;
  margin: 0 auto;
  background-color: #faf8f7;
  margin-top: 80px;
  overflow: hidden;
}

.main-banner {
  width: 100%;
  display: flex;
  height: calc(100vh - 80px);
  justify-content: space-between;
  align-items: center;
}

.main-banner.pad {
  padding: 0;
}

.premium {
  width: 50%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.gallery-premium {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  overflow: hidden;
  justify-content: space-around;
}
.main-text {
  width: 100%;
  color: black;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
}
.btn-vflower {
  display: inline-block;
  width: max-content;
  text-align: center;
  color: #6e700c;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #6e700c;
  text-align: center;
  padding: 10px 50px;
  cursor: pointer;
  font-family: "GothamRounded", sans-serif;
  transition: all 0.2s ease-in-out;
  /* box-shadow: -5px 7px 4px #00000025; */
}
.contBtnBanner {
  margin-top: 15px;
}
.btn-vflower-xs {
  display: block;
  width: max-content;
  text-align: center;
  color: #6e700c;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #6e700c;
  text-align: center;
  padding: 15px 50px;
  cursor: pointer;
  font-family: "GothamRounded", sans-serif;
  box-shadow: -5px 7px 4px #00000025;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.btn-vflower-xs.claseSpace {
  margin-top: 200px;
}

.btn-vflower:hover {
  background: #6e700c;
  color: white;
}

.contBtn {
    position: relative;
    width: 100%;
}

.btn-more-info {
  background-color: #6e700c;
  color: white;
  width: 50%;
  height: 53px;
  text-align: center;
  text-transform: uppercase;
  font-family: "GothamRounded", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  margin-top: 50px;
  cursor: pointer;
  box-shadow: -5px 7px 4px #00000025;
}

.gallery-left,
.gallery-right {
  width: 50%;
}

.flower-slide {
  width: 100%;
}

.container-slick-vert {
  width: 100%;
  margin: 0px auto;
}

.slick-vertical .slick-slide {
  margin: 15px 15px !important;
}

.slider-vertical .slick-prev:before,
.slider-vertical .slick-next:before {
  display: none;
}
.slider-vertical .slick-prev,
.slider-vertical .slick-next {
  width: 0;
  height: 0;
  border-style: solid;
  margin: 20px;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  cursor: pointer;
}
.slider-vertical .slick-prev {
  top: -30px;
}
.slider-vertical .slick-next {
  border: none;
  bottom: -30px;
  top: auto;
}
.slider-vertical .slick-prev.slick-disabled,
.slider-vertical .slick-next.slick-disabled {
  opacity: 0.1;
  cursor: default;
}
.slider-vertical div {
  /*	height: 70vh;*/
  background: transparent;
  text-align: center;
}

/*
.slider-vertical img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
*/
.slick-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.gallery-left .slick-slider .slick-list {
  transform: rotate(180deg);
}

.gallery-right .slick-slider .slick-slide {
  width: 100%;
  aspect-ratio: 1/1.5;
}
.gallery-left .slick-slider .slick-slide {
  transform: rotate(-180deg);
  width: 100%;
  aspect-ratio: 1/1.5;
}

.slick-slider .slick-slide.slick-active {
  position: relative;
  z-index: 1;
}

/* text in my case is placed in a <figcaption> tag */
.slick-slider figcaption {
  visibility: hidden;
}

.slick-slider .slick-slide.slick-active figcaption {
  visibility: visible;
}

.our-flowers {
  width: 90%;
  margin: 0 auto;
  padding-top: 10vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 90px;
  margin-top: 110px;
  max-width: 1600px;
}

.our-flowers .premium-tit {
  margin-bottom: 0;
}

.of-text {
  width: 60%;
  color: black;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  margin: 30px 0 60px;
}

.of-text p {
  font-family: "GothamRounded-light", sans-serif;
}

.of-descript {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  /* margin-top: 110px; */
  margin-bottom: 70px;
}

.flower-info-wrap {
  width: calc(33% - 25px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flower-one {
  background-image: url(../images/premium-flower.png);
  width: 100%;
  aspect-ratio: 1/1.4;
}

.flower-two {
  background-image: url(../images/wholesale.png);
  width: 100%;
  height: 80vh;
}

.flower-three {
  background-image: url(../images/mass-market.png);
  width: 100%;
  height: 80vh;
}

.info-card-flow {
  /* height: auto !important; */
  width: 90%;
  position: relative;
  height: 100%;
  margin-top: -55%;
  background-color: #fff;
  padding: 10% 30px 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.card-t {
  color: #6e700c;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 32px;
}

.text-card {
  color: black;
  font-size: 16px;
  min-height: 150px;
  display: flex;
  align-items: center;
}

.card-icons {
  width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 5%;
  color: #6e700c;
  font-family: "GothamRounded-book", sans-serif;
  font-weight: 200;
  margin: 20px 0 0px;
}

.icon-box {
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.exotic {
  background-image: url(../images/icon-1.png);
  width: 35px;
  height: 35px;
}

.text-icon {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.1;
}

.wholesale {
  background-image: url(../images/icon-2.png);
  width: 35px;
  height: 35px;
}

.mass {
  background-image: url(../images/icon-3.png);
  width: 35px;
  height: 35px;
}

.card-flower {
  width: 100%;
  cursor: pointer;
}

/*

.wrap-our-edge {
    width: 100%;
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px;
}
*/

.our-edge-in {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  text-align: left;
  overflow: hidden;
}

.title-sec-our {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-weight: 600;
  text-align: left;
}

.sub-text-our {
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  color: #fff;
  text-align: left;
  margin: 0 0 20px;
  font-size: 20px;
}

.our-white {
  width: 70%;
  color: #fff;
  text-align: left;
  font-family: "GothamRounded-light", sans-serif;
}

.contBtnOurEdge {
  margin-top: 30px;
}

.read-more {
  color: #fff;
  text-align: left;
  font-family: "GothamRounded", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration-line: underline;
}

.our-edge-descrip {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 5% 2%;
}

.icon-edge {
  width: 20%;
  height: 100px;
  margin-right: 5%;
}

.tree {
  width: 45px;
  height: 45px;
}

.icon-text-edge {
  width: 70%;
  font-family: "GothamRounded-book", sans-serif;
  font-weight: 200;
  text-align: left;
  color: #fff;
}

.separador {
  width: 100%;
  border: 1px solid #fff;
}

.separador:last-child {
  display: none;
}

/*
.wrap-au {
    width: 100%;
    display: flex;
    margin: 100px 0;
    padding: 0 90px;
    justify-content: space-between;
    align-items: center;
    height: calc(100vh - 80px);
}
*/
.about-us {
  width: 60%;
  text-align: left;
  color: #000;
  padding-right: 60px;
}

.about {
  font-family: "Playfair Display", serif;
  color: #6e700c;
  font-weight: 600;
  text-align: left;
  line-height: 1.1;
}

.sub-text-about {
  color: #000;
  text-align: left;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  margin: 15px 0;
}

.about-img {
  width: 40%;
  height: 100%;
  aspect-ratio: 2/3;
}

.wrap-testimonials {
  position: relative;
  text-align: center;
  max-width: 1600px;
  margin: 100px auto 150px;
}

.backgoroundFlorwerLeft {
  position: absolute;
  height: 320px;
  width: 160px;
  top: 200px;
  left: 0;
  background-image: url("../img/bg-flowers-right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial-tit {
  text-align: center;
  font-family: "Playfair Display", serif;
  color: #6e700c;
  font-weight: 600;
}

.testimonials-carousel {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2%;
  margin: 0 auto;
}

.testimonial-slick {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.testimonial-slick .slick-track {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.card-testimonials {
  width: 300px;
  /*    min-height: 40vh;*/
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #c7c7c7;
  box-shadow: 5px 5px 40px;
  padding: 50px;
  margin: 0 30px;
}

.name-test {
  font-family: "GothamRounded", sans-serif;
  font-weight: 600;
  color: #6e700c;
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
}

.profile {
  font-family: "GothamRounded-book", sans-serif;
  text-align: left;
  color: #6e700c;
  padding-bottom: 30px;
}

.sub-text-test {
  font-family: "GothamRounded-light", sans-serif;
  text-align: center;
  color: #000;
}

.of-text-test {
  width: 70%;
  text-align: center;
  margin: 0 auto;
  padding: 15px 0;
  color: #000;
}

.testimonial {
  width: 100%;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  color: #000;
  text-align: left;
}

.city-test {
  background-image: url(../img/location.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 27px;
  color: #797979;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  text-align: left;
  margin-top: 20px;
  padding-left: 40px;
}

.city-test img {
  margin-right: 3%;
}

.wrap-lt {
  background-image: url(../images/red-flowers.png);
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: start;
  justify-content: start;
  padding: 50px;
}
.bold-text {
  font-weight: 700;
}

.box-info {
  width: 40%;
  min-height: 3vh;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 5%;
  text-align: left;
}

.line-green {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #6e700c;
  margin-bottom: 50px;
}
.wrap-latest {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.box-title {
  width: 80%;
  color: #000;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  text-align: left;
  margin-bottom: 3vh;
}
.latest-title {
  width: 80%;
  text-align: left;
  color: #000;
  padding: 0 5%;
}
.main-testimonial {
  padding: 70px 0;
}
.sub-text-latest {
  color: #000;
  text-align: left;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  margin: 3vh 0;
}
.sub-text-box {
  color: #000;
  text-align: left;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
}
.read-article {
  color: #6e700c;
  text-align: right;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 2vh;
}
.slide-show .slick-slide {
  color: #fff;
  height: 200px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}
.slide-show .slick-slide,
.slide-show
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}
.slide-show .slick-center,
.slide-show
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.1);
}
.slide-show .slick-current.slick-active {
  transform: scale(1.1);
}
.slick-next,
.slick-prev {
  z-index: 5;
  height: 40px;
  width: 40px;
}
.slick-next {
  right: 50%;
  margin-right: -50px;
  top: 100%;
  transform: translate(0, -0%);
}
.slick-prev {
  left: 50%;
  margin-left: -50px;
  top: 100%;
  transform: translate(0, -0%);
}

.testimonial-slick .slick-prev,
.testimonial-slick .slick-next {
  top: calc(100% + 20px);
}

.slick-next:before,
.slick-prev:before {
  font-weight: 100 !important;
  opacity: 5;
  background-image: url(../img/Flecha-derecha.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1000;
  position: relative;
  color: transparent;
  height: 80%;
  width: 80%;
  display: inline-block;
}
.slick-prev:before {
  background-image: url(../img/Flecha-izquierda.png);
}

.latest-news-wrap {
  width: 100%;
  padding-bottom: 80px;
}

.news-box {
  width: 100%;
  border-bottom: 1px solid #6e700c;
  display: flex;
  justify-content: center;
  align-items: start;
  margin-top: 50px;
  padding-bottom: 50px;
}

.number-new {
  width: 10%;
  color: #6e700c;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  text-align: center;
}

.news-image {
  width: 30%;
  height: 60vh;
  background-position: top;
}

.text-news-box {
  width: 50%;
  margin-left: 50px;
}

.news-box.text-news-box {
  width: 50%;
  margin-left: 50px;
  margin-bottom: 50px;
}
.text-news-box .testimonial {
  width: 70%;
}

.text-news-box .read-article {
  padding-top: 30px;
  text-align: right;
  width: 70%;
  display: flex;
  justify-content: end;
}

.date-box {
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  color: #000;
  margin-bottom: 30px;
}

.card-testimonial .slick-slider .slick-slide .slick-active {
  transform: scale(2);
  filter: brightness(100%);
}

.all-news {
  width: 20%;
  display: flex;
  text-align: center;
  color: #6e700c;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #6e700c;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
  font-family: "GothamRounded", sans-serif;
  transition: all 0.2s ease-in-out;
  box-shadow: -5px 7px 4px #00000025;
  margin: 0 auto;
  margin-top: 50px;
  justify-content: center;
  align-items: center;
}
.contact-text {
  width: 80%;
  color: #fff;
  text-align: left;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  margin: 50px 0;
}

.email-box {
  width: 60%;
  height: 50px;
  color: #949494;
  display: flex;
  justify-content: start;
  align-items: center;
}

input.email-box {
  border: 1px solid #000;
  padding: 0 20px;
  border-radius: 5px;
  box-shadow: -5px 7px 4px #00000025;
}

.contact-btn {
  width: 30%;
  background-color: #6e700c;
  color: #fff;
  height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "GothamRounded", sans-serif;
  cursor: pointer;
  padding: 0px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  box-shadow: -5px 7px 4px #00000025;
}

.data-box {
  border: 1px solid #000;
  padding-top: 30px;
}
.check-contact {
  width: 100%;
  margin: 30px 0 0px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wrap-footer-top {
  width: 90%;
  padding: 50px 0px;
  display: flex;
  justify-content: space-around;
  color: #6e700c;
  align-items: start;
  background-color: #fff;
  max-width: 1600px;
  margin: 0 auto;
}

.footer-col {
  width: 20%;
  font-family: "Playfair Display", serif;
  line-height: 1.8;
  color: #6e700c;
  padding-right: 15px;
  overflow: hidden;
}

li.menu-item-foot {
  font-family: "Playfair Display", serif;
  line-height: 1.8;
  color: #6e700c;
  transform: translateX(0px);
  transition: all 0.25s ease-in-out;
  margin-bottom: 5px;
}

.wrap-footer-top
  > div:nth-of-type(2)
  ul
  .menu-item-foot:not(.bold-menu-item-foot) {
  /* width: fit-content; */
  max-width: 255px;
  padding: 5px;
  line-height: 1.1;
  border: 1px solid #6a700c;
}

li.menu-item-foot:hover {
  transform: translateX(10px);
}

li.menu-item-foot.highlight {
  font-weight: 700;
}

.bold-menu-item-foot {
  transform: none !important;
  font-weight: 800;
  text-transform: uppercase;
}

.social-box .side-a .highlight {
  padding-bottom: 15px;
}

.social-box .side-a .highlight {
  font-family: "Playfair Display", serif;
  font-weight: 800;
}

.social-box {
  width: 40%;
  display: flex;
  justify-content: end;
}
.side-a,
.side-b {
  width: 50%;
  justify-content: start;
  align-items: start;
}

.side-b img {
  width: 100%;
  height: auto;
  padding-right: 20px;
}

.icon-foot-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: start;
}
.foot-credit-list .icon-foot-wrap {
  justify-content: center;
  gap: 0;
}

.icon-foot {
  width: 33%;
  cursor: pointer;
}

.credits-foot {
  width: 100%;
  height: 60px;
  background-color: #6e700c;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-credits {
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

.credits-foot ul li {
  width: 100%;
  display: inline-block;
  justify-content: center;
  align-items: center;
  font-family: "GothamRounded-book", sans-serif;
  font-weight: 200;
  border-right: 1px solid #fff;
  padding: 0 20px;
}

.icon-foot-wrap a:last-child > .foot-credit-list {
  padding-left: 20px;
  padding-right: 0;
  border-right: 0px;
}

.foot-credit-list {
  display: flex;
}

.wrap-sm-products {
  width: 100%;
}

/*
.menu-link:hover .submenu-products {
    max-height: 100vh;
}
*/

.submenu-products {
  position: absolute;
  width: 100%;
  background-color: #faf8f7;
  top: 100%;
  left: 0;
  max-height: 0px;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
  display: flex;
  justify-content: space-around;
  box-shadow: -5px 7px 4px #00000025;
}

.subbox-products {
  aspect-ratio: 4/3;
  font-weight: 400;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  width: 30%;
}

.submenu:hover .submenu-products {
  max-height: 100vh;
}

figure {
  width: 370px;
  height: 255px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.subbox-products img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  place-items: center;
  text-align: center;
  padding: 1rem;
  color: white;
  z-index: 1;
  opacity: 0;
  transition: opacity 600ms, transform 600ms;
  z-index: 2;
}

.fig-title {
  font-weight: 600;
  margin-bottom: 30px;
}

.fig-des {
  font-weight: 500;
  text-align: center;
  color: #fff;
  text-transform: none;
  padding: 0 20px;
}

.subbox-products .contDesc {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.subbox-products .fig-des {
  font-weight: 300;
  text-align: center;
  color: #fff;
  text-transform: none;
  padding: 0 20px;
  z-index: 2;
}

.box-title-sub {
  position: relative;
  font-weight: 500;
  color: #fff;
  z-index: 2;
  font-size: 32px;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  place-items: center;
  text-align: center;
  padding: 1rem;
  color: white;
  z-index: 1;
  opacity: 0;
  transition: opacity 600ms, transform 600ms;
}
.all-products {
  width: 80%;
  padding: 15px 0;
  background-color: #ffc700;
  color: #0c0c0c;
  font-weight: 600;
  text-transform: none;
  font-family: "Outfit", sans-serif;
  border: none;
  margin-top: 30px;
}
.card-testimonials.slick-slide.slick-current.slick-center {
  transform: scale(1, 1);
  opacity: 5;
  filter: blur(0px);
}

.slick-initialized.slick-slide {
  opacity: 0.7;
  filter: blur(0px);
}

.card-testimonials.slick-slide {
  opacity: 0.7;
  transition: 0.9s;
  filter: blur(3px);
  box-shadow: -5px 5px 8px 0px #cecece;
  margin: 10px 0;

  &.slick-active {
    opacity: 5;
  }
}

.card-testimonials {
  transform: scale(0.7);
  transition: all ease-in-out 0.3s;
}

/*
.sb.slick-slide {
  opacity: 0.2;
  transition: 0.9s;
  
  
  &.slick-active {
    opacity: 5;
  }
}

.items
{
transform:scale(0.7);
  transition:all ease-in-out 0.3s;
  padding:30px 0;
 
}
.items.slick-slide.slick-current.slick-center {
    transform: scale(1, 1);
   
    opacity: 5;
   
}

.items.slick-slide {
    background-color:#8DB521;
    width: auto!important;

}

.slick-initialized .slick-slide{
    opacity: 0.2;
    width: auto!important;
}

.sb
{
    background-color:transparent;
  width:400px;
  height:280px;
}*/
/*
.slick-wrap{
    width: 100%;
    height: 100vh;
}

  .slick-center .slick-slide {
    text-align: center;
    margin:0 50px;
    transition: transform .3s ease;
  }
  .slick-center img {
    text-align: center;
    margin: 0 auto;
  }

  .slick-list:focus { outline: none; }


  .slick-center .slick-list, .slick-center .slick-track {
    overflow: visible;
  }
  .slick-center .slick-current {
    width: 0 30px;
    top: 50%;
    transform: scale(1.3);
    transform-origin: center center;
  
   
  }

  .slick-initialized .slick-slide{
   
  }*/

.section-title {
  font-family: "Playfair Display", serif;
  color: #6e700c;
  font-weight: 400;
  text-align: left;
}

.leaves-back-df .section-title,
.leaves-bg-b-df .section-title {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

.wrap-results {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #6e700c;
  border-bottom: 1px solid #6e700c;
  padding: 50px 20px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.question {
  font-family: "GothamRounded-book", sans-serif;
  font-weight: 400;
  text-align: left;
  margin-bottom: 40px;
  width: 100%;
  color: #000;
}

.answer {
  width: 70%;
  margin-left: auto;
  font-family: "GothamRounded", sans-serif;
  font-weight: 200;
  color: #000;
  padding-bottom: 20px;
}

.left-contact {
  text-align: left;
  width: 50%;
  max-width: 800px;
}

.right-contact {
  width: 50%;
  min-height: 100vh;
  height: auto;
  background-image: url(../images/contact-page.png);
  float: right;
  max-width: 800px;
}

.main-contact {
  width: 100%;
  display: flex;
  padding: 0;
  justify-content: center;
}

.main-contact-text {
  width: 80%;
  color: black;
  font-family: "GothamRounded-book", sans-serif;
  font-weight: light;
  margin: 50px 0;
}

.contactpage-form {
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 80%;
  padding-bottom: 40px;
}
.lname {
  font-family: "GothamRounded-book", sans-serif;
  font-weight: 200;
  margin-bottom: 5px;
  text-align: left;
  color: #000;
}
.box-input {
  border-radius: 5px;
  border: 1px solid #000;
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
}
.mensaje {
  width: 100%;
  height: 100px;
}

.btn-send {
  background-color: #6e700c;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  font-family: "GothamRounded", sans-serif;
  border-radius: 0;
  border: none;
  box-shadow: -5px 7px 4px #00000025;
  padding: 15px 0;
  margin: 50px 0;
  cursor: pointer;
}

.select-form {
  color: #6e700c;
  font-weight: 600;
  text-align: left;
  margin: 50px 0 0;
}

.forms-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  color: #6e700c;
  font-size: 25px;
}

select.kind {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 80%;
  background-color: transparent;
  font-family: "Playfair Display", serif;
  color: #6e700c;
  font-weight: 600;
  text-align: left;
  appearance: none;
  background-image: url(../img/arrow-down.png);
  background-repeat: no-repeat;
  background-position: right;
  border: none;
  font-size: 40px;
  cursor: pointer;
}

select.kind:focus {
  color: #6e700c;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  outline: 0;
}

.right-contact-quotes {
  width: 50%;
  min-height: 100vh;
  height: auto;
  background-image: url(../images/quotes.png);
  float: right;
}

.check-area {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 100%;
  color: #000;
  font-family: "GothamRounded", sans-serif;
  margin: 30px 0;
}

.box-send {
  background-color: #6e700c;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  font-family: "GothamRounded", sans-serif;
  border-radius: 0;
  border: none;
  box-shadow: -5px 7px 4px #00000025;
  padding: 10px 0;
}

.top-banner-policy {
  width: 100%;
  height: 180px;
  background-image: url(../images/privacy-policy.png);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title-cat-pp {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.text-cat-pp {
  width: 55%;
  color: #fff;
  text-align: center;
  font-family: "GothamRounded", sans-serif;
  font-weight: 200;
}

.wrap-pp h1 {
  text-align: left;
  color: #6e700c;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  padding: 0px 0 30px;
}

.wrap-pp h2 {
  font-family: "GothamRounded", sans-serif;
  font-weight: 200;
  color: #6e700c;
  text-align: left;
  padding-bottom: 30px;
}
.wrap-pp h3 {
  font-family: "GothamRounded", sans-serif;
  font-weight: 200;
  color: #6e700c;
  text-align: left;
  padding-bottom: 30px;
}
.wrap-pp p {
  color: #000;
  font-family: "GothamRounded-book", sans-serif;
  font-weight: 200;
  text-align: left;
}

.wrap-pp {
  width: 100%;
  margin: 0 auto;
  padding: 5%;
}

.main-text-pp {
  color: #000;
  font-family: "GothamRounded", sans-serif;
  font-weight: 200;
  text-align: left;
  width: 100%;
}

.left-account {
  width: 50%;
  min-height: 100vh;
  height: auto;
  background-image: url(../images/banner-create-account.png);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 70px;
}

.title-ca {
  font-family: "Playfair Display", serif;
  color: #6e700c;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}

.sub-text-ca {
  font-family: "GothamRounded", sans-serif;
  font-weight: 200;
  color: #fff;
  text-align: center;
  margin: 0 0 5vh;
}

.right-account {
  width: 50%;
  padding: 50px;
}

.ca-white {
  width: 100%;
  color: rgb(255, 255, 255);
  text-align: left;
  font-family: "GothamRounded", sans-serif;
  font-weight: 200;
}

.main-ca {
  width: 100%;
  display: flex;
  padding: 0;
  gap: 50px;
}

.ca-form {
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.wrap-uname {
  width: 100%;
  display: flex;
  gap: 30px;
}

.user-id {
  width: 50%;
}

.psw {
  background-image: url(../images/eye-psw.png);
  background-repeat: no-repeat;
  background-position: top 10px right 20px;
}

.ca-check-area {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 100%;
  color: #000;
  font-family: "GothamRounded", sans-serif;
  margin: 0;
}

.title-ca-white {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
/*---- ESTILOS SUBMENU SHOP ONLINE----*/

.wrap-sm-shop {
  width: 90%;
  margin: 0 auto;
  background-color: #faf8f7;
}
.submenu-shop {
  position: absolute;
  width: 90%;
  left: 5%;
  background-color: #faf8f7;
  top: 100%;
  height: 0px;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
  display: flex;
  justify-content: space-around;
  box-shadow: -5px 7px 4px #00000025;
}

.submenu:hover .submenu-shop {
  /*height: 260px;*/
  height: auto;
}

.subbox-shop {
  /*height: 240px;*/
  width: 100%;
  font-weight: 400;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.sub-shop-item {
  display: flex;
  justify-content: start !important;
  align-items: center !important;
  border-bottom: none !important;
}

figure.img-shop {
  width: 370px;
  height: 255px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.benefits-box {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  background-color: #faf8f7;
}

.sub-benefits,
.sub-benefits a:link,
.sub-benefits a:hover {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  font-family: "GothamRounded-book", sans-serif;
  text-align: center;
  color: #6e700c;
  border: none;
  border-bottom: none !important;
}

.sales-icon {
  background-image: url(../images/ClockCountdown.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.inventory-icon {
  background-image: url(../images/ClipboardText.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.online-icon {
  background-image: url(../images/online-deals.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.prophotos-icon {
  background-image: url(../images/FlowerLotus-icon.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.box-title-benefits {
  font-family: "Playfair Display", serif;
  color: #6e700c;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.wrap-icon-ben {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icon-text-ben {
  text-align: center;
}

.wrap-shoponline {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: start;
  background-color: #faf8f7;
}

.login-subbox {
  width: 20%;
  text-align: left;
  padding-top: 30px;
  padding-right: 30px;
  margin-left: 30px;
}

.account-subbox {
  width: 30%;
  text-align: left;
  padding-top: 30px;
  background-image: url(../images/leaves-shop-sub.png);
  background-repeat: no-repeat;
  background-position: top 10px right 5px;
  background-size: auto;
}

.text-subbox {
  font-family: "GothamRounded-book", sans-serif;
  color: #6e700c;
  font-weight: 500;
  padding: 20px;
  border-left: 1px solid #6e700c;
  border-bottom: transparent;
}

.login-subbox .text-subbox {
  font-family: "GothamRounded-book", sans-serif;
  color: #6e700c;
  padding: 10px 20px;
  border: 1px solid #6e700c;
  line-height: 1.2;
  margin: auto;
  margin: 5px auto;
  width: 90%;
  text-align: center;
  font-weight: 700;
  transition: all 0.3s ease;
}

.box-title-login {
  font-family: "Playfair Display", serif;
  color: #6e700c;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.wrap-movil {
  display: none;
}

.movil-logo-foot {
  display: none;
}

/*  ---- AOS ---- */

[data-aos="fade-up-mid"] {
  opacity: 0;
  transform: translate3d(0, 300px, 0);
  transition-property: transform, opacity;
}
[data-aos="fade-up-mid"].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos="fleft-mid"] {
  opacity: 0;
  transform: translate3d(300px, 0, 0);
  transition-property: transform, opacity;
}
[data-aos="fleft-mid"].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* our edge Aos*/

.main-text p {
  margin-bottom: 20px;
  font-family: "GothamRounded-light", sans-serif;
  font-size: 20px;
}

.about .main-text p {
  margin-top: 10px;
}
footer {
  background-color: #fff;
}
.account-subbox a.sub-shop-item {
  justify-content: center !important;
  align-items: center !important;
}
.account-subbox .text-subbox {
  border: none;
  background-color: #8db521;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
}
@media (height > 1200px) {
  .main-banner{
    max-height: 1080px;
  }
}

@media only screen and (min-width: 2000px) {
  .site-header .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
  }
}

@media only screen and (max-width: 1600px) {
  .our-flowers {
    margin-top: 60px;
  }
  html,
  body {
    font-size: 18px;
  }
  h3 {
    font-size: 40px;
  }
  .premium .sub-xl,
  .card-t,
  .text-img-left-au {
    font-size: 25px;
  }

  .box-title-sub {
    font-size: 25px;
  }

  .subtitle_section {
    font-size: 18px;
  }
  .quote_section {
    font-size: 20px;
  }
  .subtitle {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .flower-info-wrap {
    width: calc(33% - 10px);
  }

  .main-text p {
    font-size: 16px;
  }
  .flower-one {
    aspect-ratio: 1/1.2;
  }
  .info-card-flow {
    padding: 20px 20px;
  }
  .card-t {
    margin-bottom: 30px;
  }
  .img-box {
    height: 45px;
  }
  .text-icon {
    font-size: 16px;
    margin-top: 10px;
  }
  .card-icons {
    margin: 30px 0 50px;
  }
  .title-sec-our {
    font-size: 50px;
  }
  .sub-text-our {
    font-size: 22px;
  }
  .contBtnOurEdge {
    margin: 20px 0 0;
  }
  .wrap-our-edge {
    height: 100%;
    padding: 0;
    width: 90%;
    margin: auto;
    min-height: 600px;
    max-height: 1400px;
  }
  .tree {
    width: 45px;
    height: 45px;
  }
  .our-edge-descrip {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 25px 10px;
  }
  .sub-text-about {
    margin-bottom: 15px;
  }
  .btn-vflower {
    padding: 11px 50px;
  }
  .of-text-test {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    color: #000;
  }
  label {
    font-size: 12px;
  }
  .contact-wrap {
    min-height: auto;
    height: auto;
  }
  .side-a,
  .side-b {
    width: 280px;
    justify-content: start;
    align-items: start;
  }
  .social-box .side-a .highlight {
    padding-bottom: 20px;
  }
  .iconSocialMedia {
    height: 35px;
    width: 35px;
  }
  .side-b {
    text-align: right;
  }
  .side-b img {
    width: 75%;
    padding: 0;
  }
  .btn-vflower {
    font-size: 14px;
  }
  .our-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .card-icons-our {
    margin: 40px 0 40px;
  }
  .text-img-left {
    font-size: 30px;
  }
  body {
    font-size: 16px;
  }
  .card-t {
    margin-bottom: 0px;
    min-height: 60px;
    display: flex;
    align-items: center;
    line-height: 1;
  }

  .text-card {
    color: black;
    font-size: 16px;
    min-height: 200px;
    display: flex;
    align-items: center;
  }

  .card-icons {
    margin: 10px 0 0px;
  }

  .site-header .container {
    width: 90%;
  }

  .left-contact{
    padding-left: 5%;
  }
}

@media (height < 768px) {
  .main-banner .container {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1300px) {
  ul.menu-link {
    gap: 20px;
  }

  li.menu-item a {
    padding: 0 5px;
  }

  li.highlight a {
    padding: 0;
    width: auto;
  }

  li.menu-item.highlight {
    padding: 0;
  }

  li.menu-item-foot,
  li.menu-item-foot.highlight {
  }

  .social-box .side-a .highlight {
  }
  .text-credits {
    width: 80%;
    margin: 0 auto;
    color: #fff;
  }
  .icon-box-our {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 0px;
    text-align: center;
  }
  .img-box {
    width: 35px;
    height: 35px;
  }

  .side-a,
  .side-b {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .main-banner {
    height: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .submenu a.btnSubmenu {
    width: auto;
  }
}

@media only screen and (max-width: 1024px) {
  main.contain-fagua {
    margin-top: 60px;
  }

  ul.menu-link {
    gap: 1vw;
  }

  li.menu-item a {
  }
  .card-testimonials {
    width: 150px;
  }

  .main-banner {
    flex-direction: column-reverse;
  }

  .gallery-premium {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    overflow: hidden;
    justify-content: space-around;
  }

  .premium {
    width: 100%;
    padding: 30px 0 0;
  }

  .gallery-premium {
    width: 100%;
  }

  .main-text {
    width: 100%;
    margin-bottom: 30px;
  }

  .sub-xl {
  }

  .premium-tit {
  }

  .subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .btn-vflower {
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .of-text {
    width: 80%;
    margin-bottom: 50px;
  }
  .space-h {
    height: 30px;
  }
  .of-descript {
    display: block;
    flex-direction: column;
  }

  .flower-info-wrap {
    width: calc(50% - 30px);
    display: inline-block;
    vertical-align: top;
    margin: 0 13px;
  }

  .info-card-flow {
    width: 90%;
    margin-top: -75%;
  }
  .text-card {
  }

  .btn-vflower-xs {
    width: 50%;
    padding: 10px;
    margin: 0 auto;
  }
  .wrap-our-edge {
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px;
  }
  .our-edge-in {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .title-sec-our {
    text-align: center;
  }

  .sub-text-our {
    text-align: center;
  }

  .our-white {
    width: 100%;
    text-align: center;
  }

  a.read-more {
    text-align: center;
  }

  .icon-text-edge {
    width: 100%;
  }

  .wrap-au {
    width: 100%;
    flex-direction: column;
    padding: 30px;
  }

  .about {
    text-align: center;
  }

  .about-us {
    width: 100%;
  }

  .sub-text-about {
    text-align: center;
    margin-top: 15px;
  }

  .about-img {
    width: 100%;
    height: 60vh;
  }

  .wrap-testimonials {
    text-align: center;
    margin: 30px;
  }

  .of-text-test {
    width: 100%;
    padding: 0px;
  }

  .latest-title {
    width: 100%;
    text-align: left;
    color: #000;
    padding: 0 5%;
  }

  .line-green {
    width: 100%;
    margin-bottom: 20px;
  }
  .wrap-lt {
    padding: 0px;
    height: 90vh;
    align-items: end;
  }

  .box-info {
    width: 90%;
    padding: 20px;
  }

  .number-new {
    width: 10%;
    display: none;
  }

  .news-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .news-image {
    width: 100%;
    height: 50vh;
  }

  .date-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .text-news-box {
    width: 100%;
    margin-left: 20px;
  }
  .all-news {
    width: 60%;
    padding: 10px 0;
  }
  .contact-text {
    width: 100%;
    margin: 30px 0;
  }

  .email-box {
    width: 100%;
    flex-direction: column;
    height: 100%;
  }

  input.email-box {
    height: 50px;
  }

  .contact-btn {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }

  .container {
    left: 2.5%;
    width: 95%;
    gap: 5%;
    align-items: flex-start;
  }

  .site-header .container {
    position: absolute;
    overflow: hidden;
    height: 0;
    width: 0;
  }

  .site-header {
    height: 60px;
  }

  .wrap-movil {
    display: flex;
    width: 100%;
    height: 60px;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
  }

  .logo-movil {
    background-image: url(../img/logo-mobile.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 80px;
    height: 45px;
    margin-left: 5px;
  }

  .email-icon {
    width: 60px;
    height: 60px;
    background-color: #8db521;
    background-image: url(../img/mail.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 20px;
    cursor: pointer;
  }

  .menu-hamburguer {
    width: auto;
    height: 60px;
    margin-left: 20px;
  }

  /*-----icono-----*/

  .leftMenuMobile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .rightMenuMobile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }

  .checkbox {
    height: 50px;
    width: 30px;
    display: flex;
    justify-content: start;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
  }

  .checkbox .trace {
    width: 30px;
    height: 3px;
    background-color: #6e700c;
    position: absolute;
    border-radius: 4px;
    transition: 0.5s ease-in-out;
  }

  .checkbox .trace:nth-child(1) {
    top: 15px;
    transform: rotate(0);
  }

  .checkbox .trace:nth-child(2) {
    top: 25px;
    transform: rotate(0);
  }

  .checkbox .trace:nth-child(3) {
    top: 35px;
    transform: rotate(0);
  }

  #toggle {
    display: none;
  }

  #toggle:checked + .checkbox .trace:nth-child(1) {
    transform: rotate(45deg);
    top: 27px;
  }

  #toggle:checked + .checkbox .trace:nth-child(2) {
    transform: translateX(-100px);
    width: 30px;
    visibility: hidden;
    top: 27px;
    opacity: 0;
  }

  #toggle:checked + .checkbox .trace:nth-child(3) {
    transform: rotate(-45deg);
    top: 27px;
  }

  /*----icono hamburguesa-----*/

  .movil-ham {
    position: fixed;
    left: -100%;
    top: 60px;
    display: block;
    height: calc(100% - 60px);
    background-color: #fff;
    overflow: auto;
    transition: all 0.5s ease;
    width: 100%;
  }

  input:checked ~ .movil-ham {
    /* min-height: 667px; */
    left: 0;
  }
  /*
    input {
        display: none;
    }*/

  .lmenu {
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid black;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    user-select: none;
    font-weight: light;
  }

  /* Estilo del boton cuando se pasa el mouse por encima*/
  .lmenu:hover {
    background: #ffc700;
  }

  /* Estilo del boton cuando el menú está expandido*/

  .movil-ham {
    margin-top: 0;
    padding: 0;
    width: 100%;
  }

  .pr-movil {
    display: block;
    /*    background:#FAF8F7;*/
    margin: 0;
    padding: 15px 0;
    list-style: none;
    font-family: "GothamRounded-book", sans-serif;
    font-weight: normal;
    color: #6e700c;
    position: relative;
  }

  /*Estilo cuando el mouse pasa encima de cada link del menu*/
  .pr-movil:hover {
    filter: brightness(110%);
  }

  .movil-ham,
  .movil-products,
  .submovil {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .submovil a {
    display: block;
    text-decoration: none;
    padding: 20px 0px;
    color: #6e700c;
  }

  .box-title-sub {
    margin: 0;
  }
  .movil-ham a {
    display: block;
    text-decoration: none;
    padding: 20px 10px 20px 30px;
    color: #6e700c;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }

  .movil-ham a:hover {
    color: #8db521;
  }

  .movil-products {
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
  }

  .active .movil-products {
    display: block;
    max-height: 360px;
    padding-bottom: 0px;
    position: relative;
    z-index: 3;
  }

  .movil-ham li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .subimg-movil {
    width: 90%;
    height: 90px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  /*
    .subimg-movil::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 200%;
        height: 200%;
        background:#FAF8F7;
        transform-origin: center;
        opacity: 0;
        transform: scale(2);
        transition: opacity 300ms;
    }*/

  figure {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    overflow: hidden;
  }

  .figcap-movil {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    place-items: center;
    text-align: center;
    padding: 1rem;
    color: #6e700c;
    z-index: 1;
    opacity: 0;
    transition: opacity 600ms, transform 600ms;
  }
  .box-title-movil {
    position: absolute;
    top: 50%;
    font-weight: 400;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
  }

  .sub-movil-title {
    margin-left: 40px;
  }

  .fig-title-movil {
    font-weight: 500;
  }

  .fig-des-movil {
    font-weight: 300;
    text-align: center;
    text-transform: none;
  }

  .subbox-products {
    height: 80px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 20px;
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .wrap-footer-top {
    width: 100%;
    flex-direction: column;
  }

  .movil-logo-foot {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    justify-content: center;
  }

  .movil-logo-foot img {
    width: 150px;
    height: auto;
  }

  .side-b {
    display: none;
  }

  .footer-col {
    width: 100%;
    padding: 0;
  }

  .wrap-footer-top
    > div:nth-of-type(2)
    ul
    .menu-item-foot:not(.bold-menu-item-foot) {
    margin: 0 auto 5px;
  }

  li.menu-item-foot,
  li.menu-item-foot.highlight {
    text-align: center;
    margin-bottom: 10px;
  }

  .social-box {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
  }

  .credits-foot {
    width: 100%;
    height: 100%;
    padding: 20px 0;
  }

  .text-credits {
    width: 100%;
  }

  .credits-foot ul li {
    width: 100%;
    border-right: none;
    padding: 10px 0;
  }

  .foot-credit-list {
    display: inline;
    text-align: center;
  }
}

/*  CSS OUR EDGE*/
.submenu-edge {
  display: flex;
  gap: 30px;
  justify-content: end;
  align-items: center;
  padding: 5%;
}

.anchor-edge {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid transparent;
}

.anchor-edge:hover {
  color: #6e700c;
  border-bottom: 1px solid #6e700c;
}
.our-edge {
  width: 40%;
}
.wrap-ouredge {
  display: flex;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
  padding: 0 0px 50px;
  margin-top: 190px;
  height: auto;
  justify-content: center;
  margin-bottom: 70px;
  align-items: start;
}
.subtext-ouredge {
  font-family: "GothamRounded-book", sans-serif;
  font-weight: 200;
  color: #6e700c;
  text-align: left;
  margin-bottom: 10px;
  font-size: 20px;
}

.right-ouredge {
  width: 60%;
}

.ouredge {
  font-family: "Playfair Display", serif;
  color: #6e700c;
  font-weight: 600;
  text-align: left;
  line-height: 1.1;
}

.sub-ouredge {
  color: #000;
  text-align: center;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  padding-bottom: 10vh;
}

.logistic-details {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: start;
}

.logistic-details-b {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  top: -100px;
}
.img-left {
  width: 40%;
  height: 90vh;
  display: flex;
}
.text-img-left {
  width: 50%;
  border-left: 2px solid #6e700c;
  font-family: "Playfair Display", serif;
  color: #000;
  text-align: left;
  margin-left: 50px;
  padding: 0 50px 0 20px;
  margin-bottom: 200px;
}
.text-img-left.textLeft {
  margin-bottom: 0;
}
.img-right {
  width: 50%;
  min-height: 90vh;
  height: auto;
  padding: 0 50px;
  margin: 0 50px;
}
.banner-logistic {
  width: 100%;
  aspect-ratio: 1/0.3;
  background-size: cover;
}

.text-banner-logistic {
  width: 50%;
  border-left: 2px solid #6e700c;
  font-family: "Playfair Display", serif;
  color: #000;
  text-align: left;
  margin-left: 50px;
  padding: 15px 50px 15px 20px;
  margin-top: 60px;
}

.wrap-quality {
  text-align: left;
  padding: 50px;
  margin-top: 100px;
}

.quality-tit {
  color: #6e700c;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.1;
}

.sub-quality {
  color: #000;
  text-align: left;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  padding-bottom: 10vh;
}
.img-quality {
  width: 70%;
  aspect-ratio: 2/1.1;
}
.main-text-quality {
  width: 70%;
  border-left: 2px solid #6e700c;
  font-family: "Playfair Display", serif;
  color: #000;
  text-align: left;
  margin-left: auto;
  padding: 0px 50px 0px 20px;
  margin-top: 80px;
  display: flex;
  align-items: end;
}

.left-side {
  width: 50%;
  padding-right: 50px;
}

.right-side {
  width: 40%;
  height: 90vh;
}

.wrap-map {
  display: flex;
  justify-content: space-around;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0px 50px 0px;
  margin-top: 80px;
  gap: 50px;
  align-items: stretch;
}

.map-a {
  width: 40%;
}

.map-b {
  width: 60%;
  min-height: 80vh;
  background-image: url(../img/map.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.subtext-map {
  color: #000000;
  text-align: left;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  padding-bottom: 25px;
}

.menu-map {
  width: 100%;
  text-align: left;
}
li.list-map a {
  width: 100%;
  display: block;
  margin: 10px 0;
  border-bottom: 1px solid transparent;
}

li.list-map a:hover {
  width: 100%;
  border-bottom: 1px solid;
  background-repeat: no-repeat;
  background-position: right;
  transition: all ease-out 500ms;
}

li.list-map a {
  width: 100%;
  font-family: "Playfair Display", serif;
  color: #6e700c;
  font-weight: 200;
  list-style: none;
}

li.list-map a:hover,
ul li.list-map a:hover {
  font-weight: 600;
  border-bottom: 1px solid #6e700c;
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto;
}

@media only screen and (max-width: 768px) {
  main.contain-fagua {
    margin-top: 60px;
    overflow-x: hidden;
  }
  .anchor-edge {
    text-align: center;
  }

  .wrap-ouredge {
    flex-direction: column;
    padding: 0;
  }

  .our-edge {
    width: 100%;
    padding: 0 20px;
  }
  .sub-ouredge {
    padding-bottom: 50px;
  }

  .ouredge {
    margin-bottom: 30px;
  }
  .right-ouredge {
    width: 100%;
    padding: 0 20px;
  }

  .img-left {
    min-height: 40vh;
    height: auto;
    padding: 0 20px;
    margin-left: 20px;
  }

  .text-img-left {
    margin-left: 20px;
    padding: 0 20px 0 20px;
  }

  .logistic-details-b {
    top: 40px;
  }

  .img-right {
    min-height: 40vh;
    padding: 0 20px;
    margin: 0 20px;
  }

  .banner-logistic {
    height: 30vh;
    margin-top: 100px;
  }

  .text-banner-logistic {
    width: calc(100% - 20px);
    margin-left: 20px;
    padding: 15px 50px 15px 20px;
    margin-top: 30px;
  }

  .wrap-quality {
    padding: 0;
    margin-top: 50px;
    text-align: center;
  }

  .quality-tit {
    padding: 0px 0px 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .sub-quality {
    padding: 20px 20px 50px;
    text-align: center;
  }

  .img-quality {
    width: 100%;
    height: 50vh;
  }

  .main-text-quality {
    width: 90%;
    padding: 0px 50px 0px 20px;
    margin-top: 30px;
  }

  .left-side {
    width: 100%;
    margin-top: 20px;
    padding: 0px;
  }

  .right-side {
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
  }

  .wrap-map {
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 20px 20px;
    margin-top: 20px;
    gap: 0px;
    position: relative;
  }

  .map-a {
    width: 100%;
  }
  .map-b {
    width: 100%;
    height: 50vh;
  }

  .subtext-map {
    padding-top: 0vh;
    padding-bottom: 0vh;
  }
}

/* END CSS OUR EDGE*/

/* ------OUR FLOWERS-----*/

.wrap-our {
  width: 90%;
  display: flex;
  padding: 120px 0 30px;
  justify-content: space-between;
  align-items: start;
  margin: auto;
  max-width: 1600px;
}

.top-banner-ourflowers {
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-cat {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-weight: 600;
  text-align: left;
  background-position-x: 30px;
  padding-left: 80px;
  background-repeat: no-repeat;
  width: 40%;
  position: relative;
}

.top-banner-ourflowers .title-cat,
.top-banner-ourflowers .text-cat-ouf {
  max-width: 800px;
  width: 50%;
}

.florwerLeft {
  background-image: url(../img/icon-title.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 90px;
  width: 90px;
  position: absolute;
  left: 30px;
  top: -20px;
}

.text-cat-ouf {
  width: 55%;
  color: #fff;
  text-align: left;
  font-family: "GothamRounded-book", sans-serif;
  font-weight: 200;
}

.ouf-program-text {
  width: 60%;
  text-align: left;
  color: #000;
}

.ouf-program-img {
  width: 50%;
  aspect-ratio: 2/1.4;
  background-position: top;
  background-size: cover;
}

.card-icons-our {
  width: 80%;
  display: flex;
  justify-content: space-around;
  gap: 10px;
  color: #6e700c;
  font-family: "GothamRounded-book", sans-serif;
  font-weight: 200;
  margin: 30px 0 40px;
}

.card-icons-our .img-box {
  flex: 1 0 auto;
}

.icon-box-our {
  width: 32%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.our-title {
    font-family: "Playfair Display", serif;
    color: #6e700c;
    font-weight: 600;
    text-align: left;
    line-height: 1.1;
}
.main-text-our {
  width: 80%;
  color: black;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  margin: 20px 0;
}
.our-bottom {
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  padding: 30px 0;
  max-width: 1600px;
}
.wholesale-bottom {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.massmarket-bottom {
  width: 48%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.left-bottom {
  width: 48%;
}

.rightbottom {
  width: 48%;
}

.wholesale-img {
    width: 50%;
    height: auto;
    aspect-ratio: 1 / 1.4;
    background-size: cover;
}

.massmarket-img {
  width: 50%;
  height: 60vh;
}
.top-banner-ourflowers-movil {
  display: none;
}

.img-box {
  width: 40px;
  height: 40px;
}

@media only screen and (max-width: 1024px) {
  .our-bottom {
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }

  .wholesale-bottom,
  .massmarket-bottom {
    width: 100%;
    align-items: start;
  }

  .ouf-program-img {
    margin-top: 80px;
    height: 50vh;
  }
}

@media only screen and (max-width: 768px) {
  .top-banner-ourflowers {
    display: none;
  }

  .top-banner-ourflowers-movil {
    width: 100%;
    padding: 10vh 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }

  .title-cat {
    text-align: center;
    background-image: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }

  .title-cat::before {
    display: inline;
    background-repeat: no-repeat;
    background-size: auto;
    width: 19px;
    height: 39px;
    margin-right: 10px;
  }

  .title-cat::after {
    content: url(../images/small-leaves-r.png);
    display: inline;
    background-repeat: no-repeat;
    background-size: auto;
    width: 19px;
    height: 39px;
    margin-left: 10px;
  }

  .text-cat-ouf {
    width: 100%;
    text-align: center;
  }

  .wrap-our {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    justify-content: center;
    align-items: center;
  }

  .ouf-program-img {
    width: 100%;
    height: 60vh;
    margin-top: 50px;
    background-size: cover;
  }
  .ouf-program-text {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    background-color: #faf8f7;
    padding: 20px;
    position: relative;
    top: -200px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .our-title {
    text-align: center;
  }

  .main-text-our {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
  }

  .card-icons-our {
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 5%;
    margin: 30px 0 30px;
  }

  .icon-box-our {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 0px;
  }

  .img-box {
    width: 35px;
    height: 35px;
  }

  .our-bottom {
    width: 100%;
    flex-direction: column;
    gap: 0px;
    padding: 0px;
    position: relative;
    margin-top: -180px;
  }

  .wholesale-bottom {
    width: 100%;
    flex-direction: column-reverse;
    justify-content: center;
  }

  .wholesale-img {
    width: 100%;
    height: 60vh;
    background-size: cover;
  }
  .left-bottom {
    width: 90%;
    margin: 0 auto;
    background-color: #faf8f7;
    padding: 20px;
    position: relative;
    margin-top: -200px;
    z-index: 4;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }
  .massmarket-bottom {
    width: 100%;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .massmarket-img {
    width: 100%;
    height: 50vh;
    background-size: cover;
    position: relative;
    top: -100px;
  }
}

/* ------- END OUR FLOWERS-------*/

/* -------DETAILS FLOWERS-------*/

.leaves-back-df {
  background-position: top 80px right 50px;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 5vh 0;
}

.content-details {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 50px;
}

.popUpImgFullScreen{
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  z-index: 10001;
  transition: all .5s ease-in-out, top 0s linear 0.5s;
}

.popUpImgFullScreen.activePop{
  opacity: 1;
  top: 0;
  visibility: visible;
  transition: all .5s ease-in-out, top 0s linear 0s;
}

.bgFullScreen{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255);
}

.closePopFullScreen{
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  background-image: url(../img/CERRAR-ICONO.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.slickFullScreen{
  width: 80%;
  height: 90%;
}

.slickFullScreen .img-details-df{
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-top: 0;
}


.outerImgDetail{
  width: 50%;
  margin-top: 50px;
  position: relative;
}

.expandImg {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 34px;
	height: 34px;
	background-image: url(../img/full-screen-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	z-index: 1;
}

.slickImgDetailDf{
  width: 100%;
  position: relative;
}

.slickImgDetailDf .slick-prev, .slickFullScreen .slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50px;
}
.slickImgDetailDf .slick-next, .slickFullScreen .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 50px;
}

.slick-slider.slickFullScreen .slick-track, .slick-slider.slickFullScreen .slick-list{
  height: 100% !important;
}

.slickImgDetailDf .img-details-df{
  width: 100%;
  margin-top: 0px;
}

.img-details-df {
  width: 50%;
  height: auto;
  margin-top: 50px;
}

.details-info-df {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 120px;
}

.table-info {
  font-family: "Playfair Display", serif;
  color: #6e700c;
  font-weight: 300;
  color: #000;
  text-align: left;
  width: 50%;
  margin-bottom: 50px;
}

.table-name {
  width: 100%;
  font-family: "Playfair Display", serif;
  color: #6e700c;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.data-info {
  width: 100%;
  font-family: "GothamRounded", sans-serif;
  font-weight: 200;
}

.leaves-bg-b-df {
  background-position: top 0px right 50px;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 5vh 0;
}

div.scroll-container {
  width: 100%;
  display: flex;
  gap: 20px;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

div.scroll-container img {
  padding: 10px;
}

.img-hslider {
  width: 30%;
  height: 50vh;
}

.contenedor {
  height: 143px;
  display: inline;
  white-space: nowrap;
}

img.img_presentacion_mini {
  width: 30%;
  display: inline-block;
  padding-right: 10px;
  cursor: pointer;
  position: relative;
}

.contenedor_scroll {
  top: 20px;
  max-width: 100%;
  height: 50vh;
  overflow-y: hidden;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  padding: 0px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.contenedor_scroll::-webkit-scrollbar {
  width: 12px;
}
.contenedor_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #d2d2d2;
  width: 60%;
}
.contenedor_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border: 1px solid #6e700c;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 7;
  overflow: scroll;
}

.popup {
  margin: 70px auto;
  padding: 40px;
  background: #fff;
  width: 45%;
  height: auto;
  position: absolute;
  transition: all 5s ease-in-out;
  z-index: 9;
  top: 30px;
  right: 0px;
  text-align: center;
  border: 1px solid #6e700c;
}

.pop-text {
  color: #4d4d4d;
  font-weight: 400;
  text-align: center;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-weight: 200;
  text-decoration: none;
  color: #333;
}

.popup .content {
  overflow: auto;
}
.flowers-form {
  text-align: left;
  display: flex;
  flex-direction: column;
  padding: 50px;
}

.lname {
  font-family: "GothamRounded-book", sans-serif;
  font-weight: 200;
  margin-bottom: 5px;
  text-align: left;
  color: #000;
}

.box-input {
  border-radius: 5px;
  border: 1px solid #000;
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
}

.mensaje {
  width: 100%;
  height: 100px;
}

.check-area {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 100%;
  color: #000;
  font-family: "GothamRounded", sans-serif;
  margin: 30px 0;
}

.box-send {
  background-color: #6e700c;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  font-family: "GothamRounded", sans-serif;
  border-radius: 0;
  border: none;
  box-shadow: -5px 7px 4px #00000025;
  padding: 10px 0;
}

@media only screen and (max-width: 768px) {
  .leaves-back-df {
    background-position: top 30px right 50px;
    padding: 5% 5% 0;
  }

  .content-details {
    flex-direction: column;
  }

  .img-details-df {
    width: 100%;
    margin-top: 50px;
  }

  .details-info-df {
    width: 100%;
    padding-top: 0px;
  }

  img.img_presentacion_mini {
    width: 50%;
  }

  .btn-more-info {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .leaves-bg-b-df {
    background-position: top 0px right 50px;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 0% 5% 0;
  }

  .contenedor_scroll-df {
    height: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 20px 0;
  }

  .popup {
    width: 100%;
    top: 0px;
  }
}

/* -------END DETAILS FLOWERS-------*/

/* -------ABOUT US-------*/
.top-banner-aboutus {
  width: 100%;
  padding: 15vh 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.title-cat-au {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-position-x: 30px;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
}

.text-cat-about {
  width: 50%;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-family: "GothamRounded-book", sans-serif;
  font-weight: 200;
  font-size: 20px;
}

.of-text-au {
  width: 60%;
  margin: 80px auto;
  text-align: center;
  color: black;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
}

.wrap-company {
  text-align: center;
  margin: 0;
  margin: 80px auto 50px;
  max-width: 1600px;
}

.company-tit {
  color: #6e700c;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
}

.sub-tit {
  color: #000;
  text-align: center;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  margin-top: 20px;
  padding-bottom: 100px;
}
.bg-flower-bottom .sub-tit {
  padding-bottom: 0px;
  width: 60%;
  margin: 30px auto;
}
.wrap-text-right {
  width: 60%;
  margin-bottom: 90px;
  padding-right: 140px;
}
.logistic-details {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.companyEvens .logistic-details {
  flex-flow: row-reverse;
}
.blockTwo .img-left,
.blockTwo .img-right {
  width: 50%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  aspect-ratio: 1/1.1;
  min-height: auto;
}

.blockTwo .text-img-left-au {
  width: 80%;
  font-family: "Playfair Display", serif;
  color: #000;
  text-align: left;
  margin-left: 50px;
  padding: 0 50px 0 20px;
  margin-top: 30px;
}

.text-img-left-au {
  width: 100%;
  font-family: "Playfair Display", serif;
  color: #000;
  text-align: left;
  margin-left: 50px;
  padding: 0 0px 0 20px;
  margin-top: 30px;
}

.blockTwo .subtext-img-left {
  width: 80%;
  border-left: 1px solid #6e700c;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  color: #000;
  text-align: left;
  margin-left: 60px;
  padding: 0 50px 0 20px;
  margin-top: 30px;
}
.subtext-img-left {
  width: calc(100% - 60px);
  border-left: 2px solid #6e700c;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  color: #000;
  text-align: left;
  margin-left: 60px;
  padding: 0px 0px 0 20px;
  margin-top: 30px;
}
.wrap-knowus {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
  position: relative;
}

.sub-text-tit {
  width: 80%;
  font-family: "GothamRounded", sans-serif;
  font-weight: 600;
  color: #6e700c;
  margin: 30px 0 30px 50px;
  padding: 0 50px 0 30px;
}

.bg-flower-right {
  background-position: top 150px left 50px;
  background-size: auto;
}

.wrap-quality {
  text-align: left;
  padding: 0;
  margin-top: 100px;
}

.quality-tit-au {
  color: #6e700c;
  font-weight: 600;
  margin-bottom: 20px;
}

.sub-quality-au {
  color: #000;
  text-align: left;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  padding-bottom: 20px;
  width: 70%;
}

.leaves-bg-b {
  background-position: top 0px right 50px;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 5%;
  margin-top: 80px;
}

.big-number {
  font-weight: 400;
  font-family: "Playfair Display", serif;
  color: #000;
}

.big-number::after {
  content: "";
  border-bottom: 15px solid #6e700c;
  width: 95px;
  display: block;
  margin-left: 45px;
}

.big-number-right {
  font-weight: 400;
  font-family: "Playfair Display", serif;
  color: #000;
  text-align: right;
  position: relative;
}

.big-number-right::after {
  content: "";
  border-bottom: 15px solid #6e700c;
  width: 95px;
  display: block;
  margin-right: 45px;
  position: absolute;
  right: 0;
}

.left-side-au {
  width: 50%;
}

.left-side-au img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left-side-text,
.right-side-text {
  width: 47%;
}

.xs-w {
  width: 70%;
  margin-left: auto;
  margin-top: 50px;
}
.right-side-au {
  width: 47%;
}

.right-side-au img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uno {
  height: 90vh;
  margin-top: 50px;
}

.dos {
  height: 90vh;
  margin-top: 50px;
}

.tres {
  height: 90vh;
  margin-top: 50px;
}

.cuatro {
  background-repeat: no-repeat;
  height: 90vh;
  margin-top: 50px;
}

.align-bottom {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  margin-bottom: 130px;
}

.l-align-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.sub-tit-green {
  color: #6e700c;
  font-weight: 500;
  text-align: left;
  line-height: 1.1;
  text-transform: none;
}
.bg-flower-bottom {
  background-position: bottom 0px left 50px;
  background-size: auto;
  background-repeat: no-repeat;
  margin-top: 150px;
  width: 90%;
  margin: auto;
  margin-top: 150px;
  max-width: 1600px;
}
.table-info-fagua {
  width: 100%;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.info-quality {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-top: 50px;
}
.gra-bor {
  border-width: 1px;
  -o-border-image: linear-gradient(
    45deg,
    #6e700c 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-image: linear-gradient(45deg, #6e700c 0%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 9;
  border-style: solid;
  margin: 0;
}
.gra-bor:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.subtit-quality {
  color: #6e700c;
  text-align: center;
  text-transform: none;
  font-family: "Playfair Display", serif;
  margin: 10px 0;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}
.table-program {
  /* width: 90%;
  padding: 30px 0px 30px 50px; */
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sub-quality-text {
  color: #000;
  text-align: left;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  padding: 20px 0 30px;
  width: 100%;
}
.blockHalfText {
  padding: 15vh 0;
}
.wrap-ouredge {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto 0;
  padding: 0vh 0;
  width: 90%;
  max-width: 1600px;
}
.left .wrap-ouredge {
  flex-direction: row-reverse;
}
.left .left-side {
  padding-left: 50px;
  padding-right: 0;
}
.our-edge {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  text-align: left;
}
.subtext-ouredge {
  font-family: "GothamRounded-book", sans-serif;
  font-weight: 200;
  color: #6e700c;
  text-align: left;
  margin-bottom: 0;
}
.ouredge {
  font-family: "Playfair Display", serif;
  color: #6e700c;
  font-weight: 600;
  text-align: left;
}
.right-ouredge {
  width: 60%;
  /* margin-top: 200px; */
}
.subtext-italic {
  color: #6e700c;
  font-weight: 600;
  text-align: left;
  text-transform: none;
  font-family: "Playfair Display", serif;
  margin: 100px 0 50px 0;
  font-style: italic;
  font-size: 30px;
}

.team-gallery {
  width: 100%;
  padding: 0;
}

.team-leaders-gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.team-profile {
  width: 31%;
  margin-bottom: 50px;
}

.team-img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  aspect-ratio: 1/1.2;
}

.team-name {
  font-family: "GothamRounded-book", sans-serif;
  font-weight: 600;
  color: #6e700c;
  text-align: left;
  width: 100%;
  height: 40px;
  display: inline-block;
}

.team-rol {
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 300;
  color: #000;
  text-align: left;
}
.contTeamDesc .team-rol {
  opacity: 0;
  transition: all 0.5s ease;
}
.active .contTeamDesc .team-rol {
  opacity: 1;
}

/*



details{
    width: 100%;
    display:block;    
    overflow:hidden;
      transition: all .5s ease;
  }
  summary::-webkit-details-marker{display:none;}
  summary::-moz-list-bullet{list-style-type:none;}
  summary::marker{display:none;} 
  summary {
     display:block;
     padding: .3em 0 .3em 0;   
     font-size:1.4em;
     cursor: pointer;
     position: relative;
      transition: all .5s ease;
  }
  summary:before {  
    top: 20px;
    right: .3em;
    color: transparent;
    background: url(../img/arrow-down.png) no-repeat 50% 50% / 2em 2em ;
    width: 2em;
    height: 1em;  
    content: "";
    position: absolute;
    transition: transform .5s;
  }
  details[open] > summary:before {
    transform: scale(1,-1);
  
  }
  summary ~ * {
     padding: 0 0 10px 0;
     line-height: 1.5;
  }
  details[open] summary ~ *{ 
    animation: sweep .5s ease-in-out;
   
  }
  @keyframes sweep {
    0%    {opacity: 0;}
    100%  {opacity: 1;}
  }
  summary:focus {
    outline:0;
    box-shadow: none;
  }
*/
.wrap-leaders {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 160px auto 0;
  padding: 0 0px 50px;
}

.management {
  font-family: "Playfair Display", serif;
  color: #6e700c;
  font-weight: 600;
  text-align: left;
}

.our-team {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  text-align: left;
}

.right-team {
  width: 40%;
  margin-top: 70px;
}

.team {
  width: 90%;
  margin: auto;
  max-width: 1600px;
}
.contTeamDesc {
  overflow: hidden;
  height: 0;
  transition: all 0.5s ease;
}
.active .contTeamDesc {
  border-bottom: 1px solid #6e700c;
}

.contName {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #6e700c;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px;
}

.arrowTeam {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  top: 10px;
  background-image: url(../img/arrow-down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s ease;
}

.active .arrowTeam {
  transform: rotate(-180deg);
}
.privacy-policy .wrap-pp h3 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
}
.wrap-pp strong {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .top-banner-aboutus {
    width: 100%;
    height: auto;
    padding: 10vh 0;
  }
  .title-cat-au {
    margin-bottom: 0px;
  }
  .of-text-au {
    width: 90%;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .company-tit {
    margin-top: 0px;
  }

  .wrap-company {
    margin: 30px 0;
  }

  .sub-tit {
    margin-top: 10px;
    padding-bottom: 20px;
    width: 90%;
    margin: 20px auto;
  }
  .bg-flower-right {
    background-position: top 150px left 20px;
    background-size: 10%;
  }
  .logistic-details {
    align-items: start;
  }

  .img-left {
    height: auto;
    padding: 0 0px;
    margin-left: 20px;
    min-height: auto;
    width: 100%;
    aspect-ratio: 1/1;
    margin: 0;
  }

  .text-img-left-au {
    margin-left: 0;
    padding: 0;
    margin-top: 30px;
    width: 90%;
    margin: 30px auto;
  }

  .sub-text-tit {
    width: 80%;
    font-family: "GothamRounded", sans-serif;
    font-weight: 500;
    color: #6e700c;
    margin: 80px 0 30px 50px;
    padding: 0 50px 0 30px;
  }

  .sub-text-tit {
    width: 90%;
    font-family: "GothamRounded", sans-serif;
    font-weight: 500;
    color: #6e700c;
    margin: 20px auto;
    padding: 0;
    position: relative;
    left: 0;
  }

  .subtext-img-left {
    position: relative;
    left: 0;
    width: 90%;
    margin: 20px auto 0;
  }

  .wrap-knowus {
    margin-top: 0;
  }

  .quality-tit-au {
    margin-bottom: 0px;
    font-size: 30px;
  }

  .sub-quality-au {
    text-align: left;
    padding-bottom: 2vh;
    width: 100%;
  }
  .left-side-text {
    width: 70%;
    position: relative;
    z-index: 4;
  }

  .wrap-number-text {
    background-color: #fff;
    padding: 20px 10px;
    position: relative;
    z-index: 4;
    width: 135%;
    margin-top: 280px;
  }
  .big-number-right {
    text-align: right;
  }

  .xs-w {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
  .big-number::after {
    content: "";
    border-bottom: 10px solid #6e700c;
    width: 55px;
    display: block;
    margin-left: 35px;
  }

  .big-number-right::after {
    content: "";
    border-bottom: 10px solid #6e700c;
    width: 55px;
    display: block;
    margin-left: 0px;
    margin-right: 20px;
  }

  .right-side-au,
  .dos,
  .tres {
    width: 90%;
    position: relative;
    z-index: 1;
    right: 0;
    margin-top: 20px;
    height: 320px;
    /* aspect-ratio: 1/1.5; */
  }
  .align-bottom {
    margin-bottom: 0;
  }

  .dos {
    right: auto;
    left: 0;
  }

  .leaves-bg-b.getNowUs {
    margin-top: 60px;
  }
  .right-side-text {
    width: 70%;
    position: relative;
    z-index: 4;
    margin-top: 0px;
  }
  .wrap-number-text-b {
    background-color: #fff;
    padding: 20px 10px;
    position: relative;
    z-index: 4;
    width: 135%;
    margin-top: 280px;
  }
  .info-quality {
    width: 100%;
  }

  .table-program {
    width: 100%;
  }

  .subtit-quality {
    margin: 15px 0 5px 0;
  }

  .wrap-leaders {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0px 0px;
  }
  .our-team {
    width: 100%;
  }

  .right-team {
    width: 100%;
    margin-top: 20px;
  }

  .subtext-italic {
    margin: 0px 0 30px 0;
  }

  .team-profile {
    width: 100%;
    margin-bottom: 0;
  }
  .text-cat-about {
    width: 80%;
  }
} /*---fin mediaqueries 768 about us----


/* -------END ABOUT US-------*/

/* -------LATEST NEWS-------*/
.wrap-top {
  width: 90%;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  padding: 15px 0 15px;
  max-width: 1600px;
  margin: auto;
}
.latest {
  width: 100%;
  border-bottom: 1px solid #6e700c;
  margin: 0 auto;
  position: fixed;
  background-color: #fff;
  z-index: 100;
}
.latest-footer {
    width: 90%;
    border-bottom: 1px solid #6e700c;
    margin: 70px auto 0;
    position: relative;
    z-index: 100;
    max-width: 1600px;
}
.tit-cat-news {
  width: 30%;
  font-family: "Playfair Display", serif;
  color: #000;
  font-weight: 500;
  text-align: left;
  font-size: 32px;
}

.menu-news {
  width: 40%;
  display: flex;
  font-family: "Playfair Display", serif;
  justify-content: space-around;
  align-items: center;
  color: #000;
  text-transform: uppercase;
}

.news-ul {
  width: 100%;
  display: flex;
  gap: 30px;
  justify-content: end;
}

li.item-news a {
  color: #000;
  border-bottom: 1px solid transparent;
  /*  padding-bottom: 10px;*/
  display: flex;
}

li.item-news a:hover {
  color: #6e700c;
  border-bottom: 1px solid #6e700c;
}

input::placeholder {
  color: #d9d9d9;
  font-family: "GothamRounded-book", sans-serif;
}

.wrap-search {
  width: 20%;
}

.search {
  width: 100%;
  position: relative;
  display: flex;
  align-items: end;
}

.searchTerm {
  width: 100%;
  border: none;
  border-bottom: 1px solid #6e700c;
  padding: 5px;
  height: 45px;
  outline: none;
  color: #f1efef;
  background: transparent;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
}

.searchTerm:focus {
  color: #6e700c;
}

.searchButton {
  width: 40px;
  height: 45px;
  text-align: center;
  color: #6e700c;
  cursor: pointer;
  background-color: #6e700c;
  border: 1px solid #6e700c;
  background-image: url(../img/search-w.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.main-new {
  width: 90%;
  display: flex;
  padding: 10vh 0;
  margin: 0 auto;
  max-width: 1600px;
}

.left-new,
.right-new {
  width: 50%;
  background-size: cover;
}

.left-new {
  text-align: left;
  padding-right: 40px;
}

.wrap-autor {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.img-autor {
  height: 60px;
  margin-right: 20px;
  width: 60px;
}
.data-autor {
  width: 70%;
  text-align: left;
}

.name-autor {
  font-family: "GothamRounded", sans-serif;
  font-weight: 600;
  color: #6e700c;
}

.rol-autor {
  font-family: "GothamRounded", sans-serif;
  font-weight: 200;
  color: #000;
}

.main-new-title {
  font-family: "Playfair Display", serif;
  color: #6e700c;
  font-weight: 600;
  text-align: left;
  margin: 0 0 20px;
  font-size: 45px;
  line-height: 1.1;
}

.new-category {
  font-family: "GothamRounded", sans-serif;
  font-weight: 200;
  color: #6e700c;
  margin-bottom: 30px;
}

.new-category::before {
  content: "";
  width: 55px;
  height: 2px;
  display: inline-block;
  background-color: #6e700c;
  margin-right: 10px;
  margin-bottom: 8px;
}

.date-publish {
  font-family: "GothamRounded", sans-serif;
  font-weight: 200;
  color: #6e700c;
  margin-bottom: 30px;
}

.wrap-all-news {
  width: 90%;
  margin: 50px auto;
  max-width: 1600px;
}

.news-gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  /* justify-content: space-between; */
}

.news-item {
  width: 30%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.news-img {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 30px;
}

.data-autor-news {
  font-family: "GothamRounded-book", sans-serif;
  font-weight: 500;
  color: #6e700c;
  text-align: left;
  height: 70px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.n-data-autor-news {
  font-family: "GothamRounded-book", sans-serif;
  font-weight: 500;
  color: #6e700c;
  text-align: left;
  height: auto;
}

.wrap-autor-news {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  border-top: 1px solid #6e700c;
  margin-bottom: 20px;
  padding-top: 10px;
}

.n-wrap-autor-news {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: start;
  align-items: center;
  border-top: 1px solid #6e700c;
  margin-bottom: 20px;
  padding-top: 10px;
}

.img-autor-news {
  width: 60px;
  height: 90px;
  margin-right: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.n-img-autor-news {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.imgRoundAutor.bg-ct {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-title {
  font-family: "Playfair Display", serif;
  color: #000;
  font-weight: 600;
  text-align: left;
  margin: 0px 0 20px;
}

.content-text-news {
  font-family: "GothamRounded-book", sans-serif;
  font-weight: 200;
  color: #000;
  text-align: left;
  flex: 1 1 auto;
}

.line-right {
  width: 50%;
  height: 1px;
  margin-top: 50px;
  margin-left: auto;
  margin-bottom: 20px;
  background-color: #6e700c;
}

.ct-news-cards {
  margin-top: 50px;
}

.n-line-right {
  width: 50%;
  height: 1px;
  margin-left: auto;
  margin-bottom: 20px;
  background-color: #6e700c;
}

a.rm-news {
  font-family: "GothamRounded-book", sans-serif;
  font-weight: 400;
  color: #6e700c;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  justify-content: end;
}

.date-publish-news {
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  color: #000;
  margin-bottom: 10px;
}

.banner-blog {
  width: 100%;
  height: 50vh;
  position: relative;
  z-index: 1;
  opacity: 1 !important;
}

.blog-tit {
  text-align: center;
  color: #6e700c;
  font-weight: 500;
  width: 60%;
  margin: 0 auto;
  padding: 0px 0 50px;
  line-height: 1.1;
  font-family: "Playfair Display";
}

.sub-text {
  color: #000;
  text-align: center;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  padding-bottom: 10vh;
  width: 60%;
  margin: 0 auto;
}

.main-text-blog {
  width: 100%;
  color: black;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  margin-bottom: 15vh;
  text-align: left;
  margin: 0 auto;
  padding: 50px 50px 0;
}

.text-blog {
  width: 80%;
  color: black;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  text-align: left;
  margin: 0 auto 30px;
  width: 80%;
}

.text-blog > p {
  margin-bottom: 20px;
}

.sub-tit-blog {
  text-align: left;
  color: #6e700c;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 35px;
    margin: 20px auto 20px;
  width: 80%;
  line-height: 1.1;
}

.content-blog {
  width: 80%;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
}

.content-blog.right {
    flex-direction: row-reverse;    
}

.halfImageBlog {
    margin: 30px auto;  
}

.main-img-blog {
  width: 60%;
  position: relative;
  z-index: 1;
  opacity: 1 !important;
  height: 60vh;
}

.text-img-blog {
  width: 40%;
  text-align: left;
  color: black;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
}

.text-img-blog .sub-tit-blog {
    margin: 20px 0 20px;    
}

.wrap-blog {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
}

.gallery-blog {
  width: 80%;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 50px auto;
}

.img-gb {
  /*
    width: 32%;
    height: 80vh;
*/
}

.mb-1 .img-gb {
  width: 100%;
  aspect-ratio: 3/1.3;
}
.mb-2 .img-gb {
  width: 48%;
  aspect-ratio: 2/1.3;
}
.mb-3 .img-gb {
  width: 32%;
  aspect-ratio: 1/1.3;
  flex: 1;
}
.mb-4 .img-gb {
  width: 24%;
  aspect-ratio: 1/1.3;
  flex: 1;
}

.wrap-top-movil {
  display: none;
}

.movil-new-img {
  display: none;
}

.contCatSectionPage {
  margin: 120px auto;
  width: 90%;
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
li.item-news.active a {
  font-weight: bold;
  color: #6e700c;
}
h4.nameFlower {
    font-size: 30px;
}

@media only screen and (max-width: 1024px) {
  input.searchTerm,
  .searchTerm {
    display: inline !important;
    border: none;
    border-bottom: 1px solid #6e700c;
  }
  .sub-quality-au {
    width: 85%;
  }
}

@media only screen and (max-width: 768px) {
  /*--2023-12-19---*/

  .gallery-blog {
    flex-direction: column;
  }

  .wrap-blog {
    padding: 0 0vw;
  }

  .mb-2 .img-gb {
    width: 100%;
  }

  .mb-3 .img-gb {
    width: 100%;
  }

  .mb-4 .img-gb {
    width: 100%;
  }

  /*--Single--*/

  .n-img-autor-news {
    width: 40px;
    height: 40px;
  }

  /*-----*/

  .latest {
    border-bottom: none;
  }

  .wrap-top {
    display: none;
  }

  .wrap-top-movil {
    display: flex;
    flex-direction: column;
    width: 100%;

    padding: 20px 0 30px;
  }

  .subwrap-top {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: end;
    margin-top: 30px;
  }

  .menu-news {
    width: 100%;
  }

  .news-ul {
    justify-content: space-between;
  }

  .tit-cat-news {
    width: 50%;
  }

  .wrap-search {
    width: 50%;
  }

  .left-new {
    width: 100%;
  }

  .img-autor {
    width: 20%;
    height: 20vh;
    margin-right: 20px;
  }

  .data-autor {
    width: 80%;
    text-align: left;
  }

  .right-new {
    height: 60vh;
    margin: 30px 0;
    width: 100%;
  }

  .movil-new-img {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 20px 50px;
  }
  .main-new {
    display: none;
  }

  .main-new-title {
    margin: 50px 0 20px;
  }

  .news-item {
    width: 100%;
    margin-bottom: 50px;
    transition-delay: 0s !important;
  }

  .line-right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .n-line-right {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  button.searchButton {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #6e700c;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    padding: 10px;
  }
} /* -------END MEDIA QUERIES 768 LATEST NEWS-------*/

/* -------END LATEST NEWS-------*/

/* -------BLOG DETAILS NEWS-------*/

.leaves-bg-blog {
  background-position: top 0px right 50px;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 10vh 0 0%;
  margin-top: 0;
}

.leaves-back {
  background-position: top 80px right 50px;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 5%;
}

.content-details {
  width: 90%;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 50px;
}

.img-details {
  width: 50%;
  height: 80vh;
  margin-top: 50px;
}

.details-info {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 120px;
}

.table-info {
  font-family: "Playfair Display", serif;
  color: #6e700c;
  font-weight: 300;
  color: #000;
  text-align: left;
  width: 50%;
  margin-bottom: 50px;
}

.table-name {
  width: 100%;
  font-family: "Playfair Display", serif;
  color: #6e700c;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.data-info {
  width: 100%;
  font-family: "GothamRounded", sans-serif;
  font-weight: 200;
}

.leaves-bg-b {
  background-position: top 0px right 50px;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 5%;
  margin-top: 80px;
}

div.scroll-container {
  width: 100%;
  display: flex;
  gap: 20px;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

div.scroll-container img {
  padding: 10px;
}

.img-hslider {
  width: 30%;
  height: 50vh;
}

.contenedor {
  height: 143px;
  display: inline;
  white-space: nowrap;
}

.leaves-bg-b-df .contenedor {
  overflow: hidden;
  width: 90%;
  max-width: 1600px;
  display: block;
  height: auto;
  margin: 0 auto;
}

.leaves-bg-b-df .contenedor a:first-of-type {
  margin-left: 0;
}
.leaves-bg-b-df .contenedor a:last-of-type {
  margin-right: 0;
}

.contenedor_scroll {
  top: 20px;
  max-width: 100%;
  height: 50vh;
  overflow-y: hidden;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  padding: 0px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.contenedor_scroll::-webkit-scrollbar {
  width: 12px;
}
.contenedor_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #d2d2d2;
  width: 60%;
}
.contenedor_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border: 1px solid #6e700c;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  transition: opacity 0.5s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  overflow: auto;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.popup {
  margin: 0;
  padding: 70px;
  background: #fff;
    width: 600px;
  height: calc(100% - 80px);
  position: absolute;
  transition: none;
  z-index: 9;
  top: 80px;
  right: 0;
  text-align: center;
  border: 1px solid #6e700c;
  overflow: auto;
}
.pop-text {
  color: #4d4d4d;
  font-weight: 400;
  text-align: center;
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-weight: 200;
    text-decoration: none;
    color: #333;
    font-size: 50px;
}
.popup .content {
  overflow: auto;
}
.flowers-form {
  text-align: left;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.lname {
  font-family: "GothamRounded-book", sans-serif;
  font-weight: 200;
  margin-bottom: 5px;
  text-align: left;
  color: #000;
}

.box-input {
  border-radius: 5px;
  border: 1px solid #000;
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
}

.mensaje {
  width: 100%;
  height: 100px;
}

.check-area {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 100%;
  color: #000;
  font-family: "GothamRounded", sans-serif;
  margin: 30px 0;
}

.box-send {
  background-color: #6e700c;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  font-family: "GothamRounded", sans-serif;
  border-radius: 0;
  border: none;
  box-shadow: -5px 7px 4px #00000025;
  padding: 10px 0;
}

.wrap-features-news {
  text-align: center;
  margin: 4% 0;
}
@media only screen and (max-width: 1300px) {
  .img-gb {
    width: 48%;
    height: 80vh;
  }
} /* -------END MEDIA QUERIES 1300 BLOG DETAILS NEWS-------*/

@media only screen and (max-width: 1100px) {
  .wrap-features-news {
    text-align: center;
    margin: 0 0 4%;
  }

  .blog-tit {
    width: 100%;
    padding: 0px 0 20px;
    font-size: 35px;
  }

  .sub-text {
    padding-bottom: 5vh;
    width: 100%;
    text-align: left;
  }

  .leaves-bg-blog .blog-tit {
    font-size: 40px;
    width: 80%;
  }

  .leaves-bg-blog .sub-text {
    width: 80%;
    text-align: center;
    font-size: 17px;
  }

  .content-blog {
    width: 80%;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
    align-items: start;
  }

  .main-img-blog {
    width: 100%;
    height: 50vh;
  }

  .text-img-blog {
    width: 100%;
    text-align: left;
  }
  .main-text-blog {
    width: 100%;
    margin-bottom: 5vh;
    padding: 50px 0px 0;
  }

  .img-gb {
    width: 100%;
    height: 50vh;
  }
  .text-blog {
    margin: 20px auto;
  }
} /* -------END MEDIA QUERIES 768 BLOG DETAILS NEWS-------*/

/* -------END BLOG DETAILS NEWS-------*/

/* -------FAQ-------*/

.wrap-fagua {
  text-align: center;
}

.sub-text-faq {
  color: #000;
  text-align: center;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
  padding-bottom: 5vh;
  width: 60%;
  margin: 0 auto;
}

.wrap-search {
  width: 450px;
  margin: 0 auto;
  display: none;
}
.search {
  width: 100%;
  position: relative;
  display: flex;
  align-items: end;
}
.searchTerm {
  width: 100%;
  border: 1px solid #6e700c;
  padding: 5px 5px 5px 15px;
  height: 50px;
  outline: none;
  color: #f1efef;
  background: transparent;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 200;
}
.searchTerm:focus {
  color: #6e700c;
}
.searchButton {
  width: 50px;
  height: 50px;
  text-align: center;
  color: #6e700c;
  cursor: pointer;
  background-color: #6e700c;
  border: 1px solid #6e700c;
  background-repeat: no-repeat;
  background-position: center center;
}
input::placeholder {
  color: #d9d9d9;
  font-family: "GothamRounded-book", sans-serif;
}
.wrap-faq {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 30px 0%;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.wrap-menu-faq {
  width: 30%;
  border-left: 1px solid #6e700c;
  font-family: "GothamRounded", sans-serif;
  font-weight: 200;
  padding-left: 30px;
  margin-left: 20px;
  color: #000;
  text-align: left;
}
li.faq-item {
  padding-bottom: 30px;
}
li.faq-item p {
  color: #000;
  margin: 10px 0;
  font-weight: 200;
  cursor: pointer;
}
li.faq-item.active p {
  color: #6e700c;
  font-weight: 700;
}

li.faq-item p:hover {
  color: #6e700c;
  font-weight: 700;
}
.accordion-faq {
  width: 70%;
  position: absolute;
  top: 30px;
  right: 0;
  overflow: hidden;
  height: 0;
  padding: 0 60px;
  opacity: 0;
  transition: all 0.5s ease;
}
.accordion-faq.active {
  opacity: 1;
  height: auto;
}
.accordion {
  font-family: "GothamRounded-book", sans-serif;
  color: #000;
  cursor: pointer;
  /* padding: 40px 30px; */
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-weight: 400;
  background: transparent;
  border-top: transparent;
  border-bottom: 1px solid #6e700c;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease;
}
.accordion:first-child {
  border-top: 1px solid #6e700c;
}
.accordion.active {
  border-bottom: transparent;
}
.active {
  color: #000;
  font-family: "GothamRounded-book", sans-serif;
  font-weight: 400;
  background: transparent;
}

.accordion {
  font-family: "GothamRounded", sans-serif;
}

.panel {
  padding: 0 30px;
  /*    display: none;*/
  color: #000;
  font-family: "GothamRounded-light", sans-serif;
  /* margin: 20px; */
  overflow: hidden;
  height: 0;
  transition: all 0.5s ease;
}
.panel.active {
  border-bottom: 1px solid #6e700c;
}
.accordion:after {
  content: "\002b";
  color: #6e700c;
  font-weight: 200;
  float: right;
  margin-left: 5px;
  font-family: "Playfair Display", serif;
}
.accordion.active:after {
  content: "\2212";
  color: #6e700c;
  font-weight: 200;
  float: right;
  margin-left: 5px;
  font-family: "Playfair Display", serif;
}

.menu-faq-select {
  display: none;
}

.leaves-bg-b-faq {
  background-position: top 0px right 50px;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 5vh 0 0;
}

.similarFlowerSingle {
  overflow: hidden;
}
.contSimilar {
  display: block;
  width: calc(25% - 30px);
  aspect-ratio: 1/1;
  float: left;
  margin: 1% 20px;
  position: relative;
}
.img_presentacion_mini {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contBlurName {
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
  transition: all 0.5s ease;
  color: #6e700c;
}
.contSimilar:hover .contBlurName {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .sub-text-faq {
    padding-bottom: 5vh;
    width: 100%;
  }

  .wrap-search {
    width: 50%;
    margin: 0 auto;
  }
  .wrap-faq {
    flex-direction: column;
  }

  .wrap-menu-faq {
    display: none;
  }

  .accordion-faq {
    width: 90%;
    margin: auto;
    padding: 0;
    box-sizing: border-box;
    left: 5%;
    right: auto;
  }
  button.accordion:after {
    content: "\002b";
    color: #6e700c;
    font-weight: 200;
    float: right;
    margin-left: 5px;
    font-family: "Playfair Display", serif;
  }

  .accordion {
    padding: 20px;
  }
  .menu-faq-select {
    display: block;
    width: 100%;
  }

  .select-faq {
    font-family: "Playfair Display", serif;
    color: #6e700c;
    font-weight: 400;
    text-align: left;
  }
  select.questions {
    width: 100%;
    background-color: #f0eeed;
    height: 80px;
    font-family: "GothamRounded", sans-serif;
    color: #6e700c;
    font-weight: 400;
    text-align: left;
    appearance: none;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    border: none;
    margin-bottom: 50px;
    padding-left: 20px;
    font-size: 18px;
    background-image: url(../img/arrow-down.png);
    background-size: 40px;
  }

  .leaves-bg-b-faq {
    background-image: none;
    padding: 0%;
  }
} /* -------END MEDIA QUERIES 768 FAQ-------*/

/* -------END BLOG FAQ-------*/

/* -------CONTACT QUERIES-------*/
@media only screen and (max-width: 768px) {
  .main-contact {
    flex-direction: column;
  }

  .left-contact {
    width: 100%;
    padding: 20px;
  }

  .right-contact {
    display: none;
  }

  select.kind {
    width: 100%;
  }

  .main-contact-text {
    width: 100%;
    margin-bottom: 20px;
  }
  .contactpage-form {
    width: 100%;
    margin-top: 30px;
  }

  .right-contact-quotes {
    display: none;
  }
} /* -------END CONTACT QUERIES-------*/

/* -------CREATED ACCOUNT-------*/

@media only screen and (max-width: 768px) {
  .main-contact {
    flex-direction: column;
  }

  .main-ca {
    flex-direction: column;
    gap: 0;
  }

  .left-account {
    width: 100%;
    min-height: 50vh;
    padding: 20px 20px 150px;
  }

  .title-ca-white {
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
  }

  .right-account {
    width: 100%;
    padding: 20px;
  }
  .wrap-uname {
    flex-direction: column;
    gap: 0px;
  }
  .user-id {
    width: 100%;
    margin-bottom: 15px;
  }

  .ca-white {
    margin-bottom: 10px;
  }
  .box-send {
    padding: 10px 0;
    margin-bottom: 50px;
  }

  .select-form {
    margin: 0px 0 20px;
  }
}
/* -------END CREATED ACCOUNT-------*/

/* ------PRIVACY POLICY-------*/

@media only screen and (max-width: 768px) {
  .text-cat-pp {
    width: 100%;
  }
} /* ------EN DPRIVACY POLICY-------*/

/* ------SHOP ONLINE-------*/

.wrap-shoponline-movil {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  background-color: #faf8f7;
}

.benefits-box-movil {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  background-color: #faf8f7;
  min-height: 300px;
  height: auto;
}

.sub-benefits-mov {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  font-family: "GothamRounded-book", sans-serif;
  text-align: center;
  color: #6e700c;
  border: none;
  border-bottom: none !important;
}

.sub-benefits-mov a:link,
.sub-benefits-mov a:hover {
  width: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: "GothamRounded-book", sans-serif;
  text-align: center;
  color: #6e700c;
  border: none;
  border-bottom: none !important;
  margin-bottom: 30px;
}

.wrap-icon-ben-mov {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wrap-icon-benefits-m {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.login-subbox-mov {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.text-subbox-mov {
  font-family: "GothamRounded-book", sans-serif;
  color: #6e700c;
  font-weight: 500;
  padding: 20px;
  border-bottom: transparent;
}

.account-subbox-mov {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  background-repeat: no-repeat;
  background-position: top 10px right 5px;
  background-size: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

/* ------END SHOP ONLINE-------*/

.filter-gallery-top {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    height: 80px;
    background: #f0eeed;
    position: fixed;
    z-index: 10;
    top: 80px;
}
.hiddenDivClose {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.left-fg {
  max-width: 800px;
  width: 70%;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  justify-content: center;
}

.select-form-fg {
  font-family: "Playfair Display", serif;
  color: #6e700c;
  font-weight: 600;
  text-align: left;
  position: relative;
}
select.kind-fg {
  outline: none;
  /* margin-bottom: 10px; */
  /* margin-top: 10px; */
  width: auto;
  background-color: transparent;
  font-family: "Playfair Display", serif;
  color: #6e700c;
  font-weight: 600;
  text-align: left;
  appearance: none;
  background-image: url(../img/arrow-down.png);
  background-repeat: no-repeat;
  background-position: 100% 80%;
  border: none;
  cursor: pointer;
  background-size: 35px;
  font-size: 35px;
  padding-right: 60px;
  padding-left: 20px;
}
select.kind-fg option {
  cursor: pointer;
}

.filter-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  color: #6e700c;
}

.select-form-fg::before {
  content: "";
  display: inline;
  background-image: url(../img/leaves-green.png);
  width: 25px;
  height: 40px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.right-fg {
  width: 50%;
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: end;
}

a.filter-fg {
  width: 120px;
  background-color: #6e700c;
  color: #fff;
  background-image: url(../img/icon-filter-fg.png);
  background-position: 90% 50%;
  background-repeat: no-repeat;
  padding: 10px 20px;
  font-weight: 200;
}

.popup-fg {
  padding: 40px;
  background: #fff;
  width: 540px;
  /*    height: auto;*/
  position: absolute;
  transition: all 0.5s ease-in-out;
  z-index: 9;
  top: 80px;
  right: 0px;
  text-align: center;
  border: 1px solid #6e700c;
  height: calc(100% - 80px);
  overflow: auto;
}

.popup-fg .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-weight: 200;
  text-decoration: none;
  color: #333;
  font-size: 40px;
}

.flowers-filter {
  text-align: left;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.title-popfg {
  font-family: "Playfair Display", serif;
  color: #6e700c;
  font-weight: 400;
  text-align: left;
  font-size: 30px;
}

.results {
  font-family: "GothamRounded", sans-serif;
  color: #6e700c;
  font-weight: 200;
  padding: 20px 0 60px;
  font-size: 22px;
}

.lfg {
  width: 30%;
  font-family: "Playfair Display", serif;
  color: #6e700c;
  font-weight: 400;
  text-align: left;
  font-size: 17px;
}

.input-fg {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 70%;
  height: 50px;
  font-family: "Playfair Display", serif;
  color: #9c9d60;
  font-weight: 200;
  text-align: left;
  appearance: none;
  background-image: url(../img/arrow-down.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  border: 1px solid #6e700c;
  padding: 0 20px;
  outline: none;
  text-transform: capitalize;
  font-size: 17px;
  background-size: 30px;
}
.input-fg option {
  text-transform: capitalize;
}

.wrap-filters {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap-filters.hidden {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    height: 0;
}

.btn-filter {
  background-color: #6e700c;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  font-family: "GothamRounded", sans-serif;
  border-radius: 0;
  border: none;
  padding: 15px 0;
  margin: 50px 0 10px;
  cursor: pointer;
}

.clear {
  cursor: pointer;
  color: #6e700c;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  font-family: "GothamRounded", sans-serif;
  border-radius: 0;
  border: none;
  padding: 10px 0;
  margin: 20px 0;
  background-color: transparent;
}

.ouf-program-text .btn-vflower-xs,
.wholesale-bottom .btn-vflower-xs {
  margin: 0;
}

.leaves-bg-b.blockSection {
  padding: 0;
  width: 80%;
  margin: auto;
}
.leaves-bg-b.blockSection .sub-ouredge {
  padding: 0;
}
.leaves-bg-b.blockSection .wrap-testimonials {
  position: relative;
  text-align: center;
  margin: 100px auto 80px;
}

.leaves-bg-b.blockTwo {
  padding: 0;
  width: 90%;
  margin: auto;
  margin-top: 80px;
}

.blockHalfText .main-text {
  width: 100%;
}

.blockImgFull {
  width: 80%;
  margin: auto;
  margin: 0 auto 130px;
}

.blockImgText {
  width: 80%;
  margin: auto;
}

.leaves-bg-b.getNowUs {
  margin: 0;
  padding: 0;
  width: 90%;
  margin: auto;
  max-width: 1600px;
  margin-top: 50px;
}

.contactSection .form-group label {
  color: #fff !important;
}
.innerContactForm {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.5s ease;
}
.innerContactForm.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.contenFormFooter {
  width: 90%;
  max-width: 600px;
}
.imageTableInfo {
  width: 150px;
  height: 150px;
  position: relative;
}
.imageTableInfo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.table-info-fagua p {
  margin: 10px 0;
  text-align: center;
}
.table-info-fagua a {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.table-info-fagua a:hover {
  color: #6e700c;
}
.sub-tit-green {
  font-size: 35px;
  font-family: "Playfair Display", serif;
}

@media only screen and (max-width: 768px) {
  .select-form-fg {
    margin: 0px 0 0 0;
    padding-left: 20px;
  }
  select.kind-fg {
    width: auto;
    padding-left: 0;
    padding-right: 40px;
    font-size: 17px;
    background-size: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-position: right;
  }
  .main-banner {
    padding: 0 20px;
    height: auto;
  }
  .gallery-premium {
    width: 35%;
  }
  .gallery-left .slick-slider .slick-slide {
    width: 35% !important;
    margin: 0 5px;
    aspect-ratio: 1/1.4;
  }
  .gallery-right {
    margin-top: 10px;
  }
  .gallery-right .slick-slider .slick-slide {
    width: 35% !important;
    margin: 0 5px !important;
    aspect-ratio: 1/1.4;
  }

  .our-flowers {
    padding: 0 20px;
    margin-top: 70px;
  }
  .flower-one,
  .flower-three,
  .flower-two {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.1;
  }
  .text-icon {
    margin-top: 2vh;
  }
  .btn-vflower-xs {
    width: max-content;
    padding: 10px 30px;
    margin: 0 auto;
  }
  .card-icons {
    margin: 40px 0 50px;
  }
  .flower-info-wrap {
    width: 100%;
    margin-bottom: 50px;
  }
  .btn-vflower-xs.claseSpace {
    margin-top: 50px;
  }
  .space-h {
    display: none;
  }
  .of-text {
    width: 100%;
    margin-bottom: 60px;
    margin-top: 20px;
  }
  .wrap-our-edge {
    padding: 60px 20px;
  }
  .tree {
    width: 45px;
    height: 45px;
  }
  .about {
    font-size: 35px;
    line-height: 1.2;
    text-align: center;
  }
  .sub-text-about {
    text-align: center;
  }
  .about-img {
    width: 100%;
    aspect-ratio: 1/1.4;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .wrap-au {
    position: relative;
    margin: 40px 0 70px;
    padding: 30px 30px 100px;
    height: auto;
  }
  .main-text {
    margin-bottom: 50px;
  }

  .main-banner .main-text {
    margin-bottom: 15px;
  }
  .btn-vflower {
    width: 100%;
  }
  .testimonials-carousel .slick-slider .slick-track,
  .slick-slider .slick-list {
    padding: 0 !important;
  }
  .testimonial-slick {
    width: 100%;
  }
}
/* ------END CSS FLOWER GALLERY-------*/

.gridGallery {
    width: 90%;
    max-width: 1600px;
    overflow: hidden;
    margin: 180px auto 90px;
    z-index: 0;
}
.gridGallery.hidden {
    opacity: 0;
    visibility: hidden;
    height: 0 !important;
    margin: 0;
    padding: 0;
}
.grid-sizer {
  width: 25%;
}
.itemIsotope {
  position: relative;
  width: 25%;
  /*
    width: 375px;
    height: 375px;
*/
  float: left;
  z-index: 1;
  height: 400px;
}
.imgItemIsotope {
  position: absolute;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  top: 10px;
  left: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.itemIsotope.wide {
  width: 50%;
  /*    width: 750px;*/
  /*    height: 400px;*/
}
.contFiltersInner {
    width: 90%;
    justify-content: center;
    display: flex;
}
.itemIsotope.high {
  width: 25%;
  /*height: 800px;*/
  /*    width: 375px;*/
  /*    height: 800px;*/
}
.itemIsotope.BSquare {
  width: 50%;
  /*    height: 800px;*/
  /*
    width: 750px;
    height: 750px;
*/
}
.linkIsotope {
  display: block;
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
}
.contSize {
  position: absolute;
  visibility: hidden;
  overflow: hidden;
  width: 25%;
  aspect-ratio: 1/1;
  z-index: 0;
}
.hoverItemIsotope {
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  position: absolute;
  z-index: 1100;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
  color: #6e700c;
  opacity: 0;
  transition: all 0.5s ease;
    font-family: "Playfair Display", serif;
    font-size: 30px;
}
.itemIsotope:hover .hoverItemIsotope {
  opacity: 1;
}
.desckContFaq {
  position: relative;
}
.edgeSection {
  width: 100%;
  height: calc(100vh - 80px);
  min-height: 600px;
  max-height: 1400px;
  position: relative;
  z-index: 1;
}
.wrap-our-edge {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  max-width: 1600px;
}
.aboutSection {
  position: relative;
  width: 100%;
  margin: 70px 0;
  /* height: calc(100vh - 80px); */
  /* min-height: 600px;
  max-height: 1400px; */
}
.wrap-au {
  width: 90%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
}
.contactSection {
  width: 100%;
  height: auto;
}
.contact-wrap {
  width: 90%;
  height: auto;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  max-width: 1600px;
}

.iconSocialMedia {
  height: 40px;
  width: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.25s ease-in-out;
  transform: scale(1);
}

.iconSocialMedia:hover {
  transform: scale(1.1);
}

.our-flowers {
  width: 90%;
  padding: 0;
  margin-top: 90px;
}
.check-contact label {
  font-size: 15px;
}
.submenu-shop h4 {
  font-size: 30px;
}
.icon-text-ben {
  font-size: 17px;
}
.our-title {
  font-size: 45px;
}
.text-img-left,
.text-banner-logistic {
  font-size: 30px;
}
.big-number,
.big-number-right {
  font-size: 80px;
}
.team-name {
  font-size: 27px;
}
.menu-contact {
  position: relative;
}
.menu-contact a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.info-card-flow .btn-vflower {
  align-self: flex-end;
  margin-top: 44px;
}
.ca-form input {
  margin-bottom: 30px;
}

li.pr-movil.shopMovileMenu {
  padding: 20px 30px;
  font-weight: bold;
  font-size: 18px;
}
.closeWindowBenefits {
  display: none;
}
.main-new .btn-vflower {
  margin-top: 50px;
}
.maskClickSubmenu {
  position: absolute;
  height: 65px;
  width: 100%;
  top: 10px;
  right: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease;
}
.active .maskClickSubmenu {
  opacity: 1;
  width: 30%;
}

.maskClickSubmenu:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 18px;
  width: 20px;
  height: 20px;
  background-image: url(../img/CERRAR-ICONO.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

li.list-map {
  color: #6e700c;
  font-family: "Playfair Display";
  font-size: 22px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
li.list-map::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background-color: #6e700c;
  bottom: 0;
  transition: all 0.5s ease;
}

li.list-map:hover::after {
  width: 100%;
}

.iconLocation {
  top: 100%;
  position: absolute;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: ease 0.5s all;
  right: 10px;
}
/*
li.list-map:hover .iconLocation {
    top: 0;
}
*/
li.list-map.active .iconLocation {
  top: 5px;
}
li.list-map.active::after {
  width: 100%;
}

.nameSede {
  font-family: "Playfair Display";
  color: #6e700c;
  font-size: 25px;
}
.addressSede {
  color: #000;
  font-family: "GothamRounded-book", sans-serif;
  margin-top: 10px;
  line-height: 1.4;
}
.gm-style-iw.gm-style-iw-c {
  max-width: 280px !important;
}
.contCategoryGallery {
    position: relative;
    width: 100%;
    height: calc(100% - 160px);
    top: 0;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
    z-index: 1;
    overflow: auto;
    padding: 50px 0;
    margin-top: 80px;
}
.contCategoryGallery.hidden {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    margin: 0;
}
.itemCategory {
  position: relative;
  width: 25%;
  float: left;
  z-index: 1;
  display: flex;
  justify-content: center;
    align-items: flex-end;
  text-align: center;
  cursor: pointer;
  /* height: 400px; */
}
.contImageCategoryFlower {
  position: absolute;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  top: 10px;
  left: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nameCategory {
    position: relative;
    z-index: 10;
    background-color: #6e700c;
    padding: 10px 30px;    
    font-family: "Playfair Display", serif;
    transition: all .5s ease-out;
    font-weight: 600;
    max-width: 80%;
    margin-bottom: 20px;
}
.itemCategory:hover .nameCategory {
    color: #6e700c;
    background-color: #fff;
}

.btnBackCategory {
    position: fixed;
    top: 160px;
    z-index: 200;
    color: #000;
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1600px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #faf8f7;
    padding: 0 10px;
    height: 100px;
    overflow: hidden;
}
.btnBackCategory.hidden {
    height: 0;
}
.contBtnCatFlower {
  cursor: pointer;
  position: relative;
}
.fisrtItemNews {
  margin-top: 30px;
}
.innerConteGalleryCat {
  width: 90%;
  max-width: 1600px;
  margin: auto;
}

.contBtnCompany {
  width: calc(100% - 60px);
  text-align: left;
  margin-left: 60px;
  padding: 0px 0px 0 20px;
  margin-top: 30px;
}
.ctaHalfImg a.read-more,
.contBtnCompany a.read-more {
  color: #6e700c;
}

.iconShopOnline {
  height: 35px;
  width: 35px;
  margin-right: 15px;
  background-image: url("../img/shop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

li.menu-item.submenu.shopOnlineItem {
  display: flex;
  justify-content: center;
  align-items: center;
}

li.shopOnlineItem.submenu:hover a.btnSubmenu {
  height: auto;
}
li.shopOnlineItem a.btnSubmenu {
  background-color: #8db521;
  height: auto;
  padding: 10px 20px;
  color: #fff;
  min-width: max-content;
}
section.comingSoonSec {
  height: calc(100vh - 80px);
  min-height: 300px;
  position: relative;
}
.contInnerComingSoon {
  height: 100%;
  width: 100%;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contTextComingSoon {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  text-align: center;
  line-height: 1.1;
}
.login-subbox .text-subbox:hover {
  background: #6e700c;
  color: white;
}
.textCertificationBlock {
  width: 60%;
  margin: auto;
  text-align: center;
}
.wrap-blog strong {    
    font-family: "GothamRounded-bold", sans-serif;
}
.wrap-blog em {
    font-style: italic;
}
.wrap-blog p {
    margin: 20px 0;    
}
.wrap-blog a {
    color: #000000;
}
.wrap-footer-top > div:nth-of-type(2) ul .menu-item-foot:not(.bold-menu-item-foot):hover {
    background: #6e700c;
    color: white;
}
.noFoundResult.visible {
    padding: 180px;
    /* justify-content: center; */
    align-items: center;
    display: flex;
    color: #6E700C;
    height: auto;
}
.noFoundResult{
    padding: 0;
    height: 0;
    overflow: hidden;
}
.contImageNoFoundResult {
    width: 30%;
    aspect-ratio: 1 / 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.titleNoFoundResult {
    font-size: 70px;
    font-family: 'Playfair Display', serif;
}
.textNoFoundResult {
    font-size: 30px;
}
.contNoFoundResult {
    width: 100%;
    overscroll-behavior: auto;
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.contTextNoFoundResult {
    width: 60%;
}
.btnNoFoundResult {
    display: inline-block;
    margin-top: 20px;
    font-size: 20px;
    padding: 5px 40px;
    background-color: #6E700C;
    color: #fff;
    cursor: pointer;
}
.textNoFoundResult {
    font-size: 30px;
    margin: 30px 0 40px;
    line-height: 1.3;
}
.main-new-title a {
    color: #6e700c;
}
.right-new {
    position: relative;
}
.right-new a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.popupContactFlower .popup {
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.contactIframe {
    position: relative;
    width: 100%;
}
.titleFlowerForm {
    font-family: "Playfair Display", serif;
    color: #6e700c;
    font-weight: 400;
    text-align: left;
    font-size: 60px;
}
.descFlowerForm {
    font-family: 'GothamRounded-light';
    margin-bottom: 50px;
}
@media only screen and (max-width: 1350px) {
  .text-blog,
  .sub-tit-blog,
  .content-blog,
  .gallery-blog,
  .wrap-all-news {
    width: 90%;
  }

  .our-edge {
    width: 45%;
  }

  .right-ouredge {
    width: 50%;
  }
}

@media only screen and (max-width: 1200px) {
    .grid-sizer {
        width: 33%;
    }
    .itemCategory {
        width: 33%;
    }
    .itemIsotope   {
        width: 33%!important;
        aspect-ratio: 1 / 1!important;
    }
}
@media only screen and (max-width: 1024px) {
  .main-banner {
    height: auto;
    min-height: auto;
    max-height: none;
  }
  .premium .sub-xl,
  .card-t,
  .text-img-left-au,
  .subtitle {
    font-size: 27px;
  }
  .box-title-sub {
    font-size: 27px;
  }
  html,
  body {
    font-size: 17px;
  }
  .info-card-flow {
    width: 90%;
    /*
        margin-top: -25%;
        margin-bottom: 50px;
*/
    margin: -25% auto 50px;
  }
  .edgeSection {
    height: auto;
    min-height: auto;
    max-height: none;
    padding: 110px 0;
  }
  .contBtnOurEdge {
    margin-bottom: 40px;
  }
  .about-img {
    aspect-ratio: 1/1;
    height: auto;
  }
  .aboutSection {
    height: auto;
  }
  .wrap-au {
    padding: 0px 0 100px;
  }
  .about-us {
    padding: 0;
  }
  .aboutSection {
    margin: 80px 0;
  }
  .of-text-test {
    margin-top: 40px;
  }
  .wrap-testimonials {
    text-align: center;
    margin: 30px auto 100px;
    width: 100%;
  }
  .about-us .btn-vflower {
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50%;
  }
  .wholesale-bottom,
  .massmarket-bottom {
    width: 90%;
    align-items: center;
    margin: auto;
  }
  .wholesale-bottom .btn-vflower,
  .ouf-program-text .btn-vflower {
    margin: 0;
  }
  .wholesale-img {
    height: auto;
    aspect-ratio: 1/1;
  }
  .ouf-program-img {
    margin-top: 0;
    height: auto;
    aspect-ratio: 1/1.3;
  }
  .ourSection {
    padding-top: 60px;
  }
  .text-img-left,
  .text-banner-logistic {
    font-size: 23px;
  }
  .wrap-ouredge {
    width: 90%;
  }
  .wrap-shoponline {
    display: block;
    position: fixed;
    height: calc(100% - 60px);
    width: 100%;
    left: 100%;
    top: 60px;
    overflow: auto;
    background-color: #fff;
    transition: all 0.5s ease;
  }
  .wrap-shoponline.active {
    left: 0;
  }
  .benefits-box {
    width: 100%;
  }
  .login-subbox {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 20px 0;
  }
  h4.box-title-login {
    text-align: center;
    margin-bottom: 20px;
  }
  a.sub-shop-item {
    justify-content: center !important;
  }
  .text-subbox {
    border: none;
  }
  .account-subbox {
    width: 100%;
    padding: 0;
  }
  .closeWindowBenefits {
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 20px;
    left: 20px;
    background-image: url("../img/arrow-down.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    z-index: 2;
  }
  .filter-gallery-top {
    height: 60px;
    padding: 10px;
    top: 60px;
  }
  main.contain-fagua {
    margin-top: 60px;
    overflow-x: hidden;
  }
    .gridGallery {
        margin-top: 140px;
    }
  .subbox-products a {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
  }

  .contact-wrap {
    padding: 40px 0vw;
  }

  .contTextComingSoonñ {
    text-align: center;
    line-height: 1.1;
  }

  .title {
    font-size: 35px;
  }
    .btnBackCategory {
        top: 120px;
        justify-content: start;
        height: 70px;
    }
    .contBtnCatFlower {
        margin: 0;
    }
    .sliderSimilar .slick-slide {
        margin: 0;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 768px) {
  .left .left-side {
    padding-left: 0;
  }
  h3 {
    font-size: 40px;
  }
  .premium .sub-xl,
  .subtitle,
  .box-title-sub {
    font-size: 18px;
  }

  .card-t {
    font-size: 22px;
  }

  .subtitle {
    font-size: 18px;
  }
  html,
  body {
    font-size: 16px;
  }
  .contBtnBanner {
    margin-top: 0px;
  }
  .flower-info-wrap {
    margin: 0;
  }
  .premium-tit {
    margin-bottom: 15px;
    font-size: 25px;
  }

  .sub-xl {
    font-size: 16px;
  }
  .claseSpace {
    height: 40px;
  }
  .our-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .main-text-our {
    margin-bottom: 0;
  }
  .wholesale-bottom .btn-vflower {
    margin-top: 40px;
  }
  .wholesale-bottom,
  .massmarket-bottom {
    width: 100%;
  }
  .wholesale-img {
    aspect-ratio: 1/1.3;
  }
  .florwerLeft {
    left: 0px;
  }
  .wrap-ouredge {
    flex-direction: column;
    padding: 0;
    width: 90%;
  }
  .our-edge,
  .right-ouredge {
    width: 100%;
    padding: 0;
  }
  .wrap-ouredge {
    flex-direction: column;
    padding: 0;
    width: 90%;
    min-height: auto;
    margin: 60px auto;
    position: relative;
  }
  .leaves-bg-b.blockSection .wrap-testimonials {
    position: relative;
    text-align: center;
    margin: 0;
  }
  .logistic-details,
  .logistic-details-b,
  .companyEvens .logistic-details {
    flex-direction: column;
    width: 100%;
  }
  .blockTwo .img-left,
  .blockTwo .img-right {
    width: 100%;
    margin-bottom: 30px;
  }
  .text-img-left,
  .text-banner-logistic {
    font-size: 23px;
    width: 100%;
    margin: 0;
  }
  .text-img-left.textLeft {
    order: 2;
  }
  .blockImgFull {
    width: 90%;
    margin: 0 auto 60px;
  }
  .banner-logistic {
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 30px;
  }
  .leaves-bg-b.blockSection {
    width: 90%;
  }
  .blockImgText {
    width: 90%;
  }
  .wrap-quality {
    margin-top: 50px;
  }
  .wrap-text-right {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .big-number,
  .big-number-right {
    font-size: 60px;
  }
  .icon-foot-wrap {
    justify-content: center;
  }
  .side-a,
  .side-b {
    align-items: center;
  }
  .subtext-italic {
    font-size: 25px;
  }
  .wrap-fagua {
    width: 90%;
    margin: auto;
  }  
    .itemIsotope   {
        width: 50%!important;
        aspect-ratio: 1 / 1!important;
    }
  .itemIsotope.BSquare {
    width: 50%;
  }
  .itemIsotope.high {
    width: 50%;
  }
  a.filter-fg {
    width: 40px;
    height: 40px;
    font-size: 0;
    background-position: center;
    background-size: 20px;
  }
  .popup-fg {
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
  }
  main.contain-fagua {
    margin-top: 0px;
    padding-top: 60px;
    overflow-x: hidden;
  }
  .text-card {
    min-height: initial;
  }

  .bg-flower-bottom .sub-tit {
    width: 100%;
  }

  .card-icons {
    margin: 30px 0 0;
  }

  .main-text p {
    text-align: center;
  }

  .team .main-text p {
    text-align: left;
  }

  .main-banner .main-text p {
    font-size: 16px;
    text-align: left;
  }

  .right-ouredge .main-text p {
    text-align: left;
    margin: 0;
  }

  .right-ouredge .main-text {
    margin: 0;
  }

  .of-text-test {
    margin-top: 30px;
  }

  .outerImgDetail{
    width: 100%;
  }

  .slick-next {
    left: calc(50% + 30px);
    transform: translateX(-50%);
  }
  .slickImgDetailDf .slick-next, .slickFullScreen .slick-next {
        left: initial;
        transform: none;
        right: 30px;
    }
  .slickImgDetailDf .slick-prev, .slickFullScreen .slick-prev {
        transform: none;
        left: 30px;
    }
  .slick-prev {
    left: calc(50% - 30px);
    transform: translateX(-50%);
  }

  .edgeSection {
    padding: 0 0;
  }

  .title-sec-our {
    font-size: 35px;
    line-height: 1.2;
  }

  .sub-text-our {
    font-size: 18px;
  }

  .wrap-footer-top > div:nth-of-type(2) ul,
  .wrap-footer-top > div:nth-of-type(4) ul {
    padding: 20px 0 10px;
    border-bottom: 1px solid #9c9d60;
    margin-bottom: 20px;
  }

  .wrap-footer-top > div:nth-of-type(4) ul {
    padding-top: 0;
  }

  .wrap-footer-top > div:nth-of-type(2) ul a:first-of-type .menu-item-foot {
    font-weight: bold;
    margin-bottom: 15px;
  }

  .blockHalfText {
    padding: 5vh 0;
  }

  .wrap-ouredge {
    margin: 20px auto;
  }

  .blockImgHalf .wrap-ouredge {
    flex-direction: column-reverse;
  }

  .city-test {
    background-size: 22px;
  }

  .quality-tit,
  .testimonial-tit {
    font-size: 35px;
    line-height: 1.1;
  }

  .quality-tit {
    margin-bottom: 20px;
  }

  .movil-ham a {
    padding: 0px 0px 0px 20px;
  }

  li.pr-movil.shopMovileMenu {
    padding: 0px 0 0px 0px;
    display: flex;
    font-size: 14px;
  }

  li.shopOnlineItem a.btnSubmenu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }

  .iconShopOnline {
    height: 20px;
    width: 20px;
    margin-right: 5px;
  }

  .subbox-products {
    width: 90%;
  }

/*
  .hoverItemIsotope {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .imgItemIsotope {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
*/
  .forms-contact {
    font-size: 16px;
  }

  .foot-credit-list .icon-foot-wrap {
    flex-wrap: wrap;
  }

  .foot-credit-list .icon-foot-wrap a {
    width: 100%;
  }

  .foot-credit-list {
    padding: 5px 0;
  }

  .gallery-left {
    width: 100%;
  }

  .gallery-right {
    width: 100%;
  }
  .gallery-premium {
    height: auto;
    flex-wrap: wrap;
    width: 100%;
  }

  /* .gallery-right .slick-list {
    height: 100vh !important;
  } */
  .gallery-premium .slick-slider .slick-track {
    display: flex;
  }

  .wrap-testimonials {
    width: 90%;
  }
  .card-testimonials {
    padding: 25px;
  }

  .blockSection .wrap-testimonials {
    width: 100%;
  }

  .testimonial-tit {
    margin-bottom: 10px;
  }

  .main-banner .container {
    height: auto;
    left: 0;
    width: 90%;
    flex-direction: column-reverse;
  }

  .team-name {
    font-size: 22px;
  }

  .team-rol {
    font-size: 14px;
  }

  .arrowTeam {
    width: 35px;
    height: 35px;
  }
  select.questions {
    background-size: 30px;
  }

  select.kind {
    font-size: 22px;
    background-size: contain;
  }

  .wrap-knowus .main-text {
    font-size: 14px;
  }

  .contName {
    margin-bottom: 5px;
  }

  .leaves-bg-blog .blog-tit {
    font-size: 30px;
    width: 90%;
  }

  li.item-news a {
    font-size: 14px;
    padding-bottom: 0;
  }
  .news-ul {
    gap: 10px;
  }
  .wrap-search {
    display: block;
  }
  .wrap-fagua .wrap-search {
    display: none;
  }

  .tit-cat-news {
    width: auto;
    font-size: 25px;
    margin-right: 10px;
  }

  .img-autor {
    width: 30px;
    margin-right: 15px;
    height: 30px;
  }

  .main-new-title {
    font-size: 35px;
    line-height: 1.1;
  }

  .map-a {
    position: relative;
    margin-bottom: 80px;
  }

  .menu-map {
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
    width: 100%;
    max-height: 50px;
    background-color: #f2f2f2;
    z-index: 1;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }

  .menu-map.open {
    max-height: 60vh;
    overflow-y: auto;
  }

  .menu-map ul {
    padding: 0 10px;
  }

  .menu-map:before {
    content: "";
    position: relative;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #f2f2f2;
    z-index: 2;
    width: 100%;
    display: block;
    padding: 25px 0;
    font-weight: 700;
    font-size: 25px;
    background-image: url(../img/arrow-down.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center center;
  }

  li.list-map {
    opacity: 1 !important;
    transform: none !important;
    z-index: 1;
  }
  wrap-number-text .text-cat-about {
    width: 80%;
  }

  .bg-flower-bottom {
    margin-top: 50px;
  }
  .left-new {
    padding-right: 0;
  }
  .textCertificationBlock {
    width: 100%;
  }
    .leaves-bg-b.getNowUs {
        margin-top: 20px;
    }

    .wrap-blog p{
        margin: 0 0 20px;
    }
    .wrap-blog .text-blog {
        margin-top: 0;
    }
    .wrap-blog .banner-blog {
        margin-bottom: 20px;
    }    
    .grid-sizer {
        width: 50%;
    }
    .itemCategory {
        width: 50%;
    }
   .btnBackCategory {
        width: 100%;
        top: 120px;
        height: 60px;
        justify-content: left;
        padding: 0 5%;
    }
    .gridGallery {
        margin-top: 150px;
    }
    .contBtnCatFlower {
        width: auto;
        margin: 0;
    }
    .popup {
        width: 100%;
        top: 60px;
        height: calc(100% - 60px);
        padding: 70px 40px;
    }
}

@media only screen and (max-width: 520px) {
  h3 {
    font-size: 35px;
  }
  .wrap-icon-ben {
    width: 50%;
    float: left;
  }
  .sub-benefits,
  .sub-benefits a:link,
  .sub-benefits a:hover {
    display: block;
    overflow: hidden;
  }
    
    .grid-sizer {
        width: 100%;
    }
    .itemCategory {
        width: 100%;
    } 
    .itemIsotope   {
        width: 100%!important;
        aspect-ratio: 1 / 1!important;
    }
    .contBtnCatFlower {
        width: 100%;
    }
}

/* ============================
   CONTACT SPLIT (layout)
   ============================ */

.fagua-contact-split{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  min-height: 650px;
}

.fagua-contact-left{
  padding: 60px 60px 40px;
}

.fagua-escala-wrap{
  width: 100%;
  max-width: 520px;
}

.fagua-contact-right{
  background-image: url("https://faguabkt.s3.amazonaws.com/wp-content/uploads/2024/05/contact-3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* ============================
   INTRO TEXT
   ============================ */

.fagua-contact-intro{
  font-family: "GothamRounded-light", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  margin-bottom: 24px;
  max-width: 520px;
}

.fagua-contact-intro br{ display: inline; }


/* ============================
   ESCALA EMBED (si aún lo usas)
   ============================ */

#escala-form-f22d61f5-f256-4427-a530-7b422eababd5-ran07799924483325016dom,
#escala-form-f22d61f5-f256-4427-a530-7b422eababd5-ran07799924483325016dom iframe{
  width: 100% !important;
  max-width: 100% !important;
}

#escala-form-f22d61f5-f256-4427-a530-7b422eababd5-ran07799924483325016dom iframe{
  display: block;
  border: 0 !important;
}


/* ============================
   ODOO FORM – LOOK like Escala
   ============================ */

.odoo-form{
  width: 100%;
  max-width: 520px;
}

.odoo-field{
  display: block;
  margin: 0 0 22px 0;
}

.odoo-form label{
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  color: #111;
  margin: 0 0 12px 0;
}

.odoo-form input[type="text"],
.odoo-form input[type="email"],
.odoo-form input[type="tel"],
.odoo-form textarea,
.odoo-form select{
  width: 100%;
  box-sizing: border-box;
  padding: 16px 18px;
  border: 2px solid #d6dfe7;
  border-radius: 6px;
  background: #fff;
  outline: none;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  line-height: 1.1;
  color: #2b2b2b;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.odoo-form textarea{
  min-height: 140px;
  resize: vertical;
}

.odoo-form input::placeholder,
.odoo-form textarea::placeholder{
  color: #8f9aa5;
}

.odoo-form input:focus,
.odoo-form textarea:focus,
.odoo-form select:focus{
  border-color: rgba(110,112,12,.65);
  box-shadow: 0 0 0 3px rgba(110,112,12,.12);
}

.odoo-checkbox{ margin-top: 6px; }

.odoo-checkbox label{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "GothamRounded-light", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #444;
  margin: 0;
}

.odoo-checkbox input[type="checkbox"]{ margin-top: 3px; }

.odoo-submit{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  background: rgb(110,112,12);
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .02em;
  line-height: 1;
  transition: transform .15s ease, background-color .2s ease;
}

.odoo-submit:hover{
  transform: translateY(-1px);
  background: rgb(95, 97, 10);
}


/* ============================
   SUCCESS MESSAGE (reemplaza el form)
   ============================ */

.odoo-form-msg{
  display: none;
  text-align: center;
  padding: 48px 24px;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  color: rgb(110,112,12);
  max-width: 520px;
  margin: 0 auto;
}


/* ============================
   RESPONSIVE
   ============================ */

/* <=1024: 1 columna + centrado */
@media (max-width: 1024px){
  .fagua-contact-split{
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .fagua-contact-left{
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fagua-contact-intro{
    width: 100%;
    max-width: 520px;
  }

  .fagua-escala-wrap{
    margin: 0 auto;
  }

  .fagua-contact-right{
    height: 320px;
  }
}

/* <=768: ajustes móviles */
@media (max-width: 768px){
  .fagua-contact-intro br{ display: none; }

  .odoo-form label{ font-size: 20px; }

  .odoo-form input[type="text"],
  .odoo-form input[type="email"],
  .odoo-form input[type="tel"],
  .odoo-form textarea,
  .odoo-form select{
    font-size: 20px;
    padding: 14px 16px;
  }

  .odoo-submit{
    font-size: 18px;
    padding: 12px 22px;
  }

  .odoo-form-msg{
    font-size: 24px;
    padding: 36px 16px;
  }
  
  .odoo-form select{
      padding-right: 46px;
      background-position:
        calc(100% - 20px) 50%,
        calc(100% - 14px) 50%;
    }
}

/* ============================
   intl-tel-input (flags) style match
   ============================ */

.odoo-form .iti{
  width: 100%;
  display: block;
}

.odoo-form .iti__tel-input{
  width: 100%;
}

.odoo-form .iti__tel-input,
.odoo-form .iti input[type="tel"]{
  width: 100%;
  box-sizing: border-box;
  padding: 16px 18px;
  border: 2px solid #d6dfe7;
  border-radius: 6px;
  background: #fff;
  outline: none;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  line-height: 1.1;
  color: #2b2b2b;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.odoo-form .iti input[type="tel"]:focus{
  border-color: rgba(110,112,12,.65);
  box-shadow: 0 0 0 3px rgba(110,112,12,.12);
}

/* Ajuste del botón de bandera para alinearlo estéticamente */
.odoo-form .iti__country-container{
  margin-left: 8px;
}

/* ============================
   FIX: intl-tel-input dropdown text color
   ============================ */
.odoo-form .iti__dropdown-content,
.odoo-form .iti__country-list{
  color: #111 !important;
}

.odoo-form .iti__country-name,
.odoo-form .iti__dial-code,
.odoo-form .iti__country{
  color: #111 !important;
}

/* ============================
   FIX: select arrow spacing (right padding)
   ============================ */
.odoo-form select{
  padding-right: 44px; /* más espacio para la flecha */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* flecha custom (opcional pero recomendado para consistencia) */
  background-image:
    linear-gradient(45deg, transparent 50%, #555 50%),
    linear-gradient(135deg, #555 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

/* En Safari a veces queda un padding raro */
.odoo-form select::-ms-expand{ display: none; }

/* Labels blancos SOLO para el bloque newsletter del home */
.contenFormFooter .odoo-newsletter-form label{
  color: #fff !important;
}

/* (Opcional) Si el theme te está pintando el label con sombra o fondo raro */
.contenFormFooter .odoo-newsletter-form label{
  text-shadow: 0 1px 10px rgba(0,0,0,.35);
}

/* Placeholder blanco (para que combine con el screenshot) */
.contenFormFooter .odoo-newsletter-form input::placeholder{
  color: rgba(255,255,255,.85);
}

/* Si quieres el texto que escribe el usuario negro (como en tu captura) */
.contenFormFooter .odoo-newsletter-form input{
  color: #111;
}

