#highlights {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
}

.highlight {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 48px;
}

#content {
  background-color: #fafafa;
}

.widthContainer {
  width: 64%;
}

.clientsContainer {
  height: auto;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #e6e6e6;
  margin-top: 80px;
}

.clientsTitle {
  position: relative;
  font-size: 18px;
  letter-spacing: 3px;
  margin-top: 59px;
  color: #757575;
  margin-bottom: 15px;
}

.clientsImgs {
  height: 312px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.slick-list {
  overflow: visible;
}

.sliderTitleContainer {
  margin-top: 69px !important;
  color: #075946 !important;
  font-weight: 900;
  text-align: center;
}

#ourBrands {
  display: flex;
  margin-top: 35px;
  margin-bottom: 100px;
  width: 100%;
}

.h1 {
  text-decoration: none;
}

.highlightTitle {
  color: #fff;
  font-size: 40px;
  text-align: center;
  position: relative;
  top: 50%;
  text-decoration: none;
  font-weight: 800;
}

.addWishlistProduct {
  background-image: url(../../files/site/greenHeart.png);
}

.addWishlistProduct:hover {
  background-image: url(../../files/site/greenHeartFull.png);
}

.remove-WishlistProduct:hover {
  background-image: url(../../files/site/greenHeart.png);
}

.remove-WishlistProduct {
  background-image: url(../../files/site/greenHeartFull.png);
}

.sliderRightArrowBrands {
  position: relative;
  top: 10px;
  right: 8.5%;
  height: 26px;
  width: 26px;
  background-image: url(../../files/site/brandArrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.sliderLeftArrowBrands {
  background-image: url(../../files/site/brandArrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  margin-top: 16px;
  transform: rotate(180deg);
  cursor: pointer;
  left: 8.5%;
  position: absolute;
}

#brandsContainer {
  width: 80%;
  height: fit-content;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 50px;
}

.brandLogo {
  float: left;
  height: 51px;
  margin-left: 2%;
  margin-right: 2%;
}

.blurDiv {
  width: 100%;
  height: 23%;
  position: relative;
  top: 77%;
  backdrop-filter: blur(10px);
  display: none;
}

.infoTitle {
  font-size: 19px;
  letter-spacing: 3px;
  text-align: center;
  color: #075946;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 60px;
}

.titleDecoration {
  width: 21px;
  margin-right: 12px;
  margin-bottom: -5px;
}

.servicesContainer {
  position: relative;
  margin: auto;
  margin-top: 70px;
  width: 85%;
  margin-bottom: 60px;
  height: 275px;
}

#sobreNosotros {
  width: 100%;
  height: 500px;
}

#green {
  width: 60%;
  height: 100%;
  background-color: #075945;
  float: left;
  overflow: hidden;
}

#SNpreTitle {
  margin-left: 20%;
  color: #f7e18cb2;
  margin-bottom: 25px;
  font-size: 16px;
  margin-top: 80px;
  letter-spacing: 4px;
}

#SNTitle {
  margin-left: 20%;
  color: #fff;
  margin-bottom: 35px;
  font-size: 40px;
  width: 58%;
}

#SNText {
  margin-left: 20%;
  color: #fff;
  margin-bottom: 35px;
  font-size: 18px;
  width: 59%;
  font-weight: 100;
  line-height: 26px;
}

#SNButton {
  margin-left: 20%;
  background-color: #afb877;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  height: 40px;
  width: 140px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #afb877;
}

#SNButton:hover {
  background-color: #075945;
  border: 1px solid #fff;
}

#SNImage {
  width: 40%;
  float: left;
  height: 100%;
  overflow: hidden;
}

#SNFlower {
  width: 48%;
  position: relative;
  left: 76%;
  top: -62%;
}

#SNArrow {
  height: 10px;
  margin-left: 15px;
}

#sauzalEducaLink {
  display: block;
  position: relative;
  margin: 0 auto;
  display: block;
  width: 1100px;
  margin-bottom: 60px;
}

#sauzalEducaImg {
  position: relative;
  width: 100%;
}

.productName {
  position: absolute;
  bottom: 0;
  width: 60%;
  line-height: 70px;
  height: 90px;
  z-index: 1;
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  margin-left: 30px;
}

.arrowHover {
  position: absolute;
  bottom: 42px;
  display: none;
  margin-left: 74%;
  width: 65px;
  z-index: 3;
}

.productImage {
  width: 100%;
  height: 237px;
}

.productContainer.short {
  width: 40%;
  margin-right: 2%;
}

#productsContainer {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#categoriesContainer {
  display: flex;
  justify-items: center;
  justify-content: space-between;
}

.productContainer {
  position: relative;
  width: 24%;
  float: left;
  height: 500px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
  top: 0;
  transition: top 0.3s ease-out;
  -moz-transition: top 0.3s ease-out;
  -webkit-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
}

.productContainer.short {
  width: 33%;
}

.productContainer.long {
  width: 65%;
}

.productContainer:hover > .arrowHover {
  display: block;
}

.productContainer:hover > .blurDiv {
  display: block;
}

.serviceContainer {
  display: block;
  position: relative;
  width: 31%;
  background-color: #f5f5f5;
  border-radius: 20px;
  float: left;
  height: 100%;
  margin-right: 1%;
  margin-left: 1%;
  box-shadow: 0 4px 14px rgb(0 0 0 / 3%);
}

.serviceNumber {
  color: #afb877;
  font-size: 45px;
  margin-left: 40px;
  margin-top: 30px;
}

.servicesFirstRow {
  position: relative;
  margin-top: 30px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}

.servicesSecondRow {
  position: relative;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}

.servicesSecondRow .serviceContainer {
  width: 38%;
}

.serviceImage {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 230px;
}

.serviceName {
  color: #075946;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  margin-left: 40px;
  margin-top: 10px;
}

.serviceDescription {
  color: grey;
  font-size: 13px;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 10px;
  font-weight: 300;
  line-height: 22px;
}

.serviceHover {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-color: #075946;
  width: 100%;
  height: 4%;
  z-index: 2;
  border-radius: 4px;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}

.serviceHoverButton {
  display: block;
  top: 16%;
  position: relative;
  color: #afb877;
  font-weight: 500;
  float: right;
  margin-right: 35px;
  font-size: 14px;
}

.agronegociosContainer {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 60px;
  background: #f5f5f5;
}

.agroTextContainer {
  padding: 20px;
}

.serviceContainer:hover .serviceHover {
  opacity: 1;
}

.productViewTop {
  height: 270px;
}

.productViewContainer {
  background-color: #fff;
}

.productSlide .figureBackground {
  top: 12px;
}

#arrowLeft {
  width: 60px;
  height: 25px;
  float: right;
  cursor: pointer;
  transform: rotate(180deg);
  margin-right: 15px;
}

#arrowRight {
  width: 60px;
  height: 25px;
  float: right;
  cursor: pointer;
  margin-right: 9%;
  margin-top: -1px;
}

.serviciosArrow {
  width: 100%;
  height: 100%;
}

.infoMainText {
  color: #000;
  font-size: 17px;
  line-height: 22px;
  width: 56%;
  margin: 0 auto;
}

#imageGroupTitle {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 60px;
  color: #333234;
  text-align: center;
}

.slick-dots {
  bottom: 12px;
}

.slick-dots li {
  width: 12px;
  height: 14px;
}

.slick-dots li button:before {
  border-radius: 100px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  color: transparent;
  opacity: 0.5;
  font-size: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

#specialOffersTitle {
  position: relative;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 5px;
  color: #84cdc4;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
}

#specialOffersDiv {
  position: relative;
  margin: 0 auto;
  width: 1250px;
  margin-top: 25px;
}

#specialOffersLeftArrow {
  position: absolute;
  left: 5px;
  height: 50px;
  top: 92px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#specialOffersLeftArrow:hover {
  left: 0;
}

#specialOffersRightArrow {
  position: absolute;
  right: 5px;
  height: 50px;
  top: 92px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#specialOffersRightArrow:hover {
  right: 0;
}

#specialOffers {
  position: relative;
  height: auto;
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

#brandsImage {
  background-image: url(../../files/brands.png);
  width: 80%;
  height: 80%;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0%;
  background-position-y: bottom;
}

#novedadesContainer {
  width: 84%;
  margin: auto;
  height: 420px;
  margin-bottom: 70px;
}

.specialOffer {
  position: relative;
  float: left;
  width: 330px;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  top: 0;
}

.specialOffer:hover {
  top: -10px;
}

.specialOfferImg {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 180px;
}

.specialOfferInfo {
  position: relative;
  width: 98%;
  margin: 0 auto;
  height: 45px;
  margin-top: 10px;
  border: 2px solid #84cdc4;
  border-radius: 2px;
  display: table;
}

.specialOfferTitle {
  position: relative;
  color: #8e8e8e;
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  max-width: 130px;
  line-height: 14px;
  padding-top: 3px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.specialOfferPrice {
  position: relative;
  float: right;
  color: #8e8e8e;
  margin-right: 20px;
  font-weight: 700;
  font-size: 14px;
  padding-top: 17px;
}

#promotions {
  height: 570px;
}

#promoShadow {
  width: 75%;
  margin: 0 auto;
  height: 16px;
  position: relative;
  margin-bottom: 30px;
}

#topPromotionImages {
  height: 240px;
  margin-top: 40px;
  width: 100%;
}

#bottomPromotionImages {
  height: 270px;
}

.promoColumnImages {
  width: 275px;
  height: 275px;
  margin-left: 70px;
  float: left;
  display: inline-block;
  position: relative;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.promoColumnImages:hover,
.promoWideImages:hover {
  cursor: pointer;
}

#verTodosBlogs {
  position: relative;
  margin-left: 86%;
  margin-bottom: 20px;
  color: #787878;
}

.blogPostRegular:hover > .greenHover {
  background-color: #075946;
}

.arrowBlog {
  float: right;
  width: 36px;
  margin-right: 40px;
  margin-top: 12px;
  position: absolute;
  right: 0;
  bottom: 15px;
}

.greenHover {
  position: absolute;
  bottom: 0;
  background-color: transparent;
  height: 2%;
  width: 100%;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}

.blogPostRegular {
  width: 23%;
  position: relative;
  float: left;
  height: 400px;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 50px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%), 0 6px 20px 0 rgb(0 0 0 / 10%);
}

.blogPostRegular .postPreviewFile {
  width: 100%;
  height: 200px;
  background-size: cover;
}

.blogPostTitle {
  color: #075946;
  font-size: 22px;
  font-weight: 800;
  margin: 18px 30px;
  letter-spacing: normal;
}

.blogPostDescription {
  color: #787878;
  font-size: 14px;
  font-weight: 400;
  margin: 0 30px;
  letter-spacing: normal;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
}

.promoWideImages {
  margin-left: 70px;
  height: 230px;
  width: 448px;
  margin-top: 20px;
  float: left;
  position: relative;
  display: inline-block;
  background-size: 100%;
  background-position: 50% 50%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
}

.promoImageColumnBkg {
  height: 20%;
  bottom: 0;
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.promoImageWideBkg {
  height: 20%;
  bottom: 0;
  position: absolute;
  width: 100%;
  background-color: #333234;
  opacity: 0.8;
}

.promoImageColumnText {
  float: left;
  margin-top: 5px;
  color: #fff;
  margin-top: 17px;
  position: relative;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

.promoImageColumnPrice {
  margin-left: 10px;
  margin-top: 5px;
  float: left;
}

.promoImageWideText {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
}

.promoImageWidePrice {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  height: auto;
  padding-bottom: 15px;
}

#mapDiv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  min-width: 1100px;
  margin-top: 20px;
}

#contactDiv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #b2d6d1;
}

#contactTitle {
  position: relative;
  margin-top: 80px;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  font-size: 20px;
}

.contactInput {
  position: relative;
  float: left;
  width: 360px;
  padding-left: 15px;
  margin-top: 30px;
  height: 35px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}

.contactInput::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.contactInput:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.contactInput::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.contactInput:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.contactInput::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

#contactName {
  margin-left: 150px;
  margin-right: 40px;
}

#contactMessage {
  margin-left: 150px;
  width: 780px;
  padding-top: 10px;
  height: 200px;
  resize: none;
}

#contactSend {
  position: relative;
  float: right;
  width: 300px;
  margin-right: 150px;
  margin-top: 20px;
  height: 40px;
  background-color: #84cdc4;
  color: #fff;
  text-align: center;
  line-height: 40px;
  letter-spacing: 2px;
  margin-bottom: 60px;
  border-radius: 3px;
  border: 2px solid #84cdc4;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#contactSend:hover {
  background-color: #35b7a7;
  border: 2px solid #35b7a7;
}

.leftArrow {
  position: absolute;
  z-index: 9;
  top: 308px;
  left: 20px;
  cursor: pointer;
}

.rightArrow {
  position: absolute;
  z-index: 9;
  top: 308px;
  right: 20px;
  transform: rotate(180deg);
  cursor: pointer;
}

.infoText {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 80%;
  margin: auto;
  margin-top: 30px;
}

#weatherFrame {
  position: relative;
  margin-left: calc(50% - 364px);
  margin-top: 30px;
}

.agroContainer {
  position: relative;
  overflow: hidden;
  height: 475px;
  width: 40%;
  float: left;
  background-color: #f0f0f0;
}

.agroTitle {
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
  line-height: 49px;
  color: #00a15e;
  padding: 28px;
  padding-bottom: 0;
}

.agroImage {
  width: 57%;
}

.agroSubTitle {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 49px;
  padding-left: 28px;
  color: #9c9c9c;
}

.agroText {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #000;
  text-align: center;
  padding: 28px;
  width: 60%;
  left: 20%;
  padding-top: 15px;
  position: relative;
}

.agroImgContainer {
  float: left;
  position: relative;
  overflow: hidden;
  height: auto;
  width: 60%;
}

.agroImg {
  width: auto;
  height: 475px;
  background-repeat: no-repeat;
  background-size: cover;
}

.askContainer {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 220px;
  width: 80%;
  margin: auto;
  margin-top: 80px;
  background-image: linear-gradient(269.73deg, #30b073 38.68%, #257a51 93.53%);
}

.askTextContainer {
  position: relative;
  overflow: hidden;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  line-height: 48px;
  color: #fff;
  width: 33%;
  text-align: center;
  float: left;
  height: 100%;
}

.askText {
  position: relative;
  height: auto;
  margin: AUTO;
  margin-top: 37px;
  width: 100%;
  font-size: 38px;
}

.askArrow {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 15%;
  float: left;
  margin-top: 20px;
}

#askArrowImg {
  margin: AUTO;
  margin-left: 49%;
  margin-top: 25%;
}

.askData {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 25%;
  float: left;
}

.emailData {
  width: 232px;
  background-color: #fff;
  margin: auto;
  margin-top: 48px;
  height: 43px;
  line-height: 43px;
  font-size: 20px;
  padding: 5px;
  border-radius: 10px;
  color: #959595;
  text-indent: 5px;
}

.passData {
  width: 232px;
  background-color: #fff;
  margin: auto;
  margin-top: 20px;
  height: 43px;
  line-height: 43px;
  padding: 5px;
  font-size: 20px;
  border-radius: 10px;
  color: #959595;
  text-indent: 5px;
}

.askBtnContainer {
  position: relative;
  height: auto;
  overflow: hidden;
  float: left;
  width: 25%;
  color: #fff;
}

.askBtn {
  border-radius: 7px;
  width: 217px;
  margin: auto;
  height: 100px;
  font-style: italic;
  font-weight: 700;
  font-size: 27px;
  text-align: center;
  line-height: 99px;
  background-color: #3ae29c;
  margin-top: 60px;
}

.footerIndex {
  width: 100%;
  position: relative;
  background-color: #00a15e;
  height: 170px;
  margin-top: 80px;
}

#testimonials {
  position: relative;
  width: 1175px;
  margin: auto;
  margin-top: 35px;
}

#testimonialsContainer {
  width: 1136px;
  height: fit-content;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 50px;
}

.testimonyName {
  color: #075946;
  font-size: 18px;
  font-weight: 900;
  width: 80%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

.testimonyContainer {
  background-color: #f5f5f5;
  float: left;
  height: 300px;
  margin-left: 18px;
  margin-right: 18px;
}

.testimonyText {
  color: #444;
  width: 80%;
  margin: auto;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 20px;
}

.testimonyLink {
  color: #075946;
  width: 80%;
  left: 10%;
  position: relative;
}

.sliderLeftArrowTestimonials {
  background-image: url(../../files/leftArrowTestimony.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0%;
  top: 45%;
  z-index: 20;
}

.sliderRightArrowTestimonials {
  position: absolute;
  right: 0%;
  background-image: url(../../files/rightArrowTestimony.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  bottom: 45%;
  z-index: 20;
}

.testimonialsTitle {
  text-align: center;
  letter-spacing: 0.08rem;
  color: #075945;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  #weatherMobileFrame {
    margin-left: calc(50% - 150px);
  }

  .infoText {
    margin-bottom: 5px;
    width: 90%;
  }

  .infoTitle {
    margin-top: 60px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-size: 18px;
  }

  .clientsImgs {
    width: 283px;
    height: 436px;
  }

  .infoMainText {
    width: 85%;
    margin: auto;
    font-size: 15px;
  }

  .leftArrow {
    display: none;
  }

  .rightArrow {
    display: none;
  }

  #productsContainer {
    width: 100%;
  }

  .agronegociosContainer {
    width: 90%;
    display: block;
  }

  .productContainer {
    height: 390px;
    margin-left: 0.6%;
  }

  .agroImage {
    width: 100%;
  }

  .servicesContainer {
    width: 96%;
    height: auto;
    margin-left: 15px;
    margin-top: 50px;
  }

  .serviceContainer {
    height: 280px;
    border-radius: 0;
    background-color: #fff;
    margin-right: 0;
  }

  .serviceImage {
    width: 100% !important;
  }

  .serviceHover {
    display: none !important;
    border-radius: 5px;
  }

  .serviceHoverButton {
    float: unset;
    bottom: 14%;
    position: absolute;
    top: unset;
  }

  .serviceNumber,
  .serviceName,
  .serviceDescription,
  .serviceHoverButton {
    margin-left: 20px;
  }

  .serviceDescription {
    margin-right: 13px;
    letter-spacing: 0;
  }

  #novedadesContainer .slick-slide {
    width: 280px;
  }

  .blogPostRegular {
    width: 93%;
    height: 400px;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .arrowBlog {
    float: unset;
    width: 40px;
    margin-top: 30px;
    left: calc(50% - 20px);
    position: relative;
  }

  .blogPostRegular .blogPostTitle {
    margin-top: 5px;
    font-size: 18px;
    margin: 16px 20px;
  }

  .blogPostRegular .blogPostDescription {
    font-size: 14px;
    margin: 0 20px;
    line-height: 18px;
  }

  .slick-prev,
  .slick-next {
    display: none !important;
  }

  #verTodosBlogs {
    display: none;
  }

  #ourBrands {
    display: block;
  }

  #brandsContainer {
    width: 90%;
  }

  .sliderLeftArrowBrands,
  .sliderRightArrowBrands {
    display: none !important;
  }

  .title {
    left: 20px;
    font-size: 64px;
    margin-top: -77px;
  }

  .dataContainer {
    margin-top: 12px;
  }

  #green {
    width: 100%;
    height: 65%;
    position: relative;
    top: 41%;
  }

  #SNImage {
    width: 100%;
    height: 40%;
    position: relative;
    top: -64%;
  }

  #SNpreTitle {
    margin-left: 0;
    text-align: center;
    font-weight: 900;
    margin-bottom: 30px;
  }

  #SNTitle {
    text-align: center;
    width: 95%;
    font-size: 24px;
    font-weight: 900;
    margin: 0 auto 30px;
    line-height: 30px;
  }

  #SNText {
    margin-left: 4%;
    text-align: center;
    width: 92%;
    font-size: 15px;
    line-height: 21px;
    margin-top: 40px;
  }

  #SNButton {
    margin-left: calc(50% - 85px);
    width: 170px;
    height: 45px;
    line-height: 43px;
    margin-top: 60px;
  }

  #SNArrow {
    margin-left: 18px;
  }

  #SNFlower {
    width: 80%;
    position: relative;
    left: 46%;
    top: -30%;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  #sobreNosotros {
    height: 800px;
  }

  .highlightTitle {
    display: none;
  }

  .highlight {
    height: auto;
  }

  .sliderTitleContainer {
    font-size: 17px;
  }

  #arrowRight,
  #arrowLeft {
    display: none;
  }

  #backImage,
  #frontImage {
    display: none;
  }

  .mainImageTextBox,
  #mainImageTextBoxTransparent {
    display: none !important;
  }

  #frontImageMobile {
    display: block;
    height: 250px;
    background-size: cover;
  }

  #backImageMobile {
    display: block;
    height: 250px;
    background-size: cover;
  }

  #mainImageTextBoxTransparent {
    display: none;
  }

  .mainImageTextBox {
    display: none;
  }

  #mainImageSelectorTransparent {
    width: 300px;
    top: initial;
    bottom: 10px;
    left: 50%;
    margin-left: -150px;
    height: 83px;
  }

  .mainImageSelector {
    width: 300px;
    top: initial;
    bottom: 10px;
    left: 50%;
    margin-left: -150px;
    height: 83px;
  }

  .mainImageSelect {
    width: 90px;
    height: 67px;
    float: left;
    margin-right: 1px;
  }

  .promoColumnImages {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
    height: 200px;
  }

  .promoWideImages {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
    height: 200px;
    margin-top: 0;
  }

  #promoShadow {
    width: 80%;
    margin-bottom: 10px;
  }

  .productName {
    font-size: 22px;
  }

  #paymentAndShipping {
    height: auto;
    overflow: hidden;
  }

  #paymentOptions {
    margin-top: 5px;
    height: auto;
    width: 100%;
    border-right: 0;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    overflow: hidden;
    text-align: center;
  }

  #imageSN {
    width: 100%;
    height: 100%;
  }

  #deliveryOptions {
    margin-top: 5px;
    height: auto;
    width: 100%;
    border-right: 0;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 5px;
    overflow: hidden;
    text-align: center;
  }

  #novedadesContainer {
    width: 100%;
    margin: auto 14px;
  }

  #novedadesContainer .slick-list {
    padding-left: 22px !important;
  }

  .servicesContainer .slick-list {
    padding-left: 5px !important;
  }

  #categoriesContainer .slick-list {
    padding-left: 20px !important;
  }

  #categoriesContainer {
    width: 100%;
    height: auto;
    display: block;
  }

  #locationOptions {
    margin-top: 5px;
    height: auto;
    width: 100%;
    border-right: 0;
    position: relative;
    overflow: hidden;
  }

  #deliveryOptions:hover,
  #locationOptions:hover {
    cursor: pointer;
  }

  .paymentOption {
    height: 20px;
    margin-right: 4px;
    margin-left: 4px;
    float: none;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  #mobileCreditCard {
    display: block;
  }

  #mobileDelivery {
    display: block;
    margin-top: 13px;
    width: 36px;
    float: left;
    margin-left: 20px;
    display: inline-block;
    margin-bottom: 8px;
  }

  #mobileLocation {
    display: block;
    background-image: url(../../files/paymentLocationIcon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
    width: 18px;
    height: 24px;
    float: left;
    margin-left: 29px;
    display: inline-block;
    margin-bottom: 13px;
  }

  #paymentOption2 {
    width: 26px;
    height: 18px;
    margin-top: 8px;
  }

  #paymentText {
    display: none;
  }

  #deliveryOptionIcon {
    display: none;
  }

  #locationOptionIcon {
    display: none;
  }

  #deliveryOptionText {
    margin-top: 17px;
    margin-left: 20px;
    font-size: 13px;
    float: left;
    top: 0;
    height: 20px;
  }

  #locationOptionText {
    margin-top: 17px;
    margin-left: 28px;
    font-size: 13px;
    float: left;
    top: 0;
    height: 20px;
  }

  #specialOffers {
    display: none;
  }

  .dots {
    display: none;
  }

  #specialOffersMobile {
    display: block;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .specialOfferImg {
    margin-left: 0;
  }

  #specialOffersTitle {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .specialOffer {
    height: auto;
    overflow: hidden;
  }

  #offersLeftArrowContainer {
    position: absolute;
    margin-top: 41px;
    width: 15%;
    height: 250px;
  }

  .imagesLeftArrow {
    background-image: url(../../images/carousell/leftArrow.png);
    height: 30%;
    width: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 30%;
    top: 30%;
  }

  #offersRightArrowContainer {
    width: 15%;
    height: 250px;
    position: absolute;
    right: 0;
    margin-top: 41px;
  }

  .imagesRightArrow {
    background-image: url(../../images/carousell/rightArrow.png);
    height: 30%;
    width: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 30%;
    top: 30%;
  }

  .mainImageSelect {
    background-size: cover;
  }

  #brandsImage {
    width: 97%;
    height: 71%;
  }

  .footerIndex {
    height: 94px;
    margin-top: 121px;
  }

  .agroContainer {
    width: 100%;
    height: 50%;
  }

  .agroImgContainer {
    width: 100%;
    height: 30%;
  }

  .agroImg {
    height: 200px;
  }

  .servicesContainer .slick-dots {
    bottom: -30px;
  }

  .servicesContainer .slick-dots li button:before {
    background: #049147;
    display: none;
  }

  .agroTitle {
    line-height: 30px;
    font-size: 23px;
  }

  .agroText {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .servicesFirstRow {
    display: block;
    margin-bottom: 0;
  }

  .servicesSecondRow {
    display: block;
    width: 100%;
  }

  .servicesSecondRow .serviceContainer {
    width: 90%;
  }

  .sliderRightArrowBrands {
    position: relative;
    top: 14px;
    right: 11px;
    height: 30px;
    width: 32px;
  }

  .sliderLeftArrowBrands {
    background-image: url(../../files/sliderArrow.png);
    height: 30px;
    width: 32px;
    margin-top: 18px;
    margin-left: 7px;
  }

  #testimonials {
    width: 80%;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  #testimonialsContainer {
    width: 88%;
  }

  .sliderRightArrowTestimonials {
    right: 3%;
  }

  .sliderLeftArrowTestimonials {
    left: 3%;
  }

  .groupItem {
    height: 300px;
  }

  .textColumn {
    width: 70% !important;
    margin-left: 15% !important;
    margin-top: 13px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 415px) {
  .sliderRightArrowTestimonials {
    right: 3%;
  }

  .sliderLeftArrowTestimonials {
    left: 3%;
  }
}
