@font-face {
    font-family: 'futura_bold';
    src: url('../fonts/futura_bold/futurab-webfont.eot');
    src: url('../fonts/futura_bold/futurab-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/futura_bold/futurab-webfont.woff2') format('woff2'), url('../fonts/futura_bold/futurab-webfont.woff') format('woff'), url('../fonts/futura_bold/futurab-webfont.ttf') format('truetype'), url('../fonts/futura_bold/futurab-webfont.svg#futura_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura_heavy';
    src: url('../fonts/futura_heavy/futuraxk-webfont.eot');
    src: url('../fonts/futura_heavy/futuraxk-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/futura_heavy/futuraxk-webfont.woff2') format('woff2'), url('../fonts/futura_heavy/futuraxk-webfont.woff') format('woff'), url('../fonts/futura_heavy/futuraxk-webfont.ttf') format('truetype'), url('../fonts/futura_heavy/futuraxk-webfont.svg#futura_heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'futura_medium';
    src: url('../fonts/futura_medium/futuram-webfont.eot');
    src: url('../fonts/futura_medium/futuram-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/futura_medium/futuram-webfont.woff2') format('woff2'), url('../fonts/futura_medium/futuram-webfont.woff') format('woff'), url('../fonts/futura_medium/futuram-webfont.ttf') format('truetype'), url('../fonts/futura_medium/futuram-webfont.svg#futura_medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    font-size: 16px;
    color: #7e7e7e;
    font-family: 'futura_medium';
    font-weight: 300;
}
/** {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}*/
div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a {
    text-decoration: none;
    border: 0;
    cursor: pointer;
    outline: none;
}
p {
    margin: 0;
}
img {
    border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-style: normal;
    margin: 0;
}
input {
    outline: none;

}
/* *****************************************************
   HELPERS
****************************************************** */

.none {
    display: none;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clear {
    clear: both;
}
.marginLeft10 {
    margin-left: 10px;
}
.marginRight10 {
    margin-right: 10px;
}
.marginLeft20 {
    margin-left: 20px;
}
.marginRight20 {
    margin-right: 20px;
}
.pointer, .escuchar_ {
    cursor: pointer;
}
.pointer:active, .escuchar_:active {
    outline: 1px solid #fff;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.bold {
    font-weight: bold;
}
.upper {
    text-transform: uppercase;
}
.normal {
    font-style: normal;
}
/* *****************************************************
   ESTILOS DEL SITIO
****************************************************** */
.colorboxdiv {
    max-width:800px;
    max-height:805px;
    width:800px;
    height: 805px;
}

.colorboximg{
    max-width:800px;
    max-height:805px;
    width:100%;
    height: auto;
}

.container {
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}
.header{
    height: 94px;
    width: 100%;
    background-color: white;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
}
.logo{
    background: url(../img/logo-frutzzo-227x180.png?v4) no-repeat;
    display: block;
    width: 227px;
    height: 129px;
    float: left;
    margin: 10px;
    background-size: contain;
    background-position-x: center;
}
.menu {
    float: right;
    height: 80px;
    max-width: 1024px;
    font-family: futura_medium;
    text-align: center;
    font-size: 15px;
}
.menu ul {
    margin: 0px;
    padding: 0px;
}
.menu li {
    color: rgb(30, 61, 131);
    height: 40px;
    list-style: none;
    float: left;
    padding: 35px 10px;
}

.menu li a {
    color: rgb(30, 61, 131);
}
.menu a:hover {
    color: #787878;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu_responsive {
    display: none;
}
.header div.redes {
    /*width: 74px;*/
    height: 32px;
    float: right;
    margin-left: 19px;
    margin-right: 10px;
    margin-top: 5px;
}
.header div.redes .icon {
    /*width: 50%;*/
    margin-top: 26px;
    height: 57px;
    float: right;
    margin-right: 10px;
}
.fb {
    width: 32px;
    height:32px;
    background: url(../img/fb.png) no-repeat left top;
}
.fb:hover {
    background: url(../img/fb_hover.png) no-repeat left top;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.ig {
    width: 32px;
    height:32px;
    background: url(../img/ig.png) no-repeat left top;
}
.ig:hover {
    background: url(../img/ig_hover.png) no-repeat left top;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main {
    width: 100%;
    position: relative;
    padding-bottom: 96px;
    /*float: left;*/
    margin-top: 94px;
}

.principal,
.naranja,
.toronja,
.mandarina {
    width: 100%;
    /*height: 730px;*/
    /*float: left;*/
    background: #2961c3; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #2961c3 0%, #121e42 99%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#2961c3), color-stop(99%,#121e42)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #2961c3 0%,#121e42 99%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #2961c3 0%,#121e42 99%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #2961c3 0%,#121e42 99%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #2961c3 0%,#121e42 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2961c3', endColorstr='#121e42',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ 
}
.modulo_producto {
    width: 100%;
    height: 730px;
    background: url(../img/burbujas.png);
    /*background-attachment: fixed;*/
}
.productos{
    width: 1017px;
    height: 618px;
    margin-top: 220px;
    margin: 110px auto;  
}
img.principal_producto{
    width: auto;
    height: auto;
}
.slogan{
    float: right;
    margin-top: 240px;
    margin-left: -20px;   
}
.modulo_texto_principal,
.modulo_texto_naranjada,
.modulo_texto_pinkcitrus,
.modulo_texto_mandarinada{
    width: 100%;
    height: 500px;
    /*float: left;*/
}
#fruta ul li{
    margin: 0 auto;
    width: 100%;
}
h1{
    font-family: futura_heavy;
    font-size: 84px;
    color: #355cb3;
    text-align: center;
    text-transform: uppercase;
    line-height: 60px;
    width: 100%;
    height: 160px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 13px;
}
h1 span{
    margin-top: -40px;
    font-size: 62px;
}
p{
    font-family: futura_medium;
    font-size: 27px;
    color: #7c7c7c;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.modulo_texto_principal ul,
.modulo_texto_naranjada ul,
.modulo_texto_pinkcitrus ul,
.modulo_texto_mandarinada ul{
    width: 890px;
    height: 20px;
    padding: 0;
    margin: 0 auto;
    margin-top: 47px;
}
.modulo_texto_principal li {
    font-family: futura_bold;
    font-size: 32px;
    text-align: center;
    list-style: none;
    width: auto;
    float: left;
    margin-left: 4%;
}
.modulo_texto_principal li:first-child {
    margin-left: 0;
}

.bullets{
    width: 843px;
    margin: 0 auto;
}
.modulo_texto_naranjada li,
.modulo_texto_pinkcitrus li,
.modulo_texto_mandarinada li{
    font-family: futura_bold;
    font-size: 32px;
    text-align: center;
    list-style: none;
    width: auto;
    text-align: center;
    margin-left: 4%;
}


.bolita{
    background: url(../img/2_bolita.png) no-repeat;
    width: 17px;
    height: 17px;
    float: left;
    margin-top: 11px;
    margin-left: 27px;
}
.fruta{
    height: 100%;
    margin: 0 auto;
    width: 392px;
    margin-top: 21px;
    position: relative;
}


/*NARANJA*/

.botella_naranja{
    position: absolute;
    z-index: 2;
}
.gajos_naranja{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.gajito_naranja{
    position: absolute;
    top: 50%;
    left: 50%;
}
.gajito_naranja_1{
    background: url(../img/3_naranja_1.png) no-repeat;
    width: 215px;
    height: 184px;
    margin-left: -107.5px;
    margin-top: -92px;
}
.gajito_naranja_2{
    background: url(../img/3_naranja_2.png) no-repeat;
    width: 205px;
    height: 224px;
    margin-left:-102.5px;
    margin-top:-112px;
}
.gajito_naranja_3{
    background: url(../img/3_naranja_3.png) no-repeat;
    width: 241px;
    height: 223px;
    margin-left: -120.5px;
    margin-top:-111.5px;
}
.gajito_naranja_4{
    background: url(../img/3_naranja_4.png) no-repeat;
    width: 130px;
    height: 92px;
    margin-left: -65px;
    margin-top:-46px;
      z-index: 2;
}
.gajito_naranja_5{
    background: url(../img/3_naranja_5.png) no-repeat;
    width: 140px;
    height: 152px;
    margin-left: -70px;
    margin-top:-76px;
}
.gajito_naranja_6{
    background: url(../img/3_naranja_6.png) no-repeat;
    width: 180px;
    height: 148px;
    margin-left: -90px;
    margin-top:-74px;
}
.gajito_naranja_7{
    background: url(../img/3_naranja_7.png) no-repeat;
    width: 93px;
    height: 125px;
    margin-left: -46.5px;
    margin-top:-62.5px;
}
.gajito_naranja_8{
    background: url(../img/3_naranja_8.png) no-repeat;
    width: 90px;
    height: 64px;
    margin-left: -45px;
    margin-top:-32px;
      z-index: 2;
}
.gajito_naranja_9{
    background: url(../img/3_naranja_9.png) no-repeat;
    width: 138px;
    height: 185px;
    margin-left: -69px;
    margin-top:-92.5px;
}
.gajito_naranja_10{
    background: url(../img/3_naranja_10.png) no-repeat;
    width: 101px;
    height: 95px;
    margin-left: -50.5px;
    margin-top:-47.5px;
    z-index: 2;
}
.gajito_naranja_11{
    background: url(../img/3_naranja_11.png) no-repeat;
    width: 74px;
    height: 101px;
    margin-left: -37px;
    margin-top:-50.5px;
}
.gajito_naranja_12{
    background: url(../img/3_naranja_12.png) no-repeat;
    width: 281px;
    height: 207px;
    margin-left: -140.5px;
    margin-top:-103.5px;
}
.gajito_naranja_13{
    background: url(../img/3_naranja_13.png) no-repeat;
    width: 115px;
    height: 144px;
    margin-left: -57.5px;
    margin-top:-72px;
}
.gajito_naranja_14{
    background: url(../img/3_naranja_14.png) no-repeat;
    width: 223px;
    height: 209px;
    margin-left: -111.5px;
    margin-top:-104.5px;
}
.gajito_naranja_15{
    background: url(../img/3_naranja_15.png) no-repeat;
    width: 414px;
    height: 314px;
    margin-left: -207px;
    margin-top:-157px;
}
.gajito_naranja_16{
    background: url(../img/3_naranja_16.png) no-repeat;
    width: 180px;
    height: 150px;
    margin-left: -90px;
    margin-top:-75px;
}
.gajito_naranja_17{
    background: url(../img/3_naranja_17.png) no-repeat;
    width: 126px;
    height: 158px;
    margin-left: -63px;
    margin-top:-79px;
}
.gajito_naranja_18{
    background: url(../img/3_naranja_18.png) no-repeat;
    width: 137px;
    height: 115px;
    margin-left: -68.5px;
    margin-top:-57.5px;
}
.gajito_naranja_19{
    background: url(../img/3_naranja_19.png) no-repeat;
    width: 139px;
    height: 114px;
    margin-left: -96.5px;
    margin-top:-57px;
}
.gajito_naranja_20{
    background: url(../img/3_naranja_20.png) no-repeat;
    width: 190px;
    height: 136px;
    margin-left: -95px;
    margin-top:-68px;
}
.gajito_naranja_21{
    background: url(../img/3_naranja_21.png) no-repeat;
    width: 205px;
    height: 224px;
    margin-left: -102.5px;
    margin-top:-112px;
}
.gajos_naranja {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.mover_gajos div {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.mover_gajos div.gajito_naranja_1{
      margin-left: -580px;
  margin-top: -320px;
}
.mover_gajos div.gajito_naranja_2{
      margin-left: 161px;
  margin-top: 152px;
}
.mover_gajos div.gajito_naranja_3{
  margin-left: -640px;
  margin-top: -70px;
}
.mover_gajos div.gajito_naranja_4{
margin-left: -162px;
  margin-top: 96px;
  z-index: 2;
}
.mover_gajos div.gajito_naranja_5{
 margin-left: -275px;
  margin-top: 81px;
}
.mover_gajos div.gajito_naranja_6{
      margin-left: 110px;
  margin-top: -420px;
}
.mover_gajos div.gajito_naranja_7{
      margin-left: 364px;
  margin-top: -310px;
}
.mover_gajos div.gajito_naranja_8{
  margin-left: -236px;
  margin-top: -240px;
      z-index: 2;
}
.mover_gajos div.gajito_naranja_9{
      margin-left: 190px;
  margin-top: -20px;
}
.mover_gajos div.gajito_naranja_10{
     margin-left: 79px;
  margin-top: 123px;
  z-index: 2;
}
.mover_gajos div.gajito_naranja_11{
    margin-left: 79px;
  margin-top: -242px;
}
.mover_gajos div.gajito_naranja_12{
    margin-left: -32px;
  margin-top: -169px;
}
.mover_gajos div.gajito_naranja_13{
      margin-left: 492px;
  margin-top: -410px;
}
.mover_gajos div.gajito_naranja_14{
      margin-left: -530px;
  margin-top: 108px;
}
.mover_gajos div.gajito_naranja_15{
margin-left: 459px;
  margin-top: 24px;
}
.mover_gajos div.gajito_naranja_16{
    margin-left: -311px;
  margin-top: -440px;
}
.mover_gajos div.gajito_naranja_17{
    margin-left: -400px;
  margin-top: -130px;
}
.mover_gajos div.gajito_naranja_18{
  margin-left: 280px;
  margin-top: -168px;
}
.mover_gajos div.gajito_naranja_19{
  margin-left: -237px;
  margin-top: -55px;
}
.mover_gajos div.gajito_naranja_20{
 margin-left: 370px;
  margin-top: -88px;
}
.mover_gajos div.gajito_naranja_21{
  margin-left: -170px;
  margin-top: -268px;
}

/*TERMINA NARANJA*/

/*TORONJA*/


.botella_toronja{
    position: absolute;
    z-index: 2;
}

.gajos_toronja{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.gajito_toronja{
    position: absolute;
    top: 50%;
    left: 50%;
}
.gajito_toronja_1{
    background: url(../img/5_toronja_1.png) no-repeat;
    width: 101px;
    height: 94px;
    margin-left: -50.5px;
    margin-top: -47px;
      z-index: 2;
}
.gajito_toronja_2{
    background: url(../img/5_toronja_2.png) no-repeat;
    width: 140px;
    height: 152px;
    margin-left: -70px;
    margin-top: -76px;
}
.gajito_toronja_3{
    background: url(../img/5_toronja_3.png) no-repeat;
    width: 205px;
    height: 232px;
    margin-left: -102.5px;
    margin-top: -116px;
}
.gajito_toronja_4{
    background: url(../img/5_toronja_4.png) no-repeat;
    width: 136px;
    height: 180px;
    margin-left: -68px;
    margin-top: -90px;
}
.gajito_toronja_5{
    background: url(../img/5_toronja_5.png) no-repeat;
    width: 100px;
    height: 135px;
    margin-left: -50px;
    margin-top: -67.5px;
}

.gajito_toronja_6{
    background: url(../img/5_toronja_6.png) no-repeat;
    width: 205px;
    height: 226px;
    margin-left: -102.5px;
    margin-top: -113px;
}
.gajito_toronja_7{
    background: url(../img/5_toronja_7.png) no-repeat;
    width: 243px;
    height: 229px;
    margin-left: -121.5px;
    margin-top: -114.5px;
}
.gajito_toronja_8{
    background: url(../img/5_toronja_8.png) no-repeat;
    width: 138px;
    height: 185px;
    margin-left: -69px;
    margin-top: -92.5px;
}
.gajito_toronja_9{
    background: url(../img/5_toronja_9.png) no-repeat;
    width: 258px;
    height: 186px;
    margin-left: -129px;
    margin-top: -93px;
}
.gajito_toronja_10{
    background: url(../img/5_toronja_10.png) no-repeat;
    width: 74px;
    height: 103px;
    margin-left: -37px;
    margin-top: -51.5px;
}
.gajito_toronja_11{
    background: url(../img/5_toronja_11.png) no-repeat;
    width: 130px;
    height: 92px;
    margin-left: -65px;
    margin-top: -46px;
}
.gajito_toronja_12{
    background: url(../img/5_toronja_12.png) no-repeat;
    width: 199px;
    height: 185px;
    margin-left: -99.5px;
    margin-top: -92.5px;
}
.gajito_toronja_13{
    background: url(../img/5_toronja_13.png) no-repeat;
    width: 199px;
    height: 185px;
    margin-left: -99.5px;
    margin-top: -92.5px;
}
.gajito_toronja_14{
    background: url(../img/5_toronja_14.png) no-repeat;
    width: 241px;
    height: 227px;
    margin-left: -120.5px;
    margin-top: -113.5px;
}
.gajito_toronja_15{
    background: url(../img/5_toronja_15.png) no-repeat;
    width: 173px;
    height: 152px;
    margin-left: -86.5px;
    margin-top: -76px;
}
.gajito_toronja_16{
    background: url(../img/5_toronja_16.png) no-repeat;
    width: 254px;
    height: 226px;
    margin-left: -127px;
    margin-top: -113px;
}
.gajito_toronja_17{
    background: url(../img/5_toronja_17.png) no-repeat;
    width: 150px;
    height: 137px;
    margin-left: -75px;
    margin-top: -68.5px;
}
.gajito_toronja_18{
    background: url(../img/5_toronja_18.png) no-repeat;
    width: 133px;
    height: 159px;
    margin-left: -66.5px;
    margin-top: -79.5px;
}
.gajito_toronja_19{
    background: url(../img/5_toronja_19.png) no-repeat;
    width: 237px;
    height: 255px;
    margin-left: -118.5px;
    margin-top: -127.5px;
}
.mover_gajos div.gajito_toronja_1{
margin-left: -158px;
  margin-top: 120px;
  z-index: 2;
}
.mover_gajos div.gajito_toronja_2{
 margin-left: 197px;
  margin-top: 140px;
}
.mover_gajos div.gajito_toronja_3{
  margin-left: -360px;
  margin-top: 141px;
}
.mover_gajos div.gajito_toronja_4{
  margin-left: -292px;
  margin-top: -420px;
}
.mover_gajos div.gajito_toronja_5{
   margin-left: -550px;
  margin-top: -389px;
}
.mover_gajos div.gajito_toronja_6{
 margin-left: -670px;
  margin-top: -180px;
}
.mover_gajos div.gajito_toronja_7{
margin-left: -644px;
  margin-top: 127px;
}
.mover_gajos div.gajito_toronja_8{
  margin-left: -301px;
  margin-top: 1px;
}
.mover_gajos div.gajito_toronja_9{
  margin-left: -211px;
  margin-top: -200px;
}
.mover_gajos div.gajito_toronja_10{
  margin-left: 430px;
  margin-top: -55px;
}
.mover_gajos div.gajito_toronja_11{
  margin-left: 110px;
  margin-top: 132px;
}
.mover_gajos div.gajito_toronja_12{
margin-left: 73px;
  margin-top: -200px;
}
.mover_gajos div.gajito_toronja_13{
margin-left: 430px;
  margin-top: -290px;
}
.mover_gajos div.gajito_toronja_14{
margin-left: 460px;
  margin-top: -30px;
}
.mover_gajos div.gajito_toronja_15{
  margin-left: 200px;
  margin-top: -70px;
}
.mover_gajos div.gajito_toronja_16{
  margin-left: 110px;
  margin-top: -440px;
}
.mover_gajos div.gajito_toronja_17{
  margin-left: -451px;
  margin-top: -250px;
}
.mover_gajos div.gajito_toronja_18{
margin-left: -450px;
  margin-top: 109px;
}
.mover_gajos div.gajito_toronja_19{
margin-left: 350px;
  margin-top: 136px;
}


/*TERMINA TORONJA*/

/*MANDARINA*/

.botella_mandarina{
    position: absolute;
    z-index: 2;
}

.gajos_mandarina{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.gajito_mandarina{
    position: absolute;
    top: 50%;
    left: 50%;
}
.gajito_mandarina_1{
    background: url(../img/7_mandarina_1.png) no-repeat;
    width: 169px;
    height: 183px;
    margin-left: -84.5px;
    margin-top: -91.5px;
}
.gajito_mandarina_2{
    background: url(../img/7_mandarina_2.png) no-repeat;
    width: 140px;
    height: 86px;
    margin-left: -70px;
    margin-top: -43px;
      z-index: 2;
}
.gajito_mandarina_3{
    background: url(../img/7_mandarina_3.png) no-repeat;
    width: 204px;
    height: 196px;
    margin-left: -102px;
    margin-top: -98px;
}
.gajito_mandarina_4{
    background: url(../img/7_mandarina_4.png) no-repeat;
    width: 237px;
    height: 242px;
    margin-left: -118.5px;
    margin-top: -121px;
}
.gajito_mandarina_5{
    background: url(../img/7_mandarina_5.png) no-repeat;
    width: 239px;
    height: 220px;
    margin-left: -119.5px;
    margin-top: -110px;
}
.gajito_mandarina_6{
    background: url(../img/7_mandarina_6.png) no-repeat;
    width: 189px;
    height: 184px;
    margin-left: -94.5px;
    margin-top: -92px;
}
.gajito_mandarina_7{
    background: url(../img/7_mandarina_7.png) no-repeat;
    width: 180px;
    height: 132px;
    margin-left: -90px;
    margin-top: -66px;
}
.gajito_mandarina_8{
    background: url(../img/7_mandarina_8.png) no-repeat;
    width: 180px;
    height: 202px;
    margin-left: -90px;
    margin-top: -101px;
}
.gajito_mandarina_9{
    background: url(../img/7_mandarina_9.png) no-repeat;
    width: 129px;
    height: 116px;
    margin-left: -64.5px;
    margin-top: -58px;
    z-index: 2;
}
.gajito_mandarina_10{
    background: url(../img/7_mandarina_10.png) no-repeat;
    width: 118px;
    height: 146px;
    margin-left: -59px;
    margin-top: -73px;
}
.gajito_mandarina_11{
    background: url(../img/7_mandarina_11.png) no-repeat;
    width: 160px;
    height: 182px;
    margin-left: -80px;
    margin-top: -91px;
}
.gajito_mandarina_12{
    background: url(../img/7_mandarina_12.png) no-repeat;
    width: 137px;
    height: 128px;
    margin-left: -68.5px;
    margin-top: -64px;
}
.gajito_mandarina_13{
    background: url(../img/7_mandarina_13.png) no-repeat;
    width: 81px;
    height: 109px;
    margin-left: -40.5px;
    margin-top: -54.5px;
}
.gajito_mandarina_14{
    background: url(../img/7_mandarina_14.png) no-repeat;
    width: 115px;
    height: 75px;
    margin-left: -57.5px;
    margin-top: -37.5px;
}
.gajito_mandarina_15{
    background: url(../img/7_mandarina_15.png) no-repeat;
    width: 110px;
    height: 123px;
    margin-left: -55px;
    margin-top: -61.5px;
}
.gajito_mandarina_16{
    background: url(../img/7_mandarina_16.png) no-repeat;
    width: 100px;
    height: 119px;
    margin-left: -50px;
    margin-top: -59.5px;
}
.gajito_mandarina_17{
    background: url(../img/7_mandarina_17.png) no-repeat;
    width: 202px;
    height: 160px;
    margin-left: -101px;
    margin-top: -80px;
}
.gajito_mandarina_18{
    background: url(../img/7_mandarina_18.png) no-repeat;
    width: 175px;
    height: 164px;
    margin-left: -87.5px;
    margin-top: -82px;
}
.gajito_mandarina_19{
    background: url(../img/7_mandarina_19.png) no-repeat;
    width: 174px;
    height: 133px;
    margin-left: -87px;
    margin-top: -66.5px;
}
.gajito_mandarina_20{
    background: url(../img/7_mandarina_20.png) no-repeat;
    width: 150px;
    height: 189px;
    margin-left: -75px;
    margin-top: -94.5px;
}
.gajito_mandarina_21{
    background: url(../img/7_mandarina_21.png) no-repeat;
    width: 206px;
    height: 230px;
    margin-left: -103px;
    margin-top: -115px;
}

.mover_gajos div.gajito_mandarina_1{
    margin-left: 380px;
    margin-top: 182px;
}
.mover_gajos div.gajito_mandarina_2{
    margin-left: 50px;
    margin-top: 84px;
    z-index: 2;
}
.mover_gajos div.gajito_mandarina_3{
    margin-left: -360px;
    margin-top: 120px;
}
.mover_gajos div.gajito_mandarina_4{
    margin-left: -750px;
    margin-top: 60px;
}
.mover_gajos div.gajito_mandarina_5{
    margin-left: -790px;
    margin-top: -353px;
}
.mover_gajos div.gajito_mandarina_6{
    margin-left: -178px;
    margin-top: -250px;
}
.mover_gajos div.gajito_mandarina_7{
    margin-left: -350px;
    margin-top: -440px;
}
.mover_gajos div.gajito_mandarina_8{
    margin-left: 460px;
    margin-top: -120px;
}
.mover_gajos div.gajito_mandarina_9{
    margin-left: 190px;
    margin-top: -319px;
    z-index: 2;
}
.mover_gajos div.gajito_mandarina_10{
    margin-left: -330px;
    margin-top: -130px;
}
.mover_gajos div.gajito_mandarina_11{
    margin-left: 56px;
    margin-top: -300px;
}
.mover_gajos div.gajito_mandarina_12{
    margin-left: 78px;
    margin-top: -437px;
}
.mover_gajos div.gajito_mandarina_13{
    margin-left: 330px;
    margin-top: -150px;
}
.mover_gajos div.gajito_mandarina_14{
    margin-left: -400px;
    margin-top: -229px;
}
.mover_gajos div.gajito_mandarina_15{
    margin-left: -482px;
    margin-top: -350px;
}
.mover_gajos div.gajito_mandarina_16{
    margin-left: -110px;
    margin-top: -320px;
}
.mover_gajos div.gajito_mandarina_17{
    margin-left: 120px;
    margin-top: 110px;
}
.mover_gajos div.gajito_mandarina_18{
    margin-left: -190px;
    margin-top: -20px;
}
.mover_gajos div.gajito_mandarina_19{
    margin-left: 120px;
    margin-top: -92px;
}
.mover_gajos div.gajito_mandarina_20{
    margin-left: -540px;
    margin-top: -92px;
}
.mover_gajos div.gajito_mandarina_21{
    margin-left: 380px;
    margin-top: -392px;
}

/*TERMINA MANDARINA*/



.frutatxt{
    float: left;
    margin-left: -262px;
    margin-top: 520px;
    position: absolute;
    z-index: 3;
    width: 100%
}

.titulo_nuestras_redes img.titulonr{
    margin-top: 74px;
    max-width: 60%;
}


.titulo_nuestras_redes{
    height: 248px;
    width: 100%;
    float: left;
    background: #2961c3; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #2961c3 0%, #121e42 99%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#2961c3), color-stop(99%,#121e42)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #2961c3 0%,#121e42 99%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #2961c3 0%,#121e42 99%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #2961c3 0%,#121e42 99%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #2961c3 0%,#121e42 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2961c3', endColorstr='#121e42',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ 
}

.nuestras_redes img {
    margin: 0 auto;
    display: block;
}
.feed {
    height: auto;
    width: 100%;
    background-color: white;
    display: block;
    float: left;
}
.facebook{
    
}
.instagram{
    
}

.feed ul{
    width: 960px;
    height:820px;
    margin: 0 auto;
    padding: 0;
}
.feed li{
    overflow: hidden;
    position: relative;
    list-style: none;
    cursor: pointer;
}
.feed li a {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
}
.feed li a img { 
    width: 100%;
    height: auto;
}
li.bloque1{
    height: 480px;
    width: 480px;
    float: right;
}
li.bloque2{
    height: 240px;
    width: 240px;
    float: left;
}
li.bloque3{
    height: 240px;
    width: 240px;
    float: left;
}
li.bloque4{
    height: 240px;
    width: 240px;
    float: left;
}
li.bloque5{
    height: 240px;
    width: 240px;
    float: right;
}
li.bloque6{
    height: 480px;
    width: 480px;
    float: left;
}

.feed li span.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
}
.feed li:hover span.overlay:after {
    content: ""  "";
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/share.png) no-repeat center center;
}

.feed li:hover span.overlay {
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    -ms-transition: background 200ms ease;
    -o-transition: background 200ms ease;
    transition: background 200ms ease;
}


.footer{
    height: 96px;
    width: 100%;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 0;
}

.aviso_y_legales{
    margin-left: 31px;
    float: left;
    margin-top: 34px;  
}

.aviso_y_legales a{
    margin-left: 14px;
    text-decoration: underline;
    color: #7e7e7e;
}

.footer div.redes {
    width: 150px;
    height: 32px;
    float: right;
    margin-left: 19px;
    margin-right: 34px;
    margin-top: 5px;
}
.footer div.redes .icon {
    /*width: 50%;*/
    margin-top: 26px;
    height: 57px;
    margin-right: 10px;
    /*float: right;*/
    display: inline-block;
}
.footer div.redes .icon:last-child{margin-right: 0px;} 
.footer .redes .icon:first-child {
    margin-left: -20;
}


.terescata {
    background: url(../img2/back_mapa.jpg) no-repeat center center transparent;
    background-size: cover;
    display: table;
}

.terescata .mapaimg {
    width: 96%;
    max-width: 884px;
    display: inline-block;
}

.terescata .boton_mapa {
    width: 16.40%;
    bottom: 26.8%;
    left: 25%;
    margin-left: -8.52%;
    position: absolute;
    display: block;
}

.terescata .boton_mapa img {
    width: 100%;
}

.terescata .boton_mapa img:hover, .terescata .boton_mapa img:click  {
    outline: 3px solid orangered;
}

.terescata .iframe_mapa {

}

.terescata .mapaimg .front_mapa {
    width: 100%;
    display: initial;
}

.terescata .mapaimg .front_mapa_mob {
    width: 100%;
    display: none;
}

.terescata .modulo_producto {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.terescata .gajo1 {
    bottom: 30%;
    right: -90px;
    height: 15%;
}

.terescata .gajo2 {
    bottom: 5px;
    left: -65px;
    height: 15%;
}

.terescata .botellasAbajo {
    right: 0;
    bottom: 0;
    max-width: 589px;
    width: 43.69%;
}

.principal {
    height: auto !important;
    background: none;
    width: 80%;
    margin: auto;
}
.principal .modulo_producto {
    height: auto;
}

/* Tablet Portrait size to standard 570 (devices and browsers) */

@media only screen and (max-width: 1024px) {
    .productos {
        width: 40%;
        height: 622px;
        margin-top: 220px;
        margin: 108px auto;
        position: relative;
        max-width: 570px;
    }
    img.principal_producto {
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .slogan img {
        width: 130%;
        margin-top: 80px;
        height: auto;
    }
    .slogan {
        float: right;
        width: 110%;
        margin-left: 70px;
        height: auto;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 1014px){
    .productos {
        width: 34%;
    }
}

@media only screen and (max-width: 1077px) {
   
    .menu {
        font-size: 12px;
    }
    .menu li {
        padding: 39px 6px;
    }
    h1{
        font-size: 60px;
        line-height: 45px;
        height: 130px;
    }
    h1 span{
        font-size: 39px;
    }
    p{
        padding: 0 60px;
    }
    .productos {
        width: 34%;
    }
    .modulo_texto_principal ul,
    .modulo_texto_naranjada ul,
    .modulo_texto_pinkcitrus ul,
    .modulo_texto_mandarinada ul {
        width:90%;
    }
    .modulo_texto_principal li{
        font-size: 19px;
    }
    .bolita{
        background-size: 80%;
        margin-top: 5px;
    }
    .bullets{
        width: 593px;
        margin: 0 auto;
    }
    .naranja .frutatxt img,
    .toronja .frutatxt img,
    .mandarina .frutatxt img{
        width: 167%;
    }
    .frutatxt {
        float: left;
        margin-left: -132px;
        margin-top: 610px;
    }
    .feed {
        width: 723px;
        margin: 0 auto;
        float: none;
    }
    .feed ul {
        width: 100%;
        height: 720px;
        margin: 0 auto;
        padding: 0;
    }
    li.bloque6 {
        float: left;
    }
    li.bloque5 {
        float: none;   
    }
    li.bloque2 {
        float: left;
    }
    li.bloque1 {
        float: left;
    }
    li.bloque3 {
        float: none;
    }
    li.bloque4 {
        float: none;
    }
    li.bloque5 {
        float: left;
    }
    .titulo_nuestras_redes {
        height: 214px;
    }
}

@media only screen and (max-width: 783px){
    .productos {
        width: 44%;
    }
    .colorboxdiv {
        width:550px;
        height: 553px;
    }
}

@media only screen and (max-width: 740px){
    .productos {
        width: 46%;
    }
    .slogan img {
        width: 110%;
    }
}

@media only screen and (max-width: 720px) {
 
    .feed{
        width: 480px;
    }
    li.bloque6,
    li.bloque5,
    li.bloque4,
    li.bloque3,
    li.bloque2,
    li.bloque1 {
        float: left;
        height: 480px;
        width: 480px;
    }
}

.menu .activador {
    display: none;
    position: absolute;
}

/*@media only screen and (max-width: 645px) {*/
@media only screen and (max-width: 690px) {
   .menu{
        display: none;
    }
    .header div.redes {
        margin-right: 4px;
        position: absolute;
        right: -9px;
        top: -15px;
    }
    .menu_responsive {
        height: 20px;
        width: 102px;
        position: absolute;
        left: 320px;
        top: 38px;
        display: block;
    }
    .menu_responsive ul {
        padding: 0;
        margin: 0;
    }
    .menu_responsive li {
        list-style: none;
        float: left;
        margin-left: 20px;
    }
    .menu_responsive li:first-child {
        margin-left: 0;
    }
    .bullet_naranja{
        width: 20px;
        height: 20px;
        background: url(../img/bulletnaranja.png) no-repeat;
    }
    .bullet_toronja{
        width: 20px;
        height: 20px;
        background: url(../img/bullettoronja.png) no-repeat;
    }
    .bullet_mandarina{
        width: 20px;
        height: 20px;
        background: url(../img/bulletmandarina.png) no-repeat;
    }
    h1 {
        font-size: 40px;
    }
    h1 span {
        font-size: 25px;
    }
    p {
        font-size: 19px;
    }
    .frutatxt {
        margin-left: 9px;
    }
    .naranja .frutatxt img,
    .toronja .frutatxt img,
    .mandarina .frutatxt img {
        width: 96%;
    }
    .titulo_nuestras_redes {
        height: 153px;
    }
    .titulo_nuestras_redes img.titulonr {
        margin-top: 54px;
        max-width: 90%;
    }


    .ntexto {
        font-family: futura_medium;
        font-size: 18px;
        color: #fff;
        text-align: right;
        background-color: rgba(255,255,255,0.1);
        box-sizing: border-box;
        padding: 10px 20px 10px 227px;
        margin-bottom: 50px;
    }


    /* *****************************************************
       Menú mobile vmc
    ****************************************************** */
    .menu {
        display: block; 
        position: absolute;
        right: 0px;
        top: 54px;
        width: 100%;
        height: 40px;
        background-color: transparent;
    }

    .menu ul {
        width: 100%;
        background-color: yellow;
        height: auto;
        position: absolute;
        top: 40px;
        background-color: #355cb3;
        display: none;
    }

    .menu li {
        padding: 0;
        float: none;
        text-align: left;
        height: auto;
        border-bottom: 2px solid rgba(255,255,255,0.3);
    }

    .menu li a {
        display: block;
        padding: 20px 10px;
        color: #fff;
        font-size: 15px;
    }

    .menu ul::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 500%;
        left: 0px;
        top: 100%;
        background-color: rgba(21,36,70,0.9);
    }

    .menu::after {
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        background: url(../img/mob_menu.png) no-repeat center center transparent;
        right: 0px;
    }

    .menu .activador {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 0px;
        right: 0px;
        display: block;
        z-index: 999;
    }

    .principal {
        width: 100%;
    }
}

@media only screen and (max-width: 585px) {
    .bolita {
        display:none;
    }
    .modulo_texto_principal li{
        margin-left:0;
        float:none;
    }
    .bullets {
        width: 100%;
    }
    .modulo_texto_principal ul{
        margin-top: 22px;
    }

    .colorboxdiv {
        width:450px;
        height: 455px;
    }
}

@media only screen and (max-width: 540px) {
    .productos {
        width: 62%;
    }

    .colorboxdiv {
        width:370px;
        height: 372px;
    }
}

@media only screen and (max-width: 510px) {
    .menu_responsive {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    
    .feed {
        width: auto;
    }
    .feed ul {
        width: 100%;
    }
    li.bloque6,
    li.bloque5,
    li.bloque4,
    li.bloque3,
    li.bloque2,
    li.bloque1{
        height: auto;
        width: auto;
    }
    h1 {
        line-height: 38px;
    }
    .aviso_y_legales {
        margin-left: 0;
        margin-top: 40px;
    }
    .footer div.redes {
        margin-right: 14px;
    }
}

@media only screen and (max-width: 471px){
    .productos {
        width: 81%;
    }
    .terescata .modulo_producto {
        vertical-align: top;
    }
    .terescata .boton_mapa img {
        width: 180px;
        
    }
    .terescata .boton_mapa {
        bottom: 30px;
        /* left: 50%; */
        margin-left: -90px;
        width: 180px;
        z-index: 999;
        
    }

    .terescata .mapaimg .front_mapa {
        display: none;
    }

    .terescata .mapaimg .front_mapa_mob {
        display: initial;
    }

    .terescata .mapaimg {
        margin-top:60px;
    }

    .map_botellas {
        width: 400px;
    }
}


.botella_naranja, .botella_toronja, .botella_mandarina {
    bottom: 0;
}



/* *****************************************************
   VMC Overwrite. No cambiar nada a partir de aquí
****************************************************** */
.mover_gajos div {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.solo_gajos div {
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.menu a.activo {
    outline: 1px solid rgb(30, 61, 131);
    outline-offset: 15px;
    display: inline-block;
}

.menu_responsive a {
    display: block;
}

.productos {
    height: auto;
    margin: 110px auto -4px auto;
    width: 100%;
    margin-top: 94px;
    position: relative;
    line-height: 0;
}

.blank_560x315 {
    width: 100%;
    height: auto;
}

.productos:before {

}

@media only screen and (max-width: 1024px) {
    .productos {
        max-width: inherit;
    }
}

@media only screen and (max-width: 999px) {
    h1 {
        height: auto; 
    }
    .naranja, .toronja, .mandarina {
        zoom: .8;
    }

    .fruta{
        width: auto;
    }

    .logo {
        /* background: url(../img/logo_frutzzo.png) no-repeat center center transparent;*/
        display: block;
        width: 190px;
        height: 129px;
        float: left;
        margin: 10px;
        background-size: contain;
    }

    .frutatxt {
        margin-left: 0;
    }

    .naranja .frutatxt img, .toronja .frutatxt img, .mandarina .frutatxt img {
      max-width: 100%;
    }

    .botella_naranja, .botella_toronja, .botella_mandarina {
        left: 50%;
        margin-left: -200px;
    }

    .terescata .boton_mapa {
        bottom: 9%;
    }
}

@media only screen and (max-width: 480px) {
    li.bloque6,
    li.bloque5,
    li.bloque4,
    li.bloque3,
    li.bloque2,
    li.bloque1{
        /*height: auto;*/
        height: 320px;
        width: 100%;
    }

    h1 {
        height: auto; 
    }
    .naranja, .toronja, .mandarina {
        zoom: .7;
    }

    .fruta{
        width: auto;
    }

    .logo {
        /* background: url(../img/logo_frutzzo.png) no-repeat center center transparent;*/
        display: block;
        width: 190px;
        height: 129px;
        float: left;
        margin: 10px;
        background-size: contain;
    }

    .frutatxt {
        margin-left: 0;
    }

    .naranja .frutatxt img, .toronja .frutatxt img, .mandarina .frutatxt img {
      max-width: 100%;
    }

    .botella_naranja, .botella_toronja, .botella_mandarina {
        left: 50%;
        margin-left: -200px;
    }

    .aviso_y_legales {
        margin-top: 20px;
    }

    .footer div.redes {
        margin-top: -10px;
    }

    .ntexto {
        font-family: futura_medium;
        font-size: 18px !important;
        color: #fff;
        text-align: right;
        background-color: rgba(255,255,255,0.1);
        box-sizing: border-box;
        padding: 20px 20px 10px 20px !important;
        margin: 60px 0 30px 0 !important;
    }

    .ntodo {
        display: none;
    }

    .ntodo_mob {
        display: initial !important;
        width: 100%;
    }

    .terescata .boton_mapa {
        bottom: 0px !important;
        left: 25% !important;
    }

    .terescata .boton_mapa img {
        width: 150px;
    }
}


.imgredes {
    background: url(../img/tmp_frutzzo.png) no-repeat center center transparent;
    background-size: cover;
}


/*.principal {
    height: auto !important;
    background: none;
    width: 80%;
    margin: auto;
}
.principal .modulo_producto {
    height: auto;
}*/

.blank_560x315 {
  width: 100%;
  height: auto;
}

.videoembed {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.tw {
    width: 32px;
    height: 32px;
    background: url(../img/tw.png) no-repeat left top;
}


/* Nuevas */
.ncont {
    width: 100%;
    height: 100%;
    position: relative;
    display: table-cell;
    vertical-align: bottom;

}
.nizquierda {
    width: 50%;
    height: auto;
    margin-bottom: 10%;
    /*position: absolute;
    bottom: 50px;
    left: 0;*/
}

.ntexto {
    /*font-family: futura_medium;*/
    font-family: futura_medium;
    font-size: 18px;
    color: #fff;
    text-align: right;
    background-color: rgba(255,255,255,0.1);
    box-sizing: border-box;
    padding: 20px 30px 20px 227px;
    margin-bottom: 30px;
}

.nderecha {
    width: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.ntodo {
    width: 100%;
    margin-bottom: -5px;
}

.ntodo_mob {
    display: none;
}



.azulfrutzzo {
    color: #00A6CC;
}


