/*Generales*/
html{
  scroll-behavior: smooth;
}
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  overflow-x:hidden;
}

/*Generales*/
/*Header*/
header{
  background-color: #0c270c;
  padding: 0 6%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.burger{
  display: none;
}
header nav {
  transition: all 0.4s ease;
  max-width: 500px;
  margin: 0;
  display: flex;
}
header a.linkHome,
header a.linkHome:visited,
header a.linkHome:hover{
  display: block;
  width: 200px;
  height: auto;
  margin: 0;
}
header a img{
  display: block;
  width: 100%;
}
header a,
header a:visited{
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 18px;
  display: block;
  width: auto;
  margin: 0;
  padding: 8px 12px;
  transition: all 0.4s ease;
}
header a:hover{
  margin-top:-3px;
  color: #3aaa36;
}
header a.contactUS{
  display: block;
  width: 120px;
  height: auto;
  padding: 8px;
  background-color: #3aaa36;
  border-radius: 200px;
  text-align: center;
}
header a.contactUS:hover{
  background-color: #30972c;
  color: #fff;
}
.burger{
  display: none;
}
/*Header*/
.containerGral{
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 6%;
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow-y:auto;
  box-sizing: border-box;
  overflow-x:hidden;
  background-color: #fff;
  z-index: 1;
}
/*inicio*/
h1.titleOne{
  font-size: 80px;
  line-height: 83px;
  color: #0c270c;
  text-transform: uppercase;
  display: inline-block;
  width: 45%;
  margin: 5vw 4% 5vw 0;
  box-sizing: border-box;
  vertical-align:top;
}
h2.titleTwo{
  font-size: 65px;
  line-height: 68px;
  display: inline-block;
  width: 50%;
  margin: 5vw 0;
  box-sizing: border-box;
  vertical-align:top;
  font-weight: 300;
  color: #5d6e5c;
  font-weight: 500;
}
.resaltade{
  color: #3aaa36;
}
.animacion{
  display: block;
  width: 100%;
  height: 280px;
  padding: 0;
  margin: 0;
  background-color: #0c270c;
  overflow: hidden;
  position: relative;
  left: 0;
  border-radius: 0 20px 0 20px;
  margin: 0 0 80px 0;
}
.animacion img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}
.animacion video{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: .7;
  width: 100%;
}
.animacion:after{
  bottom: 0px;
  left: 0px;
  overflow: visible;
  position: absolute;
  content: '';
  background-color: #fff;
  z-index: 1;
  width: 45%;
  height: 45px;
  border-radius: 0 20px;
}
.alegriaFamilias{
  font-size: 80px;
  line-height: 81px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-content: center;
  width: 100%;
  max-width: 800px;
  margin: 9% auto;
  color: #0c270c;
  flex-wrap: wrap;
  font-weight: 500;
}
/*inicio*/
/*cards*/
.variedadProductos{
  display: block;
  width: 100%;
  height: auto;
  margin: 50px 0 0px 0;
  position: relative;
  overflow: hidden;
  transition: linear .5s;
}
.variedadProductos.locuas{
  position: fixed;
  top: 30px;
  z-index: 1;
}
.card{
  width: 360px;
  box-sizing: border-box;
  padding: 0px;
  border-radius: 0 20px 0 0;
  overflow: hidden;
  margin: 0px;
  display: inline-block;
  vertical-align: top;
}
.nameFruto{
  bottom: 0px;
  left: 0px;
  overflow: visible;
  position: relative;
  color: #0c270c;
  padding: 12px;
  background-color: #fff;
  z-index: 1;
  width: 65%;
  height: 45px;
  border-radius: 0 20px 0 0;
  display: flex;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  align-items: center;
}
.contImagen{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 -30px 0;
}
.card img{
  width: 100%;
}
.descrip{
  font-size: 20px;
  line-height: 23px;
  padding: 12px;
  color: #5c6e5c;
  font-weight: 400;
}
#productos,
#footer{
  display: block;
  width: 100%;
  height: 0px;
}
/*cards*/
/*contacto*/
.contactUs{
  width: 100%;
  height: auto;
  background-color: #0c270c;
  position: fixed;
  bottom: 0;
  z-index: -1;
}
.contactUs a.linkHome{
  display: block;
  position: relative;
  margin: 30px auto 20px auto;
  width: 240px;
}
.contactUs a img{
  display: block;
  position: relative;
  margin: 0;
  width: 100%;
  filter: brightness(9);
  opacity: .1;
}
.contactUs h3{
  display: block;
  width: 100%;
  height: auto;
  font-weight: 300;
  color: #fff;
  font-size: 30px;
  box-sizing: border-box;
  text-align: center;
  padding: 12px;
  margin: 5px auto;
}
.contactUs a.what,
.contactUs a.what:visited{
  display: block;
  width: 320px;
  background-color: #7ab41d;
  font-size: 27px;
  line-height: 29px;
  margin: 10px auto;
  color: #fff;
  text-align: center;
  border-radius: 200px;
  padding: 14px 14px;
  transition: all 0.4s ease;
  cursor: pointer;
  text-decoration: none;
}
.contactUs a.what img{
  display: inline-block;
  width: 30px;
  margin: 0 20px -4px 0;
  filter: brightness(1);
  opacity: 1;
}
.contactUs a.what:hover{
  background-color: #30972c;
  color: #fff;
}
footer{
  display: flex;
  border-top: 1px solid #113311;
  margin-top: 40px;
}
.contactUs a.contactos,
.contactUs a.contactos:visited{
  display: inline-block;
  width: 45%;
  font-size: 20px;
  line-height: 23px;
  margin: 0px auto;
  color: #fff;
  text-align: center;
  border-radius: 200px;
  padding: 24px 32px;
  transition: all 0.4s ease;
  cursor: pointer;
  text-decoration: none;
}
.contactUs a.contactos:hover{
  color: #30972c;
}
.contactUs a.contactos img{
  display: inline-block;
  width: 30px;
  margin: 0 9px -7px 0;
  opacity: 1;
  filter: brightness(1);
}
/*Presencia*/
.presencia{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  align-content: flex-start;
  margin: 70px auto;
  flex-wrap: wrap;
}
.presencia p{
  font-size: 46px;
  line-height: 49px;
  width: 45%;
  height: auto;
  font-weight: 600;
  color: #0c270c;
}
.presencia p img{
  width: 120px;
  height: auto;
  display: block;
  margin: 20px 0;
}
.imgPresencia{
  width: 45%;
  display: block;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  left: 0;
  border-radius: 0 20px 0 20px;
}
.imgPresencia:after{
  bottom: 0px;
  left: 0px;
  overflow: visible;
  position: absolute;
  content: '';
  background-color: #fff;
  z-index: 1;
  width: 45%;
  height: 45px;
  border-radius: 0 20px;
}
.imgPresencia img{
  display: block;
  width: 100%;
  height: auto;
}
.corridopresencia{
  font-size: 28px;
  line-height: 31px;
  font-weight: 400;
  color: #5c6e5c;
  display: block;
  margin: 20px 0 0 0;
  font-weight: 500;
}
.iframe{
  display: block;
  width: 100%;
  height: 26vw;
  min-height:270px ;
  margin: 0;
  padding: 0;
}
.iframe iframe{
  display: block;
  width: 100%;
  height: 100%;
}
/*Formulario Contacto*/
.formulKaax{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  padding: 2%;
  max-width: 800px;
  margin: 5px auto;
  box-sizing: border-box;
}
.formulKaax label{
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #744720;
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
}
html input[type="text"],
html textarea,
html input:-internal-autofill-selected,
html textarea:-internal-autofill-selected,
html input:autofill,
html textarea:autofill{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none;
  display: block;
  width: 100%;
  stroke: none;
  border: none;
  background-color: #3c2713!important;
  margin: 10px auto 20px auto;
  color: #5f8c5f!important;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  padding: 12px;
  box-sizing: border-box;
  text-align: center;
  font-size: 23px;
  line-height: 25px;
}
.formulKaax input:focus,
.formulKaax textarea:focus{
  color: #fff;
}
.enviar{
  display: block;
  width: 320px;
  background-color: #7ab41d;
  font-size: 27px;
  line-height: 29px;
  margin: 10px auto;
  color: #fff;
  text-align: center;
  border-radius: 200px;
  padding: 14px 14px;
  transition: all 0.4s ease;
  cursor: pointer;
  text-decoration: none;
  border:none;
  stroke: none;
  transition: all 0.4s ease;
}
.enviar:hover{
  background-color: #30972c;
  color: #fff;
}
/*Formulario Contacto*/
/*Presencia*/
@media screen and (max-width:1200px){
h1.titleOne {
    font-size: 60px;
    line-height: 63px;
}
h2.titleTwo {
    font-size: 45px;
    line-height: 48px;
}
.alegriaFamilias {
    font-size: 60px;
    line-height: 61px;
}
.nameFruto {
    font-size: 17px;
    line-height: 20px;
}
.descrip {
    font-size: 18px;
    line-height: 21px;
}
}
@media screen and (max-width:920px){
h1.titleOne,
h2.titleTwo{
  display: block;
  width: 100%;
}
.alegriaFamilias {
    font-size: 50px;
    line-height: 51px;
}
.contImagen{
  height: 300px;
  border-radius: 0 20px 0 20px;
  overflow: hidden;
}
.card img{
  margin: -10vw 0 0 0;
}
.nameFruto{
  width: 40%;
}
.presencia{
  flex-wrap: wrap;
}
.presencia p{
  width: 100%;
  font-size: 36px;
  line-height: 39px;
}
.corridopresencia{
  font-size: 20px;
  line-height: 23px;
}
.imgPresencia{
  width: 100%;
  height: 300px;
}
.imgPresencia img{
  margin: -90px 0 0 0;
}
.presencia p img{
  margin: 20px auto;
  width: 230px;
}
}
@media screen and (max-width:800px){
header{
  justify-content: flex-start;
}
.navegadorPrincipal{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  z-index: 2;
  background-color: #0c270ceb;
  left: 0;
  backdrop-filter: blur(7px);
  max-width: unset;
  padding:0;
  opacity: 1;
}
.navegadorPrincipal.visto{
  top: 0;
}
header a,
header a:visited{
  text-align: center;
  font-size: 50px;
  line-height: 55px;
  display: block;
  width: 100%;
}
header a.contactUS{
  margin: 20px auto;
  width: 240px;
}
.burger{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 50px;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 5;
  height: 60px;
  border-radius: 20px;
}
.burger img{
  width: 90%;
}
}
@media screen and (max-width:600px){
header a.linkHome,
header a.linkHome:visited,
header a.linkHome:hover{
  width: 160px;
}
h1.titleOne {
    font-size: 40px;
    line-height: 43px;
}
h2.titleTwo {
    font-size: 25px;
    line-height: 28px;
}
.animacion{
  height: 45vw;
}
  .alegriaFamilias {
    font-size: 37px;
    line-height: 39px;
}
.burger{
  top: 2px;
}
.contImagen{
  height: 64vw;
}
.nameFruto{
  width: 65%;
}
.descrip {
  font-size: 15px;
  line-height: 18px;
}
.presencia p{
    font-size: 25px;
    line-height: 25px;
}
.corridopresencia{
  font-size:18px;
  line-height: 21px;
}
.imgPresencia {
  height: 50vw;
}
.imgPresencia img{
  margin: -30px 0 0 0;
}
.contactUs a.linkHome{
  width: 200px;
}
.contactUs a.what,
.contactUs a.what:visited{
  width: 90%;
  box-sizing: border-box;
}
footer{
  flex-wrap: wrap;
}
.contactUs a.contactos,
.contactUs a.contactos:visited{
  width: 100%;
  padding: 0;
  margin: 10px auto;
}
}



























