:root {
  --h1_font: 42px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  --allpetfood-color: #214051;
  --allpetfood-dark: #062230;
  --allpetfood-secondary: #e0e0e0;
  --text-detail: 18px;
  --text-gray-allpetfood: #4F4F4F;
  --text-orange-allpetfood: #FF8643;
  --background-body: #EAE9E9;
}

@media (max-width : 768px) {
  :root {
    --text-detail: 18px
  }
}

body {
  background-color: #EAE9E9 !important;
}


.reproductor_youtube{
  position: absolute;
  color: red;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}
/* Fonts */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Zilla+Slab:wght@500;600&display=swap');

.mt10{
  margin-top: 10px;
}

.mt20{
  margin-top: 20px;
}

.img-publi{
  width: 100%;
  max-width: 800px;
}

.bg-apf-secondary {
  background-color: var(--allpetfood-secondary);
}

.text-orange-allpetfood{
  color: var(--text-orange-allpetfood);
}

.contacto_card {
  font-weight: 300;
  color: var(--allpetfood-color);
  font-size: 14px;
}

.br0{
  border-radius: 0px;
}

.br2{
  border-radius: 2px;
}

.second_divider.videos_detalle{
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}

.publicity ins{
  width: 100% !important;
  max-width: 260px;
  margin-bottom: 40px;
}

.contacto_mobile {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  z-index: 99;
}

.contacto_mobile i {
  font-size: 24px;
}

.fw-600 {
  font-weight: 600;
}

.producto_texto {
  font-size: var(var(--text-detail));
}

.fs18 {
  font-size: 18px !important;
}

.g10 {
  gap: 10px;
}

.g15 {
  gap: 15px;
}

.g20 {
  gap: 20px;
}

.g30 {
  gap: 30px;
}

.pi {
  position: initial !important;
}

.p5 {
  padding: 5px;
}

.p15 {
  padding: 15px;
}

.p18{
  padding: 18px;
}

.plr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mtb5 {
  margin: 5px 0px;
}

.mtb20 {
  margin: 20px 0px;
}

.mb16 {
  margin-bottom: 16px;
}

/* Margins */
.text-allpetfood {
  color: var(--allpetfood-color) !important;
}

.text-allpetfood-gray{
  color: var(--text-gray-allpetfood) !important;
}

.btn-allpetfood, .btn-allpetfood:hover {
  width: 100%;
  text-align: center;
  background: var(--allpetfood-color);
  color: white;
}

.font-weight-normal {
  font-weight: normal !important;
}

.br5 {
  border-radius: 5px !important;
}

.brt-5 {
  border-radius: 5px 5px 0px 0px !important;
}

.brl-5 {
  border-radius: 5px 0px 0px 5px !important;
}

.brr-5 {
  border-radius: 0px 5px 5px 0px !important;
}

.brb-5 {
  border-radius: 0px 0px 5px 5px !important;
}

.mt8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mt16 {
  margin-top: 16px;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb40 {
  margin-bottom: 40px;
}

.mt11 {
  margin-top: 11px;
}

.lh-22 {
  line-height: 22px;
}

.lh-32 {
  line-height: 32px !important;
}

.px15 {
  padding-left: 15px;
  padding-right: 15px;
}

.mb32{
  margin-bottom: 32px;
}

.fw-14 {
  font-size: 14px !important;
}

.radius5 {
  border-radius: 5px 5px 0px 0px;
}

.pt20{
  padding-top: 20px;
}
.pb20{
  padding-bottom: 20px;
}


.mt32 {
  margin-top: 32px;
}

.mb20{
  margin-bottom: 20px;
}

.radius2 {
  border-radius: 2px !important;
}

.all_radius5 {
  border-radius: 5px !important;
}

.h-card {
  height: 268px;
}

.darkblue {
  color: var(--allpetfood-color) !important;
}

.blue {
  color: #0082B6 !important;
}

.bg-darkblue {
  background-color: var(--allpetfood-color) !important;
}

.bg-darkblue_extra {
  background-color: var(--allpetfood-dark) !important;
}

.darkblue_extra {
  color: var(--allpetfood-dark) !important;
}

.orange {
  color: #EA5B0C !important;
}

.black {
  color: black !important;
}

.ff-zilla {
  font-family: 'Zilla Slab', serif !important;
}

.ff-open {
  font-family: 'Open Sans', sans-serif !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.object-cover {
  object-fit: cover !important;
}

.object-contain {
  object-fit: contain;
}

.ar169 {
  aspect-ratio: 16/9 !important;
}


.ar43 {
  aspect-ratio: 4/3 !important;
}

.swiper-container.marketplace{
  width: 80% !important;
}

.swiper-container{
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.swiper-container.marketplace .swiper-button-prev{
  left: -70px;
  color: var(--allpetfood-color) !important;
  background-color: #D9D9D9 !important;
}
.swiper-container.marketplace .swiper-button-next{
  right: -70px;
  color: var(--allpetfood-color) !important;
  background-color: #D9D9D9 !important;
}

.swiper-container.marketplace .swiper-pagination-bullet{
  background-color: #BDBDBD !important;
}

.swiper-container.marketplace .swiper-pagination-bullet-active{
  background-color: var(--text-orange-allpetfood) !important;
}

.swiper_marketplace img{
  width: 100%;
}

.swiper_marketplace a{
  width: 100%;
}


.p-label {
  padding: 2px 10px !important;
}

.img16-9{
  aspect-ratio: 16/9;
  object-fit: cover;
}
/* Header */

/* img {
  max-width: 100%;
} */

p {
  margin-bottom: 0px;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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


.logo {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: 0.6s ease;
}

.logo img{
  width: 400px;
  text-align: center;
}

.header_home {
  background-color: var(--allpetfood-dark);
  /* transition: 0.6s ease; */
  padding: 20px;
}


.fixed_header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}

.sticky_form {
  margin-top: 90px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.fixed_form {
  position: fixed;
  width: 330px;
  z-index: 999;
  top: 90px;
}

.header_logo {
  width: 80px;
  opacity: 0;
}

.header_home_rightsection {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

/* para selector de idioma */
.dropdown-toggle#dropdowIdioma {
  padding: 0px 10px;
}

.dropdown-menu[aria-labelledby="dropdownIdioma"]{
  min-width: max-content;
  background-color: var(--allpetfood-dark);
}


.dropdown-menu[aria-labelledby="dropdownIdioma"] a{
  color: white;
  text-decoration: none;
  margin: 0px;
}

.dropdown-menu[aria-labelledby="dropdownIdioma"] a:hover{
  background-color: transparent;
}

.dropdown.mobile {
  display: none;
}
/* para selector de idioma */


.navegation {
  display: flex;
  align-items: center;
}

.navbar-toggler {
  border: 0 !important;
}

.card-shadow {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}

.card-md-shadow{
  box-shadow: none;
}


.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.toggler-icon {
  width: 30px;
  height: 3px;
  background-color: #fff !important;
  display: block;
  transition: all 0.2s;
}

.middle-bar {
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .toggler-icon {
  background-color: #777777;
}

.header_home a {
  margin: 0px 10px;
}


.btn_newsletter {
  color: #F9F8F8;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px 15px;
  margin: 0px 30px !important;
  background: #0D70A6;
}

.btn_newsletter:hover,
.detail_newsletter:hover,
.detail_newsletter_tv:hover {
  box-shadow: 0px 0px 0px 4px rgba(217, 217, 217, 0.2);
  color: #fff;
  cursor: pointer;
  transition: all .3s;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.content {
  height: 100%;
}

.search_div {
  margin-right: 0;
}

.search {
  position: relative;
  border-radius: 5px;
  width: 265px;
  border: 2px solid #FFFFFF;
}

.search:focus {
  box-shadow: none;
}

.search:focus-visible {
  outline: 0;
}

.search_icon_bg {
  background-color: #fff;
  border: none;
}

.search_image {
  position: absolute;
  top: 5px;
  left: 5px;
}

.header-image {
  margin-top: 32px;
  border: 1px solid #000000;
}

.social_links {
  margin: 0 5px !important;
}


.opacidad {
  opacity: 0.3;
}

.open {
  background-color: #F2F2F2;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 537px;
  position: fixed;
  z-index: 9999;
  opacity: 1;
  overflow: auto;
  transition: all .3s;
  transform: translateX(-700px);
  padding-left: 16px;
}

.open.open_desktop {
  height: calc(100vh - 86px);
}

.open.show {
  transform: translateX(0px);
  transition: all .6s;
}

.open_top {
  height: calc(100vh - 150px);
}

.open_bottom {
  height: calc(100vh - 60px);
}

.open ul {
  margin-bottom: 0px;
  list-style: none;
  padding: 0px;
}

.open_divider {
  margin: 0px 16px;
  background: #828282;
}

/* .open_content {
  padding: 24px 80px 18px 48px;
} */

.top {
  top: 75px;
}

.fix-form {
  margin-top: 90px;
}

.item {
  margin: 0px 80px 0px 48px;
}

.item:first-of-type {
  padding-top: 20px;
}

#first_item {
  padding-top: 24px;
}

.content_2 {
  padding-top: 16px;
}

.open_content a {
  color: var(--allpetfood-dark);
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.subitems a {
  color: var(--allpetfood-dark);
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.menu_item_li:hover {
  background: rgba(79, 142, 176, 0.31);
  transition: all .3s;
  cursor: pointer;
}

.menu_item {
  font-weight: 500 !important;
  position: relative;
  margin: 0px 80px 0px 80px;
}

.subcategory_item .menu_item_li .menu_item {
  margin: 0px 80px 0px 96px;
}

.menu_item::before {
  content: "• ";
  color: var(--allpetfood-dark);
}

.active {
  font-weight: 600 !important;
}

.home {
  margin-top: 20px;
}

.home.content_show{
  margin-top: 32px;
}
.article_header {
  background-color: #D9D9D9;
  text-align: center;
}

.article_subheader {
  padding: 3px 15px;
  background-color: #FFFFFF;
}

.article_subheader_div {
  display: flex;
  justify-content: space-between;
}

.article_subheader svg path{
  fill: var(--allpetfood-dark);
}

.label1 {
  background-color: #EA5B0C;
  color: #fff;
  padding: 2px 24px;
  border-radius: 0px 2px 2px 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  float: left;
}

.label2 {
  background-color: #EA5B0C;
  color: #fff;
  padding: 2px 24px;
  border-radius: 2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.written {
  display: inline;
  font-family: 'Open Sans', sans-serif;
  margin-left: 5px;
  font-size: 12px;
  color: var(--allpetfood-color);
}

.written_card {
  display: inline;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.english_written_card {
  padding-bottom: 15px;
  display: block;
}

.author {
  font-weight: 600;
}

.city {
  font-size: 14px;
}

.article_body {
  background-color: var(--allpetfood-dark);
  font-family: 'Zilla Slab', serif;
  color: #F9F8F8;
  padding: 8px 16px;
  border-radius: 0px 0px 5px 5px;
  padding-bottom: 19px;
}

.article_body h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  font-family: 'Zilla Slab', serif;
}

.word-break {
  word-break: break-all;
}

.article_body span {
  font-family: 'Zilla Slab', serif;
  font-size: 16px;
  line-height: 19px;
}

.article_body p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #F9F8F8;
}

.rating {
  align-items: center;
  display: flex;
  margin-left: auto;
}

.rating span {
  margin-left: 5px;
}

.span_rate {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 17px;
}

.h3_card {
  font-family: 'Zilla Slab', serif;
  font-weight: 600;
  color: var(--allpetfood-color);
  margin: 8px 0px;
  font-size: 24px;
  line-height: 22px;
}

.h4_card {
  font-family: 'Zilla Slab', serif;
  font-weight: 500;
  color: var(--allpetfood-color);
  font-size: 20px;
}

.divider {
  border-radius: 5px;
  height: 2px !important;
  background-color: var(--allpetfood-dark);
  color: var(--allpetfood-dark);
  margin-top: 16px;
  margin-bottom: 24px;
}

.english_section_container {
  padding-left: 8px;
  padding-right: 8px;
}

.h2_class a {
  color: var(--allpetfood-dark);
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 16px;
}

.english_section_date {
  font-family: 'Zilla Slab', serif;
  font-size: 16px;
  line-height: 19px;
  color: var(--text-orange-allpetfood);
  margin-bottom: 8px;
}

.english_section_text {
  color: #585858;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 16px;
  line-height: 18px;
}

#english_section .all_cards {
  height: 240px !important;
}

.second_banner {
  margin-top: 32px;
}

.second_banner.last {
  padding-bottom: 32px;
}

.second_banner img, .banner-800 {
  width: 800px;
  height: 120px;
  text-align: center;
}

.second_divider {
  background-color: var(--allpetfood-dark);
  height: 2px;
  width: 100%;
  margin-top: 64px;
  margin-bottom: 48px;
  border-radius: 5px;
}

.videos {
  background-color: var(--allpetfood-dark);
  margin-top: 24px;
  padding: 16px 16px 16px 24px;
}

.videos iframe{
  aspect-ratio: 16/9;
  height: auto;
  border-radius: 5px;
}

.videos img{
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 5px;
}

.card_video{
  border-radius: 5px;
  overflow: hidden;
}

.card_video .btn-orange{
  padding: 4px 21px;
}

.date_video {
  color: var(--text-orange-allpetfood);
  font-family: 'Zilla Slab', serif;
  margin-bottom: 24px;
  margin-top: 20px;
}

.title_video {
  font-family: 'Zilla Slab', serif;
  color: #F9F8F8;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-left: 5px;
  line-height: 36px;
}

.title_video:hover {
  color: #F9F8F8;
}

.next_videos {
  margin-bottom: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
  margin-left: 0;
}

.bg_gray {
  background-color: var(--allpetfood-secondary);
  margin-bottom: 16px;
  border-radius: 5px;
}

.bg_gray2 {
  background-color: #D9D9D9;
  padding: 25px;
}

.reproduce {
  position: absolute;
}

.reproduce_small {
  position: absolute;
  height: 18px;
  width: 18px;
}

.right_video_title {
  font-family: 'Zilla Slab', serif;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 12px;
}

.right_video_small {
  font-family: 'Zilla Slab', serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--text-orange-allpetfood);
  padding: 5px 0px;
}

.h3_module1 {
  font-family: 'Zilla Slab', serif;
  font-weight: 600;
  color: var(--allpetfood-dark);
  margin: 8px 0px;
  font-size: 24px;
  line-height: 26px;
}

.h4_module1 {
  font-family: 'Zilla Slab', serif;
  color: var(--allpetfood-color);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0px;
}

.module_1 .english_section_date {
  margin-top: 20px !important;
}

.module_1 .h3_card {
  font-size: 32px;
  line-height: 32px;
}

.module1_col .article_header {
  height: 284px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#row_module_3 .module1_col .article_header {
  height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
}


#row_module_3 .h3_card {
  font-size: 32px;
  line-height: 32px;
}

#listing #row_module_3 .col-lg-7 .all_cards {
  height: 368px !important;
}

.module1_img {
  background-color: #D9D9D9;
  text-align: center;
  height: 215px;
}

.text_module1 {
  color: var(--text-gray-allpetfood);
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
}

.all_cards {
  padding: 6px 10px 10px 10px;
  border-radius: 0px 0px 5px 5px;
  background-color: #fff;
}

#editor_section .all_cards {
  height: 144px;
}

#editor_section .english_section_date {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

#detalle-seccion4 .mb40 {
  margin-bottom: 24px !important;
}

.collpase_empresa{
  overflow: hidden;
  transition: max-height .3s ease-out;
}

.collpase_empresa.open_collapese{
  overflow: hidden;
  transition: max-height .3s ease-in;
  max-height: 10000px !important;
}


.module3_div {
  margin-bottom: 16px;
  padding: 10px;
}

.module3_div.ultima_card {
  margin-bottom: 0px;
}

.module3_div .h4_card {
  margin-bottom: 0px;
}

.module3_date {
  color: var(--text-orange-allpetfood);
  font-family: 'Zilla Slab';
  margin-top: 8px;
  margin-bottom: 8px;
}

/* Publicity */

.col_publicity {
  padding-left: 0;
  padding-right: 0;
  background: #D9D9D9;
}

.magazine {
  background: var(--allpetfood-color);
  color: #fff;
  line-height: 19px;
  border-radius: 5px;
  padding: 8px 16px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}

.publicity img {
  width: 100%;
}

.publi_vertical_detalle_mobile{
  margin-top: 40px;
  text-align: center;
}

.publi_vertical_detalle_mobile img{
  max-width: 260px;
  width: 100%;
}

.publi_vertical_detalle_mobile ins, .publi_vertical_detalle_mobile img{
  margin-bottom: 0px;
}

.ad1 {
  margin-bottom: 40px;
}

.ad2 {
  margin-top: 8px;
  margin-bottom: 16px;
}

.ad3 {
  margin-bottom: 24px;
}

.gray_rectangle {
  margin-bottom: 40px;
}

.ad4 {
  margin-bottom: 24px;
}

.gray_rectangle2 {
  margin-bottom: 24px;
}

.gray_rectangle3 {
  margin-bottom: 32px;
}

.gray_rectangle4 {
  margin-bottom: 32px;
}

.breadcrumb {
  margin-top: 32px;
}

.breadcrumb_text {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: var(--allpetfood-dark);
}

.breadcrumb_text span {
  color: #EA5B0C;
}

.detail_body {
  background-color: var(--allpetfood-dark);
  font-family: 'Zilla Slab', serif;
  color: #F9F8F8;
  padding: 16px;
  border-radius: 0px 0px 5px 5px;
  position: relative;
}

.detail_title {
  font-family: 'Zilla Slab', serif;
  color: #fff;
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  margin-top: 8px;
}

.detail_text {
  color: #fff;
  font-size: var(--text-detail);
  font-family: 'Open Sans', sans-serif;
  line-height: 23.15px;
  margin-bottom: 24px;
  padding: 16px;
  line-height: 1.7;
}

.detail_text p,
.container_historia p {
  font-size: var(--text-detail);
  line-height: 1.7;
}

.detail_content .detail_text p:first-child {
  margin-top: 24px;
}

.detail_content .detail_text,
.detail_content {
  font-size: var(--text-detail);
  font-family: 'Open Sans', sans-serif;
  color: black;
}

.detail_content .detail_text p::selection {
  background: rgba(232, 153, 0, 0.2);
}

.detail_content .detail_text p {
  margin-bottom: 24px;
}

.detail_bar {
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  right: 0;
}

.detail_bar_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 8px;
  padding-right: 32px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.detail_reading {
  margin-right: 24px;
}

.detail_bar .written {
  color: black;
}

.detail_bar .city {
  font-size: 10px;
}

.detail_bar .span_rate {
  color: black;
  font-size: 14px;
  margin-left: 8px;
}

.editor,
.relacionada {
  background-color: var(--allpetfood-secondary);
  padding: 11px 16px;
  margin-bottom: 24px;
  margin-top: 24px;
}

.editor img,
.relacionada img {
  width: 140px;
}

.editor_more {
  color: var(--text-orange-allpetfood);
  font-family: 'Zilla Slab', serif;
  font-size: 14px;
}

.editor_title {
  font-family: 'Zilla Slab', serif;
  color: var(--allpetfood-dark);
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 1px;
}

.editor_title:hover {
  color: var(--allpetfood-dark) !important;
}

.editor_name {
  font-family: 'Open Sans', sans-serif;
  color: black;
  line-height: 16.34px;
  font-size: 12px;
  font-weight: 700;
}

.editor_name:hover {
  color: black;
}

.editor_text {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: var(--text-gray-allpetfood);
  margin-top: 5px;
}

.editor_text_card{
  color: var(--text-gray-allpetfood);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.editor_slider .editor_info {
  background-color: #0D70A6;
  padding: 8px 16px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0px 5px 5px 0px;
}

.editor_slider img {
  border-radius: 5px 0px 0px 5px;
  width: 100%;
  height: 153px;
  object-fit: cover;
}

.editor_slider .editor_info p {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.editor_slider .editor_info a {
  font-size: 20px;
  text-decoration: none;
  line-height: 25px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.swiper_editores .swiper-button-prev,
.swiper_editores .swiper-button-next {
  background-color: var(--allpetfood-dark);
}

.swiper_editores .swiper-button-next:after,
.swiper_editores .swiper-button-prev:after {
  color: #fff;
}

.interest {
  background: #D9D9D9;
  padding-left: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.interest p {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: var(--allpetfood-dark);
}

.interest p span {
  color: #EA5B0C;
}

.detail_second_banner {
  aspect-ratio: 800/120;
  background-image: url('../img/detail_image.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  margin: 32px 145px 0px 145px;
}

.detail_social {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.detail_social_links {
  margin-top: 8px;
}

.detail_social_links .share_link {
  margin-right: 10px;
}

.detail_social_links a {
  text-decoration: none;
}

.detail_newsletter {
  padding: 4px 16px 4px 16px;
  border-radius: 5px;
  color: #fff;
  background-color: var(--allpetfood-dark);
  border: none;
  font-family: 'Open Sans', sans-serif;
}

.detail_content_editor {
  margin-top: 0px;
  margin-bottom: 0px;
}

.detail_social_margins {
  margin-left: 8px;
}


#detail_empresas {
  background-color: #fff;
}

.todo-empresa-header {
  position: sticky;
  top: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
}

.todo-empresa-header.active {
  background: white;
  z-index: 1000;
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
  box-shadow: 0 8px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.todo-empresa-header .img-nav {
  display: none;
}

.todo-empresa-header.active .img-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.todo-empresa-header.active img {
  width: 150px;
  height: 100px;
  border: 3px solid white;
  border-radius: 10px;
  background-color: #fff;
  object-fit: contain;
}

.detail_empresa {
  background-color: #D9D9D9;
}

.detail_empresa img {
  margin-left: auto;
  margin-right: auto;
}

.detail_divider {
  margin-top: 32px;
  margin-bottom: 24px;
  color: var(--allpetfood-dark);
  background-color: var(--allpetfood-dark);
}

.tabs_empresa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  list-style: none;
  margin: 32px 0px 0px 20px;
  padding: 0px;
}

.tabs_empresa li {
  padding: 0px 10px;
}

.tabs_empresa li.oculto{
  width: 29px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--text-orange-allpetfood);
}

.tabs_empresa li a {
  position: relative;
  text-decoration: none;
  color: var(--text-orange-allpetfood);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.tabs_empresa li.active {
  border-bottom: 2px solid var(--text-orange-allpetfood);
}

.tab_active {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--text-orange-allpetfood);
  content: "";
  visibility: visible;
}

.about_detail_em {
  font-size: 42px !important;
  color: var(--allpetfood-dark);
  line-height: 32.68px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin-top: 58px;
  margin-bottom: 30px;
}

.detail_em_products {
  font-size: 32px;
  color: var(--allpetfood-dark);
  line-height: 44px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  margin: 20px 0px;
}

.product_img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.detail_card_em{
  background: #FFFFFF;
}

.detail_card_em_body {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 16px 16px 32px 16px;
  margin-bottom: 16px;
}

.detail_card_em_body h4 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: var(--allpetfood-dark);
  margin: 0px;
}

.detail_card_em_body p {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #EA5B0C;
  margin-top: 8px;
}

.detail_card_em_divider {
  margin-top: 8px !important;
}

/* .detail_em_news {
  height: 250px;
} */

.detail_em_videos {
  margin-top: 32px;
}

.detail_em_imgvideo {
  margin-top: 24px;
  text-align: center;
}

.card_editor {
  padding: 16px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
  background-color: #fff;
  margin-bottom: 56px;
  border-radius: 5px;
}

.contact_photo {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 50%;
}

.card_editor_name {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: var(--allpetfood-color);
  margin: 0px;
}

.card_editor_subtitle {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--allpetfood-color);
  margin: 8px 0px;
}

.card_editor_form {
  margin-bottom: 24px;
}

.card_editor_text {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  color: var(--text-orange-allpetfood);
  margin-bottom: 3px;
  margin-top: 8px;
  line-break: anywhere;
}

.card_editor_text span {
  font-weight: 600;
  color: #EA5B0C;
  display: inline-block;
  margin-right: 5px;
}

.card_editor_text:hover {
  color: #EA5B0C;
}

form .search.buscador{
  height: 100%;
  border-radius: 0px 0.25rem 0.25rem 0px
}

.editor_form::placeholder,
.editor_form_textarea::placeholder {
  color: #828282;
  font-weight: bold;

}

.editor_form:focus,
.editor_form_textarea:focus {
  box-shadow: none !important;
  border: 1px solid #EA5B0C;
}

.card_editor_right {
  padding-left: 0px;
}

.box-shadow-0{
  box-shadow: 0px 0px 0px !important;
}

.editor_form,
.editor_form_textarea {
  border-radius: 2px;
  border: 1px solid var(--gray-3, #828282);
  background: var(--gray-6, #F2F2F2);
  outline: none;
}

.editor_form {
  margin-bottom: 10px;
  width: 100%;
}

.editor_form_textarea {
  resize: none;
  height: 108px;
}

.editor_form::placeholder,
.editor_form_textarea {
  font-size: 12px;
  padding-left: 5px;
}

.editor_form_btn {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 22px;
  color: #FFFFFF;
  color: #fff;
  background: #EA5B0C;
  border: 1px solid #EA5B0C;
  border-radius: 5px;
  margin: 20px 0px;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: bold;
}

.editor_form_btn:hover {
  box-shadow: 0px 0px 0px 3px rgba(234, 91, 12, 0.2);
  transition: all .3s;
}

.col_editor_form {
  padding: 0px;
}

.pl-md-0 {
  padding-left: 0px;
}

.editor_publicity {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 0px;
}

.btn-orange {
  border: 1px solid #EA5B0C;
  color: #EA5B0C;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  border-radius: 5px;
  text-decoration: none;
  padding: 4px;
  margin-right: 20px;
  width: 50%;
  text-align: center;
}

.btn-orange.disabled {
  border: 1px solid var(--allpetfood-secondary);
  color: var(--allpetfood-secondary);
}

.btn-orange:last-of-type {
  margin-right: 0px;
}

#listado_empresas .card-footer {
  border-top: 1px solid;
}

#listado_allpetfoodtv .card-footer {
  padding: 1rem !important;
}

.btn-orange:hover {
  box-shadow: 0px 0px 0px 3px rgba(234, 91, 12, 0.2);
  transition: all .3s;
  color: #EA5B0C;
}

.card_divbotones {
  display: flex;
  align-items: center;
  justify-content: center;
}

.link {
  text-decoration: none;
}

div.link{
  color: #0082B6;
  cursor: pointer;
}


.line {
  color: var(--allpetfood-dark);
}

.title_filter {
  color: var(--allpetfood-dark);
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 27px;
}

.card {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-bottom: 1.5rem;
}

.card_imagen {
  text-align: center;
  margin: 16px auto 8px auto;
}

.card_imagen img {
  width: 250px;
  height: 95px;
  object-fit: contain;
}

.card_titulo {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  line-height: 24.51px;
  text-align: center;
  color: var(--allpetfood-dark);
  margin: 16px 0px;
}

.card_more {
  color: #0D70A6;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}

.card_more:hover {
  cursor: pointer;
  color: #0D70A6;
}

.showcase_title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 42px;
  line-height: 57px;
  color: var(--allpetfood-color);
  margin-bottom: 24px;
}

.accordion-body,
.accordion-body ul {
  padding: 0px;
}

.sticky-filter{
  position: sticky;
  top: 85px;
  margin-bottom: 1.5rem;
}

.filter_btn, .filtrar_fecha_desde {
  font-size: 14px;
  padding-left: 2px;
}

.filter_btn span {
  color: #828282;
}

.filter_btn:hover+span {
  color: #fff;
}

ul {
  list-style: none;
}

.container_divider .second_divider {
  width: 75%;
  margin-left: auto;
}

.fw-500 {
  font-weight: 500;
}

.accordion-item {
  border-radius: 0px !important;
  border: 0px;
}

.accordion-button {
  padding: 10px 15px;
  padding-left: 30px;
  font-size: 22px;
  border-radius: none !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none !important;
  outline: 0;
  box-shadow: none;
  border-radius: none !important;
}

.accordion-button:not(.collapsed),
.accordion-button {
  color: var(--allpetfood-dark);
  font-size: 16px;
  background-color: #F2F2F2;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
  border: none;
  border-radius: none !important;
}


.fs14 {
  font-size: 14px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('../img/arrow.png');
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url('../img/arrow.png');
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

#main_row {
  margin-bottom: 200px;
}

.event_finished {
  color: #fff;
  background: var(--allpetfood-dark);
  border-radius: 0px 5px 5px 0px;
  padding: 1px;
  font-family: 'Open Sans', sans-serif;
  width: 120px;
  text-align: center;
  margin-top: 14px;
}

.event_soon {
  color: #fff;
  background: #27AE60;
  border-radius: 0px 5px 5px 0px;
  padding: 1px;
  font-family: 'Open Sans', sans-serif;
  width: 140px;
  text-align: center;
  margin-top: 14px;
}

.event_image {
  text-align: center;
  margin-top: 18px;
}

.event-body {
  flex: 1 1 auto;
  padding: 1rem 1rem 0rem 1rem;
}

.event_title {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin: 25px 0px 0px 0px;
  color: var(--allpetfood-color);
}

.event_title:hover {
  color: var(--allpetfood-color);
}

.event_title2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin: 8px 0px;
  color: var(--allpetfood-dark);
  margin-left: 10px;
}

.event_subtitle {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: var(--allpetfood-color);
  margin: 8px 0px;
  margin-left: 10px;
}

.event_link {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  color: #0D70A6;
  text-decoration: none;
  margin: 8px 0px;
  display: block;
  margin-left: 10px;
  font-weight: bold;
}

.event_link:hover {
  color: #0D70A6;
}

.fs16 {
  font-size: 16px !important;
}

.event_brand {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: var(--allpetfood-dark);
}

.event_city {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--allpetfood-dark);
  opacity: 0.8;
}

.event_date {
  margin-top: 24px;
}

.event_link2 {
  color: #0D70A6;
  text-decoration: none;
  font-weight: 400;
  line-height: 22px;
  display: block;
  text-align: right;
}


.event_about {
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 57px;
  color: var(--allpetfood-dark);
}

.event_about_text {
  margin-top: 38px;
  margin-bottom: 48px;
}

.event_about_text p {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 24px;
  font-size: var(--text-detail);
}

.event_detail_title {
  line-height: 19px;
}

.event_detail_subtitle {
  line-height: 16px;
}


.event_detail_info {
  margin-top: 64px;
}

.editor_job {
  color: var(--allpetfood-color);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 8px 0px;
  font-weight: bold;
}

.editor_bg {
  border-radius: 5px 5px 0px 0px;
}

.editor_photo {
  position: absolute;
  top: -50px;
  border-radius: 50px;
  height: 96px;
  width: 96px;
  margin-left: 10px;
  border: 2px solid #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
}

.editor_body {
  flex: 1 1 auto;
  padding: 1rem 1rem 0rem 1rem;
}

.editor_articles {
  color: #EA5B0C;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  position: absolute;
  right: 24px;
}

.editor_articles strong {
  font-weight: 700;
}

.editor_header {
  position: relative;
}

.editor_header .portada {
  border-radius: 16px 16px 0px 0px;
  /* 12/06/2024 
  Comentado para fixear este evento https://allpetfood.net/eventos/zoomark-2025/ */
  /*aspect-ratio: 16/3;*/
}


.editor_header div {
  background-color: #FFA318;
  border-radius: 16px 16px 0px 0px;
  height: 195px;
}

.editor_profile {
  position: absolute;
  top: 70px;
  left: 20px;
  width: 181px;
  height: 181px;
  border-radius: 100%;
  border: 3px solid white;
  object-fit: cover;
}

.editor_description {
  margin-top: 72px;
}

.editor_description .title {
  color: var(--allpetfood-color);
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}

.editor_description .work {
  color: var(--allpetfood-color);
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.editor_description .event_subtitle,
.editor_description .event_link {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: var(--allpetfood-dark);
}

.editor_description .event_subtitle {
  margin-bottom: 4px;
}

.editor_articles_detail {
  display: block;
  text-align: end;
  margin: 0;
  position: static;
  margin-right: 24px;
  margin-top: 8px;
}

.about_editor {
  font-size: 42px;
  color: var(--allpetfood-dark);
  line-height: 57px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
}

.editor_formulario {
  margin-bottom: 24px;
}

.editor_formulario .editor_form_btn {
  padding: 4px 16px;
}

.editor_contact {
  color: #EA5B0C;
  font-size: 20px;
  line-height: 20px;
  margin-top: 15px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.card_editor_right p {
  margin-bottom: 10px;
}

.our_editors .card {
  margin-right: 0px;
}

.filter_div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.delete_filter {
  margin-left: 5px;
}

.filtrar_btn {
  position: relative;
  background-color: var(--allpetfood-dark);
  color: #ffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  border-radius: 5px;
  top: -50px;
  display: block;
  margin: 0 auto;
  width: 150px;
  text-align: center;
  padding: 5px 25px;
}

.filtrar_btn:hover {
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 0px 0px 4px rgba(217, 217, 217, 0.2);
}

.accordion-button:not(.collapsed)::after {
  display: none;
}

.filter_item {
  padding-left: 37px !important;
}

#loader {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999; /* Asegura que esté por encima del contenido */
}

#loader .spinner-border {
  width: 3rem;
  height: 3rem;
}

.filter_item:hover {
  background: rgba(79, 142, 176, 0.31);
  transition: all .3s;
  cursor: pointer;
}

.filter_item .filter_item {
  padding-left: 0px !important;
}

.filter_item_active {
  background-color: rgba(79, 142, 176, 0.31);
}

.dates {
  display: flex;
  gap: 10px;
  margin-bottom: 90px;
}

.dates_detail {
  margin-top: 24px;
  margin-bottom: 24px;
}

.dates input {
  width: 56px;
  font-size: 14px;
}

.dates input:first-of-type {
  margin-left: 16px;
}

.next-arrow {
  position: absolute;
  top: 6px;
  left: 8px;
  width: 10px;
  height: 15px;
}

.staff_sector {
  padding: 0px 18px 18px 18px;
}

.historia_seccion {
  padding: 15px;
  background-color: white;
}

.container_historia {
  padding: 0px 30px;
}

.editor_personal_info a {
  color: var(--allpetfood-dark);
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.editor_name_apf {
  margin-top: 12px;
  margin-bottom: 0px;
}

.position {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 24px;
}

/* All Pet Food TV */

.card_titulo_tv {
  color: var(--allpetfood-color);
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-top: 12px;
}

.card_subtitulo_tv {
  color: #0D70A6;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}

.card_imagen_tv {
  text-align: center;
  background-color: #EAE9E9;
  padding: 24px;
}

.card_imagen_tv img {
  width: 112px;
  height: 112px;
}

.breadcrumb_list {
  margin-top: 20px;
  margin-bottom: 24px;
  color: var(--allpetfood-dark);
  font-family: 'Open Sans', sans-serif;
}

.breadcrumb_list span {
  color: #EA5B0C;
}

.aptv_title {
  font-size: 42px !important;
  font-weight: 300;
  margin-bottom: 24px;
  line-height: 57px;
  color: var(--allpetfood-dark);
}

.detail_body_tv {
  background-color: var(--allpetfood-secondary);
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail_newsletter_tv {
  padding: 2px 14px;
  border-radius: 5px;
  color: #fff;
  background-color: var(--allpetfood-color);
  border: 2px solid var(--allpetfood-color);
  font-family: 'Open Sans', sans-serif;
}

.img_noticia{
  aspect-ratio: 4/3;
  object-fit: cover;
}

.staff_publicity {
  border-radius: 8px;
  aspect-ratio: 1/1;
}

.staff_sector_tv {
  background-color: white;
}

.role {
  font-size: 14px;
  font-weight: bold;
}

.staff_publicity_name {
  font-size: 18px;
  font-weight: 300;
}

/* Producto */

.product_subtitle {
  color: var(--allpetfood-color);
  margin-top: 48px;
  margin-bottom: 24px;
  font-family: 'Zilla Slab', serif;
}

.left_side_form {
  background-color: var(--allpetfood-dark);
  padding: 55px;
  height: 382px;
}

.left_side_form img {
  display: block;
  margin: 0 auto 64px auto;
}

.left_side_form h3 {
  color: #fff;
  font-size: 20px;
  font-family: 'Zilla Slab', serif;
  font-weight: bold;
}

.right_side_form {
  background-color: #B6B6B6;
  padding: 24px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.product_radius {
  border-radius: 5px 5px 0px 0px;
}

.product_textarea {
  height: 160px;
}

.product_btn {
  font-weight: bold;
  color: #fff;
  padding: 4px 8px;
  background-color: #EA5B0C;
  border-radius: 4px;
  border: 1px solid #EA5B0C;
  margin-top: 32px;
}

.product_btn:hover {
  box-shadow: 0px 0px 0px 3px rgb(234 91 12 / 20%);
  transition: all .3s;
}

.right_side_form input,
.right_side_form textarea {
  border: 1px solid #828282;
}

.right_side_form input::placeholder,
.right_side_form textarea::placeholder {
  color: #828282 !important;
  font-weight: bold;
  font-size: 14px;
}

.right_side_form input:focus,
.right_side_form textarea:focus {
  box-shadow: none !important;
  border: 1px solid #EA5B0C;
}

.product_form {
  margin-top: 56px;
  margin-bottom: 32px;
}

.publicity_product {
  padding-left: 44px !important;
}

.swiper-pagination {
  position: static;
}

.swiper-pagination-bullet {
  background-color: #EA5B0C !important;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #fff;
  border-radius: 50%;
  color: #EA5B0C !important;
  width: 44px;
  height: 44px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px !important;
}

/* Revista */

.magazine_container {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin: 24px;
}

.magazine_footer {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.magazine_date {
  color: var(--allpetfood-dark);
  font-weight: bold;
}

.magazine_btn {
  background-color: #EA5B0C;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  border: 1px solid #EA5B0C;
  text-align: center;
}

.magazine_btn:hover {
  box-shadow: 0px 0px 0px 3px rgba(234, 91, 12, 0.2);
  transition: all .3s;
  color: #fff !important;
}

.interview,
.interview#historia {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}



.historia_content .detail_content {
  font-family: 'Open Sans', serif;
}

.historia_label {
  padding: 0px 24px;
  margin-bottom: 20px;
  float: none;
}

.historia_box {
  background: var(--allpetfood-secondary);
  padding: 35px 62px 36px 40px;
  margin-bottom: 24px;
}

.historia_box p {
  color: #000000;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
}

.historia_title {
  color: #fff !important;
  font-family: 'Zilla Slab', serif !important;
  font-size: 64px !important;
  line-height: 36px !important;
  font-weight: 600 !important;
  margin-top: 16px;
}

.historia_subtitle {
  color: #fff !important;
  font-family: 'Zilla Slab', serif !important;
  font-size: 72px !important;
  line-height: 86.4px !important;
  font-weight: 600 !important;
}

.historia_subtext {
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 45px;
  width: 600px;
  font-family: 'Zilla Slab', serif !important;
  background: linear-gradient(90deg, #314755 0%, #26A0DA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#historia_team .editor_name_apf {
  font-size: 19px !important;
  font-weight: 400 !important;
}

#historia_team .position {
  font-weight: bold !important;
  margin-top: 5px;
}

#historia_team .editor_picture {
  border-radius: 5px !important;
}

.interview::after {
  position: absolute;
  content: '';
  background: linear-gradient(0.45deg, #193F50 34.7%, #FFFFFF 102.45%);
  mix-blend-mode: multiply;
  top: 338px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.banner_entrevista{
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.interview_content {
  position: absolute;
  bottom: 16px;
  z-index: 999;
  padding: 0px 10px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, transparent , var(--allpetfood-dark));
}

.interview_content img{
  height: auto !important;
}

.interview_content .span_rate {
  color: white !important;
} 



.interview h1 {
  color: #FFFFFF;
  font-family: 'Zilla Slab', sans-serif;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  margin-top: 20px;
  margin-bottom: 16px;
}

.interview h2 {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Open Sans', sans-serif;
}

.interview_slide {
  position: relative;
  height: 440px;
  background-repeat: no-repeat;
  padding: 24px;
}


.interview_slide:after {
  position: absolute;
  content: '';
  background: linear-gradient(360deg, #193F50 24.23%, #FFFFFF 99.22%);
  mix-blend-mode: multiply;
  top: 209px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  /* width: 310px; */
  border-radius: 5px;
}

.interview_slide_content {
  position: absolute;
  bottom: 16px;
  z-index: 999;
}

.interview_slide p {
  font-size: 14px;
  color: #FFC632;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.interview_slide h4 {
  font-size: 24px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.interview_role {
  color: #fff !important;
  font-weight: 400 !important;
  font-family: 'Open Sans', sans-serif;
}

#home .interview_slide_content .label2 {
  position: relative;
  top: -10px;
}

#home .english_section_date {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

#home .h3_card {
  font-size: 32px;
  line-height: 36px;
}

/* .detail_apftv .all_cards {
  height: 189px !important;
} */

.related_content .col-lg-4 .article_header {
  height: 278px !important;
}

.related_content .english_written_card {
  padding-bottom: 0px !important;
}

#detail_event .english_section_date {
  margin: 8px 0px !important;
  background-color: var(--background-body);
}

.detail_entrevistas .h-card {
  height: 220px !important;
}

#second_article {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  font-family: 'Zilla Slab', serif;
  color: var(--allpetfood-color);
}

.latest-content {
  font-size: 17px;
  color: var(--text-gray-allpetfood);
  line-height: 23px;
  font-family: 'Open Sans', sans-serif;
}

#latest-content-author {
  margin-top: 15px;
}

/* Footer */

footer {
  padding: 20px;
  background-color: #1d1d1d;
  color: #777;
}

.footer_text {
  color: #fff;
  font-family: 'Zilla Slab', serif;
  font-weight: 300;
}

.detail_content_text {
  margin-top: 24px;
  margin-bottom: 24px;
}

#detail_card {
  font-size: 32px;
  line-height: 32px;
}

#editor_section .english_section_date {
  margin-top: 0px !important;
}


.technic_article_title {
  font-family: 'Zilla Slab', serif;
  font-size: 48px;
  color: var(--allpetfood-color);
  line-height: 50px;
  margin-top: 16px;
}

.technic_article_share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}

.technic_article_share .compartir {
  margin-top: 10px;
}

.noticias_listado .home .article_body {
  height: auto !important;
}

.detalle_producto ul {
  list-style: disc;
}

.video-image {
  color: #fff;
  font-size: 64px;
  opacity: .8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-item.active .page-link {
  border-color: #EA5B0C !important;
  background-color: #EA5B0C !important;
  color: #fff !important;
}

.page-link {
  color: #EA5B0C !important;
}

footer .widget {
  border-top: 2px solid #fff;
}

footer .content {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .content .title,
footer .content i {
  color: #fff !important;
  font-weight: bold;
}

.widget_text {
  color: #777;
  font-size: 14px;
  margin: 10px 0px;
}

footer {
  padding: 60px 0px 0px 0px;
}

footer a {
  font-size: 14px;
  color: #777777 !important;
  text-decoration: none !important;
}

footer a:hover {
  color: #ea5b0c !important;
}

footer .nav {
  margin-top: 8px;
  padding-top: 11px;
  border-top: 1px solid #333;
}

footer ul {
  font-size: 14px;
  padding-left: 0px !important;
  margin: 10px 0px;
  border-top: 1px solid #333;
  padding: 10px;
}

footer ul i {
  color: #fff !important;
  margin-right: 5px;
}

.links--widget .footer_nav>li {
  border-bottom: 1px dotted #333 !important;
  margin-bottom: 10px !important;
}

.links--widget .footer_nav>li i {
  margin-right: 5px;
}


.after_footer {
  padding: 20px;
  background-color: var(--allpetfood-color);
}

#about_company {
  margin-top: 24px !important;
}

.empresa_nombre {
  color: var(--allpetfood-color);
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.empresa_link {
  color: #0D70A6;
  font-family: 'Open Sans', sans-serif;
}

.empresa_location {
  font-size: 18px !important;
  color: var(--allpetfood-color);
  font-family: 'Open Sans', sans-serif;
}

.empresa_info {
  margin: 64px 0px 16px 20px;
}

.empresa_profile {
  position: absolute;
  bottom: -50px;
  left: 20px;
  width: 142px;
  height: 124px;
  border: 3px solid white;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  object-fit: contain;
}

.detalle_producto footer ul {
  list-style: none !important;
}

.product_contact_img {
  width: 183px;
  height: 83px;
}

.swiper-container {
  margin-top: 32px;
  width: 100% !important;
  height: 100% !important;
}

.swiper-container .swiper-slide {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  align-items: center !important;
}

.swiper_marketplace a{
  pointer-events: all;
}

.swiper-container .swiper-slide img {
  height: 120px;
  width: 800px;
}


.fecha_videos {
  margin: 0.5rem 0rem !important;
}

#detail .english_section_date {
  margin-top: 8px !important;
}

.border-editor{
  border: 2px solid #4F8EB0;
}

#detail h1 {
  color: #fff;
  font-family: 'Zilla Slab', sans-serif;
  font-size: 34px;
}

/* .veterinaria {
  height: 293px;
} */

.detail_entrevistas .row_ingredientes .col-lg-7 .all_cards {
  height: auto !important;
}


#detail .videos_mobile, .videos_mobile {
  padding-left: 10px;
}

.header_nav {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
}

.interview .label1 {
  float: none;
}

.disabled {
  pointer-events: none !important;
}

.detalle_producto h1 {
  color: var(--allpetfood-dark) !important;
}

.event_image img {
  height: 55px;
  width: 100%;
  object-fit: contain;
}


#swiper-editor .swiper-button-prev,
#swiper-editor .swiper-button-next {
  top: 95%;
  z-index: 9999;
}

#swiper-editor .swiper-button-prev {
  left: 40%;
}

#swiper-editor .swiper-button-next {
  right: 50%;
}

.ellipsis-mobile-3 {
  display: none;
}

.ellipsis-1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-4 {
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-5 {
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-link:focus {
  box-shadow: none !important;
}

.position-sticky {
  position: sticky;
  top: 100px;
}

.lavel_categoria{
  top: 24px;
  left: 0px;
}

.seccion_cards a:last-child .module3_div.all_cards {
  margin-bottom: 0px;
}

.seccion_cards:last-child .module3_div.all_cards {
  margin-bottom: 0px;
}

.w-max {
  width: max-content;
}

/* Modal para filtros */
.modal {
  top: 85px !important;
}

.modal .filter_item {
  list-style: none;
}

.modal .filter_item:hover {
  background: transparent;
}

.banner-rotador, .banner-rotador-mobile {
  display: none!important;
  margin: 0px auto;
  width: 100%;
  text-align: center;
}

.banner-rotador.active, .banner-rotador-mobile.active{
  display: block!important;
}

.banner-rotador img, .banner-rotador-mobile img{
  width: max-content;
  max-width: 100%;
  height: 120px;
}

@media (max-width: 1050px) {
  .banner-rotador img, .banner-rotador-mobile img{
    width: 100%;
    height: auto;
  }
}

@media(min-width:767px) {

  .buscador-modal .modal-dialog {
    max-width: 850px;
  }
}

.buscador-modal .modal-title {
  font-size: 18px;
  color: var(--allpetfood-color);
  font-family: 'Open Sans', sans-serif;
}

.buscador-modal .modal-content,
.buscador-modal .modal-footer {
  border: none !important;
}

.buscador-modal .modal-content {
  padding: 30px;
}

.buscador-modal .input-group {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 55px;
}

.buscador-modal input,
.buscador-modal .search_icon_bg {
  background-color: #F2F2F2;
}

.search_icon_bg svg {
  margin-left: 10px;
}


.buscador-modal .modal-search {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #797979;
  padding-bottom: 36px;
  margin-left: 16px;
  margin-bottom: 40px;
  width: 47%;
}

.buscador-modal .search {
  border: none !important;
}

.buscador-modal .modal-letter {
  color: #193F50;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.buscador-modal .modal-item {
  color: #797979;
  font-size: 16px;
  font-weight: 600;
  /* font-family: 'Open Sans', sans-serif; */
}

.buscador-modal .modal-filter {
  height: 430px;
  overflow-y: scroll;
  display: flex;
  flex-wrap: wrap;
}

.buscador-modal .modal-filter.hauto {
  height: auto;
  overflow-y: auto;
}

.article.ultima{
  background-color: var(--allpetfood-dark);
  border-radius: 5px;

}

.article.ultima img {
  border-radius: 5px 5px 0px 0px;
}

.ultima-img {
  width: 100%;
  object-fit: cover;
}

#row_module_3 .info-mercado .col-lg-6 .all_cards {
  height: 303px !important;
}

.banner_detail .text-detalle {
  color: white;
}

.height-44px {
  height: 44px;
}

.cont_card {
  background-color: white;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.detail_em_noticia .h3_card{
  font-size: 32px;
  line-height: 32px;
}

.filter_div.desktop{
  display: block;
}
.filter_div.mobile{
  display: none;
}

.container.shadow-filter{
  position: relative;
}

.header_home.fixed_header{
  padding: 15px 0px;
}

/* MODAL */
#markModal .modal-content { height: auto!important; background-color: transparent !important; border: transparent!important; width: 100%;}
#markModal .markModalCountDown { position: relative; top: 15px; background-color: #303030; color: #fff; padding: 5px 15px;}
.modal-img-body{padding:0;position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);clear:both}
.closeModal{float:right;position:relative;top:24px;right:-10px;z-index:999}
.closeModal img{max-width:46px}
.modal-header .close{background-color: transparent;border: 0px;}
.modal-backdrop{background-color: #FFFAFA !important; }

#newsletterModal .modal-dialog{width: 634px; box-shadow: 7px 7px 20px 3px rgba(0, 0, 0, 0.22);border-radius: 10px;overflow: hidden;}
#newsletterModal .modal-dialog .btn-close{float:right;margin: 5px;}
#newsletterModal .newsletterSection {display: flex;align-items: stretch;justify-content: center;}
#newsletterModal .newsletterSection .sectionform {background-color: white;padding: 20px;width: 100%;display: flex;flex-direction: column;justify-content: center;}
#newsletterModal .newsletterSection h5{color: var(--text-orange-allpetfood);text-align: center;}
#newsletterModal .newsletterSection p{margin-bottom: 0px;}
#newsletterModal .newsletterSection .second_divider{margin-top: 20px;margin-bottom: 20px;}
#newsletterModal .newsletterSection .inputNewsletter {padding: 5px;display: flex;align-items: center;justify-content: space-between;background-color: #f2f2f2; border: 1px solid #828282; border-radius: 3px;}
#newsletterModal .newsletterSection .inputNewsletter input{width: 100%;border: 0px;height: 100%;background-color: #f2f2f2;color: #828282;padding: 5px;}
#newsletterModal .newsletterSection .inputNewsletter button{background-color: var(--text-orange-allpetfood);color: white;border-radius: 3px;border: 0px;padding: 5px;}
#newsletterModal .newsletterSection .inputNewsletter input:focus{outline: none;}

#newsletterModal .newsletterStep {float: left;color: #898787;font-size: 18px;margin-left: 20px;margin-top: 5px;}

.newsletter_page .main-container {display: flex; margin-bottom: 20px;}
.newsletter_page .main-container picture {width: 35%;}
.newsletter_page .main-container picture img {width: 100%;object-fit: cover;}
.newsletter_page .main-container .sectionform h5{color: var(--text-orange-allpetfood);text-align: center;}
.newsletter_page .main-container .sectionform p{margin-bottom: 0px;}
.newsletter_page .main-container .sectionform {background-color: white;padding: 20px;width: 70%;display: flex;flex-direction: column;justify-content: center;margin: 0 auto;border-radius: 15px;}
.newsletter_page .main-container .sectionform .inputNewsletter {padding: 5px;display: flex;align-items: center;justify-content: right;border-radius: 3px;}
.newsletter_page .main-container .sectionform .inputNewsletter input{width: 100%;border: 0px;height: 100%;background-color: #f2f2f2;color: #828282;padding: 5px;}
.newsletter_page .main-container .sectionform .inputNewsletter button{background-color: var(--allpetfood-dark);color: white;border-radius: 3px;border: 0px;padding: 5px;width: 100%;border-radius: 10px;margin-top: 20px;}
.newsletter_page .main-container .sectionform .inputNewsletter input:focus{outline: none;}

.checkboxContainer {display: flex; flex-wrap: wrap;}
.checkboxContainer .checkbox {width: 50%;margin-bottom: 3px; display: flex; align-items: center;}
.checkboxContainer .checkbox input {accent-color: var(--text-orange-allpetfood);width: 20px;height: 20px; margin-right: 10px;}
.checkboxContainer .checkbox.disabledInput input {accent-color: grey}

/* Media Querie modal */
@media (max-width: 675px) {
  #newsletterModal .newsletterSection p{margin-bottom: 20px;}
  #newsletterModal .modal-dialog{width: auto;}
  #newsletterModal .newsletterSection {flex-direction: column;overflow-x: scroll; max-height: 450px; justify-content: start !important;}
  #newsletterModal .newsletterSection picture img {width: 100%;}

  .newsletter_page .main-container {display: flex; margin-bottom: 20px;flex-direction: column;}
  .newsletter_page .main-container picture {width: 100%;}
  .newsletter_page .main-container .sectionform {width: 100%;}
}

/* Media Querie modal */

/* Media Queries */

/* Publi extrutech */
.banner_extrutech{
  width: 100%;
}

@media(max-width:380px) {
  .contacto_mobile i {
    font-size: 20px;
  }

  .filter_div {
    display: block !important;
  }

  .search {
    width: auto;
  }
}

@media(max-width:468px) {
  .ultima-img {
    width: 100%;
    object-fit: initial;
    height: auto;
  }
}

@media (max-width: 500px) {
  .label1 {
    padding: 2px 15px;
  }
  .mobile_bottom.active{
    position: fixed;
    bottom: 0px;
    z-index: 111111;
    padding: 0px;
    margin-left: -15px;
  }
  .swiper-container.marketplace{
    width: 60% !important;
  }

  .magazine_mobile .ad1{
    margin-bottom: 0px;
  }
  .header_home.fixed_header{
    padding: 0px;
  }

  .todo-empresa-header.active img {
    width: 140px;
  }

  .card_editor_text {
    margin: 0px;
  }

  .interview img {
    height: 400px ;
    object-fit: cover;
  }
}

@media(max-width:768px) {
  .checkboxContainer .checkbox {
    width: 100%;
  }
  
  .detail_text p img{
    height: auto !important;
  }

  .magazine_footer {
    padding: 0px;
    margin-top: 10px;
  }
  
  .banner_entrevista{
    width: 100%;
    aspect-ratio: initial;
    object-fit: cover;
  }

  .card-md-shadow{
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
  }
  .second_divider.videos_detalle{
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
  .filter_div.desktop{
    display: none;
  }
  .filter_div.mobile{
    display: block;
  }

  .filtros_mobile{
    overflow: auto;
    max-height: calc(100vh - 110px);
  }
  .detail_em_noticia .h3_card{
    font-size: 24px;
    line-height: 24px;
  }
  
  .event_detail_info{
    margin-top: 20px;
    padding: 0px;
  }
  .detail_body {
    padding: 16px 0px;
  }

  .editor_articles {
    font-size: 20px;
  }

  .interview#historia {
    height: 400px;
    padding: 20px;
  }

  .interview::after {
    top: 210px;
  }

  .detail_text iframe {
    width: 100%;
  }

  .detail_text {
    padding: 18px 0px;
  }

  .detail_content .detail_text:first-child {
    margin-top: 0px;
  }

  .card-home {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
  }

  .historia_seccion {
    padding: 0px;
  }

  .historia_box {
    padding: 20px 0px;
    margin: 0px -10px;
  }

  .historia_box p {
    padding: 0px 12px;
  }

  .container_historia {
    padding: 0px;
  }

  .producto_texto {
    font-size: var(var(--text-detail));
  }

  .cont_card {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }



  .mb16-md {
    margin-bottom: 16px;
  }

  .todo-empresa-header {
    top: 65px;
    margin: -10px;
  }

  .historia .banner_detail {
    margin: -12px;
  }

  .banner_detail .text-detalle {
    color: black;
  }

  .buscador-modal .modal-search {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .pl-md-0 {
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  img {
    max-width: 100%;
  }

  .header_home {
    padding: 10px 0px;
  }

  .search_bar {
    flex-wrap: nowrap;
    height: 36px;
  }

  .search_div {
    margin-right: 0;
    margin-left: 0;
  }

  .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
  .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    padding: 0px;
  }

  .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
  .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) img {
    position: relative;
    left: 10px;
  }

  .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }



  .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
  .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):focus,
  .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
  .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):focus-visible,
  .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
  .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):focus-within {
    opacity: 0;
  }

  /* .header_home li {
    margin-bottom: 10px;
  } */

  .header_home_rightsection {
    margin-top: 20px;
  }


  .btn_newsletter_div {
    margin: 20px 0px;
  }

  .btn_newsletter {
    margin: 20px !important;
  }

  .social_links_div {
    margin: 20px;
    margin-left: 15px;
  }

  .social_links {
    margin: 0px 10px;
  }

  .article_header {
    border-radius: 10px 10px 0px 0px;
  }

  .home .rating_home {
    float: none !important;
    text-align: end;
  }

  .fix_float {
    float: none !important;
    text-align: end;
  }

  .header_nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    padding: 10px 0px;
  }

  #module_1 {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding-bottom: 20px;
  }

  .mt-sm-16 {
    margin-top: 16px !important;
  }

  .stack_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .next_videos {
    margin-top: 24px;
  }

  .videos {
    padding: 16px 16px 16px 16px;
  }

  .module_1 .center {
    position: relative;
    left: 100px;
  }

  .module_1 .article_header,
  .row_module_3 .article_header,
  .module3_article_header,
  .module3_div,
  #module_1 .all_cards {
    margin-top: 16px;
  }

  .module3_div.ultima_card {
    margin-bottom: 16px;
  }

  .detail_title {
    font-size: 32px;
    line-height: 32px;
  }


  .detail_bar_flex {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
  }

  #detail .stack_flex {
    display: block;
    padding: 0px 10px;
  }

  #detail .stack_flex .written {
    margin-left: 16px;
  }

  .reading_time {
    padding: 0px 10px;
  }

  .detail_second_banner {
    margin: 20px 0px;
  }

  .detail_social_links {
    margin: 16px 0px;
  }


  .detail_bar {
    position: relative;
    top: 32px;
  }

  .navbar-toggler {
    padding: 0px;
  }

  .open {
    top: -54px;
  }

  .header_logo {
    width: 65px;
    object-fit: cover;
    margin: 0px;
    opacity: 0;
  }


  .nav_mobile {
    top: auto;
    left: 0px;
  }

  .about_detail_em {
    margin-top: 24px;
  }

  .detail_em_noticia {
    margin: 16px 0px;
  }

  .btn-orange {
    border: 1px solid #EA5B0C;
    color: #EA5B0C;
  }

  .showcase_title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 0px;
  }

  .card {
    margin-right: 0px;
  }

  .event_detail_row {
    margin-top: 24px;
  }

  .filter_div {
    display: flex;
    gap: 8px;
  }

  .text-xs-center {
    text-align: center !important;
  }

  .event_link2 {
    text-align: left;
  }

  .editor_profile {
    position: absolute;
    height: 90px;
    width: 90px;
    top: 20px;
  }

  .editor_header {
    margin: 0px -10px;
  }

  .editor_header .portada {
    border-radius: 0px;
    aspect-ratio: 16/6;
  }
  
  .editor_header div {
    border-radius: 0px;
  }

  .editor_profile_picture {
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 181px !important;
    height: 181px !important;
    position: absolute;
    border-radius: 50%;
  }

  .editor_articles_detail {
    margin-right: 0px;
    text-align: right;
  }

  .card_editor {
    margin-bottom: 0px;
  }


  .editor_contact {
    margin: 8px 0px 16px 0px;
  }

  .detail_em_products {
    font-size: 24px;
    line-height: 24px;
  }

  .more_articles_editor {
    font-size: 24px;
    line-height: 24px;
  }

  .open {
    width: 316px;
  }

  .menu_item {
    margin: 0 40px 0 40px !important;
  }

  .staff_sector {
    margin-bottom: 24px;
  }

  .filtrar_mobile {
    background-color: #F9F8F8;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: end;
    padding: 2px;
    margin-bottom: 1rem;
    align-items: center;
    gap: 8px;
  }

  #main_row .col-md-3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .magazine_btn {
    width: 100%;
  }

  .magazine_container {
    padding: 10px;
    background-color: #D9D9D9;
  }

  .magazine_container h3 {
    text-align: center;
    font-size: 16px;
  }

  .historia_subtext {
    width: auto;
    font-size: 24px;
  }

  .aptv_title {
    font-size: 24px;
  }

  .other_products {
    font-size: 24px;
  }

  .shadow-filter {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    padding: 12px;
  }

  .empresa_profile {
    top: auto;
    left: 50%;
    transform: translate(-50%);
    height: auto;
    bottom: -50px;
    aspect-ratio: 4/3;
    object-fit: contain;
  }

  .empresa_info {
    margin: 60px 0px 16px 0px;
  }

  .tabs_empresa {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 32px 0px 0px 0px;
    padding: 15px 0px;
    width: 100%;
    gap: 8px;
    justify-content: center;
  }


  .tabs_empresa li {
    padding: 0px 3px;
  }

  #about_company {
    font-size: 24px !important;
  }

  .row.h-videos {
    height: auto !important;
  }

  .date_video {
    margin: 16px 0px;
  }

  .right_video_title {
    color: #fff !important;
  }

  .h-videos .bg_gray {
    background-color: transparent;
  }

  .title_video {
    font-size: 26px;
  }

  .interview h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .interview h2{
    font-size: 18px;
    line-height: 22px;
  }

  .interview_slide {
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  .interview_slide:after {
    width: auto !important;
  }

  .banner-rotador {
    width: 100%;
  }

  #main_row .event_date {
    margin-top: 0px;
  }

  #main_row .tabs_empresa {
    margin: 0px !important;
  }

  .tabs_empresa {
    font-size: 14px;
  }

  .event_about_text {
    margin: 16px 0px;
  }

  .detail_newsletter {
    width: 100%;
  }

  .magazine_mobile {
    background-color: var(--allpetfood-dark);
    padding: 1rem;
    text-align: center;
  }

  .publicidad_mobile{
    text-align: center;
  }
  
  .publicidad_mobile p {
    text-transform: uppercase;
    text-align: left;
  }

  .publicidad_mobile img {
    max-width: 260px;
    text-align: center;
  }

  .publicidad_mobile ins {
    margin-bottom: 40px;
  }

  .publicidad_mobile {
    background-color: rgba(33, 64, 81, 0.1);
    padding: 1rem;
    margin-top: 1rem;
  }


  .publicidad_mobile p {
    color: var(--allpetfood-color);
    background-color: transparent;
    border-bottom: 3px solid var(--allpetfood-color);
    margin-bottom: 1rem;
  }

  .editor_slider .editor_info a {
    margin-top: 1rem;
    display: block;
  }

  .swiper_editores .swiper-button-prev, .swiper_editores .swiper-button-next {
    display: none !important;
  }

  .detail_body {
    border-radius: 0px;
  }

  .editor_title {
    font-size: 16px;
  }

  .technic_article_title {
    font-size: 32px;
    line-height: initial;
  }

  .technic_article_share {
    margin-top: 16px;
  }


  .detail_content_editor {
    margin-top: 0px !important;
  }

  .aptv_title {
    margin: 24px 0px;
    font-size: 24px !important;
    line-height: 26px;
  }

  .aptv_section {
    font-size: 42px;
    color: var(--allpetfood-color);
    font-family: 'Open Sans', sans-serif;
    margin-top: 24px;
    text-align: center;
  }

  .aptv_divider {
    border-top: 2px solid var(--allpetfood-color);
    margin: 24px 0px;
  }

  .article_subheader {
    background-color: var(--allpetfood-dark);
    margin: 0px !important;
  }


  .article_subheader svg path{
    fill: #fff;
  }


  .article_subheader .written,
  .article_subheader .span_rate {
    color: #fff;
  }

  .label_categoria {
    position: relative;
    top: -25px;
    left: -15px;
  }

  .written {
    font-size: 12px !important;
  }

  #home .module3_div {
    margin-top: 0px;
  }

  #home .second_banner img {
    width: 100%;
  }

  .filtros {
    position: relative;
  }

  .filtros_arriba.filtros .card-body::before {
    position: absolute;
    content: "";
    border: 10px solid transparent;
    border-top: 0;
    border-bottom: 20px solid white;
    right: 20px;
    top: -20px;
  }

  .h4_module1,
  #home .english_section_date {
    font-weight: bold;
  }

  #home .h3_card {
    font-size: 24px;
    line-height: 32px;
  }
  .h2_class{
    margin-top: 40px;

  }

  .h2_class a{
    font-size: 32px;
    line-height: normal;
  }

  #english_section .col-lg-4,
  .info-mercado {
    position: relative;
  }

  #english_section .label2,
  .info-mercado .label2 {
    position: absolute;
    top: 24px;
    left: 0px;
  }

  .proceso-elaboracion {
    position: relative;
  }

  .proceso-elaboracion .label2 {
    position: absolute;
    top: 24px;
    left: 0px;
  }


  .cards_noticias {
    margin-top: 0px;
    margin-bottom: 16px;
  }

  .fecha_videos {
    margin: 0.5rem 0rem !important;
  }

  .search_icon_bg {
    width: 35px !important;
  }

  #home #row_module_3 .all_cards .english_section_date {
    margin: 8px 0px !important;
  }

  .new_detail {
    position: relative;
  }

  .new_detail .label1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
  }

  .new_detail_body {
    background-color: white !important;
  }

  .new_detail_body span {
    color: var(--text-orange-allpetfood) !important;
    font-family: 'Open Sans', sans-serif !important;
  }

  .new_detail_body h2 {
    color: var(--allpetfood-dark) !important;
    font-family: 'Zilla Slab', sans-serif;
    font-size: 32px !important;
  }


  #detail {
    background-color: white !important;
  }



  #detail h1 {
    color: var(--allpetfood-dark);
    font-size: 32px !important;
  }

  .editor_photo {
    height: 96px !important;
  }

  #editor_detail .english_section_date {
    margin-top: 8px !important;
  }

  #editor_detail .detail_em_noticia {
    margin: 0px;
  }

  .footer_text {
    display: flex;
    align-items: center;
    gap: 1rem;
  }


  .row_ingredientes .col-lg-5 .all_cards,
  .info_mercado_section .col-lg-8 .all_cards,
  .info_mercado_section .col-lg-4 .all_cards {
    height: auto !important;
  }

  #main_row {
    margin-bottom: 40px;
  }

  .event_about {
    font-size: 24px;
  }

  .main_video {
    height: 300px;
  }

  .logo img {
    height: 55px !important;
  }

  .historia_subtitle {
    line-height: 60px;
  }

  .historia_title,
  .historia_subtitle {
    font-size: 56px !important;
  }

  .ultima span {
    color: white !important;
  }

  #detail .span_rate {
    color: black !important;
  }

  .editor_publicity {
    margin-top: 1rem;
    margin-bottom: 0rem !important;
  }

  #detail .detalle_producto h1 {
    margin: 0px !important;
  }

  .swiper-container .swiper-slide img {
    width: 100% !important;
  }

  .event_image img {
    height: 100px !important;
    object-fit: contain;
  }

  .swiper_editor .swiper-button-prev,.swiper_editor .swiper-button-next {
    display: none;
  }

  .ellipsis-mobile-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .veterinaria .all_cards {
    height: auto;
  }

  .buscador-modal .search {
    padding-left: 10px;
  }

  .buscador-modal .modal-content {
    padding: 15px;
  }
}

@media (max-width: 800px) {
  .swiper-container .swiper-slide img {
    width: 100%;
  }
}

@media (min-width: 990px) and (max-width: 1150px) {
  .editor_profile {
    top: 10px;
  }
}

@media (min-width: 1151px) and (max-width: 1230px) {
  .editor_profile {
    top: 40px;
  }
}

/* Tablets */
@media (max-width: 960px) {
  .header_nav {
    justify-content: space-between;
  }

  .dropdown.mobile {
    display: block;
  }

  .second_banner .banner_extrutech, .detail_text .banner_extrutech{
    max-width: 800px;
    overflow: hidden;
  }

  .publicity img{
    max-width: 260px;
  }

  .bg_gray2{
    text-align: center;
  }

  .contact_photo {
    width: 60px;
    height: 60px;
  }

  .header_home_rightsection{
    display: none;
  }
  .detail_content iframe{
    width: 100%;
  }
  .filtros_arriba{
    display: none;
    position: absolute !important;
    top: 58px;
    right: 10px;
    z-index:1060;
    max-height: calc(100vh - 220px);
    overflow: scroll;
    width: 75%;
    margin-left: auto;
  }
  .filtros_opacity{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  .filtros_opacity.fade {
    opacity: 0;
  }
  .filtros_opacity.show {
    opacity: .5;
  }

}

@media (max-width: 1100px) {
  .banner-800 {
    width: 100%;
    height: auto;
  }
  
}

@media(max-width:1281px) {
  
  .card_imagen img {
    width: 100%;
    height: 95px;
    object-fit: contain;
  }
  .second_banner {
    margin-top: 32px;
  }

  .magazine_container {
    margin: 10px;
  }

  .second_banner img {
    width: 80%;
    height: auto;
  }

  .input-group {
    flex-wrap: nowrap !important;
  }

  .btn_newsletter {
    padding: 5px;
    margin: 0px 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .videos img{
    height: 100%;
  }
}
/* Media Queries Laptop */

@media only screen and (min-width: 1030px) and (max-width: 1400px) {

  .header_logo {
    margin: 0px 25px;
  }

  .search_div {
    margin-left: 0px;
  }

  .container {
    max-width: 1280px;
  }

  #listado_empresas .container {
    max-width: 1280px;
  }

  .span_rate {
    display: none;
  }

  .h4_card {
    font-size: 16px;
  }

  .right_video_title {
    font-size: 16px;
  }

  .title_video {
    font-size: 32px;
  }

  #row_module_3 .module1_col .all_cards {
    height: auto !important;
  }

  .row.h-videos {
    height: 125px;
  }

  .sec4_rest_label {
    padding: 2px 12px !important;
  }
}

@media(min-width:767px) {
  .bg-md-transparent{
    background-color: transparent !important;
  }
  .noticias_listado .veterinaria .col-lg-4 .all_cards {
    height: initial !important;
  }

}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* para tamaño de pantalla 4/3 y notebooks */
@media (min-width: 1050px) and (max-width: 1400px) {
  .title_video {
    font-size: 26px;
  }

  .label2 {
    padding: 2px 15px;
  }
}

/* para tamaño de 14 pulgadas notebooks */

@media (max-width: 1400px) {
  #row_module_3 .info-mercado .col-lg-6 .all_cards {
    height: 284px !important;
  }

}

@media (max-width: 768px) {
  .sticky-filter{
    position: relative;
    top:0px ;
    margin-bottom: 0px;
  }
  .second_banner img{
    width: 100%;
  }
}

@media (max-width: 500px) {
  .todo-empresa-header {
    top: 57px;
    margin: -10px;
  }

  .header_home.fixed_header a,.header_home a  {
    margin: 0px;
  }

  .header_home .header_logo {
    opacity: 1;
  }

  .header_home .search {
    width: 220px;
  }
  
  .header_home .logo_header {
    display: none;
  }
  
  .header_home.fixed_header .logo_header {
    display: block;
  }
}

@media (max-width: 400px) {
  .header_home .search {
    width: 200px;
  }
}

.main-content ul:not(.tabs_empresa) {
  list-style: circle;
}

#noticia .swiper-button-prev, #noticia .swiper-button-next{
  background-color: #e3e1e1;
}

.product-banner-img{height: 200px}
.product-banner-img img{height: 200px}


.inactiveTab a{color: #6f6464 !important}
.inactiveTab a:hover{cursor: not-allowed;}

/*
PRODUCTOS
*/
.image_productos {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
  border-radius: 5px;
}
