@font-face {
  font-family: 'gothic20';
  src: url('../fonts/TradeGothicLTStd-BdCn20.eot');
  src: url('../fonts/TradeGothicLTStd-BdCn20.eot?#iefix') format('embedded-opentype'), url('../fonts/TradeGothicLTStd-BdCn20.woff') format('woff'), url('../fonts/TradeGothicLTStd-BdCn20.ttf') format('truetype'), url('../fonts/TradeGothicLTStd-BdCn20.svg#adineuebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothicbold';
  src: url('../fonts/TradeGothicLTStd-Bold.eot');
  src: url('../fonts/TradeGothicLTStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TradeGothicLTStd-Bold.woff') format('woff'), url('../fonts/TradeGothicLTStd-Bold.ttf') format('truetype'), url('../fonts/TradeGothicLTStd-Bold.svg#adineuebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothiclight';
  src: url('../fonts/TradeGothicLTStd-Light.eot');
  src: url('../fonts/TradeGothicLTStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/TradeGothicLTStd-Light.woff') format('woff'), url('../fonts/TradeGothicLTStd-Light.ttf') format('truetype'), url('../fonts/TradeGothicLTStd-Light.svg#adineuebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dinmedium';
  src: url('../fonts/DINMedium.eot');
  src: url('../fonts/DINMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/DINMedium.woff') format('woff'), url('../fonts/DINMedium.ttf') format('truetype'), url('../fonts/DINMedium.svg#adineuebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothic18';
  src: url('../fonts/TradeGothicLTStd-Cn18.eot');
  src: url('../fonts/TradeGothicLTStd-Cn18.eot?#iefix') format('embedded-opentype'), url('../fonts/TradeGothicLTStd-Cn18.woff') format('woff'), url('../fonts/TradeGothicLTStd-Cn18.ttf') format('truetype'), url('../fonts/TradeGothicLTStd-Cn18.svg#adineuebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothic';
  src: url('../fonts/TradeGothicLTStd.eot');
  src: url('../fonts/TradeGothicLTStd.eot?#iefix') format('embedded-opentype'), url('../fonts/TradeGothicLTStd.woff') format('woff'), url('../fonts/TradeGothicLTStd.ttf') format('truetype'), url('../fonts/TradeGothicLTStd.svg#adineuebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dinlight';
  src: url('../fonts/DINLight.eot');
  src: url('../fonts/DINLight.eot?#iefix') format('embedded-opentype'), url('../fonts/DINLight.woff') format('woff'), url('../fonts/DINLight.ttf') format('truetype'), url('../fonts/DINLight.svg#adineuebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'din';
  src: url('../fonts/DIN.eot');
  src: url('../fonts/DIN.eot?#iefix') format('embedded-opentype'), url('../fonts/DIN.woff') format('woff'), url('../fonts/DIN.ttf') format('truetype'), url('../fonts/DIN.svg#adineuebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'dinlight';
  src: url('../fonts/DINLight.eot');
  src: url('../fonts/DINLight.eot?#iefix') format('embedded-opentype'), url('../fonts/DINLight.woff') format('woff'), url('../fonts/DINLight.ttf') format('truetype'), url('../fonts/DINLight.svg#adineuebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.blogh1{
  font-size: 30px
}
.ucase {
  text-transform: uppercase;
}
.ucase {
  text-transform: uppercase;
}
.elsaco {
  max-width: 484px;
}
.ipad {
  display: none;
}
.circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #e2000f;
}
body {
  background: black;
  overflow-x: hidden;
}
p {
  color: white;
}
a {
  color: white;
  text-decoration: none;
}
a:hover {
  color: #e2000f;
  text-decoration: none;
}
.vertical-middle {
  display: table;
}
.vertical-middle-child {
  display: table-cell;
  vertical-align: middle;
}
.saco-ipad-11 {
  height: 150px;
  background-repeat: no-repeat;
  position: absolute;
  width: 200px;
  bottom: 0;
}
.nav_dummy {
  display: none;
}
header {
  position: relative;
  padding: 16px 50px;
  border-bottom: 1px solid #e2000f;
  font-family: 'gothic';
  background-color: black;
  width: 100%;
  z-index: 99999;
  position: fixed;
}
header nav {
  display: inline-block;
}
header nav .menu-active {
  color: #e2000f;
}
header nav ul {
  display: inline-block;
  color: white;
  list-style-type: none;
  margin-bottom: 0;
}
header nav ul li {
  display: inline-block;
  padding: 0 15px;
  font-size: 15px;
}
header nav ul li a {
  color: white;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}
header nav ul li a:hover {
  border: #e2000f;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}
header nav.funciones {
  float: right;
  margin-top: 3px;
}
header nav.funciones .idiomas {
  position: relative;
  bottom: 3px;
  z-index: 998;
}
header nav.funciones .idiomas a {
  border: 1px solid white;
  padding: 3px;
}
header nav.funciones .idiomas a:hover {
  border-color: #e2000f;
}
header nav.funciones .carrito {
  width: 24px;
  height: 24px;
  background-image: url('../img/carrito.png');
}
header nav.funciones .carrito:hover {
  background-position: -24px;
}
header .logo {
  margin-right: 15px;
}
.header-fallback {
  height: 62px;
}
.no-touch ul.nav_ver,
.no-touch ul.nav_ver1 {
  position: fixed;
  right: 0px;
  font-size: 30px;
  top: 32%;
  color: #ccc;
  z-index: 9998;
}
.no-touch ul.nav_ver li,
.no-touch ul.nav_ver1 li {
  display: block;
  text-align: left;
  width: 40px;
  height: 30px;
  padding: 9px 14px;
  cursor: pointer;
}
.no-touch ul.nav_ver li:hover span,
.no-touch ul.nav_ver1 li:hover span,
.no-touch ul.nav_ver li.active span,
.no-touch ul.nav_ver1 li.active span {
  background: #e2000f;
}
.no-touch ul.nav_ver li span,
.no-touch ul.nav_ver1 li span {
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ccc;
}
.no-touch ul.nav_ver li span:hover,
.no-touch ul.nav_ver1 li span:hover,
.no-touch ul.nav_ver li span.active,
.no-touch ul.nav_ver1 li span.active {
  background: #e2000f;
}
.touch ul.nav_ver,
.touch ul.nav_ver1 {
  position: fixed;
  right: 0px;
  font-size: 30px;
  top: 32%;
  color: #ccc;
  z-index: 9998;
}
.touch ul.nav_ver li,
.touch ul.nav_ver1 li {
  display: block;
  text-align: left;
  width: 40px;
  height: 30px;
  padding: 9px 14px;
  cursor: pointer;
}
.touch ul.nav_ver li.active span,
.touch ul.nav_ver1 li.active span {
  background: #e2000f;
}
.touch ul.nav_ver li span,
.touch ul.nav_ver1 li span {
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ccc;
}
.touch ul.nav_ver li span.active,
.touch ul.nav_ver1 li span.active {
  background: #e2000f;
}
.no-padding {
  padding: 0;
}
section {
  padding: 16px 50px;
}
section.inicio h1 {
  font-size: 60px;
  font-family: "gothic20";
  color: #696969;
  margin-bottom: 30px;
}
section.inicio .centrar {
  padding: 0 60px;
}
section.inicio .centrar.rojo {
  padding: 0;
}
section.inicio .rojo {
  background-color: #e2000f;
  height: 360px;
  width: 96%;
  max-width: 425px;
  position: absolute;
}
section.inicio .rojo h2 {
  font-size: 23px;
  color: white;
  padding-left: 19px;
  font-family: "gothic18";
  margin-atop: 40px;
  margin-bottom: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
section.inicio .rojo h3 {
  margin-top: 0;
  font-size: 68px;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 19px;
  font-family: "gothic20";
  margin-bottom: 40px;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
section.inicio .rojo .mas {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 100px;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
section.inicio .rojo .perro-1 {
  background-image: url('../img/perro-1.jpg');
  height: 75%;
  background-size: cover;
  background-position: 0 20%;
  background-repeat: no-repeat;
}
section.inicio .rojo .gato-1 {
  background-image: url('../img/gato-1.jpg');
  height: 75%;
  background-size: cover;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
section.inicio .rojo.centrar {
  float: right;
}
section.inicio .rojo:hover h2,
section.inicio .rojo:hover h3,
section.inicio .rojo:hover .mas {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
section.optimanova {
  padding-left: 50px;
  padding-right: 0px;
  padding-top: 0px;
}
section.optimanova h1 {
  color: #c3c3c3;
  font-family: 'gothic20';
  font-size: 40px;
}
section.optimanova .row {
  margin: 0;
}
section.optimanova .enfila {
  display: inline-block;
  width: 100%;
  height: 640px;
  background-color: #e2000f;
}
section.optimanova .enfila .nutricion {
  display: inline-block;
  width: 32%;
  position: relative;
  bottom: 40px;
  left: 15px;
}
section.optimanova .enfila .nutricion h2 {
  color: white;
  font-family: 'gothic20';
  font-size: 26px;
  line-height: 25px;
  opacity: 0.5;
}
section.optimanova .enfila .nutricion .mas {
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.optimanova .enfila .perro-2 {
  display: inline-block;
  width: 65%;
  height: 100%;
  background-image: url('../img/perro-2.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 100% 0px;
}
section.optimanova .enfila .gato-2 {
  display: inline-block;
  width: 66.3%;
  height: 100%;
  background-image: url('../img/gato-2.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 100% 0px;
}
section.optimanova .enfila:hover .nutricion h2,
section.optimanova .enfila:hover .nutricion .mas {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
section.productos {
  background-color: white;
  background-image: url('../img/bg-1.png');
  background-size: 1px 100%;
  color: #454545;
  font-family: 'gothicbold';
  font-size: 14px;
}
section.productos select {
  color: #999;
  cursor: pointer;
  cursor: hand;
  border: 0 !important;
  /*Removes border*/
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  background: url('../img/flecha-1.png') no-repeat;
  background-position: 132px;
  width: 140px;
  margin: 30px 50px 30px 30px;
  font-size: 14px;
}
section.productos #carousel {
  width: 100%;
  margin-top: -30px;
}
section.productos #carousel img {
  cursor: pointer;
  /* not needed if you wrap carousel items in links */
}
section.productos .carru {
  text-align: center;
}
section.productos .carru #textbox {
  padding-bottom: 100px;
  margin-top: -100px;
}
section.productos .carru #textbox p {
  color: #696969;
  margin-top: 30px;
  font-family: 'gothiclight';
  font-weight: bold;
  text-align: center;
}
section.productos .carru #textbox p b {
  font-family: 'gothicbold';
}
section.productos .carru .next {
  position: absolute;
  right: 10%;
  top: 50%;
  cursor: pointer;
  z-index: 999999;
  width: 50px;
  height: 50px;
}
section.productos .carru .next img {
  margin-top: 10px;
}
section.productos .carru .prev {
  position: absolute;
  left: 10%;
  top: 50%;
  cursor: pointer;
  z-index: 999999;
  width: 50px;
  height: 50px;
}
section.productos .carru .prev img {
  margin-top: 10px;
}
section.productos .nav {
  text-align: center;
}
section.productos .nav span {
  font-size: 30px;
  margin: 0 5px;
  color: white;
  cursor: hand;
  cursor: pointer;
}
section.productos .nav span::after {
  content: "\2022";
}
section.productos .nav span:hover {
  color: #e2000f;
}
section.productos .nav span.active {
  color: #e2000f;
}
section.contacto {
  padding: 0;
  margin: 0 auto;
  position: relative;
  background: url('../img/perro-4.jpg');
  background-position: 100% 100px;
  -webkit-background-size: 50% auto;
  -moz-background-size: 50% auto;
  -o-background-size: 50% auto;
  background-size: 50% auto;
  background-repeat: no-repeat;
}
section.contacto .row {
  margin: 0;
}
section.contacto h1 {
  color: #988f00;
  font-size: 50px;
  font-family: 'gothicbold';
}
section.contacto h2 {
  color: white;
  font-size: 20px;
  font-family: 'gothicbold';
  text-align: justify;
}
section.contacto img {
  width: 60%;
  /*margin-top: -175px;*/
}
section.contacto .telefono {
  background-image: url('../img/telefono-1.png');
  width: 11px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
  font-family: 'gothicbd2';
}
section.contacto .email {
  background-image: url('../img/correo-1.png');
  width: 13px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
  font-family: 'gothicbd2';
}
section.contacto .calle {
  background-image: url('../img/casa-1.png');
  width: 13px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
  font-family: 'gothicbd2';
}
section.contacto input {
  width: 46%;
  margin-right: 3%;
  margin-bottom: 12px;
  padding-left: 10px;
  height: 30px;
  font-family: 'gothic';
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
section.contacto input.error {
  border-color: red;
  color: red;
}
section.contacto input.error::-webkit-input-placeholder {
  color: #fa857a;
}
section.contacto input.error:-moz-placeholder {
  color: #fa857a;
}
section.contacto input.error::-moz-placeholder {
  color: #fa857a;
}
section.contacto input.error:-ms-input-placeholder {
  color: #fa857a;
}
section.contacto textarea {
  width: 96%;
  height: 90px;
  padding-left: 10px;
  padding-top: 5px;
  font-family: 'gothic';
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
section.contacto textarea.error {
  border-color: red;
  color: red;
}
section.contacto textarea.error::-webkit-input-placeholder {
  color: #fa857a;
}
section.contacto textarea.error:-moz-placeholder {
  color: #fa857a;
}
section.contacto textarea.error::-moz-placeholder {
  color: #fa857a;
}
section.contacto textarea.error:-ms-input-placeholder {
  color: #fa857a;
}
section.contacto input[type=checkbox] {
  position: relative;
  top: 7px;
  width: 13px;
  margin-right: 2%;
  font-family: 'gothic';
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
section.contacto input[type=submit] {
  position: relative;
  top: 7px;
  float: right;
  height: 40px;
  margin-right: 28px;
  background: #988f00;
  color: white;
  font-size: 19px;
  font-family: 'gothicbold';
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0;
  line-height: 22px;
}
section.contacto input[type=submit]:hover {
  font-size: 21px;
}
section.contacto label {
  color: white;
  position: relative;
  top: -4px;
  font-size: 14px;
  font-family: 'gothiclight';
}
section.contacto .obligatorio {
  color: white;
  position: relative;
  top: 12px;
  font-size: 14px;
  font-family: 'gothiclight';
  float: right;
}
section.contacto .error p {
  color: red;
  font-size: 12px;
}
section.producto {
  padding: 0 50px;
}
section.producto .contenido-1 img,
section.producto .contenido-5 img {
  width: 100%;
  height: auto;
  max-width: 600px;
}
section.producto .contenido-1 h1,
section.producto .contenido-5 h1 {
  color: white;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'gothicbold';
  font-size: 42px;
}
section.producto .contenido-1 h2,
section.producto .contenido-5 h2 {
  color: white;
  margin-top: 5px;
  text-transform: uppercase;
  font-family: 'gothiclight';
  font-size: 26px;
}
section.producto .contenido-1 h3,
section.producto .contenido-5 h3 {
  color: #e2000f;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-right: 20%;
  font-family: 'dinmedium';
  font-size: 20px;
}
section.producto .contenido-1 p,
section.producto .contenido-5 p {
  color: white;
  margin-bottom: 20px;
  font-family: 'dinmedium';
  font-size: 16px;
  padding-right: 20%;
}
section.producto .contenido-1 .col-xs-12,
section.producto .contenido-5 .col-xs-12 {
  position: absolute;
  left: 0;
  bottom: -15%;
}
section.producto .contenido-1 .to2,
section.producto .contenido-5 .to2 {
  background-image: url('../img/next.png');
  cursor: pointer;
  margin: 0 auto;
  width: 14px;
  height: 33px;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
section.producto .contenido-1 .adultactive,
section.producto .contenido-5 .adultactive {
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
}
section#contenido-2,
section#contenido-3 {
  padding: 0;
}
section.optimanovaperro {
  padding: 0;
}
section.optimanovaperro p {
  font-weight: 100 !important;
}
section.optimanovaperro .bg-parallax-1 {
  width: 100%;
  height: auto;
  min-height: 450px;
  background-image: url('../img/bg-3.jpg');
  -webkit-background-size: 1920px 1000px;
  -moz-background-size: 1920px 1000px;
  -o-background-size: 1920px 1000px;
  background-size: 1920px 1000px;
  background-position: 0;
}
section.optimanovaperro .mascota {
  margin-right: 0;
}
section.optimanovaperro .mascota .col-sm-7 {
  padding-right: 0;
}
section.optimanovaperro .mascota .col-sm-5 {
  padding-right: 85px;
  height: 100%;
}
section.optimanovaperro .mascota .amas {
  position: absolute;
  top: -60px;
  right: -50px;
  z-index: 9;
}
section.optimanovaperro .mascota h2 {
  margin-top: 80px;
  margin-bottom: 50px;
  padding-left: 50px;
  color: white;
  font-family: 'dinmedium';
  line-height: 30px;
}
section.optimanovaperro .mascota h2 span {
  color: #8dccc1;
}
section.optimanovaperro .mascota p {
  padding-left: 50px;
  color: white;
  font-family: 'din';
  margin-bottom: 20px;
}
section.optimanovaperro .mascota h3 {
  padding-left: 50px;
  color: white;
  text-transform: uppercase;
  font-family: 'dinmedium';
  font-size: 20px;
}
section.optimanovaperro .mascota ul {
  text-transform: uppercase;
  list-style-type: none;
  margin-top: 30px;
  padding: 0;
}
section.optimanovaperro .mascota ul li {
  font-size: 20px;
  color: #8dccc1;
  padding-left: 50px;
  margin-right: -29px;
  font-family: 'dinlight';
  font-size: 18px;
}
section.optimanovaperro .mascota ul li span.triangulo {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.5px 0 14.5px 18px;
  border-color: transparent transparent transparent #8dccc1;
  position: absolute;
  right: -32px;
  z-index: 99;
}
section.optimanovaperro .mascota ul li:hover,
section.optimanovaperro .mascota ul li.active {
  background-color: #8dccc1;
  color: white;
  margin-right: -100px;
  font-family: 'dinmedium';
  font-size: 20px;
}
section.optimanovaperro .mano {
  background: url('../img/mano.jpg');
  height: 220px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 99;
}
section.optimanovaperro .saber {
  background-color: white;
  z-index: 9;
  height: 245px;
  padding-right: 210px;
}
section.optimanovaperro .saber h3 {
  color: black;
  margin: 0;
  padding-top: 20px;
  padding-left: 50px;
  margin-bottom: 20px;
  font-family: 'dinmedium';
}
section.optimanovaperro .saber p {
  color: black;
}
section.optimanovaperro .bg-parallax-2 {
  width: 100%;
  height: auto;
  min-height: 450px;
  background-image: url('../img/bg-4.jpg');
  -webkit-background-size: 1920px 1000px;
  -moz-background-size: 1920px 1000px;
  -o-background-size: 1920px 1000px;
  background-size: 1920px 1000px;
  background-position: auto;
}
section.optimanovaperro .comida {
  height: 400px;
}
section.optimanovaperro .comida .elaborado {
  height: 100%;
  padding: 16px 50px;
  background-color: #FAFAFA;
  background-image: url('../img/comida.jpg');
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
}
section.optimanovaperro .comida .elaborado h2 {
  font-family: 'din';
  color: black;
  margin-left: 150px;
}
section.optimanovaperro .comida .producido {
  padding: 16px 50px;
  height: 100%;
  padding-right: 210px;
}
section.optimanovaperro .comida .producido h2 {
  color: white;
  margin-top: 30px;
  font-family: 'dinmedium';
}
section.optimanovaperro .comida .producido p {
  font-family: 'dinmedium';
  font-size: 16px;
}
section.optimanovaperro .bg-parallax-3 {
  width: 100%;
  height: auto;
  min-height: 450px;
  background-image: url('../img/bg-5.jpg');
  -webkit-background-size: 1920px 1000px;
  -moz-background-size: 1920px 1000px;
  -o-background-size: 1920px 1000px;
  background-size: 1920px 1000px;
  background-position: 0 0px;
}
section.optimanovaperro .carne {
  padding: 0 50px;
  height: 580px;
  background-color: white;
}
section.optimanovaperro .carne h2 {
  margin-top: 50px;
  color: #e21683;
  font-family: 'dinmedium';
}
section.optimanovaperro .carne p {
  color: black;
  margin: 20px 0;
  font-family: 'din';
  font-size: 15px;
  font-weight: bold;
}
section.optimanovaperro .carne .carne-fresca {
  height: 100%;
  background: url('../img/carne-fresca.jpg');
  background-repeat: no-repeat;
  background-color: white;
  background-position: center right;
}
section.optimanovaperro .carne .carne-texto {
  height: 100%;
  padding-right: 170px;
}
section.optimanovaperro .concepto {
  width: 100%;
  height: auto;
  min-height: 450px;
  background-image: url('../img/bg-6.jpg');
  -webkit-background-size: 1920px 1000px;
  -moz-background-size: 1920px 1000px;
  -o-background-size: 1920px 1000px;
  background-size: 1920px 1000px;
  background-position: 0 0px;
}
section.optimanovaperro .concepto .modalcirculo {
  margin: 0 30px;
}
section.optimanovaperro .concepto h2 {
  color: black;
  margin: 0 auto;
  font-family: 'dinmedium';
}
section.optimanovaperro .concepto h2 span {
  color: red;
}
section.optimanovaperro .concepto h3 {
  color: white;
  font-family: 'gothicbold';
  font-size: 42px;
}
section.optimanovaperro .concepto p {
  font-family: 'gothic';
  font-size: 16px;
}
section.optimanovaperro .concepto .iconos {
  margin-top: 80px;
  margin-bottom: 100px;
}
section.optimanovaperro .concepto .iconos img {
  margin: 0 30px;
  cursor: pointer;
}
section.optimanovaperro .concepto .modalcirculo {
  width: 143px;
  height: 143px;
  display: inline-block;
  background-position: 143px;
  cursor: pointer;
}
section.optimanovaperro .concepto .modalcirculo.holisticcirculo {
  background-image: url('../img/icono-1.png');
}
section.optimanovaperro .concepto .modalcirculo.fmiscirculo {
  background-image: url('../img/icono-2.png');
}
section.optimanovaperro .concepto .modalcirculo.gmocirculo {
  background-image: url('../img/icono-3.png');
}
section.optimanovaperro .concepto .modalcirculo.monoprocirculo {
  background-image: url('../img/icono-4.png');
}
section.optimanovaperro .concepto .modalcirculo:hover {
  background-position: 0px;
}
section.optimanovaperro .perrazo {
  background-color: white;
}
section.optimanovaperro .perrazo .texto {
  padding: 0 50px;
  height: 100%;
  padding-left: 210px;
}
section.optimanovaperro .perrazo .texto h2 {
  color: black;
  font-family: 'dinmedium';
}
section.optimanovaperro .perrazo .texto p {
  color: black;
  font-family: 'din';
  font-size: 16px;
}
section.optimanovaperro .perrazo .texto h4 {
  color: black;
  font-family: 'dinmedium';
  margin-top: 30px;
}
section.optimanovaperro .perrazo .fondo {
  height: 100%;
  background-image: url('../img/perro-3.jpg');
  background-repeat: no-repeat;
  background-position: left center;
  background-color: white;
  background-size: 90%;
}
section.optimanovaperro .gatazo .fondo {
  background-image: url('../img/gato-4.jpg');
}
section.optimanovaperro .bg-parallax-4 {
  height: 450px;
  background-image: url('../img/bg-7.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 2080px 0px;
}
section.optimanovaperro .bg-parallax-4.gato {
  background-image: url('../img/gato-5.jpg');
}
section.optimanovaperro .bg-5 {
  background-color: black;
  padding: 16px 50px;
}
section.optimanovaperro .bg-5 h2 {
  color: white;
  text-transform: uppercase;
  font-family: 'dinmedium';
  font-size: 32px;
}
section.optimanovaperro .benefits-control {
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  margin-top: 25%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5;
}
section.optimanovaperro .benefits-control.right {
  right: 0;
  left: auto;
}
section.optimanovaperro #carousel-benefits {
  display: none;
}
section.optimanovaperro .ingredientes .flip-container {
  position: relative;
  height: 100%;
  -webkit-perspective: 800;
  -moz-perspective: 800;
  -o-perspective: 800;
  -ms-perspective: 800;
  perspective: 800;
  padding: 0;
}
section.optimanovaperro .ingredientes .flip {
  height: 100%;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.optimanovaperro .ingredientes .flip-container .flip.vuelta {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
section.optimanovaperro .ingredientes .side {
  position: absolute;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
}
section.optimanovaperro .ingredientes .flip .front {
  height: 100%;
  width: 100%;
}
section.optimanovaperro .ingredientes .flip .back {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
section.optimanovaperro .ingredientes .ingrediente {
  padding: 0;
  text-align: center;
  height: 100%;
}
section.optimanovaperro .ingredientes .ingrediente .photo_container {
  width: 100%;
  height: 30%;
  overflow: hidden;
}
section.optimanovaperro .ingredientes .ingrediente img {
  width: 100%;
  height: auto;
}
section.optimanovaperro .ingredientes .ingrediente img.detalle {
  width: 38px;
  height: 38px;
}
section.optimanovaperro .ingredientes .ingrediente .front h3 {
  text-transform: uppercase;
  color: white;
  margin-top: 25%;
  font-size: 34px;
  font-family: 'dinmedium';
}
section.optimanovaperro .ingredientes .ingrediente .front span {
  color: white;
  font-family: 'dinlight';
  text-transform: uppercase;
}
section.optimanovaperro .ingredientes .ingrediente .back h3 {
  text-transform: uppercase;
  color: white;
  margin: 5% 0 2% 50px;
  font-size: 22px !important;
  font-family: 'dinmedium';
  text-align: left;
}
section.optimanovaperro .ingredientes .ingrediente .back p {
  color: white;
  padding: 0 50px;
  font-size: 17px !important;
  font-family: 'dinlight';
  text-align: justify;
}
section.optimanovaperro .ingredientes .ingrediente.ben .encima {
  height: 100%;
  position: absolute;
  z-index: 100;
  width: 100%;
}
section.optimanovaperro .ingredientes .ingrediente.ben .front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
section.optimanovaperro .ingredientes .ingrediente.ben .back {
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
section.optimanovaperro .ingredientes .ingrediente.ben_1 .encima {
  background-color: rgba(198, 53, 82, 0.5);
}
section.optimanovaperro .ingredientes .ingrediente.ben_1 .front {
  background-color: #c63552;
}
section.optimanovaperro .ingredientes .ingrediente.ben_1 .back {
  background-color: #c63552;
}
section.optimanovaperro .ingredientes .ingrediente.ben_2 .encima {
  background-color: rgba(159, 164, 169, 0.5);
}
section.optimanovaperro .ingredientes .ingrediente.ben_2 .front {
  background-color: #9fa4a9;
}
section.optimanovaperro .ingredientes .ingrediente.ben_2 .back {
  background-color: #9fa4a9;
}
section.optimanovaperro .ingredientes .ingrediente.ben_3 .encima {
  background-color: rgba(221, 183, 55, 0.5);
}
section.optimanovaperro .ingredientes .ingrediente.ben_3 .front {
  background-color: #ddb737;
}
section.optimanovaperro .ingredientes .ingrediente.ben_3 .back {
  background-color: #ddb737;
}
section.optimanovaperro .ingredientes .ingrediente.ben_4 .encima {
  background-color: rgba(242, 148, 0, 0.5);
}
section.optimanovaperro .ingredientes .ingrediente.ben_4 .front {
  background-color: #f29400;
}
section.optimanovaperro .ingredientes .ingrediente.ben_4 .back {
  background-color: #f29400;
}
section.optimanovaperro .ingredientes .ingrediente.ben_5 .encima {
  background-color: rgba(199, 53, 82, 0.5);
}
section.optimanovaperro .ingredientes .ingrediente.ben_5 .front {
  background-color: #c63552;
}
section.optimanovaperro .ingredientes .ingrediente.ben_5 .back {
  background-color: #c63552;
}
section.optimanovaperro .ingredientes .ingrediente.ben_6 .encima {
  background-color: rgba(52, 180, 178, 0.5);
}
section.optimanovaperro .ingredientes .ingrediente.ben_6 .front {
  background-color: #34b4b2;
}
section.optimanovaperro .ingredientes .ingrediente.ben_6 .back {
  background-color: #34b4b2;
}
section.optimanovaperro .ingredientes .ingrediente.ben_7 .encima {
  background-color: rgba(232, 96, 155, 0.5);
}
section.optimanovaperro .ingredientes .ingrediente.ben_7 .front {
  background-color: #e8609b;
}
section.optimanovaperro .ingredientes .ingrediente.ben_7 .back {
  background-color: #e8609b;
}
section.optimanovaperro .ingredientes .ingrediente.ben_8 .encima {
  background-color: rgba(191, 166, 140, 0.5);
}
section.optimanovaperro .ingredientes .ingrediente.ben_8 .front {
  background-color: #bfa68c;
}
section.optimanovaperro .ingredientes .ingrediente.ben_8 .back {
  background-color: #bfa68c;
}
section.optimanovaperro .ingredientes .ingrediente.ben_9 .encima {
  background-color: rgba(144, 124, 179, 0.5);
}
section.optimanovaperro .ingredientes .ingrediente.ben_9 .front {
  background-color: #907cb3;
}
section.optimanovaperro .ingredientes .ingrediente.ben_9 .back {
  background-color: #907cb3;
}
section.optimanovaperro .ingredientes .ingrediente.ben_10 .encima {
  background-color: rgba(47, 146, 203, 0.5);
}
section.optimanovaperro .ingredientes .ingrediente.ben_10 .front {
  background-color: #2f92cb;
}
section.optimanovaperro .ingredientes .ingrediente.ben_10 .back {
  background-color: #2f92cb;
}
section.optimanovaperro .ingredientes .ingrediente.ben_11 .encima {
  background-color: rgba(176, 169, 0, 0.5);
}
section.optimanovaperro .ingredientes .ingrediente.ben_11 .front {
  background-color: #b0a900;
}
section.optimanovaperro .ingredientes .ingrediente.ben_11 .back {
  background-color: #b0a900;
}
section.optimanovaperro .ingredientes .ingrediente.gato.ben_9 .encima {
  background-color: rgba(126, 161, 75, 0.5);
}
section.optimanovaperro .ingredientes .ingrediente.gato.ben_9 .front {
  background-color: #7ea14b;
}
section.optimanovaperro .ingredientes .ingrediente.gato.ben_9 .back {
  background-color: #7ea14b;
}
section.optimanovaperro .ingredientes .ingrediente.gato.ben_10 .encima {
  background-color: rgba(144, 124, 179, 0.5);
}
section.optimanovaperro .ingredientes .ingrediente.gato.ben_10 .front {
  background-color: #907cb3;
}
section.optimanovaperro .ingredientes .ingrediente.gato.ben_10 .back {
  background-color: #907cb3;
}
section.optimanovaperro .ingredientes .ingrediente.gato.ben_11 .encima {
  background-color: rgba(47, 146, 203, 0.5);
}
section.optimanovaperro .ingredientes .ingrediente.gato.ben_11 .front {
  background-color: #2f92cb;
}
section.optimanovaperro .ingredientes .ingrediente.gato.ben_11 .back {
  background-color: #2f92cb;
}
section.optimanovaperro .ingredientes .ingrediente.gato.ben_12 .encima {
  background-color: rgba(176, 169, 0, 0.5);
}
section.optimanovaperro .ingredientes .ingrediente.gato.ben_12 .front {
  background-color: #b0a900;
}
section.optimanovaperro .ingredientes .ingrediente.gato.ben_12 .back {
  background-color: #b0a900;
}
section.optimanovaperro .patata {
  background-color: white;
}
section.optimanovaperro .patata .margen {
  padding: 16px 210px;
  height: 100%;
}
section.optimanovaperro .patata .margen img {
  width: 591px !important;
  height: auto !important;
}
section.optimanovaperro .patata .margen .patatamas,
section.optimanovaperro .patata .margen .arrozmas,
section.optimanovaperro .patata .margen .maizmas {
  position: relative;
  cursor: pointer;
}
section.optimanovaperro .patata .margen .patatamas p,
section.optimanovaperro .patata .margen .arrozmas p,
section.optimanovaperro .patata .margen .maizmas p {
  font-family: 'gothic20';
  text-transform: uppercase;
  color: #83b81a;
  font-size: 16px !important;
  margin-bottom: 0;
  line-height: 20px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0 !important;
}
section.optimanovaperro .patata .margen .patatamas img.mas,
section.optimanovaperro .patata .margen .arrozmas img.mas,
section.optimanovaperro .patata .margen .maizmas img.mas {
  display: inline-block;
  max-width: 24px;
  margin: 0 auto;
}
section.optimanovaperro .patata .margen .patatamas img.mas:hover,
section.optimanovaperro .patata .margen .arrozmas img.mas:hover,
section.optimanovaperro .patata .margen .maizmas img.mas:hover {
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
section.optimanovaperro .patata .margen .patatamas {
  top: 130px;
  margin-right: 500px;
}
section.optimanovaperro .patata .margen .arrozmas {
  top: 40px;
  margin-left: 240px;
}
section.optimanovaperro .patata .margen .arrozmas.perro {
  margin-left: 470px;
}
section.optimanovaperro .patata .margen .maizmas {
  top: 160px;
  margin-left: 570px;
}
section.optimanovaperro .patata .arroz,
section.optimanovaperro .patata .patata {
  display: none;
  height: 100%;
  position: absolute;
  background: #005551;
  z-index: 99;
}
section.optimanovaperro .patata .arroz .contenido,
section.optimanovaperro .patata .patata .contenido {
  margin-top: 7%;
}
section.optimanovaperro .patata .arroz .contenido h3,
section.optimanovaperro .patata .patata .contenido h3 {
  color: white;
  font-size: 40px;
  font-family: 'gothicbold';
}
section.optimanovaperro .patata .arroz .contenido p,
section.optimanovaperro .patata .patata .contenido p {
  color: white;
  font-size: 15px;
  font-family: 'gothic';
}
section.optimanovaperro .patata .arroz .cerrar,
section.optimanovaperro .patata .patata .cerrar {
  position: absolute;
  right: 70px;
  margin-top: 50px;
  background-image: url('../img/cerrar-1.png');
  width: 44px;
  height: 43px;
  cursor: pointer;
}
section.optimanovaperro .patata h2 {
  color: #83b81a;
  font-size: 28px;
  font-family: 'dinmedium';
}
section.optimanovaperro .patata p {
  color: #696969;
  font-family: 'din';
  font-size: 18px;
}
section.optimanovaperro #parallax-1,
section.optimanovaperro #parallax-2,
section.optimanovaperro #parallax-3,
section.optimanovaperro #parallax-4,
section.optimanovaperro #parallax-5,
section.optimanovaperro #parallax-6,
section.optimanovaperro #parallax-7,
section.optimanovaperro #concepto {
  padding: 0;
}
section.optimanovaperro #concepto {
  background-color: white;
}
section.optimanovaperro .bg-parallax-6 {
  width: 100%;
  height: auto;
  min-height: 450px;
  background-image: url('../img/bg-8.jpg');
  -webkit-background-size: 1920px 1000px;
  -moz-background-size: 1920px 1000px;
  -o-background-size: 1920px 1000px;
  background-size: 1920px 1000px;
  background-position: 0;
}
section.optimanovaperro .bg-parallax-6-gato {
  width: 100%;
  height: auto;
  min-height: 450px;
  background-image: url('../img/bg-8-gato.jpg');
  -webkit-background-size: 1920px 1000px;
  -moz-background-size: 1920px 1000px;
  -o-background-size: 1920px 1000px;
  background-size: 1920px 1000px;
  background-position: 0;
}
section.optimanovaperro .hidratos {
  background-color: white;
  height: 420px;
  width: 100%;
  padding: 16px 40px;
}
section.optimanovaperro .hidratos .row {
  margin: 0;
}
section.optimanovaperro .hidratos img {
  width: 60%;
}
section.optimanovaperro .hidratos h3 {
  color: black;
  font-family: 'dinmedium';
  font-weight: bold;
}
section.optimanovaperro .hidratos p {
  color: black;
  font-family: 'din';
  padding-right: 120px;
}
section.optimanovaperro .hidratos p b {
  font-weight: bold;
}
section.optimanovaperro .bg-parallax-7 {
  width: 100%;
  height: auto;
  min-height: 450px;
  background-image: url('../img/bg-9.jpg');
  -webkit-background-size: 1920px 1000px;
  -moz-background-size: 1920px 1000px;
  -o-background-size: 1920px 1000px;
  background-size: 1920px 1000px;
  background-position: 0;
}
section.optimanovaperro .bg-parallax-7.gato {
  background-image: url('../img/gato-6.jpg');
}
section.optimanovaperro .naturales {
  background-image: url('../img/bg-10.jpg');
  background-repeat: no-repeat;
  background-size: 70%;
  background-color: white;
  background-position: 35% 61%;
}
section.optimanovaperro .naturales .col-sm-6 {
  height: 80%;
}
section.optimanovaperro .naturales .logo {
  text-align: center;
}
section.optimanovaperro .naturales h3,
section.optimanovaperro .naturales p {
  padding: 0 30px;
}
section.optimanovaperro .naturales h3 {
  padding: 0 30px;
  font-family: 'dinmedium';
  color: white;
  font-size: 28px;
}
section.optimanovaperro .naturales p {
  font-family: 'din';
  font-weight: bold;
  font-size: 16px;
}
section.optimanovaperro .naturales .caja-1 {
  width: 50%;
  height: 70%;
  background-color: #c2bc90;
  position: absolute;
  right: 0;
  top: 100px;
}
section.optimanovaperro .naturales .caja-1 img {
  width: 100%;
  height: auto;
}
section.optimanovaperro .naturales .caja-2 {
  width: 50%;
  height: 70%;
  background-color: #c99d87;
  position: absolute;
  left: 0;
  top: 100px;
}
section.optimanovaperro .naturales .caja-2 img {
  width: 100%;
  height: auto;
}
section.optimanovaperro .ultima {
  background-color: black;
  position: relative;
}
section.optimanovaperro .ultima .col-sm-6 {
  height: 100%;
}
section.optimanovaperro .ultima .alimentacion-gato,
section.optimanovaperro .ultima .alimentacion {
  position: absolute;
  bottom: 25%;
  left: 40%;
  z-index: 999;
}
section.optimanovaperro .ultima .alimentacion-gato p,
section.optimanovaperro .ultima .alimentacion p {
  font-family: 'gothic20';
  text-transform: uppercase;
  color: red;
  font-size: 20px !important;
  margin-bottom: 0;
  line-height: 20px;
  display: inline-block;
}
section.optimanovaperro .ultima .alimentacion-gato .mas,
section.optimanovaperro .ultima .alimentacion .mas {
  max-width: 29px;
  position: relative;
  display: inline-block;
  bottom: 14px;
  right: 30px;
}
section.optimanovaperro .ultima .alimentacion-gato .mas:hover,
section.optimanovaperro .ultima .alimentacion .mas:hover {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
section.optimanovaperro .ultima .alimentacion {
  text-align: right;
}
section.optimanovaperro .ultima .alimentacion .mas {
  right: 0;
  left: 30px;
}
section.optimanovaperro .ultima .gama {
  position: absolute;
  text-align: center;
  left: 37%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.optimanovaperro .ultima .gama h2 {
  color: white;
  font-family: 'gothic20';
  font-size: 100px;
  margin-top: 0;
}
section.optimanovaperro .ultima .gama h2 span {
  color: #e2000f;
}
section.optimanovaperro .ultima img {
  width: 55%;
  position: absolute;
  bottom: 18%;
}
section.optimanovaperro .ultima img.gato {
  left: 0;
}
section.optimanovaperro .ultima img.perro {
  right: 0;
}
section.proximamente {
  padding: 0;
  margin: 0 auto;
  position: relative;
  background: url('../img/proximamente.jpg');
  background-position: 0 55%;
  background-size: 60%;
  background-repeat: no-repeat;
}
section.proximamente .row {
  margin: 0;
  padding: 0;
}
section.proximamente h2 {
  color: #c3c3c3;
  text-transform: uppercase;
  font-family: 'gothicbold';
  font-size: 80px;
}
section.proximamente p {
  color: white;
  font-family: 'dinmedium';
  font-size: 18px;
  margin-top: 20px;
}
.contenido-2 {
  margin: 0 auto;
  position: relative;
  background: url('../img/bg-1.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 35px ;
  padding-bottom: 75px;
}
.contenido-2 h2 {
  color: white;
  font-family: 'dinmedium';
  text-shadow: 0.5px 0.866px 0px #010101;
  margin-right: 160px;
}
.contenido-2 h3 {
  font-size: 70px;
  color: #e2000f;
  margin-top: 0;
  font-family: 'gothic20';
}
.contenido-2 h3 sup {
  font-size: 40px;
}
.contenido-2 p {
  color: #454545;
  font-family: 'dinmedium';
  font-size: 14px;
}
.contenido-2 .destacado {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
}
.contenido-2 .destacado .badges {
  max-height: 100px;
  width: 100%;
  height: auto;
}
.contenido-2 .circle.abierto span {
  top: -3.7px;
  left: 4px;
}
.contenido-2 span {
  position: relative;
  top: -3px;
  left: 4px;
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.contenido-2 .composicion {
  margin-top: 20px;
}
.contenido-2 .infosec {
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.contenido-2 .infosec h3 {
  display: inline-block;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  bottom: 4px;
  color: white;
  font-family: 'dinmedium';
  padding-top: 5px;
}
.contenido-2 .infosec .abierto {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  transition: 0.4s;
  left: 5.5px;
}
.contenido-2 .infosec .info {
  display: none;
  color: white;
  margin-left: 25px;
  margin-bottom: 15px;
  width: 80%;
  font-family: 'dinmedium';
}
.contenido-2 .comprar {
  position: absolute;
  right: 0px;
  top: 80%;
  margin-bottom: 30px;
}
.contenido-2 .comprar img {
  position: relative;
  bottom: 1px;
  left: 10px;
}
.contenido-3 {
  background: url('../img/bg-2.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 35px ;
  padding-bottom: 75px;
  background-position: 0px 100%;
  width: 100%;
}
.contenido-3 h2 {
  color: #e2000f;
  font-family: 'dinmedium';
}
.contenido-3 .beneficios {
  margin: 50px 10px;
}
.contenido-3 .beneficio {
  margin-top: 10px;
  margin-left: 20px;
  height: 250px;
}
.contenido-3 .beneficio h3,
.contenido-3 .beneficio p {
  font-family: 'dinmedium';
  color: #696969;
  display: none;
}
.contenido-3 .beneficio p {
  font-size: 16px;
  padding-right: 150px;
}
.contenido-3 ul {
  list-style-type: none;
  float: left;
  padding: 0;
}
.contenido-3 ul li {
  width: 58px;
  height: 58px;
  cursor: pointer;
  background-position: 0px 0px;
  margin-bottom: 8px;
}
.contenido-3 ul li:hover,
.contenido-3 ul li.active {
  background-position: 58px 0px;
}
.contenido-3 .comprar {
  position: absolute;
  right: 0;
}
.contenido-3 .comprar img {
  position: relative;
  bottom: 1px;
  left: 10px;
}
.contenido-4 {
  position: relative;
  padding: 45px 50px;
  width: 100%;
  padding-bottom: 80px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #cfcfd2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cfcfd2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #cfcfd2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #cfcfd2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #cfcfd2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #cfcfd2 100%);
  /* W3C */
}
.contenido-4 h2 {
  font-family: 'dinmedium';
  text-align: center;
}
.contenido-4 img.tabla {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  background-color: white;
  -webkit-box-shadow: -10px 8px 30px 0px rgba(50, 50, 50, 0.68);
  -moz-box-shadow: -10px 8px 30px 0px rgba(50, 50, 50, 0.68);
  box-shadow: -10px 8px 30px 0px rgba(50, 50, 50, 0.68);
}
.contenido-4 .comprar {
  display: block;
  position: absolute;
  right: 0;
}
.contenido-4 .comprar img {
  position: relative;
  bottom: 1px;
  left: 10px;
}
.comprar {
  display: none !important;
  width: 130px;
  background: #e2000f;
  color: white;
  padding: 7px 0;
  font-family: 'gothicbold';
  text-transform: uppercase;
  font-size: 18px;
  border: 0;
  border-radius: 0;
  line-height: 22px;
}
.comprar img {
  position: relative;
  bottom: 1px;
  left: 10px;
}
.comprar:hover {
  font-size: 20px;
}
.carousel-product-detail {
  display: none;
  background: #343434;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  position: relative;
  width: 100% !important;
}
.carousel-product-detail .slides {
  padding-left: 70px;
  padding-right: 70px;
}
.carousel-product-detail .slides img {
  width: 50px;
  height: 100px;
  margin: 0 auto;
}
.carousel-product-detail p {
  font-family: 'gothicbold';
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
  text-align: center;
}
.carousel-product-detail p span {
  font-family: 'gothiclight';
  font-size: 12px;
}
.carousel-product-detail li {
  width: 130px !important;
}
.carousel-product-detail li:hover {
  background: #e2000f;
}
.carousel-product-detail .flex-direction-nav .carousel-product-detail .flex-direction-nav .flex-prev {
  opacity: 1 !important;
}
.carousel-product-detail .flex-direction-nav li {
  margin: 0;
  padding: 0;
}
.carousel-product-detail .flex-direction-nav .flex-disabled {
  opacity: 1 !important;
}
.carousel-product-detail .flex-direction-nav .flex-next {
  width: 70px;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  background: #474747;
}
.carousel-product-detail .flex-direction-nav .flex-next::before {
  content: '';
  background-image: url('../img/next_white.png');
  width: 15px;
  height: 33px;
  position: relative;
  top: 70px;
  right: 25px;
}
.carousel-product-detail .flex-direction-nav .flex-prev {
  width: 70px;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  background: #474747;
}
.carousel-product-detail .flex-direction-nav .flex-prev::before {
  content: '';
  background-image: url('../img/prev_white.png');
  width: 15px;
  height: 33px;
  position: relative;
  top: 70px;
  left: 25px;
}
nav.submenu {
  width: 100%;
  position: fixed;
  top: 62px;
  z-index: 9999;
}
nav.submenu ul.submenu {
  background: #e2000f;
  list-style-type: none;
  padding: 0 175px;
  margin: 0;
  width: 100%;
  z-index: 101;
}
nav.submenu ul.submenu li {
  cursor: pointer;
  padding: 10px 40px;
  display: inline-block;
  color: white;
}
nav.submenu ul.submenu li:hover,
nav.submenu ul.submenu li.submenu-active {
  background-color: white;
  color: black;
}
.footer {
  height: 76px;
  width: 100%;
}
footer {
  padding: 7px 50px;
  margin: 15px 0;
  position: fixed;
  margin-bottom: 0px;
  width: 100%;
  bottom: 0;
  background: black;
  z-index: 9999;
}
footer .facebook {
  margin-right: 20px;
  opacity: 0.7;
}
footer .facebook:hover {
  opacity: 1;
}
@media (min-width: 0px) and (max-width: 1500px) {
  .contenido-2 .destacado {
    width: 84%;
  }
}
@media (min-width: 0px) and (max-width: 1280px) {
  section.optimanovaperro h2 {
    font-size: 26px !important;
  }
  section.optimanovaperro p {
    font-size: 14px !important;
  }
  section.optimanovaperro .mascota h2 {
    margin-top: 20px;
    font-size: 26px;
  }
  section.optimanovaperro .mascota h3 {
    font-size: 16px;
  }
  section.optimanovaperro .mascota p {
    margin-bottom: 19px;
  }
  section.optimanovaperro .saber {
    padding-right: 120px;
  }
  section.optimanovaperro .saber .calidad h3,
  section.optimanovaperro .saber .diferencia h3,
  section.optimanovaperro .saber .tecnologia h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  section.optimanovaperro .comida .producido {
    padding-right: 120px;
  }
  section.optimanovaperro .comida .producido p {
    font-size: 14px;
  }
  section.optimanovaperro .carne .carne-texto {
    padding-right: 120px;
  }
  section.optimanovaperro .perrazo .texto h4 {
    margin-top: 20px;
    font-size: 16px;
  }
  section.optimanovaperro .patata img.arroz-2 {
    right: 40px;
    width: 540px;
  }
  section.optimanovaperro .hidratos .col-sm-2 {
    width: 21.666667%;
  }
  section.optimanovaperro .hidratos .col-sm-10 {
    width: 77.333333%;
  }
  section.optimanovaperro .hidratos img {
    width: 80%;
  }
  section.optimanovaperro .ultima .gama {
    left: 39%;
  }
  section.optimanovaperro .ultima .gama h2 {
    font-size: 70px !important;
  }
}
@media (min-width: 0px) and (max-width: 1230px) {
  section.optimanova .enfila .nutricion h2 {
    font-size: 20px;
    line-height: 21px;
  }
  section.proximamente h2 {
    font-size: 50px;
  }
  .contenido-3 {
    min-height: 590px;
  }
}
@media (min-width: 0px) and (max-width: 1100px) {
  section.optimanovaperro .perrazo .texto {
    padding-left: 120px;
  }
  section.optimanovaperro .patata p {
    padding-right: 120px;
  }
  section.optimanovaperro .patata .margen {
    padding: 16px 50px;
    padding-left: 120px;
  }
  section.optimanovaperro .patata .margen img {
    width: 230px;
  }
}
@media (min-width: 0px) and (max-width: 1050px) {
  header {
    padding: 16px 15px;
  }
  header nav ul li {
    padding: 0 5px;
  }
  header .logo {
    margin-right: 0px;
  }
  .carousel-product-detail {
    display: none;
  }
  .carousel-product-detail li {
    width: 120px !important;
    height: 148px !important;
  }
  .carousel-product-detail .flex-direction-nav .flex-next::before {
    top: 70px;
  }
  .carousel-product-detail .flex-direction-nav .flex-prev::before {
    top: 70px;
  }
  section.contacto h2 {
    text-align: left;
  }
  section.optimanovaperro h2 {
    font-size: 23px !important;
  }
  section.optimanovaperro .mascota h2 {
    margin-bottom: 10px;
    line-height: 23px;
  }
  section.optimanovaperro .patata .margen img.arroz-2 {
    width: 440px;
  }
  section.optimanovaperro .patata .arroz .contenido,
  section.optimanovaperro .patata .patata .contenido {
    margin-top: 3%;
  }
  section.optimanovaperro .patata .arroz .contenido h3,
  section.optimanovaperro .patata .patata .contenido h3 {
    font-size: 30px;
  }
  section.optimanovaperro .hidratos img {
    width: 100%;
  }
  section.inicio .rojo .gato-1,
  section.inicio .rojo .perro-1 {
    height: 75%;
  }
  section .concepto .iconos img {
    width: 120px;
  }
  section .concepto .slide-1 .contenido h3,
  section .concepto .slide-2 .contenido h3,
  section .concepto .slide-3 .contenido h3,
  section .concepto .slide-4 .contenido h3 {
    font-size: 32px;
  }
  section .hidratos h3 {
    margin-top: 0;
  }
}
@media (min-width: 0px) and (max-width: 992px) {
  header nav ul li {
    font-size: 12px;
  }
  section.inicio .rojo {
    float: left;
    width: 48%;
    margin-left: 10px;
    position: relative;
  }
  section.inicio .centrar {
    margin: 0;
  }
  section.optimanova h1 {
    font-size: 30px;
  }
  section.optimanova .enfila .nutricion h2 {
    font-size: 18px;
    line-height: 18px;
  }
  section.optimanova .enfila .perro-2 {
    background-position: 75% 0px;
  }
  section.optimanova .enfila .gato-2 {
    background-position: 88% 0px;
  }
  section.optimanovaperro h2 {
    font-size: 20px !important;
  }
  section.optimanovaperro .mascota h2 {
    margin-top: 15px;
    padding-left: 20px;
  }
  section.optimanovaperro .mascota h3 {
    padding-left: 20px;
  }
  section.optimanovaperro .mascota p {
    margin-bottom: 9px;
    padding-left: 20px;
  }
  section.optimanovaperro .mascota ul {
    padding-left: 20px;
  }
  section.optimanovaperro .comida .producido h2 {
    margin-top: 10px;
  }
  section.optimanovaperro .comida .elaborado h2 {
    margin-top: 7px;
  }
  section.optimanovaperro .carne h2 {
    margin-top: 20px;
  }
  section.optimanovaperro .carne .carne-fresca {
    background-position: center right;
    background-size: 100%;
  }
  section.optimanovaperro .concepto .col-sm-2 {
    width: 7%;
  }
  section.optimanovaperro .concepto .col-sm-10 {
    width: 92%;
  }
  section.optimanovaperro .concepto .slide-1 .contenido,
  section.optimanovaperro .concepto .slide-2 .contenido,
  section.optimanovaperro .concepto .slide-3 .contenido,
  section.optimanovaperro .concepto .slide-4 .contenido {
    margin-top: 10%;
    width: 43%;
  }
  section.optimanovaperro .concepto .modalcirculo {
    margin: 0 5px;
  }
  section.optimanovaperro .perrazo .texto {
    padding-top: 30px;
  }
  section.optimanovaperro .perrazo .texto img {
    width: 200px;
  }
  section.optimanovaperro .gatazo .fondo {
    background-size: 90%;
  }
  section.optimanovaperro .hidratos .col-sm-10 {
    width: 73%;
  }
  section.optimanovaperro .hidratos .col-sm-2 {
    width: 27%;
  }
  section.optimanovaperro .hidratos h3 {
    font-size: 20px;
  }
  section.optimanovaperro .hidratos p {
    font-size: 12px !important;
  }
  section.optimanovaperro .naturales {
    background-size: 90%;
    background-position: 10px 250px;
  }
  section.optimanovaperro .naturales .caja-1,
  section.optimanovaperro .naturales .caja-2 {
    width: 70%;
  }
  section.productos select {
    margin: 30px;
  }
  section.contacto input[type=submit] {
    margin-right: 20px;
  }
  .contenido-4 img {
    width: 100%;
  }
  .contenido-4 .comprar img {
    width: 9px;
  }
  .contenido-3 .beneficios {
    margin: 50px 0px;
  }
  .contenido-3 .beneficios .col-xs-1 {
    padding: 0;
  }
  .contenido-3 .beneficios .col-md-7 {
    width: 50%;
    padding: 0;
  }
  .contenido-3 .beneficio {
    margin-left: 20px;
  }
}
@media (min-width: 0px) and (max-width: 868px) {
  header nav ul {
    padding-left: 10px;
  }
  section.optimanova h1 {
    font-size: 26px;
  }
  section.optimanova .enfila .nutricion h2 {
    font-size: 14px;
    line-height: 16px;
  }
  section.optimanovaperro p {
    font-size: 13px !important;
  }
  section.optimanovaperro .mascota ul {
    margin-top: 20px;
    padding-left: 0;
  }
  section.optimanovaperro .mascota p {
    margin-bottom: 5px;
  }
  section.optimanovaperro .mascota .calidad h3,
  section.optimanovaperro .mascota .diferencia h3,
  section.optimanovaperro .mascota .tecnologia h3 {
    margin-bottom: 5px;
    padding-top: 15px;
  }
  section.optimanovaperro .concepto .iconos img {
    margin: 0 15px;
  }
  section.optimanovaperro .concepto .col-sm-2 {
    width: 7%;
  }
  section.optimanovaperro .concepto .col-sm-10 {
    width: 92%;
  }
  section.optimanovaperro .concepto .slide-1 .contenido,
  section.optimanovaperro .concepto .slide-2 .contenido,
  section.optimanovaperro .concepto .slide-3 .contenido,
  section.optimanovaperro .concepto .slide-4 .contenido {
    margin-top: 15%;
    width: 43%;
  }
  section.optimanovaperro .perrazo .fondo {
    background-position: center;
  }
  section.optimanovaperro .patata {
    height: 450px;
  }
  section.optimanovaperro .patata .margen img {
    width: 230px;
  }
  section.optimanovaperro .patata .margen img.arroz-2 {
    width: 350px;
  }
  section.optimanovaperro .naturales .caja-1,
  section.optimanovaperro .naturales .caja-2 {
    width: 80%;
  }
  section.optimanovaperro .hidratos {
    padding: 16px 0px;
  }
  section.optimanovaperro .ultima {
    height: 520px;
  }
  section.optimanovaperro .ultima .col-sm-6 {
    height: 520px;
  }
  section.optimanovaperro .ultima .gama {
    left: 32%;
  }
  section.inicio .rojo .gato-1,
  section.inicio .rojo .perro-1 {
    height: 75%;
  }
  section.inicio h1 {
    font-size: 40px;
  }
  section.productos .carru .next {
    right: 20px;
  }
  section.productos .carru .prev {
    left: 20px;
  }
  section.productos select {
    margin: 10px;
  }
  section.contacto input[type=submit] {
    margin-right: 14px;
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /*	ul{
		&.nav_ver,&.nav_ver1{
			li{
				&.active span{
					background: @rojo;
				}
				&:hover span{
					background: #ccc;
				}
				span{
					&.active{
						background: @rojo;
					}
					&:hover{
						background: #ccc;
					}
				}
			}
		}
	}
*/
  section.optimanovaperro .carne p {
    margin: 5px 0;
  }
  section.optimanovaperro .naturales {
    background-size: 80%;
    background-position: 70px 210px;
  }
  section.optimanovaperro .patata .margen .maizmas {
    top: 160px !important;
    margin-left: 570px !important;
  }
  section.optimanovaperro .ingredientes .flip {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  section.optimanovaperro .bg-parallax-1,
  section.optimanovaperro .bg-parallax-2,
  section.optimanovaperro .bg-parallax-3,
  section.optimanovaperro .concepto,
  section.optimanovaperro .bg-parallax-4,
  section.optimanovaperro .bg-parallax-6,
  section.optimanovaperro .bg-parallax-7,
  section.optimanovaperro .contenido-2 {
    background-attachment: scroll;
    background-position: 0 0px;
  }
  section.optimanovaperro .ultima .gama {
    -webkit-transform: translateY(-150%);
    -transform: translateY(-150%);
  }
  section.producto .contenido-1 .adultactive,
  section.producto .contenido-5 .adultactive {
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  .contenido-3 ul li {
    background-position: 0px 0px;
  }
  footer {
    position: fixed;
    bottom: 0px;
  }
  .footer-fallback {
    height: 25px;
    position: relative;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  ul.nav_ver1 {
    top: 32%;
  }
  section.producto .contenido-1 img.ipad,
  section.producto .contenido-5 img.ipad {
    position: absolute;
    max-width: 130px;
    right: 170px;
    top: 20px;
  }
  section.producto .contenido-1 .col-xs-12,
  section.producto .contenido-5 .col-xs-12 {
    position: relative;
    left: 0;
    bottom: 0;
  }
  section.producto .contenido-1 .col-xs-12 .to2,
  section.producto .contenido-5 .col-xs-12 .to2 {
    margin: 150px auto 0px auto;
  }
  section .contenido-2 img.ipad {
    max-width: 180px;
    position: absolute;
    right: 20px;
  }
  section .contenido-3 img.ipad {
    position: absolute;
    right: 20px;
  }
  section.optimanovaperro .ultima .gama {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  section.optimanovaperro .comida .elaborado h2 {
    margin-left: 0;
  }
  section.contacto input[type=submit] {
    margin-right: 18px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  ul.nav_ver1 {
    top: 35%;
  }
  section.productos {
    padding: 16px 40px;
  }
  section.producto .contenido-1 img.ipad,
  section.producto .contenido-5 img.ipad {
    position: absolute;
    max-width: 100px;
    right: 100px;
  }
  section.producto .contenido-1 .col-xs-12,
  section.producto .contenido-5 .col-xs-12 {
    position: relative;
    left: 0;
    bottom: 0;
  }
  section.producto .contenido-1 .col-xs-12 .to2,
  section.producto .contenido-5 .col-xs-12 .to2 {
    margin: 70px auto 0px auto;
  }
  section#contenido-3 img.ipad {
    position: relative;
    right: 70px;
  }
  section.optimanovaperro .comida .elaborado h2 {
    margin-left: 0;
  }
  section.optimanovaperro .patata .margen .maizmas {
    top: 220px !important;
    margin-left: 440px !important;
  }
  section.optimanovaperro .patata .margen .patatamas {
    top: 155px;
    margin-right: 410px;
  }
  section.optimanovaperro .patata .margen .patatamas.perro {
    top: 120px;
    margin-right: 410px;
  }
  section.optimanovaperro .patata .margen .arrozmas {
    margin-left: 260px;
    top: 60px;
  }
  section.optimanovaperro .patata .margen .arrozmas.perro {
    top: 30px;
    margin-left: 420px;
  }
  section.optimanovaperro .ultima .gama {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
  section.optimanovaperro .ingredientes .ingrediente .photo_container {
    height: 25%;
  }
  section.optimanovaperro .ingredientes .ingrediente img.photo {
    height: 100%;
  }
  section.optimanovaperro .ingredientes .ingrediente img.detalle {
    margin-top: 15px;
  }
  section.contacto input[type=submit] {
    width: 50%;
    padding: 0;
  }
}
@media (min-width: 1500px) {
  section.producto {
    padding: 0 300px;
  }
  section.optimanova .enfila .perro-2,
  section.optimanova .enfila .gato-2 {
    width: 67.2%;
  }
  section.optimanova h1 {
    font-size: 50px;
  }
  .contenido-2,
  .contenido-3,
  .contenido-4 {
    padding-left: 300px;
    padding-right: 300px;
  }
  .contenido-2 h2 {
    margin-right: 500px;
    margin-bottom: 60px;
  }
  .contenido-2 h3 {
    margin: 15px 0;
  }
}
@media (min-width: 1440px) {
  section.optimanovaperro h3 {
    font-size: 20px !important;
  }
  section.optimanovaperro h2 {
    font-size: 34px !important;
  }
  section.optimanovaperro p {
    font-size: 16px !important;
  }
  section.optimanovaperro .concepto h3 {
    font-size: 40px !important;
  }
  section.optimanovaperro .patata .patata .contenido h3,
  section.optimanovaperro .patata .arroz .contenido h3 {
    font-size: 40px !important;
  }
  section.optimanovaperro .ingredientes .ingrediente h3 {
    font-size: 34px !important;
  }
  section.optimanovaperro .ultima .gama h2 {
    font-size: 100px !important;
  }
  section.optimanovaperro .saber {
    height: 300px;
  }
  section.inicio h1 {
    font-size: 75px;
  }
  section.inicio .rojo {
    width: 96%;
    position: absolute;
  }
  section.inicio .rojo.perro {
    right: 25px;
  }
  section.inicio .rojo.gato {
    left: 25px;
  }
  section.inicio .row.home {
    width: 75%;
    margin: 0 auto;
  }
  section.contacto {
    background-position: 100% 140px;
  }
}
@media (min-width: 1700px) {
  section.inicio h1 {
    font-size: 90px;
  }
  section.inicio .rojo .gato-1,
  section.inicio .rojo .perro-1 {
    height: 70%;
  }
  section.optimanovaperro h3 {
    font-size: 22px !important;
  }
  section.optimanovaperro h2 {
    font-size: 36px !important;
  }
  section.optimanovaperro p {
    font-size: 18px !important;
  }
  section.optimanovaperro .perrazo .texto {
    padding-left: 300px;
  }
  section.optimanovaperro .saber {
    padding-right: 510px;
  }
  section.optimanovaperro .comida .producido {
    padding-right: 510px;
  }
  section.optimanovaperro .carne .carne-texto {
    padding-right: 460px;
  }
  section.optimanovaperro .mascota .col-sm-5 h2 {
    line-height: 45px;
  }
  section.optimanovaperro .mascota .col-sm-5 p {
    margin-bottom: 20px;
  }
  section.optimanovaperro .mascota .col-sm-5 h3 {
    margin: 50px 0;
  }
  section.optimanovaperro .mascota ul li {
    margin: 10px 0;
  }
  section.optimanovaperro .saber {
    padding-top: 60px;
  }
  section.optimanovaperro .carne .carne-fresca {
    background-size: 75%;
  }
  section.optimanovaperro .patata .margen {
    padding: 16px 300px;
  }
  section.optimanovaperro .patata p {
    padding-right: 200px;
  }
  section.optimanovaperro .hidratos {
    height: 500px;
  }
  section.optimanovaperro .hidratos p {
    padding-right: 450px;
  }
  section.producto .contenido-5 h1 {
    font-size: 56px;
  }
  section.producto .contenido-5 p {
    padding-right: 37%;
  }
}
@media (min-width: 1800px) {
  section.inicio h1 {
    font-size: 100px;
  }
}
@media (max-height: 900px) {
  section.productos .carru #textbox {
    padding-bottom: 50px;
    margin-top: -50px;
  }
  section.productos #carousel {
    margin-top: -10px;
  }
}
@media (max-height: 840px) {
  section.inicio .rojo .gato-1,
  section.inicio .rojo .perro-1 {
    height: 63%;
  }
  section.optimanovaperro .naturales {
    background-position: 35% 68%;
  }
  section.optimanovaperro .naturales h3 {
    font-size: 20px;
  }
  section.optimanovaperro .naturales p {
    font-size: 14px;
  }
  section.contacto h1 {
    font-size: 40px;
    margin-top: 10px;
  }
  section.contacto h2 {
    font-size: 14px;
  }
  section.contacto p {
    margin: 0 0 5px;
  }
}
@media (min-height: 800px) {
  section.optimanovaperro .bg-parallax-1 {
    -webkit-background-size: 1920px 700px;
    -moz-background-size: 1920px 700px;
    -o-background-size: 1920px 700px;
    background-size: 1920px 700px;
  }
  section.optimanovaperro .bg-parallax-2 {
    -webkit-background-size: 1920px 1240px;
    -moz-background-size: 1920px 1240px;
    -o-background-size: 1920px 1240px;
    background-size: 1920px 1240px;
  }
  section.optimanovaperro .bg-parallax-3 {
    -webkit-background-size: 1920px 1240px;
    -moz-background-size: 1920px 1240px;
    -o-background-size: 1920px 1240px;
    background-size: 1920px 1240px;
  }
  section.optimanovaperro .concepto {
    -webkit-background-size: 1920px 1240px;
    -moz-background-size: 1920px 1240px;
    -o-background-size: 1920px 1240px;
    background-size: 1920px 1240px;
  }
  section.optimanovaperro .bg-parallax-6 {
    -webkit-background-size: 1920px 1240px;
    -moz-background-size: 1920px 1240px;
    -o-background-size: 1920px 1240px;
    background-size: 1920px 1240px;
  }
  section.optimanovaperro .bg-parallax-7 {
    -webkit-background-size: 1920px 1240px;
    -moz-background-size: 1920px 1240px;
    -o-background-size: 1920px 1240px;
    background-size: 1920px 1240px;
  }
}
@media (max-height: 800px) {
  section.inicio .rojo .gato-1,
  section.inicio .rojo .perro-1 {
    height: 59%;
  }
  section.optimanovaperro .patata .margen .maizmas {
    top: 100px;
    margin-left: 440px;
  }
}
@media (max-height: 750px) {
  section.inicio .rojo .gato-1,
  section.inicio .rojo .perro-1 {
    height: 59%;
  }
}
@media (max-height: 700px) {
  section.inicio .rojo .gato-1,
  section.inicio .rojo .perro-1 {
    height: 72%;
  }
  section.inicio .rojo .mas {
    top: 45px;
  }
  section.inicio .rojo h2 {
    font-size: 16px;
  }
  section.inicio .rojo h3 {
    font-size: 38px;
    margin-bottom: 10px;
  }
  section.productos .carru #textbox {
    padding-bottom: 0px;
    margin-top: -20px;
  }
  section.optimanovaperro .patata .margen img {
    width: 310px !important;
  }
  section.optimanovaperro .patata .margen .patatamas {
    margin-right: 410px;
  }
}
@media (max-height: 650px) {
  section.optimanovaperro .perrazo .texto p {
    font-size: 14px;
  }
  section.optimanovaperro .perrazo .texto h4 {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .flip-container:hover .flip {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
#overlay,
.overlay {
  position: fixed;
  top: 62px;
  background-color: #000;
  height: 100%;
  width: 100%;
  z-index: 9999;
  text-align: center;
  padding: 3%;
}
#overlay p,
.overlay p {
  font-size: 18px;
  font-family: 'dinmedium';
}
.overlay {
  z-index: 9998;
}
.modal {
  z-index: 999999;
}
.modal h3 {
  color: white;
  font-family: 'gothicbold';
  font-size: 42px;
}
.modal p {
  font-family: 'gothic';
  font-size: 16px;
}
.modal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
}
.modal .modal-dialog .modal-content {
  height: 100%;
  background: #7c0008;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body img {
  width: 100%;
}
.modal .modal-dialog .modal-content .cerrar {
  position: absolute;
  right: 70px;
  margin-top: 50px;
  background-image: url('../img/cerrar-1.png');
  width: 44px;
  height: 43px;
  cursor: pointer;
}
#slide-5 .modal-content,
#slide-6 .modal-content,
#slide-11 .modal-content,
#slide-12 .modal-content,
#slide-13 .modal-content {
  background: #005551;
}
#slide-5 .modal-content .contenido,
#slide-6 .modal-content .contenido,
#slide-11 .modal-content .contenido,
#slide-12 .modal-content .contenido,
#slide-13 .modal-content .contenido {
  height: 100%;
}
.fondo-patata {
  background-image: url('../img/modal-5.jpg');
  background-size: cover;
  height: 100%;
  left: -15px;
  position: relative;
}
.fondo-arroz {
  background-image: url('../img/modal-6.jpg');
  background-size: cover;
  height: 100%;
  left: -15px;
  position: relative;
  background-position: 0;
}
.fondo-maiz {
  background-image: url('../img/modal-7.jpg');
  background-size: cover;
  height: 100%;
  left: -15px;
  position: relative;
  background-position: 0;
}
.modal {
  z-index: 999999;
  overflow-y: hidden !important;
}
#politica-cookies {
  overflow-y: auto !important;
  background: black;
}
#politica-cookies p,
#politica-cookies li {
  color: white;
  font-family: 'gothiclight';
}
#politica-cookies h2 {
  font-weight: bold;
  color: #988f00;
  font-size: 40px;
  font-family: 'gothicbold';
}
#politica-cookies h3,
#politica-cookies h4 {
  color: #988f00;
  font-size: 30px;
  font-family: 'gothicbold';
}
#politica-cookies .modal-content {
  background: black;
}
#politica-cookies .modal-content .vertical-middle {
  padding-top: 140px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .modal {
    overflow-y: auto !important;
  }
}
.polloconejosalmon {
  position: relative;
  top: -10px;
}
.polloconejosalmon div {
  display: inline-block !important;
  margin-left: 15px !important;
  text-align: center;
}
.polloconejosalmon div p {
  text-transform: uppercase !important;
  font-family: 'din' !important;
  font-weight: 700 !important;
  margin: 5px 0 !important;
}

.inner-banner{
  position: relative;
max-height: 455px;
overflow: hidden;
margin-bottom:30px;
}
.inner-banner img{
  width: 100%;
height: 100%;

}
section.blog {
  padding: 0;
  margin: 0 auto;
  position: relative;
   width: 70%;

  background-position: 100% 100px;
  -webkit-background-size: 50% auto;
  -moz-background-size: 50% auto;
  -o-background-size: 50% auto;
  background-size: 50% auto;
  background-repeat: no-repeat;
  font-size:18px;
  line-height:130%;
}

section.blog .row {
  margin: 0;padding-bottom:10px;

}

h1.post {
  color: #988f00;
  font-size: 50px;
  font-family: 'gothicbold';
  margin-left:15px;
}
 h1.post{

  position: absolute;
  top: 0;

  z-index: 999;
  margin:0 auto 0 auto; width: 100%;
  margin-top: 260px;
  text-shadow: 2px 6px 4px #383838;
  color: #ffffff;

  color: white;
  font-size: 40px;
  font-family: 'gothicbold';
  text-align: center;

}
section.blog ul li{
  color: white;
}
section.blog a{
	color: #333;
}
section.blog h2 {
  color: white;
  font-size: 40px;
  font-family: 'gothicbold';
  text-align: justify;
}
section.blog h3 {
  color: white;
}
@media (max-width: 1024px){
  h1.post {
    margin-top: 120px;
    font-size: 20px;

  }

}
