/* Fonts */

@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,700);

/* scroll up */

a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #3bb800;
  color: #FFF;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}

a#scrollUp i {
  font-size: 30px;
}

/* preloader Pace.min */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #3bb800;
  position: fixed;
  z-index: 1111111111111111111111111111;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/*===== Preloader ===*/

#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:111111111111111111111111111; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/loader.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    background-size: 240px;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/* various */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

button, html input[type="button"],/* 1 */ input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow:visible;
}

/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    font-family: 'Raleway', sans-serif;
}

audio, canvas, video {
    display: inline-block;
    *display:inline;
    *zoom:1
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    text-decoration: none;
    outline: none;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
}

a:hover, a:focus, img:focus, button:focus, .btn:focus {
    outline: none;
    text-decoration: none
}

::-moz-selection, ::selection {
    background-color:#084996;
    color:#fff;
    text-shadow:none;
}

h1 {
    color: #084996;
    font-weight: bold
}

.separador {
    padding-top: 1rem;
    padding-bottom: 1rem
}

/* header */

.bg-light {
    background-color: #fff !important;
}

.hi {
    max-width: 14.6rem;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.lo {
    max-width: 9rem;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    content: 'images/gsb-logo2.png';
}

.navbar {
    padding-top: .5rem;
    padding-bottom: .25rem
}

.navbar-toggler {
    padding: .2rem .6rem;
    font-size: 1rem
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0
}

.navbar-light .navbar-nav {
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #003e9e;
}

.navbar-light .navbar-nav .active {
    color: #64ad2e !important;
    background-color: transparent !important;
}

.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0);
}

/* carousel */

.carousel-principal {
    padding-top: 4rem
}

.carousel-principal .mobile {
    display: none
}

.carousel-principal .gallery-cell {
  width: 100%;
  counter-increment: gallery-cell;
}

.carousel-principal .flickity-prev-next-button {
  width: 3.12rem;
  height: 6.25rem;
  background: transparent;
}

.carousel-principal .flickity-prev-next-button .arrow {
  fill: white;
}

.carousel-principal .flickity-prev-next-button.no-svg {
  color: white;
}

.carousel-principal .flickity-prev-next-button:hover {
  background: transparent;
}

.carousel-principal .flickity-prev-next-button:disabled {
  display: none;
}

.carousel-principal .flickity-page-dots {
  bottom: 0px;
}

.carousel-principal .flickity-page-dots .dot {
  width: .75rem;
  height: .75rem;
  opacity: 1;
  background: transparent;
  border: 2px solid #003e9d;
}

.carousel-principal .flickity-page-dots .dot.is-selected {
  background: #003e9d;
}

/* quienes somos */

.quienes-somos {
    padding-top: 2.5rem;
    padding-bottom: 0
}

.quienes-somos h2, .quienes-somos h5, strong {
    color: #084996;
    font-weight: bold
}

.quienes-somos h5 {
    margin-bottom: 1rem
}

.quienes-somos hr {
    border: 1px solid #fff;
    width: 80px
}

.quienes-somos .que-bueno {
    padding: 2rem;
}

.quienes-somos .icono {
    max-width: 6rem;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.quienes-somos p {
    font-size: 1.2rem;
    margin-bottom: 1rem
}

/* productos */

.productos {
    padding-top: 3rem;
    padding-bottom: 0
}

.productos h2 {
    color: #084996;
    font-weight: bold
}

.productos .btn-prod {
    color: #8ec63f;
    font-weight: bold;
}

.productos .btn-prod:hover {
    color: #084996;
}

.productos .flickity-page-dots .dot {
    background: #084996;
}

.btn-secondary {
    background-color: #3da5e5;
    border:0;
}

.btn-secondary:hover {
    background-color: #e97122;
    border: 0
}

/* productos carousel */

.productos .gallery-cell {
    width: 100%; /* half-width */
    height: auto;
    padding: 0 15px; 
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.productos .gallery-cell .descripcion {
    visibility: hidden
}
  
.productos .gallery-cell.is-selected img {
    transform: scale(1);
    -webkit-filter: grayscale(0) blur(0); 
    filter: grayscale(0) blur(0);
}

.productos .gallery-cell.is-selected .descripcion {
    visibility: visible
}

.productos .gallery-cell img {
    transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); /* easeInOutBack */
    display: inline-block; 
    transform: scale(0.7);
    -webkit-filter: grayscale(100%) blur(2px); 
    filter: grayscale(100%) blur(2px);
    max-width: 10.8rem;
    width: 100%
}

@media (min-width: 768px) {
    .productos .gallery-cell{
        width: 33.3%;
    }
}

.productos .flickity-prev-next-button .arrow {
  box-shadow: 0 0 5px black; 
}

.productos .flickity-prev-next-button.no-svg {
  color: black;
}

.productos .flickity-prev-next-button {
  background: transparent;
  &:hover {
    background: transparent; 
  }
}

/* fin productos carousel */

/* fruta-argentina */

.fruta-argentina {
    padding-top: 4rem;
    padding-bottom: 0
}

.fruta-argentina img {
    padding-left: 1rem;
    padding-right: 1rem
}

/* video */

.video-pan{
    position:relative;
    margin-top: 4rem;
    height:25rem
}

.bg-container-youtube{
    position:absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    overflow: hidden;
    height:25rem;
}

.video-pan:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:100%;
    background-color:rgba(142, 198, 63,0.9)
}

.video-pan header{
    position:relative;
    z-index:2;
}

.video-pan header h4{
    font-size:1.3rem;
    color:#FFF;
    font-weight:700;
    padding:0;
    margin:0
}

.video-pan header a.video-button{
    margin:0 auto;
}

.video-pan header a.video-button{
    margin:1rem auto;
    display:block;
    cursor:pointer;
    outline:none;
    background-color:transparent;
    border:3px solid #FFF;
    border-radius:100%;
    width:6rem;
    height:6rem;
    line-height:5.8rem;
    font-size:3.75rem;
    text-align:center;
    color:#FFF;
    margin-top: 7.3rem
}

.video-pan header a.video-button i{
    padding-left:.65rem
}

/* contacto */

.help-block {
    font-size: .75rem;
    text-align: left;
    padding-left: 1rem;
    color: #e97122
}

.help-block ul {
    padding: 0;
    list-style-type: none
}

.contacto {
    padding-bottom: 0;
    padding-top: 4rem
}

.contacto p {
    padding-bottom: 1rem
}

.contacto .recuadro a:hover {
    color: #000
}

.contacto input, .contacto textarea, .btn-default {
    font-size: 1.2rem;
    
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 1.5rem; 

    /* Firefox 1-3.6 */
    -moz-border-radius: 1.5rem; 

    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 1.5rem;
}

.contacto input {
    height: 3rem
}

.contacto textarea {
    height: 10rem
}

.btn-default {
    background-color: #e97122;
    color: #fff;
    padding: .75rem 2rem
}

.btn-default:hover {
    background-color: #8ec63f
}

.contacto ul {
    list-style-type: none;
    margin-bottom: 2rem
}

.contacto ul li {
    padding: 0;
    margin: 0;
    display: inline-block
}

.contacto ul li img {
    padding: 0 1rem
}

.contacto #contactForm {
    margin-top: 1rem
}
/* refres */

.logo-refres {
    height: 135px
}

.logo-refres img {
    margin-top: 65px;
    max-width: 13rem;
}

.bg-jugo1 {
    background: url(../images/jugo1.jpg) no-repeat left bottom;
    height: 135px;
    background-size: 17rem
}

.bg-jugo2 {
    background: url(../images/jugo2.jpg) no-repeat right bottom;
    height: 135px;
    background-size: 18rem
}

/* footer */

footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #084996;
}

footer, footer a {
    color: #fff
}

footer a:hover {
    color: #8ec63f
}

footer p {
    font-size: .75rem;
}

/* ======================= Media Queries ======================== */

@media (max-width:991px){
    html {
        font-size: 15px
    }
    .navbar-nav {
        text-align: center;
    }
}

@media (max-width:767px){
    .carousel-principal .mobile {
        display: block
    }
    .carousel-principal .desk {
        display: none
    }
    html {
        font-size: 14px
    }
    .hi {
        max-width: 9rem;
    }

    .lo {
        max-width: 6rem;
    }
    .quienes-somos #logo {
        display: none
    }
}

@media (max-width:575px){
    .bg-jugo2 {
        background: none
    }
    html {
        font-size: 13px
    }
}