@charset "UTF-8";
/* Colores */
/* Titulos */
/* line 2, ../sass/styles.scss */
a[data-fancybox] img {
  cursor: zoom-in;
}

/* line 6, ../sass/styles.scss */
.fancybox__caption {
  text-align: center;
}

/* line 9, ../sass/styles.scss */
body {
  margin: 0px;
  padding: 0px;
}

/* line 13, ../sass/styles.scss */
a {
  text-decoration: none;
  list-style-type: none;
}

/* line 17, ../sass/styles.scss */
button {
  border: none;
  outline: none !important;
  color: #fff;
}

/* line 22, ../sass/styles.scss */
section {
  display: block;
  position: relative;
}

/* line 26, ../sass/styles.scss */
h1 {
  z-index: -9999;
  position: absolute;
  top: -90px;
}

/*Header*/
/* line 33, ../sass/styles.scss */
header {
  width: 100%;
  background-color: #000;
  position: fixed;
  z-index: 9999;
}

/*Logo men├║*/
/* line 41, ../sass/styles.scss */
.logo {
  display: block;
  margin: 0 !important;
  float: left;
  height: auto;
}
/* line 46, ../sass/styles.scss */
.logo img {
  max-height: 65px;
  position: relative;
  top: 2px;
  transition: max-height 0.4s;
}

/* line 55, ../sass/styles.scss */
.scrolled .logo img {
  max-height: 60px;
  transition: max-height 0.4s, opacity 0.3s;
  top: -2px;
}
/* line 61, ../sass/styles.scss */
.scrolled .menu nav ul > li .dropdown-menu {
  color: #fff;
}

/*Bot├│n Hamburger*/
/* line 67, ../sass/styles.scss */
input.hamburger-button {
  display: none;
}
/* line 69, ../sass/styles.scss */
input.hamburger-button ~ label {
  display: none;
}
/* line 71, ../sass/styles.scss */
input.hamburger-button ~ label > div {
  width: 80%;
}
/* line 74, ../sass/styles.scss */
input.hamburger-button ~ label > div:hover {
  width: 100%;
}
/* line 78, ../sass/styles.scss */
input.hamburger-button ~ label > div,
input.hamburger-button ~ label > div::before,
input.hamburger-button ~ label > div::after {
  content: "";
  position: absolute;
  top: 0.625rem;
  right: 0;
  height: 1px;
  float: right;
  opacity: 1;
  background: #fff;
  transition: all 0.2s;
}
/* line 91, ../sass/styles.scss */
input.hamburger-button ~ label > div::before {
  top: -0.5rem;
}
/* line 94, ../sass/styles.scss */
input.hamburger-button ~ label > div::after {
  top: 0.5rem;
}
/* line 97, ../sass/styles.scss */
input.hamburger-button ~ label:hover,
input.hamburger-button ~ label > div:hover,
input.hamburger-button ~ label > div::before,
input.hamburger-button ~ label > div::after {
  width: 24px;
}

/* line 107, ../sass/styles.scss */
.hamburger-button:checked ~ label > div {
  width: 0;
  background: rgba(18, 18, 18, 0);
}
/* line 111, ../sass/styles.scss */
.hamburger-button:checked ~ label > div::before {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  top: -0rem;
}
/* line 116, ../sass/styles.scss */
.hamburger-button:checked ~ label > div::after {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  top: -0rem;
}
/* line 122, ../sass/styles.scss */
.hamburger-button:checked ~ .menu {
  left: 0;
}

/*Men├║*/
/* line 128, ../sass/styles.scss */
.menu {
  z-index: 100;
  display: flex;
  left: calc(-100vw - 3rem);
  transition: 0.22s ease-in-out;
}
/* line 133, ../sass/styles.scss */
.menu nav {
  grid-area: auto;
  width: 100%;
  display: inline-block;
  float: right;
}
/* line 138, ../sass/styles.scss */
.menu nav ul {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  height: auto;
  padding: 0;
  text-align: center;
  list-style: none;
  margin: 0;
}
/* line 147, ../sass/styles.scss */
.menu nav ul > li {
  flex: auto;
  display: inline-block;
  position: relative;
}
/* line 151, ../sass/styles.scss */
.menu nav ul > li:hover {
  color: #fff;
  background: #B1232D;
}
/* line 155, ../sass/styles.scss */
.menu nav ul > li > a {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
  padding: 26px 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  text-align: center;
  transition: 0.5s ease-in-out;
  width: 100%;
}
/* line 167, ../sass/styles.scss */
.menu nav ul > li > a:hover {
  color: #fff !important;
}
/* line 171, ../sass/styles.scss */
.menu nav ul > li a.active {
  background-color: #B1232D;
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0.5), black);
  color: #fff !important;
}
/* line 176, ../sass/styles.scss */
.menu nav ul > li .dropdown-menu {
  margin: 0 auto;
  padding: 0 !important;
  left: 0px;
  visibility: hidden;
  opacity: 0;
  width: 350px;
  border: none;
  display: block;
  position: absolute;
  background-color: #000;
  border-top: 1px solid #B1232D;
  -webkit-transition: visibility .4s ease, top .4s ease, bottom .4s ease, background .4s ease, margin .4s ease, opacity .4s ease;
  transition: visibility .4s ease, top .4s ease, bottom .4s ease, background .4s ease, margin .4s ease, opacity .4s ease;
}
/* line 190, ../sass/styles.scss */
.menu nav ul > li .dropdown-menu li {
  width: 100%;
}
/* line 192, ../sass/styles.scss */
.menu nav ul > li .dropdown-menu li a {
  padding: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
/* line 199, ../sass/styles.scss */
.menu nav ul > li:hover {
  color: #B1232D;
  font-weight: 300;
  transition-duration: .3s;
  border-bottom: 1px solid #B1232D;
}
/* line 204, ../sass/styles.scss */
.menu nav ul > li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/* line 213, ../sass/styles.scss */
.collapse:not(.show) {
  display: block;
}

/*Idiomas men├║*/
/* line 218, ../sass/styles.scss */
.idiomas-menu {
  flex: auto;
  position: relative;
  grid-area: auto;
  float: right;
}
/* line 224, ../sass/styles.scss */
.idiomas-menu li a {
  filter: grayscale(1);
}
/* line 226, ../sass/styles.scss */
.idiomas-menu li a img {
  height: 20px;
}
/* line 230, ../sass/styles.scss */
.idiomas-menu li a.active {
  filter: grayscale(0);
}

/*SECCI├ôN HOME*/
/*Carousel Home*/
/* line 239, ../sass/styles.scss */
.carousel-home .carousel {
  margin: 0px;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}
/* line 244, ../sass/styles.scss */
.carousel-home .carousel .carousel-indicators {
  position: absolute;
  top: 0;
  bottom: -60px;
  z-index: 99;
  height: 100%;
  width: 5px;
  display: flex;
  margin-right: 0;
  flex-direction: column;
  justify-content: center;
  left: calc(100% - 18.4%);
}
/* line 257, ../sass/styles.scss */
.carousel-home .carousel .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 3px;
  height: 30px;
  padding: 0;
  margin: 0 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
/* line 272, ../sass/styles.scss */
.carousel-home .carousel .carousel-indicators [data-bs-target]:hover {
  opacity: 1;
  background-color: #1A6931;
}
/* line 276, ../sass/styles.scss */
.carousel-home .carousel .carousel-indicators [data-bs-target].active {
  background-color: #1A6931;
}
/* line 280, ../sass/styles.scss */
.carousel-home .carousel .carousel-item {
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: hidden;
  backface-visibility: hidden;
  position: relative;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-size: cover;
}
/* line 291, ../sass/styles.scss */
.carousel-home .carousel .carousel-item:before {
  background: url(../imagenes/textura-overlay.png) repeat center center rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 304, ../sass/styles.scss */
.carousel-home .carousel .imagen-carousel {
  width: inherit;
  height: 100%;
  min-height: 100vh;
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: -999;
}
/* line 314, ../sass/styles.scss */
.carousel-home .carousel .carousel-video {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: -999;
}
/* line 324, ../sass/styles.scss */
.carousel-home .carousel .carousel-contenido {
  height: 100%;
  width: 100%;
  display: table;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  position: absolute;
  right: 0%;
  left: 0%;
  top: 0;
}
/* line 334, ../sass/styles.scss */
.carousel-home .carousel .carousel-contenido .carousel-titulos {
  width: 100%;
  height: 100vh;
  position: relative;
  right: auto;
  left: auto;
  margin: 0 auto;
  text-align: center;
  z-index: 11;
  display: table-cell;
  vertical-align: middle;
}
/* line 346, ../sass/styles.scss */
.carousel-home .carousel .carousel-contenido h2 {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 50px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 10px 0 15px 0;
  margin: 0;
  display: block;
}
/* line 355, ../sass/styles.scss */
.carousel-home .carousel .carousel-contenido h2 span {
  color: #B1232D;
  font-weight: bold;
}
/* line 360, ../sass/styles.scss */
.carousel-home .carousel .carousel-contenido h3 {
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 25px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  margin: 0;
  display: block;
}
/* line 369, ../sass/styles.scss */
.carousel-home .carousel .carousel-contenido p {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 50%;
  height: 70px;
  overflow: hidden;
  padding-bottom: 20px;
}
/* line 385, ../sass/styles.scss */
.carousel-home .carousel .boton-carousel {
  display: block;
  text-align: center;
  overflow: hidden;
  width: 100%;
}

/*Divisor*/
/* line 395, ../sass/styles.scss */
.divisor {
  width: 240px;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 0px;
}
/* line 402, ../sass/styles.scss */
.divisor img {
  height: 55px;
  position: relative;
  top: -10px;
  padding: 0;
}
/* line 408, ../sass/styles.scss */
.divisor i {
  top: -20px;
}
/* line 411, ../sass/styles.scss */
.divisor .linea-doble.left:before {
  position: absolute;
  left: 1px;
  top: 15px;
  content: "";
  width: 76px;
  height: 1px;
}
/* line 419, ../sass/styles.scss */
.divisor .linea-doble.right:before {
  position: absolute;
  right: 1px;
  top: 15px;
  content: "";
  width: 76px;
  height: 1px;
}
/* line 427, ../sass/styles.scss */
.divisor .linea-doble.left:after {
  position: absolute;
  top: 18px;
  left: -16px;
  content: "";
  width: 93px;
  height: 1px;
}
/* line 435, ../sass/styles.scss */
.divisor .linea-doble.right:after {
  position: absolute;
  top: 18px;
  right: -16px;
  content: "";
  width: 93px;
  height: 1px;
}
/* line 443, ../sass/styles.scss */
.divisor .linea-doble:before,
.divisor .linea-doble:after {
  background-color: #B1232D;
}

/* line 452, ../sass/styles.scss */
.divisor i,
.icono-servicios-home i,
.cuadrado-giro-01 i,
.card i {
  font-size: 50px;
  color: #B1232D;
  position: relative;
}

/*BOTONES*/
/* line 460, ../sass/styles.scss */
.botones {
  margin: 5px;
  padding: 7px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #1A6931;
  color: #fff;
  display: inline-block;
  font-family: "Hind Vadodara", sans-serif;
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
/* line 476, ../sass/styles.scss */
.botones:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease-out;
}
/* line 480, ../sass/styles.scss */
.botones:hover i::before {
  color: #fff;
  transform: scale(1.2);
  transition: all .5s ease;
}
/* line 486, ../sass/styles.scss */
.botones a {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 auto;
  position: relative;
  top: -2px;
}
/* line 499, ../sass/styles.scss */
.botones i {
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin: 0 5px;
  transform: scale(1);
  -webkit-transition: all 3s;
}

/*Bot├│n Scroll Home*/
/* line 511, ../sass/styles.scss */
.scroll-down {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  z-index: 13;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 15px 8px;
  border: 2px solid #1A6931;
  border-radius: 20px;
}
/* line 522, ../sass/styles.scss */
.scroll-down:hover {
  color: #fff !important;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}

/*Intro - HOME*/
/*Texto*/
/* line 531, ../sass/styles.scss */
.bloque-texto {
  height: 100%;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0px;
  margin: 0 auto;
  position: relative;
}

/* line 544, ../sass/styles.scss */
.parrafo-left h2,
.bg-light h2,
.bg-white h2 {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 36px;
  color: #B1232D;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 12px;
  padding: 0;
}
/* line 552, ../sass/styles.scss */
.parrafo-left h2 span,
.bg-light h2 span,
.bg-white h2 span {
  color: #6b5959;
  font-weight: bold;
}
/* line 557, ../sass/styles.scss */
.parrafo-left h3,
.bg-light h3,
.bg-white h3 {
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 25px;
  color: #B1232D;
  font-weight: 400;
  margin-bottom: 8px;
  padding: 0;
}
/* line 565, ../sass/styles.scss */
.parrafo-left p,
.bg-light p,
.bg-white p {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 17px;
  color: #6b5959;
  line-height: 28px;
  font-weight: 400;
}
/* line 571, ../sass/styles.scss */
.parrafo-left p span,
.bg-light p span,
.bg-white p span {
  color: #6b5959;
  font-weight: bold;
}
/* line 576, ../sass/styles.scss */
.parrafo-left .link,
.bg-light .link,
.bg-white .link {
  color: #B1232D;
  font-weight: bold;
}
/* line 580, ../sass/styles.scss */
.parrafo-left .botones,
.bg-light .botones,
.bg-white .botones {
  margin-top: 30px;
}

/*Imagen*/
/* line 586, ../sass/styles.scss */
.bloque-gris {
  width: 100%;
  display: block;
  height: 100%;
}
/* line 590, ../sass/styles.scss */
.bloque-gris .contenedor-imagen {
  width: 100%;
  background-color: #efefef;
  height: 200px !important;
  min-height: 200px;
  position: relative;
  top: 150px;
  margin-bottom: 150px;
  display: inline-block;
}
/* line 600, ../sass/styles.scss */
.bloque-gris .imagen-intro-home {
  background-image: url(../imagenes/intro-home.jpg);
}
/* line 603, ../sass/styles.scss */
.bloque-gris .imagen-nuestro-equipo {
  background-image: url(../imagenes/nuestro-equipo.jpg);
}
/* line 606, ../sass/styles.scss */
.bloque-gris .imagen-cuidado-animal {
  background-image: url(../imagenes/servicios/proceso-productivo/cuidado-animal.jpg);
}
/* line 609, ../sass/styles.scss */
.bloque-gris .imagen-cadena-productiva {
  background-image: url(../imagenes/servicios/cadena-productiva.jpg);
}
/* line 612, ../sass/styles.scss */
.bloque-gris .imagen-parrafo,
.bloque-gris .imagen-intro-home,
.bloque-gris .imagen-nuestro-equipo,
.bloque-gris .imagen-cuidado-animal,
.bloque-gris .imagen-venta-minorista,
.bloque-gris .imagen-cadena-productiva,
.bloque-gris .venta-distribuidores,
.bloque-gris .venta-carnicerias {
  background-size: cover;
  background-position: center center;
  height: 450px;
  width: 95%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  top: -150px;
  border-radius: 10px;
}
/* line 629, ../sass/styles.scss */
.bloque-gris .imagen-parrafo img,
.bloque-gris .imagen-intro-home img,
.bloque-gris .imagen-nuestro-equipo img,
.bloque-gris .imagen-cuidado-animal img,
.bloque-gris .imagen-venta-minorista img,
.bloque-gris .imagen-cadena-productiva img,
.bloque-gris .venta-distribuidores img,
.bloque-gris .venta-carnicerias img {
  height: 500px;
  max-height: 500px;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}
/* line 636, ../sass/styles.scss */
.bloque-gris .imagen-parrafo .carousel-servicios,
.bloque-gris .imagen-intro-home .carousel-servicios,
.bloque-gris .imagen-nuestro-equipo .carousel-servicios,
.bloque-gris .imagen-cuidado-animal .carousel-servicios,
.bloque-gris .imagen-venta-minorista .carousel-servicios,
.bloque-gris .imagen-cadena-productiva .carousel-servicios,
.bloque-gris .venta-distribuidores .carousel-servicios,
.bloque-gris .venta-carnicerias .carousel-servicios {
  display: flex;
}
/* line 638, ../sass/styles.scss */
.bloque-gris .imagen-parrafo .carousel-servicios .carousel-inner,
.bloque-gris .imagen-intro-home .carousel-servicios .carousel-inner,
.bloque-gris .imagen-nuestro-equipo .carousel-servicios .carousel-inner,
.bloque-gris .imagen-cuidado-animal .carousel-servicios .carousel-inner,
.bloque-gris .imagen-venta-minorista .carousel-servicios .carousel-inner,
.bloque-gris .imagen-cadena-productiva .carousel-servicios .carousel-inner,
.bloque-gris .venta-distribuidores .carousel-servicios .carousel-inner,
.bloque-gris .venta-carnicerias .carousel-servicios .carousel-inner {
  height: 570px;
  background-color: #fff;
}
/* line 642, ../sass/styles.scss */
.bloque-gris .imagen-parrafo .carousel-servicios .carousel-item,
.bloque-gris .imagen-intro-home .carousel-servicios .carousel-item,
.bloque-gris .imagen-nuestro-equipo .carousel-servicios .carousel-item,
.bloque-gris .imagen-cuidado-animal .carousel-servicios .carousel-item,
.bloque-gris .imagen-venta-minorista .carousel-servicios .carousel-item,
.bloque-gris .imagen-cadena-productiva .carousel-servicios .carousel-item,
.bloque-gris .venta-distribuidores .carousel-servicios .carousel-item,
.bloque-gris .venta-carnicerias .carousel-servicios .carousel-item {
  height: 450px;
  max-height: 100%;
  width: 100%;
  border-radius: 20px !important;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  overflow: hidden !important;
}
/* line 652, ../sass/styles.scss */
.bloque-gris .imagen-parrafo .carousel-servicios .carousel-item video,
.bloque-gris .imagen-intro-home .carousel-servicios .carousel-item video,
.bloque-gris .imagen-nuestro-equipo .carousel-servicios .carousel-item video,
.bloque-gris .imagen-cuidado-animal .carousel-servicios .carousel-item video,
.bloque-gris .imagen-venta-minorista .carousel-servicios .carousel-item video,
.bloque-gris .imagen-cadena-productiva .carousel-servicios .carousel-item video,
.bloque-gris .venta-distribuidores .carousel-servicios .carousel-item video,
.bloque-gris .venta-carnicerias .carousel-servicios .carousel-item video {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top left;
  border: none;
}
/* line 661, ../sass/styles.scss */
.bloque-gris .imagen-parrafo .carousel-servicios .carousel-item .vertical,
.bloque-gris .imagen-intro-home .carousel-servicios .carousel-item .vertical,
.bloque-gris .imagen-nuestro-equipo .carousel-servicios .carousel-item .vertical,
.bloque-gris .imagen-cuidado-animal .carousel-servicios .carousel-item .vertical,
.bloque-gris .imagen-venta-minorista .carousel-servicios .carousel-item .vertical,
.bloque-gris .imagen-cadena-productiva .carousel-servicios .carousel-item .vertical,
.bloque-gris .venta-distribuidores .carousel-servicios .carousel-item .vertical,
.bloque-gris .venta-carnicerias .carousel-servicios .carousel-item .vertical {
  overflow: hidden;
  width: 100% !important;
  max-width: 100% !important;
  max-height: 770px;
  background-repeat: no-repeat;
  transform: translate(0px, -150px);
  object-position: center center;
}
/* line 670, ../sass/styles.scss */
.bloque-gris .imagen-parrafo .carousel-servicios .carousel-item img,
.bloque-gris .imagen-intro-home .carousel-servicios .carousel-item img,
.bloque-gris .imagen-nuestro-equipo .carousel-servicios .carousel-item img,
.bloque-gris .imagen-cuidado-animal .carousel-servicios .carousel-item img,
.bloque-gris .imagen-venta-minorista .carousel-servicios .carousel-item img,
.bloque-gris .imagen-cadena-productiva .carousel-servicios .carousel-item img,
.bloque-gris .venta-distribuidores .carousel-servicios .carousel-item img,
.bloque-gris .venta-carnicerias .carousel-servicios .carousel-item img {
  overflow: hidden;
  width: 100% !important;
  max-width: 100% !important;
  max-height: 450px;
  background-repeat: no-repeat;
  background-position: top left;
  object-fit: cover;
  object-position: center center;
}
/* line 680, ../sass/styles.scss */
.bloque-gris .imagen-parrafo .carousel-servicios .carousel-item .compra-madres,
.bloque-gris .imagen-intro-home .carousel-servicios .carousel-item .compra-madres,
.bloque-gris .imagen-nuestro-equipo .carousel-servicios .carousel-item .compra-madres,
.bloque-gris .imagen-cuidado-animal .carousel-servicios .carousel-item .compra-madres,
.bloque-gris .imagen-venta-minorista .carousel-servicios .carousel-item .compra-madres,
.bloque-gris .imagen-cadena-productiva .carousel-servicios .carousel-item .compra-madres,
.bloque-gris .venta-distribuidores .carousel-servicios .carousel-item .compra-madres,
.bloque-gris .venta-carnicerias .carousel-servicios .carousel-item .compra-madres {
  height: 100%;
}
/* line 684, ../sass/styles.scss */
.bloque-gris .imagen-parrafo .carousel-servicios .carousel-item.active,
.bloque-gris .imagen-intro-home .carousel-servicios .carousel-item.active,
.bloque-gris .imagen-nuestro-equipo .carousel-servicios .carousel-item.active,
.bloque-gris .imagen-cuidado-animal .carousel-servicios .carousel-item.active,
.bloque-gris .imagen-venta-minorista .carousel-servicios .carousel-item.active,
.bloque-gris .imagen-cadena-productiva .carousel-servicios .carousel-item.active,
.bloque-gris .venta-distribuidores .carousel-servicios .carousel-item.active,
.bloque-gris .venta-carnicerias .carousel-servicios .carousel-item.active {
  border-radius: 20px !important;
}
@supports (object-fit: cover) {
  /* line 690, ../sass/styles.scss */
  .bloque-gris .carousel-servicios .carousel-item img,
  .bloque-gris .carousel-servicios .carousel-item video {
    height: 930px;
    object-fit: cover;
    object-position: center center;
    border: none;
  }
}
/* line 698, ../sass/styles.scss */
.bloque-gris .carousel-control-prev {
  left: 10px;
}
/* line 701, ../sass/styles.scss */
.bloque-gris .carousel-control-next {
  right: 10px;
}
/* line 704, ../sass/styles.scss */
.bloque-gris .carousel-control-next,
.bloque-gris .carousel-control-prev {
  border: none;
  width: auto;
  background-color: transparent;
}

/*Separador rojo*/
/* line 713, ../sass/styles.scss */
.separador-rojo {
  height: 10px;
  border: 2px solid #B1232D;
  background-color: #B1232D;
  border-radius: 10px 10px 0 0;
  margin: 0 auto;
  position: relative;
  left: 0;
  right: 0;
  display: block;
  z-index: 999;
}

/*Bloque-central-animado*/
/*Efecto-parallax*/
/* line 728, ../sass/styles.scss */
.bloque-central-animado,
.efecto-parallax {
  width: 100%;
  position: relative;
  padding: 70px 0;
  top: 0;
  display: block;
  overflow: hidden;
}
/* line 736, ../sass/styles.scss */
.bloque-central-animado .divisor,
.efecto-parallax .divisor {
  margin-bottom: 10px;
}

/* line 743, ../sass/styles.scss */
.bloque-central-animado h2,
.efecto-parallax h2,
.encabezado-titulo h2 {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 36px;
  color: #B1232D;
  padding: 0;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
/* line 753, ../sass/styles.scss */
.bloque-central-animado h2 span,
.efecto-parallax h2 span,
.encabezado-titulo h2 span {
  color: #fff;
  font-weight: bold;
}
/* line 758, ../sass/styles.scss */
.bloque-central-animado p,
.efecto-parallax p,
.encabezado-titulo p {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/* line 770, ../sass/styles.scss */
.bloque-central-fondo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300%;
  height: 100%;
  max-height: 420px;
  background-position: center;
  background-repeat: repeat-x;
  -webkit-animation: slide 300s linear infinite;
}

/*Efecto scroll bloque central fondo*/
@keyframes slide {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1692px, 0, 0);
  }
}
/*Productos premium*/
/* line 794, ../sass/styles.scss */
.bg-light h2, .bg-light p,
.bg-white h2,
.bg-white p {
  text-align: center;
}
/* line 797, ../sass/styles.scss */
.bg-light h3,
.bg-white h3 {
  text-align: center;
}
/* line 800, ../sass/styles.scss */
.bg-light .detalles-productos-premium,
.bg-white .detalles-productos-premium {
  align-items: flex-start !important;
  margin: 15px 0;
}
/* line 803, ../sass/styles.scss */
.bg-light .detalles-productos-premium h3,
.bg-white .detalles-productos-premium h3 {
  text-align: left;
}
/* line 806, ../sass/styles.scss */
.bg-light .detalles-productos-premium p,
.bg-white .detalles-productos-premium p {
  height: 86px;
  overflow: hidden;
  text-align: left !important;
}
/* line 812, ../sass/styles.scss */
.bg-light .imagen-productos-premium,
.bg-white .imagen-productos-premium {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 820, ../sass/styles.scss */
.bg-light .imagen-productos-premium img,
.bg-white .imagen-productos-premium img {
  width: 100%;
  position: relative;
  left: 0;
  top: -20px;
  transition: opacity 1.5s ease-in-out;
}

/*Servicios Home*/
/* line 831, ../sass/styles.scss */
.carousel-servicios-home {
  background-color: #B1232D;
}
/* line 833, ../sass/styles.scss */
.carousel-servicios-home .efecto-parallax {
  background-image: url(../imagenes/servicios-home.jpg);
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 2s;
  padding: 60px 0 110px 0;
}
/* line 841, ../sass/styles.scss */
.carousel-servicios-home .grupo-servicios-home {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
/* line 852, ../sass/styles.scss */
.carousel-servicios-home .card p {
  text-align: left;
}

/* line 857, ../sass/styles.scss */
.card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100% !important;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 20px;
  margin-bottom: 35px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
/* line 872, ../sass/styles.scss */
.card h4 {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 20px;
  color: #B1232D;
  font-weight: 400;
  text-align: center;
  margin: 0 0 10px 0;
  height: 45px;
  overflow: hidden;
}
/* line 882, ../sass/styles.scss */
.card p {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 17px;
  color: #6b5959;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 85px;
}
/* line 895, ../sass/styles.scss */
.card p span {
  font-weight: bold;
}
/* line 899, ../sass/styles.scss */
.card i {
  font-size: 50px;
  position: relative;
  padding-bottom: 20px;
}

/*Botones carousel Servicios Home*/
/* line 907, ../sass/styles.scss */
.owl-dots {
  text-align: center;
  position: relative;
  top: -20px;
}

/* line 912, ../sass/styles.scss */
.owl-dot {
  border-radius: 10px;
  border: 2px solid #B1232D !important;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
/* line 917, ../sass/styles.scss */
.owl-dot.active {
  background: #1A6931;
}

/* line 923, ../sass/styles.scss */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
/* line 942, ../sass/styles.scss */
.owl-carousel .owl-nav button.owl-next.active,
.owl-carousel .owl-nav button.owl-prev.active {
  background-color: #1A6931;
  opacity: 1;
}
/* line 948, ../sass/styles.scss */
.owl-carousel button.owl-dot.active {
  background-color: #1A6931;
  opacity: 1;
}
/* line 952, ../sass/styles.scss */
.owl-carousel button.owl-dot {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 6px;
  height: 6px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  opacity: .5;
  transition: opacity .6s ease;
}

/*ENCABEZADO SECCIONES*/
/* line 972, ../sass/styles.scss */
.encabezado-quienesomos,
.encabezado-proceso-productivo,
.encabezado-produccion-ganadera,
.encabezado-mercado-interno,
.encabezado-contacto,
.abastecimiento {
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: cover;
  position: relative;
  display: block;
  background-attachment: fixed;
}

/* line 985, ../sass/styles.scss */
.encabezado-quienesomos,
.encabezado-contacto {
  height: 300px;
}

/* line 989, ../sass/styles.scss */
.encabezado-quienesomos {
  background-image: url(../imagenes/encabezado/encabezado-web-quienesomos.jpg);
  background-position-y: -120px;
}

/* line 993, ../sass/styles.scss */
.encabezado-proceso-productivo,
.encabezado-produccion-ganadera,
.encabezado-mercado-interno {
  background-image: url(../imagenes/encabezado/encabezado-web-servicios.jpg);
  background-position-y: -120px;
}

/* line 999, ../sass/styles.scss */
.encabezado-produccion-ganadera {
  background-position-y: -120px;
  height: 360px;
}

/* line 1003, ../sass/styles.scss */
.encabezado-contacto {
  background-image: url(../imagenes/encabezado/encabezado-web-contacto.jpg);
  background-position-y: -80px;
}

/* line 1007, ../sass/styles.scss */
.encabezado-titulo {
  height: 300px;
}
/* line 1009, ../sass/styles.scss */
.encabezado-titulo h2 {
  top: 135px;
}
/* line 1012, ../sass/styles.scss */
.encabezado-titulo p {
  top: 135px;
  width: 60%;
}

/* line 1017, ../sass/styles.scss */
.bloque-central-fondo:before,
.efecto-parallax:before,
.encabezado-quienesomos:before,
.encabezado-proceso-productivo:before,
.encabezado-produccion-ganadera:before,
.encabezado-mercado-interno:before,
.encabezado-contacto:before,
.cuadrado-giro-02:before,
.asesoramiento:before {
  background: url(../imagenes/textura-overlay.png) repeat center center rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*SECCION QUIENES SOMOS*/
/*Mision-Visi├│n-Valores*/
/* line 1041, ../sass/styles.scss */
.bloque-caracteristicas-empresa,
.tipo-alimentacion {
  position: relative;
  top: 0;
  left: 0;
}
/* line 1046, ../sass/styles.scss */
.bloque-caracteristicas-empresa:before,
.tipo-alimentacion:before {
  background: url(../imagenes/textura-overlay.png) repeat center center rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -9;
}

/* line 1060, ../sass/styles.scss */
.mision-vision-valores,
.dietas {
  margin-bottom: 20px;
}

/* line 1064, ../sass/styles.scss */
.mision-vision-valores,
.actividades-produccion-ganadera,
.dietas {
  float: left;
  width: 100%;
  height: 240px;
  position: relative;
  top: -50px;
}
/* line 1072, ../sass/styles.scss */
.mision-vision-valores .cuadrado-giro-01,
.actividades-produccion-ganadera .cuadrado-giro-01,
.dietas .cuadrado-giro-01 {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  z-index: 1;
  border-radius: 20px;
}
/* line 1079, ../sass/styles.scss */
.mision-vision-valores:hover .cuadrado-giro-01,
.actividades-produccion-ganadera:hover .cuadrado-giro-01,
.dietas:hover .cuadrado-giro-01 {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}
/* line 1088, ../sass/styles.scss */
.mision-vision-valores .cuadrado-giro-02,
.actividades-produccion-ganadera .cuadrado-giro-02,
.dietas .cuadrado-giro-02 {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  z-index: 1;
  border-radius: 20px;
}
/* line 1099, ../sass/styles.scss */
.mision-vision-valores:hover .cuadrado-giro-02,
.actividades-produccion-ganadera:hover .cuadrado-giro-02,
.dietas:hover .cuadrado-giro-02 {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}
/* line 1109, ../sass/styles.scss */
.mision-vision-valores:hover .cuadrado-container,
.actividades-produccion-ganadera:hover .cuadrado-container,
.dietas:hover .cuadrado-container {
  -webkit-transform: translateY(-50%) translateX(-650px) scale(0.88);
  -ms-transform: translateY(-50%) translateX(-650px) scale(0.88);
  transform: translateY(-50%) translateX(-650px) scale(0.88);
  transform-style: preserve-3d;
}
/* line 1117, ../sass/styles.scss */
.mision-vision-valores:hover .cuadrado-container-02,
.actividades-produccion-ganadera:hover .cuadrado-container-02,
.dietas:hover .cuadrado-container-02 {
  -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  -ms-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  transform-style: preserve-3d;
}
/* line 1124, ../sass/styles.scss */
.mision-vision-valores h4,
.actividades-produccion-ganadera h4,
.dietas h4 {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 20px;
  color: #B1232D;
  font-weight: 400;
  text-align: center;
  margin: 10px 0 20px 0;
}
/* line 1132, ../sass/styles.scss */
.mision-vision-valores p,
.actividades-produccion-ganadera p,
.dietas p {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 17px;
  color: #fff;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
}

/* line 1141, ../sass/styles.scss */
.cuadrado-giro-01,
.cuadrado-giro-02 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -ms-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

/* line 1158, ../sass/styles.scss */
.cuadrado-giro-01 img {
  height: 50px;
}

/* line 1162, ../sass/styles.scss */
.cuadrado-giro-02 {
  background-image: url(../imagenes/fondo-cuadro-giro.jpg);
  padding: 10px;
}

/* line 1166, ../sass/styles.scss */
.cuadrado-container,
.cuadrado-container-02 {
  padding: 15px;
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  -webkit-transition: transform 0.6s cubic-bezier(0.5, 0.3, 0.3, 1);
  -webkit-transform: translateY(-50%) translateX(0px) scale(1);
  -ms-transform: translateY(-50%) translateX(0px) scale(1);
  transform: translateY(-50%) translateX(0px) scale(1);
  transform-style: preserve-3d;
  z-index: 2;
}

/* line 1182, ../sass/styles.scss */
.cuadrado-container-02 img {
  filter: invert(1);
  height: 80px;
}

/*Galeria quienes somos*/
/* line 1189, ../sass/styles.scss */
.botones-filtro {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 15px;
  border: none;
  padding: 7px;
  text-align: center;
  color: #6b5959;
  margin: 0 5px 30px 5px;
  background: #efefef;
  transition: all 500ms ease;
  border-radius: 10px;
}
/* line 1200, ../sass/styles.scss */
.botones-filtro:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}
/* line 1204, ../sass/styles.scss */
.botones-filtro i {
  padding-right: 10px;
}
/* line 1207, ../sass/styles.scss */
.botones-filtro:focus, .botones-filtro.active {
  color: #fff;
  background-color: #1A6931;
}

/* line 1213, ../sass/styles.scss */
.galeria-quienes-somos {
  margin: 0px;
  padding: 0;
  position: relative;
  transition: all ease 0.5s;
  max-height: 280px;
  overflow: hidden;
}
/* line 1221, ../sass/styles.scss */
.galeria-quienes-somos a img {
  max-width: none;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  position: relative;
  background-size: cover;
}
/* line 1234, ../sass/styles.scss */
.galeria-quienes-somos:hover .icono-foto {
  display: block;
}
/* line 1238, ../sass/styles.scss */
.galeria-quienes-somos .icono-foto {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  overflow: hidden;
  color: #fff;
  top: 0;
  display: none;
  transform: scale(1);
  -webkit-transition: all 3s;
}
/* line 1250, ../sass/styles.scss */
.galeria-quienes-somos .icono-foto:hover {
  background-color: #B1232D;
  cursor: pointer;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
  -webkit-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  -ms-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
/* line 1263, ../sass/styles.scss */
.galeria-quienes-somos .icono-foto i {
  position: relative;
  top: 28%;
  left: 41%;
  font-size: 50px;
  -webkit-transition: all 3s;
}
/* line 1271, ../sass/styles.scss */
.galeria-quienes-somos h4 {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  weight: 400;
  text-align: center;
  margin: 10px 0 20px 0;
  position: relative;
  top: 20%;
}

/* line 1283, ../sass/styles.scss */
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

/*SECCI├ôN SERVICIOS*/
/*PROCESO PRODUCTIVO*/
/* line 1292, ../sass/styles.scss */
.detalles-destacados {
  display: block;
  margin-top: 15px;
}
/* line 1295, ../sass/styles.scss */
.detalles-destacados h4 {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 20px;
  color: #B1232D;
  font-weight: 400;
  text-align: left;
}

/* line 1303, ../sass/styles.scss */
.footer-icono i,
.detalles-destacados i,
.completar-formulario i {
  font-size: 20px;
  color: #B1232D;
  position: relative;
  top: 0;
  float: left;
  padding-right: 5px;
  transform: scale(1);
  -webkit-transition: all 3s;
}

/* line 1315, ../sass/styles.scss */
.tipo-alimentacion {
  top: 40px;
}

/* line 1318, ../sass/styles.scss */
.faena .efecto-parallax {
  background-image: url(../imagenes/faena.jpg);
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 2s;
  padding: 60px 0;
}

/* line 1326, ../sass/styles.scss */
.comercializacion .efecto-parallax {
  background-image: url(../imagenes/comercializacion.jpg);
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 2s;
  padding: 60px 0;
}

/*PRODUCCI├çON GANADERA*/
/* line 1338, ../sass/styles.scss */
.produccion-ganadera,
.categorias-faena,
.pasos-cuidado-animales,
.pasos-carniceria-detalles {
  position: relative;
  background-color: #B1232D;
}
/* line 1344, ../sass/styles.scss */
.produccion-ganadera p,
.categorias-faena p,
.pasos-cuidado-animales p,
.pasos-carniceria-detalles p {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

/* line 1356, ../sass/styles.scss */
.produccion-ganadera p {
  width: 60%;
  padding: 40px 10px;
}

/* line 1361, ../sass/styles.scss */
.actividades-produccion-ganadera {
  margin-bottom: -50px;
}

/* line 1364, ../sass/styles.scss */
.imagen-venta-minorista {
  background-image: url(../imagenes/servicios/venta-minorista.jpg);
}

/*asesoramiento*/
/* line 1369, ../sass/styles.scss */
.asesoramiento {
  background-image: url(../imagenes/asesoramiento.jpg);
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  z-index: 0;
}
/* line 1377, ../sass/styles.scss */
.asesoramiento .botones {
  position: relative;
}
/* line 1380, ../sass/styles.scss */
.asesoramiento h2 span, .asesoramiento a, .asesoramiento p {
  color: #fff;
}

/*Compa hacienda faena*/
/* line 1385, ../sass/styles.scss */
.compra-hacienda-faena,
.venta-carnicerias {
  background-color: #f8f9fa;
}

/*Categor├¡as-faena*/
/* line 1394, ../sass/styles.scss */
.categorias-faena h3,
.detalles-cuidado-animales h3,
.pasos-carniceria-detalles h3 {
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 12px;
  padding: 0;
  text-align: center;
}
/* line 1403, ../sass/styles.scss */
.categorias-faena .imagen-categorias-hacienda,
.detalles-cuidado-animales .imagen-categorias-hacienda,
.pasos-carniceria-detalles .imagen-categorias-hacienda {
  text-align: center;
}
/* line 1405, ../sass/styles.scss */
.categorias-faena .imagen-categorias-hacienda img,
.detalles-cuidado-animales .imagen-categorias-hacienda img,
.pasos-carniceria-detalles .imagen-categorias-hacienda img {
  width: 100%;
  padding: 20px 0;
}
/* line 1410, ../sass/styles.scss */
.categorias-faena i,
.detalles-cuidado-animales i,
.pasos-carniceria-detalles i {
  font-size: 50px;
  color: #fff;
  text-align: center;
}

/* line 1416, ../sass/styles.scss */
.detalles-cuidado-animales,
.pasos-carniceria-detalles {
  margin: 0 auto;
  text-align: center;
}

/*Abastecimiento*/
/* line 1423, ../sass/styles.scss */
.abastecimiento {
  background-color: #B1232D;
  position: relative;
  margin-bottom: 50px;
}
/* line 1427, ../sass/styles.scss */
.abastecimiento .efecto-parallax {
  background-image: url(../imagenes/abastecimiento.jpg);
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 2s;
  padding: 60px 0 110px 0;
}
/* line 1435, ../sass/styles.scss */
.abastecimiento .abastecimiento-ventas {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
/* line 1440, ../sass/styles.scss */
.abastecimiento .abastecimiento-ventas .card p {
  text-alin: center;
}

/*MERCADO INTERNO Y LOG├ìSTICA*/
/* line 1448, ../sass/styles.scss */
.st0 {
  fill: #B1232D;
  width: 665px;
  height: 589px;
}

/* line 1453, ../sass/styles.scss */
.st1 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

/* line 1459, ../sass/styles.scss */
.st2 {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
  stroke-dasharray: 2,2;
}

/* line 1465, ../sass/styles.scss */
.st4 {
  enable-background: new;
}

/* line 1468, ../sass/styles.scss */
.st5 {
  fill: #FFFFFF;
}

/* line 1472, ../sass/styles.scss */
.cuts {
  background-color: #B1232D;
  padding: 40px 0;
}
/* line 1475, ../sass/styles.scss */
.cuts img {
  max-width: 100%;
}
/* line 1478, ../sass/styles.scss */
.cuts .text {
  margin: 40px 0;
}
/* line 1481, ../sass/styles.scss */
.cuts .vaca svg {
  width: 500px;
}
/* line 1483, ../sass/styles.scss */
.cuts .vaca svg .corte.active,
.cuts .vaca svg .vaca svg .corte:hover {
  opacity: 0.5 !important;
}
/* line 1487, ../sass/styles.scss */
.cuts .vaca svg .corte {
  fill: #fff;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  cursor: pointer;
}
/* line 1493, ../sass/styles.scss */
.cuts .vaca svg .corte:hover {
  opacity: 0.2 !important;
}
/* line 1498, ../sass/styles.scss */
.cuts .corte.active,
.cuts .corte.hover_active {
  -webkit-animation: flickerAnimation 10s infinite;
  animation: flickerAnimation 10s infinite;
}

/* line 1504, ../sass/styles.scss */
#products {
  fill: #B1232D;
}

/* line 1507, ../sass/styles.scss */
.cuts-text__item {
  padding-bottom: 10px;
}

/* line 1510, ../sass/styles.scss */
.cuts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1521, ../sass/styles.scss */
.cuts__container.active {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 1526, ../sass/styles.scss */
.cuts__container__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
}

/* line 1532, ../sass/styles.scss */
.cuts-text {
  vertical-align: text-top;
}
/* line 1534, ../sass/styles.scss */
.cuts-text h4 {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

/* line 1542, ../sass/styles.scss */
.cuts-text.first {
  margin-right: 50px;
}

/* line 1545, ../sass/styles.scss */
.cuts-text.open {
  display: none;
}

/* line 1549, ../sass/styles.scss */
.cuts-text__item {
  padding-bottom: 5px;
  margin-bottom: 1px;
  cursor: pointer;
}

/* line 1554, ../sass/styles.scss */
.cuts-text__item.active,
.cuts-text__item.hover_active,
.cuts-text__item:hover {
  text-decoration: underline;
  color: #fff;
}

/* line 1560, ../sass/styles.scss */
.cuts-modal.active {
  height: auto;
  display: block;
}

/* line 1564, ../sass/styles.scss */
.cuts-modal {
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: .2s;
  transition: .2s;
  display: none;
  position: relative;
}
/* line 1572, ../sass/styles.scss */
.cuts-modal svg {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -7px;
  cursor: pointer;
  color: #fff;
  z-index: 1;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
/* line 1584, ../sass/styles.scss */
.cuts-modal svg:hover {
  color: #fff;
}
/* line 1587, ../sass/styles.scss */
.cuts-modal svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

/* line 1595, ../sass/styles.scss */
.cuts-modal__item {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
/* line 1603, ../sass/styles.scss */
.cuts-modal__item h4 {
  color: #fff;
}

/* line 1607, ../sass/styles.scss */
.cuts-modal__item.active {
  height: 100%;
}
/* line 1609, ../sass/styles.scss */
.cuts-modal__item.active img {
  margin: 20px 0;
  max-width: none;
  width: 100%;
}

/* line 1615, ../sass/styles.scss */
.cuts-modal__item.effect {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*SECCI├ôN CONTACTO*/
/* line 1622, ../sass/styles.scss */
.info-contacto {
  background-color: #B1232D;
  margin-bottom: 50px;
}
/* line 1625, ../sass/styles.scss */
.info-contacto .columnas-contacto {
  border-radius: 0 0 20px 20px;
  display: flex;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
/* line 1632, ../sass/styles.scss */
.info-contacto .columnas-contacto .card h4 {
  height: auto;
}
/* line 1635, ../sass/styles.scss */
.info-contacto .columnas-contacto .card p {
  height: 116px;
}
/* line 1637, ../sass/styles.scss */
.info-contacto .columnas-contacto .card p .whatsapp-columnas-contacto {
  text-decoration: none;
  color: #6b5959 !important;
}
/* line 1640, ../sass/styles.scss */
.info-contacto .columnas-contacto .card p .whatsapp-columnas-contacto:hover {
  color: #B1232D;
  -webkit-transition: all 3s;
}
/* line 1646, ../sass/styles.scss */
.info-contacto .columnas-contacto .card li {
  list-style-type: none;
  font-family: "Hind Vadodara", sans-serif;
  font-size: 17px;
  color: #6b5959;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
  display: inherit !important;
  -webkit-line-clamp: 0 !important;
}

/*Formulario contacto*/
/* line 1661, ../sass/styles.scss */
.contacto {
  background-color: #f8f9fa;
}
/* line 1664, ../sass/styles.scss */
.contacto .formulario-contacto .botones {
  margin: 0 auto;
  position: relative;
  top: -3px;
  padding: 0 !important;
  height: 46px !important;
  width: 50%;
  display: block;
  font-family: "Hind Vadodara", sans-serif !important;
  font-size: 15px !important;
  display: inline;
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase !important;
  position: relative;
  top: -2px;
}
/* line 1683, ../sass/styles.scss */
.contacto .formulario-contacto .completar-formulario {
  position: relative;
  margin: 0 0 20px 0;
}
/* line 1686, ../sass/styles.scss */
.contacto .formulario-contacto .completar-formulario i {
  position: absolute;
  top: 5px;
  padding: 0;
}
/* line 1691, ../sass/styles.scss */
.contacto .formulario-contacto .completar-formulario .form-control {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 15px;
  color: #6b5959;
  border: none;
  background: transparent;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #B1232D;
  padding: 10px 10px 10px 35px;
  box-shadow: none;
}
/* line 1702, ../sass/styles.scss */
.contacto .formulario-contacto .completar-formulario .form-control:focus {
  color: #6b5959 !important;
  font-style: italic;
  background: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid #000;
}
/* line 1708, ../sass/styles.scss */
.contacto .formulario-contacto .completar-formulario .form-control::-webkit-input-placeholder {
  color: #6b5959;
}
/* line 1711, ../sass/styles.scss */
.contacto .formulario-contacto .completar-formulario .form-control::-moz-placeholder {
  color: #6b5959;
}
/* line 1714, ../sass/styles.scss */
.contacto .formulario-contacto .completar-formulario .form-control:-ms-input-placeholder {
  color: #6b5959;
}
/* line 1717, ../sass/styles.scss */
.contacto .formulario-contacto .completar-formulario textarea {
  height: 165px;
}

/*FOOTER*/
/* line 1726, ../sass/styles.scss */
footer {
  background-color: #000;
  padding: 40px 0;
}
/* line 1729, ../sass/styles.scss */
footer h4 {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 20px;
  color: #B1232D;
  padding-bottom: 15px;
  text-align: left;
  margin: 0;
  font-weight: 400;
  display: inline;
}
/* line 1739, ../sass/styles.scss */
footer p {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  display: block;
  margin-bottom: 0;
  height: 60px;
  overflow: hidden;
}
/* line 1748, ../sass/styles.scss */
footer p:hover {
  color: #B1232D !important;
  -webkit-transition: all 3s;
}
/* line 1753, ../sass/styles.scss */
footer .footer-logo {
  height: 60px;
  width: auto;
  position: relative;
  top: -10px;
  margin-bottom: 8px;
}
/* line 1760, ../sass/styles.scss */
footer .footer-datos-contacto {
  display: inline-block;
  width: 100%;
  margin-top: 7px;
}
/* line 1764, ../sass/styles.scss */
footer .footer-datos-contacto p {
  margin-bottom: 0;
  height: auto;
  font-size: 15px;
}
/* line 1769, ../sass/styles.scss */
footer .footer-datos-contacto .footer-icono {
  float: left;
  padding-right: 6px;
  position: relative;
  top: -2px;
}
/* line 1774, ../sass/styles.scss */
footer .footer-datos-contacto .footer-icono:hover {
  transform: scale(1.25);
}
/* line 1777, ../sass/styles.scss */
footer .footer-datos-contacto .footer-icono:hover i::before {
  color: #fff;
  transform: scale(1.2);
  transition: all .5s ease;
}
/* line 1783, ../sass/styles.scss */
footer .footer-datos-contacto .telefonos-ventas {
  display: inline-block;
}
/* line 1785, ../sass/styles.scss */
footer .footer-datos-contacto .telefonos-ventas li {
  font-family: "Hind Vadodara", sans-serif;
  font-size: 15px;
  color: #fff !important;
  font-weight: 400;
  text-decoration: none;
  list-style-type: none;
  color: #fff;
  display: flex;
}
/* line 1797, ../sass/styles.scss */
footer .consultas-footer {
  padding-top: 10px;
}
/* line 1800, ../sass/styles.scss */
footer .footer-botones {
  position: relative;
  top: 21px;
  margin-bottom: 21px;
}

/*MEDIAS QUERIES*/
@media (max-width: 1200px) {
  /* line 1810, ../sass/styles.scss */
  .carousel .carousel-contenido h2,
  .carousel .carousel-contenido h2 span {
    font-size: 50px;
  }
  /* line 1814, ../sass/styles.scss */
  .carousel .carousel-contenido p {
    width: 75%;
    height: 90px;
  }
  /* line 1819, ../sass/styles.scss */
  .carousel .carousel-video {
    width: auto !important;
  }
  /* line 1823, ../sass/styles.scss */
  .carousel .detalles-productos-premium p {
    height: 100px;
  }

  /* line 1828, ../sass/styles.scss */
  .abastecimiento .efecto-parallax {
    background-attachment: initial;
  }

  /* line 1832, ../sass/styles.scss */
  .cuadrado-giro-02 p {
    width: 100%;
  }

  /* line 1836, ../sass/styles.scss */
  .cuts__container__texts {
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  /* line 1844, ../sass/styles.scss */
  .cuts-text.first {
    margin: 0;
  }

  /* line 1847, ../sass/styles.scss */
  .cuts .vaca {
    border: 0;
    width: 100%;
  }

  /* line 1850, ../sass/styles.scss */
  .cuts .vaca svg {
    width: auto !important;
  }

  /* line 1853, ../sass/styles.scss */
  .cuts-modal svg {
    width: 30px;
    height: 30px;
    top: 0;
  }
}
@media (max-width: 1024px) {
  /* line 1861, ../sass/styles.scss */
  .carousel-home .carousel .imagen-carousel {
    width: auto;
  }
}
@media (max-width: 992px) {
  /* line 1869, ../sass/styles.scss */
  .scrolled .logo img,
  .logo img {
    top: -13px;
    height: 60px;
  }

  /* line 1874, ../sass/styles.scss */
  label {
    float: right;
    padding: 8px 20px;
  }

  /* line 1878, ../sass/styles.scss */
  header {
    padding-top: 20px;
    background-color: #000 !important;
    border-bottom: 1px solid #282727;
  }
  /* line 1882, ../sass/styles.scss */
  header .menu {
    position: absolute;
    top: 81px;
    background-color: #000;
    width: 100%;
  }
  /* line 1889, ../sass/styles.scss */
  header .menu nav ul li {
    width: 100%;
  }
  /* line 1891, ../sass/styles.scss */
  header .menu nav ul li > a {
    color: #fff !important;
    border-bottom: 1px solid #282727;
    padding: 23px 20px !important;
  }
  /* line 1895, ../sass/styles.scss */
  header .menu nav ul li > a:hover {
    color: #fff;
  }
  /* line 1898, ../sass/styles.scss */
  header .menu nav ul li > a:after {
    background-color: transparent;
  }
  /* line 1902, ../sass/styles.scss */
  header .menu nav ul li .dropdown-menu {
    width: 100%;
    display: none;
    positiom: relative;
  }
  /* line 1907, ../sass/styles.scss */
  header .menu nav ul li .dropdown-menu li a {
    border-bottom: 1px solid #282727;
  }
  /* line 1912, ../sass/styles.scss */
  header .menu nav ul li .dropdown-menu.show {
    width: 100%;
    display: contents;
    visibility: visible;
  }
  /* line 1917, ../sass/styles.scss */
  header .menu nav ul li:hover {
    border-bottom: none;
  }

  /* line 1925, ../sass/styles.scss */
  .dropdown {
    background: transparent !important;
  }

  /* line 1928, ../sass/styles.scss */
  .collapse:not(.show) {
    display: none;
  }

  /* line 1931, ../sass/styles.scss */
  .show {
    height: auto;
  }

  /* line 1934, ../sass/styles.scss */
  input.hamburger-button ~ label {
    display: block;
    position: relative;
    top: 7px;
    padding: 0;
    width: 24px;
    height: 20px;
  }

  /* line 1941, ../sass/styles.scss */
  .idiomas-menu {
    display: block !important;
    width: 100%;
  }
  /* line 1944, ../sass/styles.scss */
  .idiomas-menu .espanol {
    width: 50%;
    float: left;
  }
  /* line 1948, ../sass/styles.scss */
  .idiomas-menu .ingles {
    width: 50%;
    float: right;
    border-left: 1px solid #282727;
  }
  /* line 1954, ../sass/styles.scss */
  .idiomas-menu li a {
    background: transparent !important;
  }
  /* line 1956, ../sass/styles.scss */
  .idiomas-menu li a .active {
    background: transparent !important;
  }

  /* line 1964, ../sass/styles.scss */
  .carousel-home .carousel .carousel-contenido h2,
  .carousel-home .carousel .carousel-contenido h2 span {
    font-size: 40px;
  }
  /* line 1968, ../sass/styles.scss */
  .carousel-home .carousel .carousel-contenido p {
    height: 80px;
    overflow: hidden;
    width: 75%;
  }
  /* line 1974, ../sass/styles.scss */
  .carousel-home .carousel .boton-carousel-home {
    margin: 0;
  }
  /* line 1977, ../sass/styles.scss */
  .carousel-home .carousel .imagen-carousel {
    width: initial;
    height: 100vh !important;
  }
  /* line 1981, ../sass/styles.scss */
  .carousel-home .carousel .carousel-video {
    width: initial;
  }

  /* line 1986, ../sass/styles.scss */
  .detalles-productos-premium h3 {
    margin-bottom: 0;
  }

  /* line 1990, ../sass/styles.scss */
  .parrafo-left h2,
  .parrafo-left h2 span,
  .bloque-central-animado h2,
  .bloque-central-animado h2 span,
  .bg-light h2,
  .encabezado-titulo h2,
  .encabezado-titulo h2 span {
    font-size: 30px;
    line-height: 36px;
  }

  /* line 2000, ../sass/styles.scss */
  .carousel-titulos h3,
  .parrafo-left h3,
  .detalles-categorias-hacienda h3,
  .detalles-cuidado-animales h3,
  .texto-servicios-home h3 {
    font-size: 23px;
    margin-bottom: 5px;
  }

  /* line 2008, ../sass/styles.scss */
  .encabezado-titulo p {
    width: 100%;
  }

  /* line 2011, ../sass/styles.scss */
  .detalles-productos-premium h3,
  .bg-light h3 {
    font-size: 23px;
    margin-bottom: 0;
  }

  /* line 2019, ../sass/styles.scss */
  .mision-vision-valores h4,
  .detalles-destacados h4,
  footer h4 {
    font-size: 18px;
  }

  /* line 2023, ../sass/styles.scss */
  .actividades-produccion-ganadera {
    position: relative;
    margin-bottom: 0;
  }

  /* line 2027, ../sass/styles.scss */
  .produccion-ganadera p {
    width: 100%;
  }

  /* line 2030, ../sass/styles.scss */
  .galeria-quienes-somos .icono-foto i {
    top: 10%;
  }

  /* line 2033, ../sass/styles.scss */
  .galeria-quienes-somos h4 {
    top: 0;
  }

  /* line 2036, ../sass/styles.scss */
  .venta-distribuidores .bloque-gris .imagen-parrafo .carousel-servicios .carousel-item img {
    object-position: left;
  }

  /* line 2040, ../sass/styles.scss */
  .datos-seccion-contacto p {
    font-size: 15px;
  }

  /* line 2045, ../sass/styles.scss */
  .formulario-contacto .botones {
    width: 100%;
  }

  /* line 2049, ../sass/styles.scss */
  .contacto .formulario-contacto .botones {
    width: 100% !important;
  }

  /* line 2052, ../sass/styles.scss */
  .info-contacto .columnas-contacto .card p {
    height: 176px;
    font-size: 15px;
  }

  /* line 2057, ../sass/styles.scss */
  footer .footer-datos-contacto {
    margin-bottom: 20px;
  }
  /* line 2060, ../sass/styles.scss */
  footer .consultas-footer {
    padding-top: 0;
  }
  /* line 2063, ../sass/styles.scss */
  footer .footer-botones {
    top: 0;
  }

  /* line 2067, ../sass/styles.scss */
  footer p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 2073, ../sass/styles.scss */
  .navbar-nav li .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }

  /* line 2078, ../sass/styles.scss */
  .carousel-home .carousel .carousel-contenido h2,
  .carousel-home .carousel .carousel-contenido h2 span {
    font-size: 30px;
  }
  /* line 2082, ../sass/styles.scss */
  .carousel-home .carousel .carousel-contenido p {
    height: 100px;
  }

  /* line 2086, ../sass/styles.scss */
  .parrafo-left {
    margin-bottom: 40px;
  }
  /* line 2088, ../sass/styles.scss */
  .parrafo-left .botones {
    margin-bottom: 0;
  }

  /* line 2092, ../sass/styles.scss */
  .detalles-categorias-hacienda p {
    height: 60px;
  }

  /* line 2095, ../sass/styles.scss */
  .bloque-texto {
    padding: 0;
  }

  /* line 2098, ../sass/styles.scss */
  .efecto-parallax {
    background-size: inherit !important;
  }

  /* line 2101, ../sass/styles.scss */
  .bg-light .imagen-productos-premium {
    width: 60%;
    margin: 0 auto;
  }

  /* line 2105, ../sass/styles.scss */
  .cuts .parrafo-left {
    margin-bottom: 0;
  }

  /* line 2108, ../sass/styles.scss */
  .cuts__container__texts {
    padding: 30px 0 0 0;
  }

  /* line 2111, ../sass/styles.scss */
  .cuts-text.first {
    margin-right: 20px;
  }

  /* line 2114, ../sass/styles.scss */
  .contacto {
    padding-top: 40px;
  }

  /* line 2117, ../sass/styles.scss */
  .info-contacto .columnas-contacto .card p {
    height: auto;
  }
}
@media only screen and (max-width: 576px) {
  /* line 2123, ../sass/styles.scss */
  .boton-carousel-home {
    margin: 5px;
  }

  /* line 2128, ../sass/styles.scss */
  .carousel .carousel-contenido h2 {
    padding: 10px 10px 15px 10px;
  }

  /* line 2133, ../sass/styles.scss */
  .imagen-intro-home,
  .imagen-nuestro-equipo {
    width: 85%;
  }

  /* line 2137, ../sass/styles.scss */
  .encabezado-titulo h2 {
    padding: 0 30px;
  }

  /* line 2145, ../sass/styles.scss */
  .parrafo-left h2, .parrafo-left h2 span,
  .bloque-central-animado h2,
  .bloque-central-animado h2 span,
  .bg-light h2,
  .bg-light h2 span,
  .bg-white h2,
  .bg-white h2 span,
  .encabezado-titulo h2,
  .encabezado-titulo h2 span {
    font-size: 26px;
    line-height: 32px;
  }

  /* line 2150, ../sass/styles.scss */
  .carousel-titulos h3,
  .parrafo-left h3, .detalles-categorias-hacienda h3,
  .texto-servicios-home h3, .bg-light h3,
  .datos-seccion-contacto h3 {
    font-size: 21px;
  }

  /* line 2156, ../sass/styles.scss */
  .botones-filtro {
    margin: 0 0 10px 0;
  }

  /* line 2159, ../sass/styles.scss */
  .categorias-faena .imagen-categorias-hacienda img {
    width: auto;
  }

  /* line 2162, ../sass/styles.scss */
  .pasos-carniceria i {
    padding-top: 20px;
  }

  /* line 2165, ../sass/styles.scss */
  .abastecimiento .efecto-parallax {
    background-attachment: inherit;
  }
}
@media only screen and (max-width: 360px) {
  /* line 2171, ../sass/styles.scss */
  label {
    padding: 5px 0px;
  }

  /* line 2174, ../sass/styles.scss */
  nav {
    top: 47px;
  }

  /* line 2178, ../sass/styles.scss */
  .carousel-titulos p {
    height: 145px;
  }

  /* line 2182, ../sass/styles.scss */
  .venta-distribuidores .bloque-gris .imagen-parrafo .carousel-servicios .carousel-item img {
    object-position: left;
  }
}
