 @import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
 @import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');
 @import url('https://fonts.googleapis.com/css?family=Chewy');
 .os-animation{
  opacity: 0;
}  
.os-animation.animated{
  opacity: 1;
}   
.os-animation1 {
  opacity: 0;
}
.os-animation1 {
  opacity: 1;
}

/*
sup{
  position: relative;
  top:-2px;
  font-size: 10px;
}
#cont_slide{
  position: absolute;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#cont_slide #pbrand{
  width: 250px;
  max-width: 40%;
}
.slideiframe{
  position: absolute;
  height: 100%;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  top:0;
  z-index: 0;
}
*/
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  background: #FFF;
  margin: 0;
  padding: 0;
  overflow-x:hidden;
}
.float_whats{
  position:fixed;
  bottom:30px;
  left:-178px;
  background-color:#25d366;
  color:#FFF;
  padding-top: 4px;
  cursor:pointer;
  border-radius:0px 60px 60px 0px;
  -webkit-border-radius:0px 60px 60px 0px;
  -moz-border-radius:0px 60px 60px 0px;
  text-align:right;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.75);
  z-index:100;
  font-size:30px;
  transition:ease-out 0.4s;
}
.float_whats:hover{
  left:0px;
  transition:ease-in 0.2s;
}
.float_whats span{
  font-size: 26px;
  padding-bottom: 4px;
  font-family: Roboto;
  display:inline-block;
  font-weight: 500;
  padding-left:10px;
  padding-right:10px;
  text-decoration:none;
}
.my-float{
  font-size:30px;
  padding-top: 2px;
  padding-right: 8px;
  display:inline-block;
}
.preload{
  position: fixed;
  z-index: 2222;
  background: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
}
.cont_spin{
  width: 200px;
  margin: auto;
  transform:translate(-50%, -50%);
  padding:5px;
  position:absolute;
  left:50%;
  top:50%;
  color:white;
  text-align:center;
  display:block;
  height:auto;
}
.cont_spin .intro_logo{
  margin: auto;
  width: 140px;
}
.loader {
  display: relative;
  max-width: 25%;
  width: 200px;
}
.adot{
  width: 100%;
}
.dote {
  position: relative;
  display: inline-block;
  background: #F92023;
}
.dote, .dote:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  animation: adot 2.5s calc(((var(--i) + var(--o, 0))/var(--n) - 1)*2.5s) infinite;
}
.dote:after {
  --o: 1;
  background: currentcolor;
  content: "";
}

@keyframes adot {
  0%, 50% {
    transform: scale(0);
  }
}
.scroll2{
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: -4px;
  text-align: center;
  left: 0px;
}

.scroll2 img{
  text-align: center;
  margin:auto;
  width: 100px;

}

.hidebrand{
  transition:  all ease 0.6s;
  transform: scale(0);
}
.showbrand{
  transform: scale(1);
}
.cont_menus{
 position: absolute;
 width: 100%;
}
.header {
  z-index: 10;
  position: relative;
  width: 100%;
  height: 100px;
  background: #fff;
  text-align: center;
  top: 0;
}
.cont_bolsa{
  height: 26px;
  position: absolute;
  right: 10%;
  top:64%;
}
.cont_bolsa a{
  position: relative;
  top:-23px;
  color: #2F93E0;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Roboto', sans;
  font-weight: 700;
}
.cont_bolsa #ibolsa{ 
  margin-right: 5px;
  position: relative;
  width: 34px;
  top:18px;
  margin-bottom: 10px;
}
.cont_busca{
  width: 200px;
  height: 25px;
  left: 10%;
  display: inline-block;
  position: absolute;
  top: 64%;
  background: #fff;
  text-align: left;
  border: 1px solid #D3D3D3;
}
.cont_busca #iconsearch{
  width: 16px;
  cursor: pointer;
  right: 4px;
  background: #fff;
  padding-top: 5px;
  position:absolute;
}
.search{
  color: #2F93E0;
  font-size: 12px;
  padding-left: 5px;
  font-family: 'Roboto', sans;
  font-weight: 700;
  position: relative;
  left:0px;
  height: 23px;
  border: none;
  width: 175px;
}
.header .cont_logo .brand{
  transition:all 0.5s;
  width: 80px;
  margin-top: 5px;
}
.hidebrand{
  transition:all 0.5s;
  transform: scale(0);
}
.showbrand{
  transition:all 0.5s;
  transform: scale(1);
}
.navbar{
  transition:all 0.5s;
  top:0;
  width: 100%;
  position: relative;
  background:#00195D;
  transition:all 0.8s;
  text-align: center;
  z-index: 11;
}
.navbarleches{
  background: #F92023;
}
.navbarcremas{
  background: #004270;
}
.navbarjugos{
  background: #FF7B08;
}
.navbarbates{
  background:#581508;
}
.navbarquesos{
  background: #009B17;
}
.navbaryogus{
  background: #722478;
}
.navbarmantequilla{
  background: #F1B701;
}
.navbarnata{
  background: #C1A14C;
}
.navbar #navbarul{
  width: 100%;
  margin:auto;
  margin: 0;
  padding:0;
  list-style: none;
  display: flex;
  text-align: center;
}
.navbar #submenu{
  position: relative;
  top:40px

}
.navbar a.logo{
  max-width:0;
  padding: 0;
  overflow: hidden;
  background: white;
  transition: all 0.5s;
}
.navbar a.logo img{
  margin-top:4px;
  width: 64px;
}
.navbar a {
  flex:1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;  
}
.navbar a li {
  text-transform: uppercase;
  text-align: center;
  list-style: none;
  text-decoration: none;
  display: inline-block;
  color:white;
  transition:all 0.2s;
  text-transform: uppercase;
}
.navbar a:hover{ 
  background: #529eff;
  transition: 0.5s;
}
.navbarcremas a:hover{

}
.navbarleches a:hover{
  transition: 0.5s;
  background: #ff6060;
}
.navbarjugos a:hover{
  transition: 0.5s;
  background: #f99b4d;
}
.navbarbates a:hover{
  transition: 0.5s;
  background: #8e4d41;
}
.navbarquesos a:hover{
  transition: 0.5s;
  background: #20bc34;
}
.navbaryogus a:hover{
  transition: 0.5s;
  background: #D794C5;
}
.navbarmantequilla a:hover{
  transition: 0.5s;
  background: #a06f26;
}
.navbarnata a:hover{
  transition: 0.5s;
  background: #8c6a38;
}
.fixed-nav a.logo {
  transition: 0.5s;
  max-width:72px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.fixed-nav .navbar{
  z-index: 10;
  transition: 0.5s;
  position: fixed;
  box-shadow:0 4px 2px rgba(0,0,0,0.2);
}
.movil_menu{
  transition: all ease-in-out 0.2s;
  display: none;
  position: fixed;
  width: 55px;
  height: 55px;
  top: 42px;
  right: 15px;
  background: #fff;
  z-index: 12;
  text-align: center;
}
.topmovil{
  top: 0px;
}
.burguer {
  width: 55px;
  height: 55px;
  position: absolute;
  top:0px;
  cursor: pointer;
  text-align: center;
  z-index: 12;
}
.burguer .burguer-item {
  position: relative;
  display: block;
  height: 2px;
  background: #00195D;
  width: 34px;
  margin:auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.burguer .burguer-item:nth-child(1) {
  top: 16px;
}
.burguer .burguer-item:nth-child(2) {
  top: 24px;
}
.burguer .burguer-item:nth-child(3) {
  top: 32px;
}
.burguer .burguer-item.open:nth-child(1) {
  -webkit-transform: rotate(45deg);
  top: 25px;
  background: #FE2148;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.burguer .burguer-item.open:nth-child(2) {
  background: transparent;
  transition: all ease-out 0.2s; 
}
.burguer .burguer-item.open:nth-child(3){
  -webkit-transform: rotate(-45deg);
  top: 22px;
  background: #FE2148;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.burguer:hover .burguer-item:nth-child(1),
.burguer:hover .burguer-item:nth-child(3){
  background: #4081DC;
}
.burguer:hover .burguer-item:nth-child(2) {
  width: 26px;
  background: #4081DC;
}
.burguer:hover .burguer-item.open:nth-child(1),
.burguer:hover .burguer-item.open:nth-child(3){
  background: #4081DC; 
}
.burguer:hover .burguer-item.open:nth-child(2) {
  background: transparent; 
}
.movil {
  z-index: 11;
  padding: 0;
  margin: 0;
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background:#fff;
  transition: all 0.3s ease-out 0.2s;
}
.movil.open {
  top: 0;
  transition: all 0.3s ease-in 0s;
}
.movil.open .mov-item{
  width: 100%;

  letter-spacing: 0.1em;
  margin: auto;
  opacity: 1;
  text-align: center;
  transition-property: opacity, padding, letter-spacing;
  transition-duration: 0.5s, 0.3s, 0.3s;
  transition-delay: 0.5s, 0.4s, 0s;
  transition-timing-function: ease-in, ease-in, ease;
}
.movil.open .mov-item:hover {
  letter-spacing: 0.2em;
}
.movil .sub_movil{
  max-width: 90%;
}
.movil .ul_menu{
  list-style: none;
  width: 300px;
  text-align: center;
  border: none;
  margin: auto;
  opacity: 1;
}
.movil.open .ul_menu{
  border-bottom: 1px solid #689BE3;
  border-top: 1px solid #689BE3;
  transition-property: opacity, padding, letter-spacing;
  transition-duration: 0.5s, 0.3s, 0.3s;
  transition-delay: 0.5s, 0.4s, 0s;
  transition-timing-function: ease-in, ease-in, ease;
  padding-top: 50px;
  padding-bottom: 50px;
}
.mov-item {
  display: block;
  width: 100%;
  color: #689BE3;
  background: #fff;
  width: 100%;
  height: 28px;
  left: -20px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  margin: auto;
  text-align: center;
  font-size: 18px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0;
  transition-property: opacity, padding, letter-spacing, color;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.3s;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-timing-function: ease-out, ease-out, ease, ease;
}
.movil .mov-item:hover {
  color: red;
  transition: all 0.3s ease-in 0s;
}
.logo2{
  left:16px;
  top:6px;
  width: 80px;
  position: absolute;
}
.socials{
  bottom: 40px;
  position: absolute;
}
.cont_home{
  position: relative;
  width: 100%;
  height: 100vh;
}
.cont_slide{
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100vh;
}
.css-slider-wrapper {
  display: block;
  background: #FFF;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  height: 108vh;
  top: 0;
  bottom: 0;
  text-align: center;
}

.slider {
  width: 100%;
  height: 108vh;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
  -webkit-transition: -webkit-transform 1600ms;
  transition: -webkit-transform 1600ms, transform 1600ms;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slide1 {
  position: absolute;
  height: 100vh;
  background: url(../img/slide1.jpg)no-repeat center center;
  left: 0;
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
  background-attachment: absolute;
  -moz-background-size: cover;
  -moz-background-position:center;
  -moz-background-repeat: no-repeat;
  -moz-background-attachment: absolute;
  -webkit-background-size: cover;
  -webkit-background-position:center;
  -webkit-background-repeat: no-repeat;
  -webkit-background-attachment: absolute;
  -o-background-size: cover;
  -o-background-position:center;
  -o-background-repeat: no-repeat;
  -o-background-attachment: absolute;
  -ms-background-size: cover;
  -ms-background-position:center;
  -ms-background-repeat: no-repeat;
  -ms-background-attachment: absolute;
} 
.slide_home{
  text-align: center;
  position:relative;
  position: absolute;
  height: 100vh;
  background: url(../img/slide1.jpg)no-repeat center center;
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
  background-attachment: absolute;
  -moz-background-size: cover;
  -moz-background-position:center;
  -moz-background-repeat: no-repeat;
  -moz-background-attachment: absolute;
  -webkit-background-size: cover;
  -webkit-background-position:center;
  -webkit-background-repeat: no-repeat;
  -webkit-background-attachment: absolute;
  -o-background-size: cover;
  -o-background-position:center;
  -o-background-repeat: no-repeat;
  -o-background-attachment: absolute;
  -ms-background-size: cover;
  -ms-background-position:center;
  -ms-background-repeat: no-repeat;
  -ms-background-attachment: absolute;
  width: 100%;
}
.cont_nubes{
  z-index: 0;
  width: 100%;
  max-width: 100%;
}
#parallax1{
  max-width: 100%;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0px; 
  margin: auto;
}
#parallax3{
  position: absolute;
  bottom: 0px;
  max-width: 100%;
  width: 100%;
}
.vacas{
  position: absolute;
  bottom: 10px;
  z-index: 2;
  margin: auto;
}
#vaca1{
  position: absolute;
  bottom: 60px;
  left:8%;
  width: 500px;
  max-width: 100%;
}
#vaca2{
  position: absolute;
  bottom: 30px;
  z-index: 2;
  width: 400px;
  max-width: 100%;
}
.pasto{
  position: relative;
  bottom: 0;
  z-index: 3
  width: 500px;
}
#pasto1{
  position: absolute;
  left:0px;
  z-index: 2;
  bottom: 0px;
}
#pasto2{
  position: absolute;
  left:0px;
  bottom: 0px;
  z-index: 3;
  width: 400px;
  max-width: 80%;
}
#nube1{ 
  top:-100px;
  position: relative;
  background: url(../img/nube1.png) center repeat-x;
  z-index: 1;
  max-width: 100%;
  animation:1200s animarnubes reverse infinite linear;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100% ;
  text-align: center;
}
#nube2{ 
  position: absolute;
  background: url(../img/nube2.png) center repeat-x;
  z-index: 1;
  max-width: 90%;
  animation:600s animarnubes reverse infinite linear;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100% ;
  text-align: center;
}
#nube3{ 
  position: absolute;
  background: url(../img/nube3.png) center repeat-x;
  z-index: 1;
  max-width: 100%;
  animation:800s animarnubes infinite linear;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100% ;
  text-align: center;
}
#nube2{
  z-index: 2;
  max-width: 100%;
  top:40px;
  position: absolute;
}
#nube3{
  z-index: 2;
  max-width: 100%;
  top:40px;
  position: absolute;
}
.slide1 {
  background: url(../img/slide2.jpg)no-repeat center;
  left: 0%;
  position: absolute;
  height: 100vh;
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
  background-attachment: absolute;
  -moz-background-size: cover;
  -moz-background-position:center;
  -moz-background-repeat: no-repeat;
  -moz-background-attachment: absolute;
  -webkit-background-size: cover;
  -webkit-background-position:center;
  -webkit-background-repeat: no-repeat;
  -webkit-background-attachment: absolute;
  -o-background-size: cover;
  -o-background-position:center;
  -o-background-repeat: no-repeat;
  -o-background-attachment: absolute;
  -ms-background-size: cover;
  -ms-background-position:center;
  -ms-background-repeat: no-repeat;
  -ms-background-attachment: absolute;
}
.cont_prodslides{
  position: relative;
  max-width: 100%;
  width: 100%;
}

a{
  text-decoration: none;
}
.vermas{
  border-radius: 20px;
  background: transparent;
  border: 2px solid #00195D;
  padding-top:5px;
  padding-bottom: 5px;
  width: 110px;
  margin: auto;
  font-family: 'Roboto', sans;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color:#00195D;
}
#veryoghu{
  position: relative;
  float: left;
  bottom: 0;
}
#vermalte{
  position: relative;
}
.vermas:hover{
  transition: all ease-in 0.2s;
  border: 2px solid #F92023;
  color:#F92023;
}
#verleche:hover,
#verjugo:hover{
  transition: all ease-in 0.2s;
  color: #fff;
  border: 2px solid #fff;
}
.prod_slide{
 vertical-align: top;
 display: inline-block;
}
.prod_slide img{
  max-width: 95%;
}
.slide2 {
  background: url(../img/slide3.jpg)no-repeat center center;
  left: 100%;
  position: absolute;
  height: 100vh;
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
  background-attachment: absolute;
  -moz-background-size: cover;
  -moz-background-position:center;
  -moz-background-repeat: no-repeat;
  -moz-background-attachment: absolute;
  -webkit-background-size: cover;
  -webkit-background-position:center;
  -webkit-background-repeat: no-repeat;
  -webkit-background-attachment: absolute;
  -o-background-size: cover;
  -o-background-position:center;
  -o-background-repeat: no-repeat;
  -o-background-attachment: absolute;
  -ms-background-size: cover;
  -ms-background-position:center;
  -ms-background-repeat: no-repeat;
  -ms-background-attachment: absolute;
}
.slide3 {
  background: url(../img/slide4.jpg)no-repeat center;
  left: 200%;
  position: absolute;
  height: 100vh;
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
  background-attachment: absolute;
  -moz-background-size: cover;
  -moz-background-position:center;
  -moz-background-repeat: no-repeat;
  -moz-background-attachment: absolute;
  -webkit-background-size: cover;
  -webkit-background-position:center;
  -webkit-background-repeat: no-repeat;
  -webkit-background-attachment: absolute;
  -o-background-size: cover;
  -o-background-position:center;
  -o-background-repeat: no-repeat;
  -o-background-attachment: absolute;
  -ms-background-size: cover;
  -ms-background-position:center;
  -ms-background-repeat: no-repeat;
  -ms-background-attachment: absolute;
}
.slider > div {
  text-align: center;
}
.linea{
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 2px;
  width: 600px;
  max-width: 80%;
  background: #c4a671;
  transform: scale(1.2);

}
.slider .logo {
  position: relative;
  width: 360px;
  max-width: 90%;
  opacity: 0;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.80);
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}
.slider p {
  width: 600px;
  max-width: 90%;
  margin: auto;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 19px;
  opacity: 0;
  -webkit-transform: translateX(-500px);
  transform: translateX(-500px);
}
.slider .button {
  color: #FFF;
  padding: 5px 30px;
  background: rgba(255,255,255,0.3);
  text-decoration: none;
  opacity: 0;
  font-size: 15px;
  line-height: 30px;
  display: inline-block;
  -webkit-transform: translateX(-500px);
  transform: translateX(-500px);
}
.slider .logo, .slider p, .slider .button {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1s; /* Safari */
  transition-delay: 1s;
}
.slider .logo, .slider .linea, .slider .button {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1s; /* Safari */
  transition-delay: 1s;
}
.slider-pagination {
  position: absolute;
  bottom: 60px;
  width: 100%;
  padding: 10px;
  text-align: center;
  z-index: 0;
}
.slider-pagination label{
  cursor: pointer;
  border-radius: 50%;
  margin-left: 3px;
  margin-right: 3px;
  text-align: center;
  width: 16px;
  height: 16px;
  border: 2px solid #00195D;
  display:inline-block;
}
.slider-pagination label:hover{
  transition: all ease-in 0.3s;
  border: 2px solid #529EFF;
}
.slider-pagination label .dot{
  background: #529EFF;
  width: 8px;
  border-radius: 50%;
  height: 8px;
  position: relative;
  left: 2px;
  top: 2px;
  display: none;
}
.slider-pagination .dot:hover{
  visibility: 1;
  background:  #529EFF;
}
.slide-radio1:checked ~ .slider-pagination .page1, 
.slide-radio2:checked ~ .slider-pagination .page2, 
.slide-radio3:checked ~ .slider-pagination .page3, 
.slide-radio4:checked ~ .slider-pagination .page4 {
  cursor: pointer;
  border: 2px solid #529EFF;
}
.slide-radio1:checked ~ .slider-pagination .page1 .dot, 
.slide-radio2:checked ~ .slider-pagination .page2 .dot, 
.slide-radio3:checked ~ .slider-pagination .page3 .dot, 
.slide-radio4:checked ~ .slider-pagination .page4 .dot{
 display: block;
 background:  #529EFF;
}
.slide-radio1:checked ~ .slider {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.slide-radio2:checked ~ .slider {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slide-radio3:checked ~ .slider {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
.slide-radio4:checked ~ .slider {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}
.slide-radio1:checked ~ .slide1 .logo,  
.slide-radio2:checked ~ .slide2 .logo,  
.slide-radio3:checked ~ .slide3 .logo,  
.slide-radio4:checked ~ .slide4 .logo,
.slide-radio1:checked ~ .slide1 p,  
.slide-radio2:checked ~ .slide2 p,  
.slide-radio3:checked ~ .slide3 p,  
.slide-radio4:checked ~ .slide4 p,    
.slide-radio1:checked ~ .slide1 .button,  
.slide-radio2:checked ~ .slide2 .button,  
.slide-radio3:checked ~ .slide3 .button,  
.slide-radio4:checked ~ .slide4 .button {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}
#homeleches{
  transition: transform .5s ease-out;
  background: url(../img/LineaLeche.jpg) center center no-repeat;
  background-size: cover;
  background-position:center;
  height: 100vh;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -moz-background-position:center;
  -moz-background-repeat: no-repeat;
  -moz-background-attachment: absolute;
  -webkit-background-size: cover;
  -webkit-background-position:center;
  -webkit-background-repeat: no-repeat;
  -webkit-background-attachment: absolute;
  -o-background-size: cover;
  -o-background-position:center;
  -o-background-repeat: no-repeat;
  -o-background-attachment: absolute;
  -ms-background-size: cover;
  -ms-background-position:center;
  -ms-background-repeat: no-repeat;
  -ms-background-attachment: absolute;
}
#homecremas{
  transition: transform .5s ease-out;
  background: url(../img/LineaCrema.jpg) center center no-repeat;
  background-size: cover;
  background-position:center;
  height: 100vh;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -moz-background-position:center;
  -moz-background-repeat: no-repeat;
  -moz-background-attachment: absolute;
  -webkit-background-size: cover;
  -webkit-background-position:center;
  -webkit-background-repeat: no-repeat;
  -webkit-background-attachment: absolute;
  -o-background-size: cover;
  -o-background-position:center;
  -o-background-repeat: no-repeat;
  -o-background-attachment: absolute;
  -ms-background-size: cover;
  -ms-background-position:center;
  -ms-background-repeat: no-repeat;
  -ms-background-attachment: absolute;
}
#homeyoghurt{
  transition: transform .5s ease-out;
  background: url(../img/LineaYoghurt.jpg) center center no-repeat;
  background-size: cover;
  background-position:center;
  height: 100vh;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -moz-background-position:center;
  -moz-background-repeat: no-repeat;
  -moz-background-attachment: absolute;
  -webkit-background-size: cover;
  -webkit-background-position:center;
  -webkit-background-repeat: no-repeat;
  -webkit-background-attachment: absolute;
  -o-background-size: cover;
  -o-background-position:center;
  -o-background-repeat: no-repeat;
  -o-background-attachment: absolute;
  -ms-background-size: cover;
  -ms-background-position:center;
  -ms-background-repeat: no-repeat;
  -ms-background-attachment: absolute;
}
#homejugos{
  transition: transform .5s ease-out;
  background: url(../img/LineaJugos.jpg) center center no-repeat;
  background-size: cover;
  background-position:center;
  height: 100vh;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -moz-background-position:center;
  -moz-background-repeat: no-repeat;
  -moz-background-attachment: absolute;
  -webkit-background-size: cover;
  -webkit-background-position:center;
  -webkit-background-repeat: no-repeat;
  -webkit-background-attachment: absolute;
  -o-background-size: cover;
  -o-background-position:center;
  -o-background-repeat: no-repeat;
  -o-background-attachment: absolute;
  -ms-background-size: cover;
  -ms-background-position:center;
  -ms-background-repeat: no-repeat;
  -ms-background-attachment: absolute;
}
#homemalteadas{
  transition: transform .5s ease-out;
  background: url(../img/LineaChoco.jpg) center center no-repeat;
  background-size: cover;
  background-position:center;
  height: 100vh;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -moz-background-position:center;
  -moz-background-repeat: no-repeat;
  -moz-background-attachment: absolute;
  -webkit-background-size: cover;
  -webkit-background-position:center;
  -webkit-background-repeat: no-repeat;
  -webkit-background-attachment: absolute;
  -o-background-size: cover;
  -o-background-position:center;
  -o-background-repeat: no-repeat;
  -o-background-attachment: absolute;
  -ms-background-size: cover;
  -ms-background-position:center;
  -ms-background-repeat: no-repeat;
  -ms-background-attachment: absolute;
}
#homequesos{
  width: 100vw;
  transition: transform .5s ease-out;
  background: url(../img/LineaQueso.jpg) center center no-repeat;
  background-size: cover;
  background-position:center;
  height: 100vh;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -moz-background-position:center;
  -moz-background-repeat: no-repeat;
  -moz-background-attachment: absolute;
  -webkit-background-size: cover;
  -webkit-background-position:center;
  -webkit-background-repeat: no-repeat;
  -webkit-background-attachment: absolute;
  -o-background-size: cover;
  -o-background-position:center;
  -o-background-repeat: no-repeat;
  -o-background-attachment: absolute;
  -ms-background-size: cover;
  -ms-background-position:center;
  -ms-background-repeat: no-repeat;
  -ms-background-attachment: absolute;
}
#homemantequilla{
  width: 100vw;
  transition: transform .5s ease-out;
  background: url(../img/LineaMantequilla.jpg) center center no-repeat;
  background-size: cover;
  background-position:center;
  height: 100vh;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -moz-background-position:center;
  -moz-background-repeat: no-repeat;
  -moz-background-attachment: absolute;
  -webkit-background-size: cover;
  -webkit-background-position:center;
  -webkit-background-repeat: no-repeat;
  -webkit-background-attachment: absolute;
  -o-background-size: cover;
  -o-background-position:center;
  -o-background-repeat: no-repeat;
  -o-background-attachment: absolute;
  -ms-background-size: cover;
  -ms-background-position:center;
  -ms-background-repeat: no-repeat;
  -ms-background-attachment: absolute;
}
#homenata{
  width: 100vw;
  transition: transform .5s ease-out;
  background: url(../img/LineaNata.jpg) center center no-repeat;
  background-size: cover;
  background-position:center;
  height: 100vh;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -moz-background-position:center;
  -moz-background-repeat: no-repeat;
  -moz-background-attachment: absolute;
  -webkit-background-size: cover;
  -webkit-background-position:center;
  -webkit-background-repeat: no-repeat;
  -webkit-background-attachment: absolute;
  -o-background-size: cover;
  -o-background-position:center;
  -o-background-repeat: no-repeat;
  -o-background-attachment: absolute;
  -ms-background-size: cover;
  -ms-background-position:center;
  -ms-background-repeat: no-repeat;
  -ms-background-attachment: absolute;
}
#homegaleria{
  width: 100vw;
  transition: transform .5s ease-out;
  background: url(../img/b3.jpg) center center no-repeat;
  background-size: cover;
  background-position:center;
  height: 100vh;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -moz-background-position:center;
  -moz-background-repeat: no-repeat;
  -moz-background-attachment: absolute;
  -webkit-background-size: cover;
  -webkit-background-position:center;
  -webkit-background-repeat: no-repeat;
  -webkit-background-attachment: absolute;
  -o-background-size: cover;
  -o-background-position:center;
  -o-background-repeat: no-repeat;
  -o-background-attachment: absolute;
  -ms-background-size: cover;
  -ms-background-position:center;
  -ms-background-repeat: no-repeat;
  -ms-background-attachment: absolute;
}
#homerecetas{
  width: 100vw;
  transition: transform .5s ease-out;
  background: url(../img/b4.jpg) no-repeat;
  background-size: cover;
  background-position:center;
  height: 100vh;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -moz-background-position:center;
  -moz-background-repeat: no-repeat;
  -moz-background-attachment: absolute;
  -webkit-background-size: cover;
  -webkit-background-position:center;
  -webkit-background-repeat: no-repeat;
  -webkit-background-attachment: absolute;
  -o-background-size: cover;
  -o-background-position:center;
  -o-background-repeat: no-repeat;
  -o-background-attachment: absolute;
  -ms-background-size: cover;
  -ms-background-position:center;
  -ms-background-repeat: no-repeat;
  -ms-background-attachment: absolute;
}
#homeworkshop{
  width: 100vw;
  transition: transform .5s ease-out;
  background: url(../img/b5.jpg) no-repeat;
  background-size: cover;
  background-position:center;
  height: 100vh;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -moz-background-position:center;
  -moz-background-repeat: no-repeat;
  -moz-background-attachment: absolute;
  -webkit-background-size: cover;
  -webkit-background-position:center;
  -webkit-background-repeat: no-repeat;
  -webkit-background-attachment: absolute;
  -o-background-size: cover;
  -o-background-position:center;
  -o-background-repeat: no-repeat;
  -o-background-attachment: absolute;
  -ms-background-size: cover;
  -ms-background-position:center;
  -ms-background-repeat: no-repeat;
  -ms-background-attachment: absolute;
}
#homeproductos{
  width: 100vw;
  transition: transform .5s ease-out;
  background: url(../img/b6.jpg) no-repeat;
  background-size: cover;
  background-position:center;
  height: 100vh;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -moz-background-position:center;
  -moz-background-repeat: no-repeat;
  -moz-background-attachment: absolute;
  -webkit-background-size: cover;
  -webkit-background-position:center;
  -webkit-background-repeat: no-repeat;
  -webkit-background-attachment: absolute;
  -o-background-size: cover;
  -o-background-position:center;
  -o-background-repeat: no-repeat;
  -o-background-attachment: absolute;
  -ms-background-size: cover;
  -ms-background-position:center;
  -ms-background-repeat: no-repeat;
  -ms-background-attachment: absolute;
}
#cont_galeria{
  width: 942px;
  margin: auto;
}
#galeria{
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  background: #fff;
  height: 100%;
}
.presprod{
  position: relative;
  bottom: 0px;
}
#presleches{
  position: absolute;
  bottom: 10px;
  width: 270px;
  right: 20%;
}
.txt_slide{
  max-width: 100%;
  width: 100%;
  position: absolute;
  z-index: 3;
  top:20%;
}
.marginform{
  position: absolute;
  transition: 0.8s;
  padding-top: 100px;

}
.cont_formularios{
  z-index: 3;
  max-width: 100%;
  width: 400px;
  height: 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  background: rgba(255,255,255,1);
  left: 100%;

}
.open_bussine{
  position: relative;
  text-align: center;
  top: 45%;
  float: left;
  font-size: 12px;
  font-family: 'Roboto', sans;
  left: -90px;
  background: rgba(255,255,255,1);
  text-transform: uppercase;
  line-height: 13px;
  z-index: 2;
  cursor: pointer;
  width: 90px;
  border-radius: 8px 0px 0px 8px;
}
.open_bussine h3{
  color: #529EFF;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
  font-weight: 900;
}
.open_bussine #icon_bussine{
  font-weight: normal;
  font-size: 28px;
  color: #00195D;
  margin-bottom: 10px;
}
.slideOut{
  transition-duration: .33s;
  -webkit-transition-timing-function: ease-in-out; /* Safari and Chrome */
  transition-timing-function: ease-in-out;
}
.slideIn{
  transition-duration: .33s;
  -webkit-transition-timing-function: ease-in-out; /* Safari and Chrome */
  transition-timing-function: ease-in-out;
}
.popOut{
  transform: translateX(-100%);

}
.moveIn{
  transform: translateX(0);
}
.formularios{
  width: 100%;
  max-width:100%;
  position:absolute;
  text-align:center;
  top:35%;
  /*left:50%;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);*/
}
.formularios h3{
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Roboto', sans;
  font-weight: 900;
  color: #5d9cec;
}
.formularios p{
  width: 80%;
  color: #5d5d5d;
  margin:auto;
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  font-family: 'Roboto', sans;
  font-weight: 700;
}
.formularios a{
  text-decoration:none;
}
.cont_dists{
  position: relative;
  margin-top: 25px;
}

.distribuidor{
  position: relative;
  width: 135px; 
  height: 31px;
  margin: auto; 
  margin-bottom: 14px;
}
.close_bussine button{
  width: 100px;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  background: #F92023;
  border: none;
  height: 100;
  margin-top: 40px;
  cursor: pointer;
  padding: 10px;
  position: relative;
  float: right;
  text-transform: uppercase;
  font-family: 'Roboto', sans;
}
.close_form button{
  font-size: 18px;
  line-height: 18px;
  color: #F92023;
  background: transparent;
  border: none;
  height: 100;
  right: -10px;
  margin-top: 0px;
  cursor: pointer;
  position: absolute;
  text-transform: uppercase;
  font-family: 'Roboto', sans;
}
.formularios .eldist{
  text-align: left;
  margin-bottom: 10px;
}
.formularios .txt_dist{
  display: inline-block;
  text-align: left;
}
.formularios .txt_dist img{
  position: relative;
  width: 24px;
  top:-22px; 
}
.formularios .eldist h4{
  position: relative;
  top:-22px;
  left: 4px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Roboto', sans;
  font-weight: 900;
  text-align: left;
  color: #2F93E0;
}
.formularios .eldist h4:hover,
.cont_bolsa a:hover{
  transition: all ease 0.5s;
  color: #FE2123;
}
.formularios .p2{
  width: 100%;
  left: 4px;
  position: relative;
  text-align: left;
  color: #5d5d5d;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-family: 'Roboto', sans;
  font-weight: 400;
}
.formulario{
  display: none;
  background: #fff;
  width:70%;
  max-width:100%;
  position:absolute;
  left:50%;
  text-align:center;
  top:52%;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
}
.formulario h4{
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Roboto', sans;
  font-weight: 900;
  text-align:left;
  color: #5D9CEC;
}
.inputsform{
  font-size: 14px;
  background: none;
  text-transform: none;
  border: none;
  height: 25px;
  width: 100%;
  margin: auto;
  display: block;
  margin-bottom: 6px;
  color: #2F93E0;
  font-family: 'Roboto', sans;
  font-weight: 400;
  border-bottom: 1px solid #2F93E0; 
}
.inputsform2{
  text-transform: none;
  border: none;
  padding-top: 10px;
  height: 50px;
  font-family: 'Roboto', sans;
  font-weight: 400;
  width: 100%;
  margin: auto;
  color: #2F93E0;
  font-size: 14px;
  border-bottom: 1px solid #2F93E0; 
}
.inputsend{
  text-transform: uppercase;
  font-family: 'Roboto', sans;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  border: none;
  float: right;
  height: 40px;
  width: 100px;
  background: #FF1B23;
}
#nosotros{
  position: relative;
  margin-bottom: 0px;
  padding: 0px;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.cont_nosotros{
  width: 100%;
  height: 100vh;
  position: relative;
}

#cont_videonosotros{
  width:100%;
  max-width: 100%;
  text-align: center;
  margin: auto;
  background: url(../img/vb1b.jpg) no-repeat center center; 
  position: relative;
  background-repeat: no-repeat;
  background-attachment: absolute;
  -moz-background-size: cover;
  -moz-background-position:center;
  -moz-background-repeat: no-repeat;
  -moz-background-attachment: absolute;
  -webkit-background-size: cover;
  -webkit-background-position:center;
  -webkit-background-repeat: no-repeat;
  -webkit-background-attachment: absolute;
  -o-background-size: cover;
  -o-background-position:center;
  -o-background-repeat: no-repeat;
  -o-background-attachment: absolute;
  -ms-background-size: cover;
  -ms-background-position:center;
  -ms-background-repeat: no-repeat;
  -ms-background-attachment: absolute;
}
#subcont_videonos{
  padding-top: 0px;
  width: 100%;
  max-width: 100%;
  margin-top: -55px;
  text-align: center;
}

#subcont_videonos #bgvid{
  position: relative;
  margin:auto;
  max-width: 100%;
  width:70%;
  min-width: 320px;
  text-align: center;
  top:140px;padding-bottom: 140px;

}

#subcont_videonos #video{
  position: absolute;
  top:40px;
  width: 100%;
  margin:auto;
  margin: 0;
  text-align: center;
  padding-top: 6%;
  padding-left: 1%;

}
#subcont_videonos #video video{ 
  width: 59%;
  min-width: 260px;
  position: relative;
  background: rgba(0,0,0,0.5);
}
.cont_nosotros2{
  padding-top: 50px;
  padding-bottom: 30px;
  display: table;
  position: relative;
  height: auto;
  width: 70%;
  margin: auto;
  text-align: center;
  background: #fff;
}
#cont_txtnos{
  padding-top:25px;
  padding-bottom:25px;
  background: #529EFF;
  position: relative;
  text-align: center;
  margin-top: 0px;
}
#cont_txtnos h3{
  font-family: 'Roboto', sans;
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  max-width: 80%;
  margin: auto;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #fff;
}
#cont_txtnos p{
  font-family: 'Roboto', sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  max-width: 90%;
  width: 900px;
  margin: auto;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.cont_nosotros2 .elnos{
  position: relative;
  display: inline-block;
  width: 290px;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 25px;
}
.elenosin{
  float: left;
  position: relative;
  display: inline-block;
}
.txt_nos{
  vertical-align: top;
  height:auto;
  text-align: center;
}
.txt_nos h4{
  margin: 0;
  position: relative;
  margin-bottom: 6px;
  vertical-align: top;
  width: 160px;
  padding-left: 14px;
  font-size: 18px;
  font-family: 'Roboto', sans;
  font-weight: 900;
  text-align: left;
  line-height: 19px;
  color: #5D9CEC;
  text-transform: uppercase;
}
.txt_nos p{
  margin: 0;
  position: relative;
  padding-left: 14px;
  font-family: 'Roboto', sans;
  font-size: 13px;
  line-height: 14px;
  width: 180px;
  text-align: left;
  color: #5d5d5d;
}
.txt_nos a{
  text-decoration: none;
  margin: 0;
  position: relative;
  padding-left: 14px;
  font-family: 'Roboto', sans;
  font-size: 13px;
  line-height: 14px;
  color: #FC1B23;
  font-weight: 600;
  width: 160px;
  text-align: left;
  margin-top: 20px;
  right: -10px;
}
.txt_nos .cont_light2{
  position: relative;
  background-color: #fff;
  margin: auto;
  margin-top: 85px;
  margin-bottom: 85px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
  margin:auto;
  max-width: 100%;
  width: 900px;
  text-align: center;
  background: #fff;
}
.txt_nos .img_denos {
  position: absolute;
  background: #fff;
  width: 100%;
  left: 2%;
  max-width: 100%;
  margin: auto;
  height: auto;
}
.txt_nos .pn{
  position: relative;
  padding-left: 14px;
  font-family: 'Roboto', sans;
  font-size: 12px;
  line-height: 14px;
  width: 220px;
  text-align: left;
  color: #5d5d5d;
}
.txt_nos .pn span{
  position: relative;
  font-family: 'Roboto', sans;
  font-size: 22px;
  line-height: 14px;
  margin-bottom: 0px;
  top:4px;
  text-align: left;
  color: #5d9cec;
}

.txt_nos ul li{
  position: relative;
  font-family: 'Roboto', sans;
  font-size: 12px;
  line-height: 16px;
  top:-25px;
  text-align: left;
  color: #5d5d5d;
}
.elnos img{
  position: relative;
  width: 70px;
  height: 70px;
  float: left;
  top:0px;
}
#productos,
#contacto, #nosotros{
  background: #fff;
}
.cont_productos{
  padding-top: 50px;
  padding-bottom: 30px;
  min-height: 320px;
  max-width: 100%;
  width: 70%;
  height: auto;
  background: #FFF;
  text-align: center;
  display: table;
  position: relative;
  top:0px;
  margin:auto;
}
.producto{
  margin: auto;
  display: inline-block;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  width: 240px;
  height: 240px;

}
.producto img{
  width:240px;
}
.producto:hover img{
  transition:ease-in 0.4s;
  transform: scale(1.2);
}
.producto:hover{
  background: #EDEDED;
  border-radius: 50%;
  transition: ease-out 0.5s;
}
#prodhover{
  position: relative;
  display: table;
  height: 100%;
}
.cont_producto2{
  display: inline-block;
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 50px;

  height: 210px;
}
.producto2{
  margin: auto;
  display: inline-block;
  text-align: center;
  width: 200px;
  height: 200px;
  vertical-align: top;

}
.producto2 p{
  margin:0;
  font-family: 'Roboto', sans;
  font-size: 14px;
  line-height: 15px;
  position: relative;

  top: -6px;
  text-align: center;
  font-weight: 700;
  color: #5d5d5d;
}
.producto2 a{
  text-align: center;
  text-decoration: none;
}
.producto2 img{
  position: relative;
  width: 200px;
  height: 200px;
  margin: auto;
  transform: scale(1);
  -webkit-animation:none;
}
.producto2 img:hover {
  -webkit-animation: wiggle .8s cubic-bezier(.9,.20,.20,.9) infinite alternate;
  transition:ease-in 0.4s;
  transform: scale(1.2);

}
.producto2:hover{
  background: #EDEDED;
  border-radius: 50%;
  transition: ease-out 0.5s;
}
.short-animate {
  -webkit-transition:.5s ease-in-out;
  -moz-transition:.5s ease-in-out;
  -ms-transition:.5s ease-in-out;
  -o-transition:.5s ease-in-out;
  transition:.5s ease-in-out;
}

.long-animate {
  -webkit-transition: .5s .5s ease-in-out;
  -moz-transition: .5s .5s ease-in-out;
  -ms-transition: .5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
}
.cont_btnprod{
  padding-top: 30px; 
}
.btn_prod2{
  width: 126px;
  height: 28px;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Roboto', sans;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  margin-left: 6px;
  margin-right: 6px;
  color: #fff;
  margin-bottom: 12px;
}
#btn_proda{
  background:#F92023;
}
#btn_prodb{
  background:#FF7B08;
}
#btn_prodc{
  background:#004270;
}
#btn_prodd{
  background:#581508;
}
#btn_prode{
  background:#F1B701;
}
#btn_prodf{
  background:#722478;
}
#btn_prodg{
  background:#009B17;
}
#btn_prodh{
  background:#C1A14C;
}
.lightbox {
  position:fixed;
  top:-100%;
  bottom:100%;
  left:0;
  text-align: center;
  right:0;
  background:rgba(0,0,0,.8);
  z-index:501;
  opacity:0;

}
.lightbox .cont_light{
  position: relative;
  background-color: #fefefe;
  margin: auto;
  margin-top: 85px;
  margin-bottom: 85px;
  max-width: 90%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
  margin:auto;
  max-width: 90%;
  height: auto;
  width: 500px;
  background: #fff;
}
.lightbox img{
  max-width: 90%;
  width: 500px;
  position: relative;
}
.lightbox .des_produc{
  position: relative;
  left:0;
  right:0;
  bottom: 0px;
  height: auto;
  background: #fff;
  color: #fff;
  max-width: 100%;
  margin: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.lightbox #desjugos{
  background: #FF7B08;
}
.lightbox #desyogus{
  background: #722478;
}
.lightbox #desleches{
  background: #F92023;
}
.lightbox #desquesos{
  background: #009B17;
}
.lightbox #desmaltes{
  background: #581508;
}
.lightbox #descremas{
  background: #004270;
}
.lightbox .des_produc p{
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 15px;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #fff;
}
#lightbox-controls {
  position:fixed;
  height:60px;
  width:60px;
  top:-70px;
  right: 0px;
  text-align: center;
  z-index:502;
}

#close-lightbox {
  display:block;
  position:relative;
  overflow:hidden;
  height:50px;
  width:50px;
  margin: auto;
  text-indent:-5000px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}

#close-lightbox:before {
  content:'';
  display:block;
  position:absolute;
  height:0px;
  width:3px;
  left:24px;
  top:0;
  background:white;
  border-radius:2px;
  -webkit-transition: .5s .5s ease-in-out;
  -moz-transition: .5s .5s ease-in-out;
  -ms-transition: .5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
}

#close-lightbox:after {
  content:'';
  display:block;
  position:absolute;
  width:0px;
  height:3px;
  top:24px;
  left:0;
  background:white;
  border-radius:2px;
  -webkit-transition: .5s 1s ease-in-out;
  -moz-transition: .5s 1s ease-in-out;
  -ms-transition: .5s 1s ease-in-out;
  -o-transition:.5s 1s ease-in-out;
  transition:.5s 1s ease-in-out;
}

.lightbox:target {
  top:0%;
  bottom:0%;
  opacity:1;
}

.lightbox:target img {
  max-width:90%;
  ;
}

.lightbox:target ~ #lightbox-controls {
  top:0px;
}

.lightbox:target ~ #lightbox-controls #close-lightbox:after {
  width:50px;
}

.lightbox:target ~ #lightbox-controls #close-lightbox:before {
  height:50px;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform:rotate(2deg);
  }
  20% {-webkit-transform:rotate(-2deg);}
  40% {-webkit-transform:rotate(2deg);}
  60% {-webkit-transform:rotate(-2deg);}
  80% {-webkit-transform:rotate(2deg);}
  100% {-webkit-transform:rotate(-2deg);}
}
#prodhover2{
  opacity: 0;
  position:absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.4); 

}
#prodhover2:hover{
  transition: all ease 0.4s;
  opacity: 1;
}
#prodhover2:hover + img{
  filter: none;
}
#prodhover2 h4{
  height: 20px;
  width: 90%;
  color: #fff;
  position: relative;
  font-size: 28px;
  line-height: 26px;
  font-family: 'Roboto', sans;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.cont_prodizq{
  float: left;
  max-width: 100%;
  width: 55.77%;

}
.cont_prodder{
  max-width: 100%;
  width: 44.23%;
}
.productos_izq{ 
  max-width: 100%;
  width: 100%;
  padding: 0px;
  margin-bottom: -5px;
}
.productos_der{
  max-width: 100%;
  width: 100%;
  margin:0px;
  padding: 0px;
  margin-bottom: -5px;
}
.productoa img,
.productob img,
.productoc img,
.productod img{
  filter: grayscale(25%);
  z-index: 0;
  max-width: 100%; 
  z-index: 0;
  margin-bottom: -5px;
}
.productoa{
  display: inline-block;
  width: 34.32%;
}
.productob{
  display: inline-block;
  width: 65.68%;
}
.productoc{
  position: relative;
  float:left;
  display: inline-block;
  width: 50%;
}
.productod{
  display: inline-block;
  width: 50%;
}
.cont_lineaproductos{
  width: 100%;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.linea_productos{
  width: 70%;
  margin: auto;
  text-align: center;
}
#recetas{
  max-width: 100%;
}
.cont_recetas{
  position: relative;
  max-width: 100%;
  padding-bottom: 50px;
  padding-top: 50px;
  width:100%;
  text-align: center;
}
.txt_rec{
  padding-bottom: 50px;
  padding-top: 15px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin: auto;
  text-align: center;

  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );


  background: rgba(73,155,234,0);
  background: -moz-linear-gradient(top, rgba(73,155,234,0) 0%, rgba(189,65,3,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,0)), color-stop(100%, rgba(189,65,3,1)));
  background: -webkit-linear-gradient(top, rgba(73,155,234,0) 0%, rgba(189,65,3,1) 100%);
  background: -o-linear-gradient(top, rgba(73,155,234,0) 0%, rgba(189,65,3,1) 100%);
  background: -ms-linear-gradient(top, rgba(73,155,234,0) 0%, rgba(189,65,3,1) 100%);
  background: linear-gradient(to bottom, rgba(73,155,234,0) 0%, rgba(189,65,3,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#bd4103', GradientType=0 );

}
.txt_rec h3{
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  font-family: Roboto, sans-serif;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
.txt_rec p{
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  font-family: Roboto, sans-serif;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  max-width: 90%;
  margin: 0 auto;
}
.superreceta{
  display: none;
  position: relative;
  height: auto;
  width: 946px;
  margin: auto;
  max-width: 90%;
}

.superreceta .resdisp{
  max-width: 100%;
  vertical-align: top;
  width: 460px;
  margin: auto;
}
.superreceta .elerec{
  max-width: 100%;
  width: 460px;
  vertical-align: top;
  margin: 0 auto;
  padding: 0;
}
.desres{
 vertical-align: top;
 text-align: left;
 width: 100%;
 max-width: 100%;
}
.minigal{
  max-width: 100%;
  margin: 0;
  background: #eaeaea;
  margin-bottom: 30px;
}
.resthumbs{
  padding:2px;
  margin: 0;
  text-align: right;
}
.resthumbs li{
  display: inline-block;
  margin-top: 4px;
  list-style:none;
  width:71px; 
  height:71px;
  
}
.resthumbs img{;
  float: left;
  margin: 0;
  width:71px;
  background: #fff;
  height:71px;
  cursor:pointer;
}
.desres .datosres{
  margin-bottom: 20px;
}
.desres h3{
  padding-top: 0;
  font-family: Roboto, sans-serif;
  margin: 0;
  text-transform: uppercase;
  color: #4386E1;
  font-size: 24px;
  padding-bottom: 15px;
  font-weight: 900;
}
.desres h4{
  width: 120px;
  padding-left: 6px;
  padding-right: 6px;
  font-family: Roboto, sans-serif;
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 0;
  text-transform: uppercase;
  background: #4386E1;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.desres .datosres p{
  margin: 0;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  padding: 0;
  color: #666666;
  line-height: 14px;
  font-size: 13px;
}
.desres .datosres span{
 color: #FF6060;
}
.ingreres{
  padding-bottom: 30px;
}
.ingreres p{
  text-transform: uppercase;
}
.preres{
  padding-bottom: 15px;
  border-bottom: 2px solid #5d5d5d;
  margin-bottom: 50px;
}
.ingreres p,
.preres p{
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #666666;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 16px;
}

.subcont_recetas{
  padding-top: 10px;
  width: 946px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
.receta{
  position: relative;
  display: inline-block;
  width: 280px;
  height: 280px;
  text-align: center;
  margin: auto;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
.recetin{
  display: inline-block;
  vertical-align: top;
  width: 174px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 12px;
  height: 174px;
  overflow: hidden;
}
.receta:hover img,
.recetin:hover img{
  transition: all ease-in 0.4s;
  transform: scale(1.2) rotate(2deg);
}
.receta:hover .receta_des{

  transform: translateY(30px);

}
.recetin:hover{ 
  transition: all ease-in 0.4s;
  border: 2px solid #4386E1;
}
.receta:hover .view_receta p{
  transition: all ease-in 0.4s;
  opacity: 1;
  color: #FF6060;
}
.view_receta p:hover{
  opacity: 1;
  color: #FF6060;
}
.receta img{
  z-index: 0;
  width: 100%;
  height: auto;
  transition: all ease-out 0.4s;
}
.view_receta{
  position: absolute;
  top:6px;  
  right:6px;
}
.view_receta p{
  transition: all ease-out 0.2s;
  color: #fff;
  font-weight: 400;
  margin: 0;
  opacity: 0.6;
  font-size: 16px;
}
.receta_des{
  width: 100%;
  position: absolute;
  bottom: 0px;
  margin: auto;
  transition: all ease-in 0.2s;
  transform: translateY(0%);
}

.receta_header{
  position: relative;
  background: rgba(0,0,0,0.7);
  padding:8px;
  height: auto;
  margin: auto;
  text-align: left;
}
.receta_header h4{
  margin: 0;
  color: #FFF;
  line-height: 15px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Roboto, sans-serif;
}
.receta_footer{
  position: relative;
  background: #EDEDED;
  width: 100%;
  height: 30px;
  text-align: center;
  border-bottom: 2px solid #FF6060;
}
.receta_specs{
  padding:6px;
  display: inline-block;
  width: auto;
  text-align: center;
}
.receta_specs p{
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #FF6060;
  padding: 0;
  line-height: 14px;
  font-size: 13px;
}
.receta_specs span{
  font-weight: 500;
  font-size: 13px;
}
.modal{
  display: none;
  /*Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1566; /* Sit on top */
  /* Location of the box */
  left: 0px;
  top: 0px;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.cont_modal{
  display: none;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  margin-top: 85px;
  margin-bottom: 85px;
  max-width: 90%;
  width: 400px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s

}
.close4{
  position: absolute;
  color: #fff;
  right: 10px;
  top:0px;
  font-size:30px;
  font-family: Roboto;
  font-weight: 900;
}
.close4:hover,
.close4:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal_header h3{
  font-size:15px;
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  background: #F92023;
  color: white;
}

.modal_body {
  padding: 10px;
  text-align: center;
}
.modal_body input[type="text"],
.modal_body input[type="email"]{
  background: none;
  border: none;
  height: 28px;
  width: 80%;
  font-size: 12px;
  margin: auto;
  display: block;
  margin-bottom: 6px;
  color: #00195D;
  font-family: 'Roboto', sans;
  font-weight: 400;
  border-bottom: 1px solid #00195D; 
}

.modal_body input[type="file"]{
  background: none;
  border: none;
  height: 28px;
  width: 80%;
  font-size: 12px;
  margin: auto;
  display: block;
  margin-bottom: 0px;
  color: #00195D;
  font-family: 'Roboto', sans;
  font-weight: 400;
  border-bottom: 1px solid #00195D; 
}

.modal_body p{
  color:#00195D; font-size: 12px; width: 80%; margin:auto; margin-top:10px; margin-bottom:0px; font-family: 'Roboto', sans; text-align: left; font-weight: 700;
}

.modal_body input[type="submit"]{
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  background: #00195D;
  left:0px;
  color: #fff;
  width: 120px;
  font-size: 14px;
  font-family: Roboto;
  font-weight: 500;
  border:none;
  padding: 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.modal_footer {
  padding: 10px;
}
.modal_footer{

}
.modales_receta{
  display: none;/* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 33; /* Sit on top */
  /* Location of the box */

  left: 0px;
  top: 0px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background: rgba(0,0,0,.6); /* Black w/ opacity */

}
.elmodal{
  display: none;
}
.modalb{
  position: relative;
  display: table;
  background: #fff;
  margin: auto;
  max-width: 100%;
  width: 80%;
  margin-top: 50px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.datos_receta{
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #666666;
  width: 400px;
  max-width: 90%;
}
.datos_receta p{
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color:#666666;
  font-family: Roboto, sans-serif;
}
.datos_receta span{
  color: #FF6060;
}
.nombre_receta{
  border-bottom: 2px solid #666666;
  width: 400px;
  max-width: 90%;
}
.desc_receta{
  padding-left: 20px;
  padding-right: 20px;
}
.desc_receta h3{
  font-family: Roboto, sans-serif;
  margin: 0;
  text-transform: uppercase;
  color: #4386E1;
  font-size: 24px;
  padding-bottom: 15px;
  font-weight: 900;
}
.desc_receta h4{
  font-family: Roboto, sans-serif;
  padding-top: 20px;
  margin: 0;
  text-transform: uppercase;
  color: #ff6060;
  font-size: 16px;
  padding-bottom: 0px;
  font-weight: 600;
}
.ingredientes_receta p,
.preparacion_receta p{
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #666666;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 16px;
}
.bp{
  position: relative;
  width: 100px;
  margin: auto;
  
  top:10px;
  margin-top:10px;
}
/*
#modalb1,#modalb2,#modalb3,#modalb4,#modalb5,#modalb6,#modalb7,#modalb8{
display: none;
}*/
.button_close{
  top:10px;
  position: absolute;
  right: 10px;
  background: rgba(0,0,0,0.8);
}
/* The Close Button */
.close{
  position: absolute;
  color: #fff;
  right:  10px;
  top:7px;
  font-size:28px;
  font-family: Argumentum Bold;
}
.close2{
  color: #BFA26E;
  font-size:26px;
  font-family: Argumentum Bold;
}
.close:hover,
.close:focus {
  color: #FF5B5B;
  text-decoration: none;
  cursor: pointer;
}
.close2:hover,
.close2:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.modal_body{
  padding-top: 20px;

}
.modal_body .desc_img{
  margin-left: 20px;
  margin-right: 20px;
}

.desc_img{
  margin-bottom: 20px;
}
#vacantes{
  width: 100%;
  background: #fff;
}
.cont_upcv{
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background: #00195D;
  width: 100%;
}
.cont_upcv h3{
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans;
  font-weight: 700;
  font-size: 24px;
  max-width: 80%;
  margin: auto;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #fff;
}
#statuscv{
  display: none;
  height: 160px;
  background: #fff;
  width: 350px;
  padding-top: 40px;
  max-width: 90%;
  margin: auto;
}
#statuscv h4{
 margin: 0;
 padding: 0;
 text-transform: uppercase;
 font-family: 'Roboto', sans;
 font-weight: 600;
 font-size: 18px;
 line-height: 19px;
 max-width: 80%;
 width: 300px;
 padding-bottom: 6px;
 border-bottom: 2px solid #EDEDED;
 margin: auto;
 color: #00195D;
}
#statuscv p{
  padding-top:4px;
  font-family: 'Roboto', sans;
  font-weight: 500;
  font-size: 15px;
  margin: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
  color:#F92023;
}
.cont_vacantes{
  width: 100%;
  background: #fff;
  display: table;
}
.cont_novacante{
  width: 100%;
  text-align: center;
  margin: auto;
}
.cont_novacante h3{
  font-family: 'Roboto', sans;
  font-weight: 500;
  font-size: 15px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color:#F92023;
}
#cont_txtvac{
  padding-top:25px;
  padding-bottom:25px;
  background: #EDEDED;
  position: relative;
  text-align: center;
  margin-top: 0px;
}
.cont_vacantes2{
 width: 70%;
 max-width: 100%;
 display: table;
 padding-top: 50px;
 padding-bottom: 50px;
 margin: auto;
}
#cont_txtvac h3{
  font-family: 'Roboto', sans;
  font-weight: 700;
  font-size: 24px;
  max-width: 80%;
  margin: auto;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #529EFF;
}
#cont_txtvac p{
  font-family: 'Roboto', sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  max-width: 80%;
  margin: auto;
  text-transform: uppercase;
  text-align: center;
  color: #5D5D5D;
}
.vacante{
  width: 100%;
  display: table;
  max-width: 100%;
  border-bottom: 2px solid #5D5D5D;
  margin: auto;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.vac_header{
  position: relative;
  padding: 8px;
  background: #00195D;
  color: #fff;
  text-align: left;
}
.vac_header h3{
  margin: 0;
  font-family: 'Roboto', sans;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
}
.vac_subheader{
  padding-top: 8px;
}
.vac_subheader,
.vac_subheader2{
  width: 100%;
  text-align: left;
  display: table;
  margin-bottom: 0px;
}
.vac_subheader p,
.vac_subheader2 p{
 margin: 0;
 text-align: left;
 padding-top: 6px;
 padding-left: 12px;
 font-family: 'Roboto', sans;
 font-weight: 700;
 font-size: 14px;
 line-height: 15px;
 color: #3971b5;
}
.vac_subheader2 p{
  padding-top: 6px;
  padding-left: 12px;
  text-align: left;
}
.vac_subheader span,
.vac_subheader2 span{
  color: #5d5d5d;
  text-align: left;
  font-weight: 500;
}
.vac_body{
  max-width: 100%;
  width: 97%;
  margin: auto;
  padding-top: 20px;
}
.vac_body h4{
  margin: 0;
  color: #00195D;
  font-family: 'Roboto', sans;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  padding-bottom: 4px;
}
.vac_body p{
  margin: 0;
  color: #5D5D5D;
  font-family: 'Roboto', sans;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.vac_footer a{
  text-decoration: none;
}
.btn_aplicar{
  position: relative;
  float: right;
  width: 100px;
  padding: 8px;
  text-transform: uppercase;
  text-align: center;
  background: #F92023;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
}
#contacto iframe{
  margin-top: -47px;
  margin-bottom: -4px;
}
.cont_contacto{
  width: 70%; 
  max-width: 100%;
  margin:auto;
}
.cont_contacto .txt_cont{
  padding-top: 40px;
  width: 85%;
  margin: auto;
}
.txt_cont h4{
  margin-top: 0px;
  margin-bottom: -5px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 26px;
  font-family: 'Roboto', sans;
  font-weight: 700;
  text-align: left;
  color: #2F93E0;
}
.txt_cont p{
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Roboto', sans;
  font-weight: 500;
  text-align: left;
  color: #5d5d5d;
}
.txt_cont img{
  position: relative;
  top:-20px;
  width: 150px;
  float: right;
}
.txt_cont .h4tl,
.txt_cont .ptl{
  padding-left: 70px;
  text-align: right;
}
#theform{  
  padding-bottom: 80px;
  position: relative;
  top:0px;
  height: 100%;
  background: #ededed;
}
#theform .inputsform{
  text-transform: none;
  border: none;
  height: 30px;
  font-size: 14px;
  width: 85%;
  margin: auto;
  display: block;
  padding-left: 5px;
  margin-bottom: 10px;
  color: #2F93E0;
  font-family: 'Roboto', sans;
  font-weight: 400;
  background: #fff;
}
#theform .inputsform:focus,
#theform .inputsform2:focus{
  transition: all ease-in 0.2s;
  border: 1px solid #b7b7b7;
}
#formcv .inputcv{
  text-transform: none;
  border: none;
  height: 30px;
  text-align: center;
  width: 350px;
  margin: auto;
  font-size: 14px;
  display: block;
  max-width: 90%;
  padding-left: 5px;
  margin-bottom: 10px;
  color: #2F93E0;
  font-family: 'Roboto', sans;
  font-weight: 400;
  background: #fff;
}
#theform .inputsform2{
  text-transform: none;
  border: none;
  font-size: 14px;
  padding-top: 6px;
  height: 60px; 
  width: 85%;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  padding-left: 5px;
  font-family: 'Roboto', sans;
  font-weight: 400;
  color: #2F93E0;
}
#theform .inputsend{
  position: relative;
  right: 7.5%;
}
#formcv #enviarcv{
 text-transform: uppercase;
 font-family: 'Roboto', sans;
 font-weight: 700;
 color: #fff;
 cursor: pointer;
 font-size: 16px;
 border: none;
 height: 40px;
 width: 140px;
 background: #FF1B23;
}
#formcv #fileinput{
  width: 350px;
  max-width: 90%;
  margin: auto;
  position: relative;
  background: #fff;
  height: 30px;
  display: table;
}
#formcv .filecv {
  display: none;
}

#formcv .fileinlin {
  vertical-align: top;
  margin: auto;
  width: 350px;
  max-width: 90%;
}

#formcv .upload-path {
  height: 30px;
  border:none;
  width:210px;
  padding-left: 8px;
  color:#00195D;
  max-width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  text-align: left;
}

#selcv {
 cursor: pointer;
 width: 140px;
 position: absolute;
 max-width: 100%;
 height: 30px;
 right: 0;
 font-family: 'Roboto', sans;
 font-weight: 500;
 color: #fff;
 padding-top: 6px;
 font-size: 16px;
 background: #509BFB;
 font-size: 14px;
 color: white;
}
#selcv:hover {
  transition: ease-in 0.2s;
  background: #FF6060;
}
#selcv:active {
  background: red;
}
#selcv:invalid + span {
  color: red;
}
#selcv:valid + span {
  color: white;
}


.footer{
  width: 100%;
  max-width: 100%;
  position: relative;
  background: #2d3035;
  height: auto;
  text-align: center;
  margin-bottom: 0px;
  bottom: 0px;
}
.txtfootleft{
  padding-left: 10px;
  padding-top:10px;
  position: relative;
  float: left;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  padding-bottom: 10px;
  font-weight: 500;
}
.txtfooright{
  padding-right: 10px;
  top:10px;
  text-decoration: none;
  position: relative;
  float: right;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: 500;
}

.cont_txtfoo{
  width:70%;
  padding-top: 35px;
  padding-bottom: 35px;
  margin: auto;
  max-width: 100%;
  background: #33363c;
}
.cont_txtfoo a{
  text-decoration: none;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: 500;
}
#cont_intxtfo{
  border-top: 1px solid #42454B;
  border-bottom: 1px solid #42454B;
}
.elefoot{
  position: relative;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 20px;
  display: table;
  height: 194px;
}
.elefoot #h4f{
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
}
.elefoot h5{
  color: #fff;
  margin-bottom: 0px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}
.elefoot p{
  margin-top: 0px;
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
}
.elefoot a{
  margin-top: 0px;
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 16px;
  display: block;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}
#cont_icons{
  width: 100%;
  max-width:100%;
  position: absolute;
  left:50%;
  text-align:center;
  top:50%;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
}
#cont_icons a{
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: 400;
}
.social_icons{
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

.social_icons div{
 display: inline-block;
 width: 30px;
 height: 30px; 
 color:#42454B;
 background: #fff;
 font-size: 16px;
 padding-top: 6px;
 border-radius: 50%;
 text-align: center;
}
#icono1:hover{
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  color:#fff;
  transition:all ease-in 0.4s;
  background:#3a5898;
}
#icono2:hover{
 -moz-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 -ms--transform: rotate(360deg);
 transform: rotate(360deg);
 color:#fff;
 transition:all ease-in 0.4s;
 background:#DA3289;
}
#icono3:hover{
 -moz-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 -ms--transform: rotate(360deg);
 transform: rotate(360deg);
 color:#fff;
 transition:all ease-in 0.4s;
 background:#ce3527;
}
#icono4:hover{
 -moz-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 -ms--transform: rotate(360deg);
 transform: rotate(360deg);
 color:#fff;
 transition:all ease-in 0.4s;
 background:#1DA1F2;
}
.footer h4{
  color: #fff;
  font-family: Hind Guntur, sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

@keyframes animarnubes {
  100% {
    background-position: 
    -5000px 20%
  }
}
.ball2 {
  margin: 0 auto;
  -moz-animation: spin 1.5s infinite linear;
  -webkit-animation: spin 1.5s infinite linear;
  -0-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}

@-moz-keyframes spin {
  0%{
    opacity: 0;    
  }
  100%{
    opacity: 1;   
    -moz-transform: translateY(6px); 
  };
}

@-webkit-keyframes spin{
  0%{
    opacity: 0;   
  }
  100%{
    opacity: 1; 
    -webkit-transform: translateY(6px);
  };
}

@-o-keyframes spin{
  0%{
    opacity: 0;   
  }

  100% {
    opacity: 1;    
    -0-transform: translateY(6px);
  };
}

.ball{
  margin: 0 auto;
  -moz-animation: spin2 1.5s infinite linear;
  -webkit-animation: spin2 1.5s infinite linear;
  -0-animation: spin2 1.5s infinite linear;
  animation: spin2 1.5s infinite linear;
}
@-moz-keyframes spin2 {
  0% {
    opacity: 0;    
  }
  100%{
    opacity: 1;   
    -moz-transform: translateY(-6px); 
  };
}
@-webkit-keyframes spin2 {
  0%{
    opacity: 0;   
  }

  100%{
    opacity: 1;    
    -webkit-transform: translateY(-6px);
  };
}

@-o-keyframes spin2{
  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;    
    -0-transform: translateY(-6px);
  };
}
@media screen and (min-width: 1620px)
{

}

@media screen and (max-width: 960px)
{

}
@media screen and  (max-width: 720px)
{
  .float_whats:hover{
    left:-178px;
    transition:ease-in 0.2s;
  }
  .navbar{
    display: none;
  }
  .header {
    z-index: 10;
    position: relative;
    width: 100%;
    height: 100px;
    background: #fff;
    text-align: center;
    top: 0;
  }
  .movil_menu{
    display: block;
  }
  .cont_bolsa{
    height: 54px;
    position: absolute;
    right: 20px;
    margin-top:20px;
    top:0%;
    text-align: center;
    vertical-align: top;
  }
  .cont_bolsa a{
    position: relative;
    top:-23px;
    color: #2F93E0;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    margin-bottom: -20px;
    line-height: 11px;
    text-transform: uppercase;
    font-family: 'Roboto', sans;
    font-weight: 700;
  }
  .cont_bolsa span{
    display: none;
  }
  .cont_busca{
    width: 200px;
    height: 25px;
    margin:auto;
    display: block;
    position: absolute;
    top: 15px;
    background: #fff;
    left: 110px;
    text-align: left;
    border: 1px solid #D3D3D3;
  }
  .search{ 
    font-size: 11px;

  }
  .header .cont_logo .brand{
    transition:all 0.5s;
    width: 80px;
    float: left;
    margin-left: 15px;
    margin-top: 5px;
  }
  .open_bussine{
    position: relative;
    text-align: center;
    top: 78%;
    float: left;
    font-size: 11px;
    font-family: 'Roboto', sans;
    left: -74px;
    background: rgba(255,255,255,1);
    text-transform: uppercase;
    line-height: 12px;
    z-index: 2;
    cursor: pointer;
    width: 74px;
    border-radius: 8px 0px 0px 8px;
  }
  .open_bussine h3{
    color: #529EFF;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: 0;
    font-weight: 900;
  }
  .open_bussine #icon_bussine{
    font-size: 22px;
    margin-bottom: 8px;
  }
  .cont_nosotros2{
    padding-top: 40px;
    padding-bottom: 20px;
    width: 90%;

  }
  #cont_txtnos{
    padding-top:20px;
    padding-bottom:20px;
  }
  #cont_txtnos h3{
    font-size: 22px;
    line-height: 23px;
    max-width:90%;
  }
  #cont_txtnos p{
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    max-width: 90%;
    width: 900px;
  }
  .cont_productos{
    width: 90%;
  }
  .datos_receta{
    display: table-column;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #666666;
    width: 400px;
    max-width: 90%;
  }
  .datos_receta p{
    max-width: 90%;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color:#666666;
    font-family: Roboto, sans-serif;
  }
  .datos_receta span{
    color: #FF6060;
  }
  .nombre_receta{
    border-bottom: 2px solid #666666;
    width: 400px;
    max-width: 90%;
  }
  .desc_receta{
    padding-left: 20px;
    padding-right: 20px;
  }
  .desc_receta h3{
    font-family: Roboto, sans-serif;
    margin: 0;
    text-transform: uppercase;
    color: #4386E1;
    font-size: 24px;
    padding-bottom: 15px;
    font-weight: 900;
  }
  .desc_receta h4{
    font-family: Roboto, sans-serif;
    padding-top: 20px;
    margin: 0;
    text-transform: uppercase;
    color: #ff6060;
    font-size: 16px;
    padding-bottom: 0px;
    font-weight: 600;
  }
  .ingredientes_receta p,
  .preparacion_receta p{
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #666666;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 16px;
  }
  .bp{
    position: relative;
    width: 100px;
    margin: auto;

    top:10px;
    margin-top:10px;
  }
/*#modalb1,#modalb2,#modalb3,#modalb4,#modalb5,#modalb6,#modalb7,#modalb8{
  display: none;
  }*/
  .button_close{
    top:0px;
    position: absolute;
    right: 2px;
    background: rgba(0,0,0,0.8);
  }
  /* The Close Button */
  .close{
    position: absolute;
    color: #fff;
    right:  10px;
    top:7px;
    font-size:28px;
    font-family: Argumentum Bold;
  }
  .close2{
    color: #BFA26E;
    font-size:26px;
    font-family: Argumentum Bold;
  }
  .close:hover,
  .close:focus {
    color: #FF5B5B;
    text-decoration: none;
    cursor: pointer;
  }
  .close2:hover,
  .close2:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .modal_body{
    padding-top: 20px;

  }
  .modal_body .desc_img{
    margin-left: 20px;
    margin-right: 20px;
  }

  .desc_img{
    margin-bottom: 20px;
  }
  #vacantes{
    width: 100%;
    background: #fff;
  }
  .cont_vacantes{
    width: 100%;
    background: #fff;
    display: table;
  }

  #cont_txtvac{
    padding-top:25px;
    padding-bottom:25px;
    background: #EDEDED;
    position: relative;
    text-align: center;
    margin-top: 0px;
  }
  .cont_vacantes2{
    width: 80%;
  }
  #cont_galeria{
    max-width: 90%;
    margin: auto;
  }
  #galeria{
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    background: #fff;
    height: 100%;
  }
  .cont_contacto{
    width: 80%; 
    max-width: 100%;
    margin:auto;
  }
  .cont_contacto .txt_cont{
    padding-top: 40px;
    width: 85%;
    margin: auto;
    margin-bottom: -40px;
  }
  .txt_cont h4{
    margin-top: 0px;
    margin-bottom: -5px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 23px;
    font-family: 'Roboto', sans;
    font-weight: 700;
    text-align: left;
    color: #2F93E0;
  }
  .txt_cont p{
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Roboto', sans;
    font-weight: 500;
    text-align: left;
    color: #5d5d5d;
  }
  .txt_cont img{
    text-align: center;
    position: relative;
    top:-40px;
    width: 150px;
    margin: auto;
  }
  .txt_cont .h4tl,
  .txt_cont .ptl{
    padding-left: 70px;
    text-align: right;
  }
  #theform{  
    padding-bottom: 80px;
    position: relative;
    top:0px;
    height: 100%;
    background: #ededed;
  }
  #theform .inputsform{
    text-transform: uppercase;
    border: none;
    height: 30px;
    width: 85%;
    margin: auto;
    display: block;
    font-size: 12px;
    padding-left: 5px;
    margin-bottom: 10px;
    color: #2F93E0;
    font-family: 'Roboto', sans;
    font-weight: 400;
    background: #fff;
  }
  #theform .inputsform2{
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    padding-top: 6px;
    height: 60px; 
    width: 85%;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    padding-left: 5px;
    font-family: 'Roboto', sans;
    font-weight: 400;
    color: #2F93E0;
  }
  #theform .inputsend{
    position: relative;
    right: 7.5%;
  }
  .footer{
    width: 100%;
    max-width: 100%;
    position: relative;
    background: #2d3035;
    height: auto;
    text-align: center;
    margin-bottom: 0px;
    bottom: 0px;
  }
  .txtfootleft{
    padding-left: 10px;
    
    position: relative;
    float: left;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 500;
  }
  .txtfooright{
    padding-right: 10px;
    top:10px;
    text-decoration: none;
    position: relative;
    float: right;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 500;
  }

  .cont_txtfoo{
    width:80%;
    padding-top: 35px;
    padding-bottom: 35px;
    margin: auto;
    max-width: 100%;
    background: #33363c;
  }

  #cont_intxtfo{
    border-top: 1px solid #42454B;
    border-bottom: 1px solid #42454B;
  }
  .elefoot{
    position: relative;
    padding-left: 20px;
    padding-right: 10px;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
    display: table;
    height: 120px;
  }
  .elefoot #h4f{
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
  }
  .elefoot h5{
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
  }
  .elefoot p{
    margin-top: 0px;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
  }
  .elefoot a{
    margin-top: 0px;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 11px;
    line-height: 16px;
    display: block;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
  }
  #cont_icons{
    width: 100%;
    max-width:100%;
    position: absolute;
    left:50%;
    text-align:center;
    top:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
  }
  .social_icons{
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .social_icons div{
   display: inline-block;
   width: 30px;
   height: 30px; 
   color:#42454B;
   background: #fff;
   font-size: 16px;
   padding-top: 6px;
   border-radius: 50%;
   text-align: center;
 }
 #icono1:hover{
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  color:#fff;
  transition:all ease-in 0.4s;
  background:#3a5898;
}
#icono2:hover{
 -moz-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 -ms--transform: rotate(360deg);
 transform: rotate(360deg);
 color:#fff;
 transition:all ease-in 0.4s;
 background:#00acee;
}
#icono3:hover{
 -moz-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 -ms--transform: rotate(360deg);
 transform: rotate(360deg);
 color:#fff;
 transition:all ease-in 0.4s;
 background:#ce3527;
}
.footer h4{
  color: #fff;
  font-family: Hind Guntur, sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}



}

@media screen and (max-width:480px)
{
  .cont_busca{
    display: none;
  }
}
