@font-face {
    font-family: "cocogoose";
    src: url("../fonts/Cocogoose-Pro-trial.ttf");
}
@font-face {
    font-family: "avenirbook";
    src: url("../fonts/Avenir-Book.ttf");
}
@font-face {
    font-family: "avenirmedium";
    src: url("../fonts/Avenir-Medium.ttf");
}
/*pop up*/

.cover {
   
}

.blur-in {
    -webkit-animation: blur 2s forwards;
    -moz-animation: blur 2s forwards;
    -o-animation: blur 2s forwards;
    animation: blur 2s forwards;
}

.blur-out {
    -webkit-animation: blur-out 2s forwards;
    -moz-animation: blur-out 2s forwards;
    -o-animation: blur-out 2s forwards;
    animation: blur-out 2s forwards;
}

@-webkit-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@-moz-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@-o-keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@keyframes blur {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }

    100% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }
}

@-webkit-keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@-moz-keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@-o-keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@keyframes blur-out {
    0% {
        -webkit-filter: blur(4px);
        -moz-filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        filter: blur(4px);
    }

    100% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}



.pop-up {
       background-color: rgba(25, 25, 25, 0.9);
    position: fixed;
    margin: 95px auto;
    left: 0;
    right: 0;
    z-index: 6;
    height: 100%;
}

.box {
 
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    position: relative;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
}

.button {
    margin 0 auto;
    margin-bottom: 33px;
}

.button:hover {
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
}

.close-button {
 transition: all 0.5s ease;
    position: absolute;
    margin: 0 auto;
    padding: 1.5px 7px;
    right: 0;
    color: white;
    -moz-box-shadow: -4px -2px 6px 0px rgba(0,0,0,0.1);
    font-family: avenir-light;
}

.close-button:hover {
    background-color: tomato;
    color: #f6f6f6;
}


/*generales*/
.flechas {position: absolute;bottom: 30px;margin: 0 auto; z-index: 5;    left: calc(50% - 50px); width:50px;}
	.desktop{}
	.movil {display: none !important;}
/*header*/
.header {height: 95px;background-color: rgba(255, 255, 255, 0.8);position: fixed;top: 0;z-index: 12;display: block;width: 100%;}

/*content 1*/
#content-1 {
  background-image: url("../images/content-1-bg.jpg");
    -o-background-size: 100%;
}
.video-sunfields {
    position: relative;
    top: 35px;
 }
 .video-sunfields video {width:570px; height:323px;}
.imagen-icono img {width:54px;}
.imagen-icono {padding-bottom: 20px;}
/*content 2*/
.content-2 {height:660px;z-index: 3;background-color: #fff;}
#pomegranate-home {
    background-image: url("../images/content-2-bg.jpg");
    background-size: 100%;
    -moz-background-size: 100%;
-webkit-background-size: 100%;
-o-background-size: cover;
    background-position: top;
    display: table;
    z-index: 3;
    background-color: #fff;
}
.pomegranate-content{margin: 0 auto;width:360px;height:76px;border-radius: 4px;    background-color: rgba(0, 0, 0, 0.5);
    padding: 14px;border: 1px solid rgba(255, 255, 255, 0.56); }
    .pomegranate-content:hover{background-color: rgba(255, 255, 255, 1);border: 1px solid #b4b4b4;cursor: pointer;}
    .pomegranate-content:hover h3 {color: #b4b4b4;text-decoration: none;}
    .pomegranate-content:hover .more {color: #b4b4b4;text-decoration: none;}
    .pomegranate-content:hover h3 a {color: #b4b4b4;text-decoration: none;}
    .pomegranate-content:hover .more a {color: #b4b4b4;text-decoration: none;}
    #pomogranate-name {}
    .show {}
.middle {
  display: table-cell;
  vertical-align: middle;
}
a:hover {
    color: #616161;
    text-decoration: none !important;
}
.pomegranate-content h3 {font-family: "cocogoose";font-size:30px !important;color: #fff;text-align: center;    margin-bottom: 5px;    line-height: 28px;}
.more {font-family: "avenirbook";font-size:12px !important;color: #fff;text-align: center;display: block;}
.more a {color: #fff;}
.more a:hover {color: #616161;}
/*content 3*/
#asparagus-home {
  background-image: url("../images/content-3-bg.jpg");display: table;z-index: 3; background-color: #fff;-o-background-size: cover;
}
.asparagus-content{margin: 0 auto;width:360px;height:76px;border-radius: 4px;    background-color: rgba(0, 0, 0, 0.5);
    padding: 14px;border: 1px solid rgba(255, 255, 255, 0.56); }
.asparagus-content h3 {font-family: "cocogoose";font-size:30px !important;color: #fff;text-align: center;margin-bottom: 5px;    line-height: 28px;}
.asparagus-content:hover{background-color: rgba(19, 150, 75, 0.8);border: 1px solid #fff;cursor: pointer;}
    .asparagus-content:hover h3 {color: #fff;}
    .asparagus-content:hover .more {color: #fff;}
    #asparagus-home .fruit-content {width: 210px;}
    /*content 4*/
#fruit-home {
  background-image: url("../images/asparagus-2.jpg");display: table;z-index: 3;-o-background-size: cover;
}
.fruit-content{margin: 0 auto;width:280px;height:56px;border-radius: 4px;    background-color: rgba(0, 0, 0, 0.5);
    padding: 14px;border: 1px solid rgba(255, 255, 255, 0.56); }
.fruit-content h3 {font-family: "cocogoose";font-size:28px !important;color: #fff;text-align: center;margin-bottom: 5px;    line-height: 28px;}
.more {background-color: rgba(0, 0, 0, 0.5);letter-spacing:0.5px; padding: 4px 8px;margin: 0 auto;width:100px;margin: 5px auto!important;border-radius: 4px; border: 1px solid rgba(255, 255, 255, 0.56);}
.more:hover  {color: #616161;background-color: rgba(255, 255, 255, 0.8);border: 1px solid #fff;cursor: pointer;}
.fruit-content:hover {background-color: rgba(255, 255, 255, 0.8);border: 1px solid #fff;cursor: pointer;}
    .fruit-content:hover h3 {color: #616161;}
    .fruit-content:hover .more {color: #616161;}
/*slider contenido*/
.img-titu {max-width: 800px;min-width: 200px;width: 70%;}
.img-subtitu {max-width: 740px;min-width: 200px;width: 60%;}
.img-subtitu-2{max-width: 600px;min-width: 200px;width: 50%;}
/*quienes somos*/
.quienes {position: absolute;top:0; border-bottom: 3px solid #fff;}
.quienes-contacto {text-align: center; font-size: 14px;margin-top: 20px;font-family: "avenirbook";letter-spacing: 0.5px;}
.linea {width: 100%;background-color: #006727; height:2px;display: inline-block;padding:0 15px;}
.quienes-content {padding-top: 60px !important;padding-bottom: 30px !important;display: inline-block;max-width: 1000px; font-family: "avenirbook";}
.quienes-somos {  font-family: "cocogoose";padding: 30px 0 50px 0 !important;font-size:25px !important;text-align: center;}
.quienes-somos h2 {font-size:30px !important; font-family: "cocogoose";color:#868686;font-weight:400;}
.logo-global {text-align: center;padding-bottom: 20px;}
.logo-global img {margin: 0 auto;}
.quienes-content h3 {font-size:34px !important; text-align: center; font-family: "avenirmedium";padding-bottom: 15px;}
.product-title  {font-size:20px !important;  color:#13964b;font-family: "cocogoose";text-align: center;padding: 60px 0 40px 0;}
.quienes-text {text-align: justify;font-size: 14px;line-height: 20px;font-family: "avenirbook";}
.quienes-1 {float: left;padding-left:20px;padding-bottom: 58px;}
.quienes-2 {float: right;padding-right: 48px;}
.quienes-img {float: left}
/*Productos*/
.linea-vertical {width: 12px;padding-top: 4%;}
#productos {height: auto;padding-bottom: 60px;}
.product-1 {float: left; text-align: center;width: 33.333333%;} .product-2 {float:right; text-align: center;width: 33.333333%;}.product-content {display: flex;width: 100%}

/*gallery*/
.gallery {height: auto;}

/*footer*/
.mail-footer{text-align: center;font-size: 13px;padding:0 5px;z-index: 12;background-color: #fff;}
.mail-footer img {width:200px;padding:25px 0 10px 0;}
.phone-footer{z-index: 12;background-color: #fff;text-align: center;font-size: 13px;padding:0 5px;border-left: 1px solid #fff;}
.phone-footer a {color:#9d9d9c;text-decoration: underline;font-size: 15px;}
#footer {z-index: 3;bottom: 0px; background-color: #fff;text-align: center;color:#9d9d9c;vertical-align: middle;padding-top: 0px;font-family: "avenirbook";padding-left:25px;padding-right: 15px; letter-spacing: 0.5px;}
 /*POMEGRANATE*/
 .pomegranate-description-content {width: 80%;
    float: left;}
    .pomegranate-description-image {width: 20%;
    float: right;text-align: center;}
    .pomegranate-description-image img {padding-top: 30px;
    width: 300px;
}
.pomegranate-header {
  background-image: url("../images/pomegranate-header.jpg");display: table;z-index: 3;
      background-position: top;
    height: 70%;
    background-size: cover;
    -moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
}
.inte-pomegranate-home-down {
 font-family: cocogoose;
    width: 100%;
    min-height: 30px;
    display: inline-block;
    color: #fff;
    text-align: left;
    padding-left: 12%;
    position: fixed;
    top: 30%;
    z-index: 1;
}
.inte-pomegranate-home-down h1{    display: block;font-family:'cocogoose';
    font-size: 40pt;margin: 0;font-weight: 400; text-shadow: 4px 4px 5px rgba(43, 42, 42, 0.75);
}
.pomegranate-info {z-index: 6;
    background-image: url(../images/pomegranate-content-1.jpg);
    background-position: bottom;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
-webkit-background-size: 100% auto;
-o-background-size: cover; 
    height: 1200px;
    background-attachment: scroll;    background-color: #fff;}
    .pomegranate-info img {width: 50px;
    margin: 0 auto;
    display: block;
    padding: 35px 0;}
.pomegranate-info h2 {font-family: "avenirmedium";font-size: 18px;padding-bottom: 15px;
    margin-bottom: 0;}
.pomegranate-info .text {color:#9d9d9c;text-align: justify;font-size: 14px;line-height: 20px;font-family: "avenirbook";padding-left: 12%;padding-right: 12%;}
.pomegranate-info .down {padding-top: 40px;}
.pomegranate-pack {z-index: 5;background-color: #fff;height: auto;display: flex;}
.pack-text {background-image: url(../images/pomegranate-content-2.jpg);
  float: left;width: 50%;   background-repeat: no-repeat;    background-size: cover;color: #fff;-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;height:510px;}
  .pack-text .text {    margin: 10% 0 5% 30%;
    width: 380px;}
.pack-text img {    width: 340px;
    display: block;}
    .pack-images img {width:100%;}
.pack-images {float: right;width:50%;flex: 1;height:510px;    background-color: #000;}
.pomegranate-description {z-index: 5; background-color: #fff;padding-right: 6%;height:auto;    padding-bottom: 5%;}
.pomegranate-description h2 {font-family: "avenirmedium";font-size: 18px;padding-bottom: 15px;
    margin-bottom: 0;}
.pomegranate-description .text {color:#9d9d9c;text-align: justify;font-size: 14px;line-height: 20px;font-family: "avenirbook";padding-left: 12%;padding-right: 8%;}
.pomegranate-description .down {padding-top: 40px;}
.pomegranate-gallery {z-index: 5;display: none;}
.pomegranate-calendar {z-index: 5;background-image: url(../images/pomegranate-content-3.jpg);    padding: 7% 7% 0 7%;height: 65%;}
.pomegranate-calendar img {padding: 3% 0 6% 0;width: 70%;text-align: center;display: block;margin: 0 auto;}
.pomegranate-calendar h1 {  font-family: "cocogoose";font-size: 46px; color: #fff;text-align: center;}
.pomegranate-calendar h2 {font-family: "avenirbook"; font-size: 30px;color: #fff;text-align: center;}
/* asparagus */
.asparagus-titulo {
	   font-family: "cocogoose";
    width: 100%;
    min-height: 30px;
position: absolute;
right: 4%;
bottom: 25%;
    display: inline-block;
    font-size: 26px;
    color: #fff;
    text-align: right;
}
.caja-asparagus {padding: 6% 18% 5% 5%;width: 48%;font-size: 26px;}
.caja-asparagus .imagen { font-family: "cocogoose";}
.caja-asparagus .texto {text-align: left;font-family: "avenirbook"; font-size: 16px; line-height:20px; color: #fff; padding-top: 10px;}
.caja-asparagus .texto h2 {font-family: "cocogoose";font-size: 24px;}
.asparagus-calendar {padding-top: 5%;height: auto;padding-bottom: 5%;}
.asparagus-calendar .content {width:50%;margin: 0 auto;max-width: 853px;}
.container-asparagus .content {background: unset;}
.container-asparagus img {}
/*contacto*/

.form-email {width: 48% !important;float: left;margin-right: 10px;}
.form-phone {width: 48% !important;float: right;margin-left: 10px;}
.send-button {margin: 0 auto;
    width: 20% !important;
    display: block;
    background-color: #424242;
    color: #fff;
    border-radius: 4px;}
.contact-content h1 {
    width: 100%;
    display: block;
    font-family: "avenirbook";
    font-size: 26px;
    color: #949494;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 15px;
}
.contact{background-image: url('../images/fondo-granadas.jpg'); padding-top: 95px;height: calc(100% - 127px);}
.contact-content {margin: 5% auto; width: 750px; background-color: #fff; padding: 25px;border-radius: 8px;}
.form input {width: 100%;    border-bottom: 1px solid rgba(202, 202, 202, 0.7);
    line-height: 40px;
    margin-bottom: 10px;}
    .form textarea {width: 100%;border-bottom: 1px solid rgba(202, 202, 202, 0.7);margin-bottom: 30px; height: 6em;}
.form label {display: none;}
.contact-content .text {font-size: 12px;color:#9d9d9c;font-family: "avenirbook";text-align: center;padding-top: 10px;} 
.contact-content .text a {color: #9d9d9c;}

/*paralax*/
.container-p {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	position: relative;
	width: 100%;
}
.container--big {
	height: 175vh;
}
.container--full {
	height: 100vh;
}
.container--small {
	height: 70vh;
}

.container-p .content {
	background: rgba(255, 255, 255);
	border-radius: 3px;
	color: #999999;
	margin: 0 auto;
	padding: 15px 20px;
	text-align: center;
	width: 100%;
}

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -100;
}
.parallax__container .parallax {
	/* can be put in a seperate class for better control */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* --------------------------- */
	position: fixed;
	top: 0;container--small
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
}

.bg1 {
	background-image: url("../images/galaria-zoon1.jpg");
}

#bg3 {
	background-image: url("../images/bg3.jpg");
}
#bg4 {
	background-image: url("../images/pomegranate-img-2.jpg");
}
#bg5 {
	background-image: url("../images/fondo-granadas-3.jpg");
	background-position: bottom;
	height:1235px;
}

#bg6 {
	background-image: url("../images/fondo-asparagus.jpg");
	background-position: bottom;
	height:1235px;
}
#bg7 {
	background-image: url("../images/asparagus-2.jpg");
}
#bg8 {
	background-image: url("../images/pmegranate-gallery.jpg");
	background-position: bottom;
	height:1235px;
}
.show-on-mobile--inline {
	display: none;
}

/*gallery slider*/

#slideshow { 
    margin: 0px auto; 
    position: relative; 
    
}

#slideshow > div { 
    position: absolute;  
    width: 100%;
    height: 100%;
}

#slidetext { 
    position: relative; 
    text-align: justify;
}

#slidetext > div { 
    position: absolute;  
    width: 100%;
    height: 100%;
}
/*control slider*/
.slider .indicators .indicator-item {
  background-color: #666666;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.slider .indicators .indicator-item.active {
  background-color: #ffffff;
}
.slider {
  width: 900px;
  margin: 0 auto;
}
.slider .indicators {
  bottom: 60px;
  z-index: 100;
  /* text-align: left; */
}
/*Contact form*/

/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*==================================================================
[ Text ]*/
.txt1 {
  font-family: "avenirbook";
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}

.txt2 {
  font-family: "avenirbook";
  font-size: 15px;
  line-height: 1.6;
  color: #999999;
}

.txt3 {
  font-family: "avenirbook";
  font-size: 15px;
  line-height: 1.6;
  color: #00ad5f;
}

/*==================================================================
[ Size ]*/
.size1 {
  width: 355px;
  max-width: 100%;
}

.size2 {
  width: calc(100% - 43px);
}


/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
	margin-top:60px;
  width: 100%;  
  min-height: 90vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #f2f2f2;
  font-family: "avenirbook";
  
}

.wrap-contact100 {
  width: 1120px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
  font-family: "avenirbook";

}

/*==================================================================
[ Contact more ]*/
.contact100-more {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 30px 15px 0px 15px;
}

.contact100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}



/*==================================================================
[ Form ]*/

.contact100-form {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 56px 55px 63px 55px;
  font-family: "avenirbook";
}

.contact100-form-title {
  width: 100%;
  display: block;
font-family: "avenirbook";
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 33px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
}

.rs1-wrap-input100,
.rs2-wrap-input100 {
  width: 50%;
}

.rs2-wrap-input100 {
  border-left: none;
}

.label-input100 {
font-family: "avenirbook";
  font-size: 12px;
  color: #555555;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 1px;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 55px;
  border: 1px solid #e6e6e6;
  border-bottom: none; 
  padding: 10px 25px;
  margin-top: 15px;
  margin-bottom: 0;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
font-family: "avenirbook";
  font-size: 18px;
  color: #666666;
  line-height: 1.2;
  padding: 0 25px;
}

input.input100 {
  height: 55px;
}


textarea.input100 {
  min-height: 139px;
  padding-top: 19px;
  padding-bottom: 15px;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #00ad5f;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 23px;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 200px;
  height: 50px;
  border-radius: 2px;
  background: #00ad5f;

font-family: "avenirbook";
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background: #333333;
}



/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .contact100-form {
    width: 60%;
    padding: 56px 30px 63px 30px;
  }

  .contact100-more {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .contact100-form {
    width: 100%;
  }

  .contact100-more {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .contact100-form {
    padding: 56px 15px 63px 15px;
  }

  .rs1-wrap-input100,
  .rs2-wrap-input100 {
    width: 100%;
  }

  .rs2-wrap-input100 {
    border-left: 1px solid #e6e6e6;
    border-top: none;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: "avenirbook";
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
font-family: "avenirbook";
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1640px) {
.pomegranate-info {
    background-position: bottom;
    height: 1000px;
    background-color: #fff;
}
.pack-images {
    height: 300px;
}
.pack-text {height: auto;}
.pack-text .text {
    margin: 5% 0 5% 10%;
    width: 80%;}
}
@media (max-width: 1440px) {
  .flechas {
    left: calc(50% - 15px);}
.pomegranate-info {
    background-position: bottom;
    height: 1000px;
    background-color: #fff;
    background-size: contain;
}
.pack-images {
    height: 300px;
}
.pack-text {height: auto;}
.pack-text .text {
    margin: 5% 0 5% 10%;
    width: 80%;}
}


@media (max-width: 1024px) { 
  .pomegranate-description .text {padding-left: 16%;}
  .pomegranate-pack {
    height: auto;
    display: block;
}
  #pomegranate-home {
    background-image: url("../images/content-2-bg-tablet.jpg");
    background-size: cover;
    -o-background-size: cover !important;
  background-attachment: scroll;
}
  #asparagus-home {
  background-image: url("../images/content-3-bg-tablet.jpg");
  background-size: cover;
  -o-background-size: cover !important;
  background-attachment: scroll;
}
  .pomegranate-header {
  background-image: url("../images/pomegranate-header-tablet.jpg");
background-size: cover;-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;}
  #content-1 {
  background-image: url("../images/content-1-bg-tablet.jpg");
  -o-background-size: cover !important;
  background-attachment: scroll;
}
 .pomegranate-calendar {
    padding: 12% 7% 0 7%;
    height: 45%;
    min-height: 500px;
    max-height: 650px;
}
  .pack-text{font-size: 14px;height: 400px;width:100%;display: block;}
  .pack-images {height: 570px;width: 100%;display: block;
 }
.pomegranate-info {
    background-color: #fff;
    background-position: bottom;
    background-size: 100%;
    height: 900px;
}
.pomegranate-info .text {padding-right: 12%;}
.pack-text .text {
        margin: 5% 0 5% 12%;
    width: 440px;
    height: auto;
    min-height: 260px;
}
#slidetext img {width:300px;}
}
@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}



@media (max-width: 780px) {
  .pomegranate-pack{display: block;}
   .pack-text {
    float: none;
    width: 100%;
    flex: none;
    display: block;
    height: 400px;
    padding: 5% 8%;
}
    .pack-images {    width: 100%;
    float: none;
    display: block;
    height: 400px;
    min-width: 350px;}
  .contact-content {width: 700px;}
  .pomegranate-info h2 {    font-size: 16px;
    text-align: center;}
  .inte-pomegranate-home-down {padding-left: 0;top: 50%;}
  .inte-pomegranate-home-down h1 {font-size: 30pt;text-align: left;  padding-left: 40px;}
  .inte-pomegranate-home-down h1 img {width: 80%;}
  .pomegranate-description-image img {
    padding-top: 70px;}
  .pomegranate-info {height: 1000px; background-image: url(../images/pomegranate-content-1-tablet.jpg);}
  .pomegranate-info .text {padding-right: 12%;}
  .pomegranate-calendar img {
    padding: 8% 0 6% 0;
    width: 90%;}
  .pomegranate-calendar h1 {    padding-top: 8%;font-size: 30px;}
  .pomegranate-calendar {height: 55%;
    background-size: cover;padding: 15% 7% 0 7%;}
  .pack-text .text {
        margin: 7% 10% 5% 8%;
    width: 85%;
    font-size: 15px;
}
  .pack-text img {
    width: 200px;}
.pomegranate-calendar .content {width: 80%;margin: 0 auto;max-width: 853px;}

.caja-pomegranate {
    padding: 6% 10% 5% 5%;
    width: 60%;
    font-size: 26px;
}
#pomegranate-home {    background-size: cover;-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;}
}
@media (max-width: 680px) {
    .close-button {    right: 5px;}
   .video-sunfields video {width:360px; height:204px;}
   .box {    margin-top: 25%;}
  .pop-up {margin-top: 75px;}
  .imagen-icono {padding-top: 20px;padding-bottom: 30px;}
  .inte-pomegranate-home-down h1 {font-size: 30pt;text-align: left;  padding-left: 0px;}
  .inte-pomegranate-home-down h1 img {width: 80%;}
  .pomegranate-header {background-size: cover;-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;}
  .logo img {
    max-width: 170px;
    height: auto;
}
  .menu.active .menu-link {
    color: #000;
}
  .menu {background-color: #fff;}
  .menu-item {display: none;}

  .menu-opener {height:75px;padding-top: 37.5px;
   }
 
  .logo { padding-top: 15.5px;   float: none;width: 70%;padding-left: 20px;}
  .header {height:75px;
    background-color: rgb(255, 255, 255);}
  #footer {display: contents;padding-bottom: 15px;}
  .content-2 {
    height: 920px;}
    .phone-footer {padding-bottom: 15px;font-size: 12px;}
  #asparagus-home {height: 500px;background-size: cover;background-image: url(../images/movil-asparagus.jpg);-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;}
  #pomegranate-home {height: 500px;background-size: cover;background-image: url(../images/movil-pomegrante.jpg);-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;}
  .quienes-1{    padding-bottom: 28px;}
  .quienes-content h3 {
    font-size: 24px !important;}
  .flechas {    left: calc(50% - 30px);}
  #content-1 {height:100%; background-size: cover !important; background-image: url(../images/content-1-bg-tablet.jpg);-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;}
	.desktop{display: none !important;}
	.movil {display: block !important;}
	.content-slider-movil h1 {font-family: 'Amatic SC', cursive; font-size: 45px;position: absolute;bottom: 15px;right:20px;color:#fff;line-height: 48px;}
	.product-movil img {width:50%;padding-top: 25%;padding-left: 20px;}
	.inte-titulo-home-pomegranate h1 {font-family:'cocogoose';font-size: 28pt;text-align: left;}
	.calendar-movil {padding: 30px 15px;}
	.text-movil {padding:30px 20px;color:#333;}
	.text-movil img {width:65%;padding-bottom: 20px;}
	.pomegranate-titulo, .asparagus-titulo {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 5%;
    text-align: center;}
.slider-movil {background-image: url("../images/pomegranate-movil-slide.jpg");background-size: cover;height: 100%;}
.product-movil {background-image: url("../images/pomegranate-movil-back.jpg");background-size: cover;height: 250px;position: relative;display: inline-block;background-position: center;background-attachment: unset;}
	.pomegranate-calendar .content, .asparagus-calendar .content {width: 100%;padding: 15px;}
	.pomegranate-titulo, .asparagus-titulo {margin-top: 5em !important;}
	#bg5,#bg6 {height:550px;}
#bg6 {background-position: right;}
	.caja-pomegranate, .caja-asparagus {padding: 6% 20% 5% 10%;
    width: 100%;
    font-size: 26px;}
    .caja-pomegranate .texto, .caja-asparagus .texto {
    font-size: 15px;
    line-height: 18px;}
	.product-content {display: block;}
	.product-1 {width: 100%; padding: 20px;}
	.linea-vertical {display: none;}
	.product-2 {width: 100%;padding: 20px;}
	.hide {display: none;}
.img-titu {width: 80%;}
.img-subtitu {max-width: 600px;min-width: 200px;width: 100%;}
.img-subtitu-2 {max-width: 600px;min-width: 200px;width: 100%;padding: 0px 20px;}
.container--full {height: 250vh;}
.quienes-img {float: left;padding-bottom: 40px;}
.pomegranate-info {    
    background-image: url(../images/pomegranate-content-1-movil.jpg);
}
}

@media screen and (max-width: 480px) {
    .contact-content .text {font-size: 13px;text-align: center;}
  .send-button {
    width: 40% !important;}
  .form-email {
    width: 100% !important;
    margin-right: 0px;
}
.form-phone {
    width: 100% !important;
    margin-left: 0px;
}
  .contact {height: auto;}
   .contact-content {width: 300px;}
  .mail-footer img {
    width: 130px;
    padding: 15px 0 10px 0;
}
  .inte-pomegranate-home-down h1 {
    font-size: 20pt;
    text-align: center;
}
  .pomegranate-header {
    background-image: url(../images/Movil-interna-pomegranate.jpg);background-size: 100% !important;}

    .pomegranate-calendar {padding: 10% 7% 0 7%;}
  .pomegranate-calendar img {
    padding: 10% 0 10% 0;
    width: 100%;
}

  .pomegranate-calendar h2 {    font-size: 16px;    margin-bottom: 4%;
    margin-top: 5%;}
  .pomegranate-calendar h1 {
    font-family: "cocogoose";
    font-size: 20px;}
  .pomegranate-description-image img {
    padding-top: 40px;
    width: 120px;
}
  .pomegranate-description {    padding-top: 20px;padding-right: 0px;}
  .pomegranate-description-content .text h3 {text-align: center;}
.pack-text .text {
    margin: 5% 5% 5% 5%;
    width: 90%;
}
#slidetext img {
    width: 270px;
    padding-bottom: 10px;
}
.pomegranate-pack {
    height: auto;
    display: block;}
  .pack-text {     float: none;
    width: 100%;
    flex: none;
    display: block;}
    .pack-images {    width: 100%;
    float: none;
    display: block;
    height: 210px;
    min-width: 350px;}
  .pomegranate-description-image {float: none;width: 50%;margin: 0 auto;padding-bottom: 30px;}
  .pomegranate-description .text {padding-right: 12%;}
  .pomegranate-description .text {padding-right: 12%;}
  .pomegranate-description-content h3 {font-size: 16px;}
  .pomegranate-description-content {
    width: 100%;
    float: none;
}
  .pomegranate-info {    height: 1050px;
    background-image: url(../images/pomegranate-content-1-movil.jpg);
}
	.hide-on-mobile {display: none;}

	.show-on-mobile--inline {display: inline;}
}
@media (max-width: 340px) {.pomegranate-info {
    height: 1150px;}
    .pack-images { 
    height: 190px;} }
