:root {
  --Helvetica56: 'Helvetica56';
  --Harabara: 'Harabara';
  --color-primary: #a2161a;
  --color-secundary: #bdda00;
}
.ul-none {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.flex-column,
.flex-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.max-container {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
.fit-cover {
  height: 100%;
  object-fit: cover;
}
.container-width {
  width: 88%;
  margin: auto;
}

/* Style: Header */
.header{
  position: relative;
  z-index: 1;
}
.headerTop {
  justify-content: space-between;
  padding-top: 5px;
}
.headerTop-logo{
  width: 20rem;
}
.headerTop-info>p{
  margin-bottom: 0;
  font-size: 23px;
  color: #2a2a29;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.headerTop-info>p>a{
  font-size: 15px;
  font-weight: 600;
  color: #124430;
  margin-left: 5px;
}
.phonelink{
  margin-right: 1rem;
}
.navbar{
  padding: 0;
}
.menu-ul{
  justify-content: flex-start;
  list-style-type: none;
  padding-left: 0;
  padding-top: 10px;
  margin-bottom: 10px;
}
.menu-ulItem>a{
  display: inline-block;
  color: #000;
  font-size: 20px;
  padding: 0 1rem;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: all .3s ease-in-out;
}
.menu-ulItem>a:hover{
  border-bottom: 2px solid #124430;
}
.menu-ulItem{
  position: relative;
  padding: 0 !important;
}
.menu-ulItem::before{
  content: "";
  background-image: url("../img/icon/icon-menu.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 1.5rem;
}

/* Style: Slide */
.mainIndex,
.sectSlide-item {
  position: relative;
}
.mainIndex{
  padding: 0;
}
.slideItem-fg{
  position: relative;
}
.slideItem-fg::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  z-index: 0;
}
.slideItem-text {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-shadow: 1px 1px 5px #7d7d7d;
  font-weight: 600;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 0;
}
.slideItem-text>span{
  font-size: 2.5rem;
  font-weight: 400;
}
.iconSlide{
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: 5.5rem;
  z-index: 3;
}

/* Style: Footer */
.artLinks{
  justify-content: space-evenly;
}
.artLinks-item{
  background-color: #fff;
  border-radius: 10px;
  width: 25rem;
  box-shadow: 0px 0px 5px 1px #ccc;
  transform: scale(1);
  transition: transform .3s ease-in-out;
}
.artLinks-item:hover{
  transform: scale(1.1);
}
.artLinks-title{
  font-size: 21px;
  color: #000;
  background: linear-gradient(90deg, rgba(134, 134, 134, 1) 0%, rgba(250, 244, 244, 1) 100%);
  margin-bottom: 0;
  padding: 0.4rem 1rem;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.artLinks-fg{
  height: 9rem;
  display: none;
}
.artLinks-fg>img{
  height: 100%;
  object-fit: cover;
}
.artLinks-logo{
  width: 15rem;
  height: 6rem;
  margin: auto;
  padding: .5rem;
}
.artLinks-logo>img{
  height: 100%;
  object-fit: contain;
}
.footerCopy{
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 0;
}
.footerCopy-p,
.footerCopy-infoP {
  margin-bottom: 0;
  font-size: 13px;
  color: #7d7d7d;
}
.footerCopy-infoP{
  text-align: right;
}
.footerCopy-infoP>a{
  color: #7d7d7d;
  font-weight: 600;
}

/* Style => Pág: Historia */
.sectNosotros {
  margin-bottom: 1rem;
}
.artNosotros{
  position: relative;
  background-color: #ffffe2;
  padding: 1rem 1.5rem 1rem 0;
}
.artNosotros--df {
  display: flex;
  justify-content: space-between;
}
.artNosotros-title,
.historiaFg,
.ubicacionFg,
.procesosImage {
  position: absolute;
}
.artNosotros-title {
  font-size: 30px;
  color: #555;
  font-weight: 700;
  left: 2rem;
  top: 1rem;
  padding-left: 1.3rem;
  margin-bottom: 0;
  z-index: 1;
}
.artNosotros-title::before {
  content: "";
  background-image: url("../img/icon/icon-menu.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2.2rem;
}
.historiaFg{
  width:70%;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.historiaFg>img{
  height: 100%;
}
.nosotrosMenu{
  position: relative;
  top: 3rem;
  left: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 1;
}
.nosotrosMenu-a{
  font-family: sans-serif;
  background-color: #ffffe2;
  border-radius: 5px;
  border: 1px solid #bdda00;
  width: 11.8rem;
  margin-bottom: 5px;
  padding: 5px 5px;
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}
.nosotrosMenu-a:hover{
  padding: 5px 5px 5px 10px; 
  color: #6b6b6b;
}
.nosotrosMenu-active,
.nosotrosMenu-active:hover {
  background: linear-gradient(0deg, rgba(189, 218, 0, 1) 0%, rgba(255, 255, 226, 1) 90%);
  color: #000;
  text-align: right;
  font-weight: 600;
}
.ubicacion-info{
  width: 65%;
  height: auto;
}
.historia-info{
  width: 80%;
  background-color: #ffffe2;
  position: relative;
  height: auto;
  margin-top: 3rem;
}
.historia-info{
  margin-left: auto;
  border: 1px solid #bbea00;
  box-shadow: 0px 0px 2px 1px #bbea00;
  border-radius: 10px;
  padding: 1rem;
}
.historia-info>p,
.historia-info>ol{
  font-size: 14px;
}

/* Style => Pág: Ubicación */
.ubicacionFg {
  top: -5rem;
  width: 35rem;
  z-index: 0;
}
.logoEmpresa{
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  width: 13rem
}
.ubicacion-info{
  margin-left: auto;
  z-index: 2;
  position: relative;
}
.ubicacion-info>figure{
  height: 100%;
}
.ubicacion-info>figure>img{
  height: 100%;
  width: auto;
  object-fit: scale-down;
}

/* Style => Pág: Premios */
.sectPremios{
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgb(197 212 236) 50%, rgba(0, 0, 0, 1) 85%);
  padding: 1rem 0;
}
.premios-info{
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
}
.colorWhite{
  color: #fff;
}
.premisoInfo-item{
  align-items: center;
  width: 30%;
  height: 100%;
  justify-content: flex-end;
  position: relative;
  flex-direction: column !important;
}
.premiosInfo-p{
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  bottom: 0;
  width: 100%;
  order: 1;
}
.premiosInfo-fg{
  width: auto;
  height: 18rem;
}
.width20{
  height: 22rem;
}
.premiosInfo-fg>img{
  height: 100%;
  width: auto;
}

/* Style => Pág: Plantin Premiun */
.artPremiun{
  position: relative;
  padding: 1rem 1.5rem 1rem 0;
  display: flex;
  /* background-color: #ecebd9; */
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(236, 235, 217, 1) 100%);
}
.premiunImage{
  width: 45%;
  justify-content: center;
  flex-direction: column !important;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.premiunImage-logo{
  width: 10rem;
  margin-bottom: 1rem;
}
.premiunImage-fgs{
  /* width: 35%; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.7rem;
}
.premiunImage-fgs>figure{
  padding: 7px;
  background: #4f4f28;
  height: 11rem;
  width: 9rem;
  transform: scale(1);
  transition: all .3s ease-in-out;
}
.premiunImage-fgs>figure:hover{
  transform: scale(1.1);
}
.premiunImage-fgs>figure img{
  height: 100%;
  object-fit: cover;
}
.premin-infoh3{
  font-size: 15px;
  color: #000;
  font-weight: 600;
}

/* Style => Pág: Contáctenos */
.artContactenos,
.formContact {
  position: relative;
}
.artContactenos {
  background: linear-gradient(0deg, rgba(203, 209, 131, 1) 0%, rgba(236, 238, 210, 1) 50%, rgba(255, 255, 255, 1) 75%);
}
.formContact{
  z-index: 2;
  padding-top: 5rem;
  padding-left: 8rem;
  padding-bottom: 5rem;
}
.grupInput {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.grupInput-h5 {
  font-size: 15px;
  font-weight: 600;
  width: 10rem;
  text-align: right;
  margin-right: 1rem;
}
.grupInput>input,
.grupInput>textarea {
  width: 30%;
  padding: 3px 5px;
}
.grupButton {
  margin-left: 11rem;
}
.grupButton>button{
  border: none;
  padding: .5rem 2.5rem;
  border-radius: 50px;
  background: #bdda00;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  transition: all .3s ease-in-out;
}
.grupButton>button:hover{
  padding: .5rem 3.5rem;
}
.contactImage,
.contactForma{
  position: absolute;
}
.contactImage{
  width: 35rem;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.contactForma{
  width: 100%;
  bottom: 0;
}

/* Style => Pág: Procesos */
.sectProcesos{
  background-image: url("../img/procesos/forma.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0;
  background-position: center;
}
.procesosVideo{
  /* height: 25rem; */
  width: 65%;
  margin: 2rem auto 4rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.procesosImage{
  width: 100%;
  bottom: 0;
}

/* Style => Pág: Servicios */
.artServicios {
  position: relative;
  padding: 1rem  0;
  display: flex;
  flex-wrap: wrap;
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(236, 235, 217, 1) 100%);
}
.semillas__grid {
  width: 70%;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 4rem auto 2rem;
}
.semillas__item {
  justify-content: space-between;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0px 0px 8px 0px #ccc;
  transition-property: transform;
  transition-duration: 0.5s;
}
.semillas__item__img {
  margin-bottom: 1rem;
}
.semillas__item__title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: orange;
  margin-bottom: 0;
}
.semillas__item:hover {
  transform: scale(1.05);
}
.serviciosContent{
  width: 85%;
  margin: 3rem auto 0;
}
.gridServicio {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #000;
}
.gridServicio-title {
  font-weight: 800;
  color: #bdda00;
  text-transform: uppercase;
}
.gridServicio-itemh5 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.gridServicio-itemP {
  margin-bottom: 0.5rem;
  font-size: 16px;
  padding-left: 1rem;
}
.gridServicio-fg{
  width: 20rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 1px #bdda00;
}
.gridServicio-fg>img{
  width: auto;
}
.artServicios--df{
  position: relative;
  background: linear-gradient(0deg, rgba(203, 209, 131, 1) 0%, rgba(236, 238, 210, 1) 100%);
}
.gridTwo{
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
  width: 94%;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 4.5rem 0 3rem;
}
.gridTwo>figure{
  border-radius: .5rem;
  padding: .5rem;
  box-shadow: 0px 4px 10px 2px #636363;
}
.gridTwo>figure>img{
  border-radius: .5rem;
}

.bandejasContent{
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 5rem 0;
}
.bandejasInfo {
  justify-content: space-between;
  margin-top: 1.5rem;
}
.bandejasInfo-ol{
  width: 49%;
  border: 2px solid #b18b3e;
  box-shadow: 0px 0px 8px 2px #b18b3e;
  border-radius: 5px;
  padding: 1rem 1rem 1rem 3rem;
  margin-bottom: 0;
}
.bandejasInfo-image{
  width: 50%;
  flex-wrap: wrap;
}
.bandejasInfo-image>figure{
  width: 46%;
  padding: 0.5rem;
  border: 2px solid #b18b3e;
  box-shadow: 0px 0px 8px 2px #b18b3e;
  border-radius: 5px;
  margin: 0 0.5rem;
}
.mbottom{
  margin-bottom: 4rem !important;
}