@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&display=swap');

:root {
  /* Tamaños de ícono */
  --ico-width: 80px;
  --ico-height: 80px;
  --white: #ffffff;
  --font-primary: "Encode Sans", sans-serif;
  --font-secodary: "Bebas Neue",
    sans-serif;
  --primary-color: #c53928;
  --secondary-color: #425c2d;
  --third-color: #fff;
  --fourth-color: #eae8e5;

  /* Espaciado */
  --spacing: 10px;

  /* Color blanco */
  --white: #ffffff;

  /* Medias queries */
  --sm-width: 576px;
  --md-width: 768px;
  --lg-width: 992px;
  --xl-width: 1200px;

  /* Desplazamiento de fondo */
  --bg-offset: 50px;
  /* Este valor dependerá de cómo quieras posicionar el fondo */
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
}

.preloader__bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;

}

.preloader__bar__progress {
  width: 0;
  height: 100%;
  background-color: #c53928;
}


.section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 0;
}

.section--background-base-light {
  background: url('../images/hero/shapes03.svg') right #eae8e5;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Media query para dispositivos móviles */
@media (max-width: 768px) {
  .section--background-base-light {
    background: none;
  }
}

.section--background-logo {
  background: url(../img/img_1.png) center right 40px no-repeat;
}


.col-MB-30 {
  margin-bottom: 30px;
}


/* --------------------------------
   feature
-------------------------------- */


.feature__inner {
  margin-bottom: -30px;
}

.feature__item {
  margin-bottom: 30px;
}

.feature__item__ico:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.feature__item__title {
  line-height: 1.2;
  font-weight: 600;
  font-family: "Encode Sans", sans-serif;
  font-size: 15px;
}

.text_p {
  color: #434343;
  font-weight: 400;
  font-family: "Encode Sans", sans-serif;
}

.feature--style-1 .feature__item {
  text-align: center;
}

.feature--style-1 .feature__item__ico--1:before {
  width: calc(var(--ico-width) - 1px);
  /* 76px */
  height: var(--ico-height);
  /* 77px */
  background-image: url(../images/icons_banner/country.svg);
}

.feature--style-1 .feature__item__ico--2:before {
  width: var(--ico-width);
  /* 77px */
  height: calc(var(--ico-height) - 1px);
  /* 76px */
  background-image: url(../images/icons_banner/corn.svg);
}

.feature--style-1 .feature__item__ico--3:before {
  width: calc(var(--ico-width) + 0px);
  /* 83px */
  height: calc(var(--ico-height) - 10px);
  /* 67px */
  background-image: url(../images/icons_banner/farm.svg);
}

.feature--style-1 .feature__item__ico--4:before {
  width: calc(var(--ico-width) - 2px);
  /* 71px */
  height: calc(var(--ico-height) - -4px);
  /* 67px */
  background-image: url(../images/icons_banner/Silage.svg);
}

.feature--style-1 .feature__item__ico--5:before {
  width: calc(var(--ico-width) + 4px);
  /* 81px */
  height: calc(var(--ico-height) + 5px);
  /* 72px */
  background-image: url(../images/icons_banner/cuts_of_pork.svg);
}

.feature--style-2 .feature__item__ico--1:before {
  width: calc(var(--ico-width) - 5px);
  /* 46px */
  height: var(--ico-height);
  /* 51px */
  background-image: url(../img/ico/ico_6.png);
}

.feature--style-2 .feature__item__ico--2:before {
  width: calc(var(--ico-width) + 1px);
  /* 52px */
  height: var(--ico-height);
  /* 51px */
  background-image: url(../img/ico/ico_7.png);
}

.feature--style-2 .feature__item__ico--3:before {
  width: calc(var(--ico-width) - 11px);
  /* 40px */
  height: var(--ico-height);
  /* 51px */
  background-image: url(../img/ico/ico_8.png);
}

.feature--style-2 .feature__item__ico--4:before {
  width: calc(var(--ico-width) - 11px);
  /* 40px */
  height: var(--ico-height);
  /* 51px */
  background-image: url(../img/ico/ico_9.png);
}

.feature--style-2 .feature__item__ico--5:before {
  width: calc(var(--ico-width) + 1px);
  /* 52px */
  height: var(--ico-height);
  /* 51px */
  background-image: url(../img/ico/ico_10.png);
}

.feature--style-2 .feature__item__ico--6:before {
  width: var(--ico-width);
  /* 51px */
  height: calc(var(--ico-height) - 4px);
  /* 47px */
  background-image: url(../img/ico/ico_11.png);
}

.feature--style-2 [class^="col-"]:nth-of-type(2n+1),
.feature--style-2 [class*=" col-"]:nth-of-type(2n+1) {
  .feature__item .row {
    flex-direction: row-reverse;
    text-align: right;
  }
}

.feature--style-3 .feature__item__ico--1:before {
  width: calc(var(--ico-width) - 1px);
  /* 76px */
  height: var(--ico-height);
  /* 77px */
  background-image: url(../img/ico/ico_1_1.png);
}

.feature--style-3 .feature__item__ico--2:before {
  width: var(--ico-width);
  /* 77px */
  height: calc(var(--ico-height) - 1px);
  /* 76px */
  background-image: url(../img/ico/ico_2_1.png);
}

.feature--style-3 .feature__item__ico--3:before {
  width: calc(var(--ico-width) + 6px);
  /* 83px */
  height: calc(var(--ico-height) - 10px);
  /* 67px */
  background-image: url(../img/ico/ico_3_1.png);
}

.feature--style-3 .feature__item__ico--4:before {
  width: calc(var(--ico-width) - 6px);
  /* 71px */
  height: calc(var(--ico-height) - 10px);
  /* 67px */
  background-image: url(../img/ico/ico_5_1.png);
}

.feature--style-3 .feature__item__ico--5:before {
  width: calc(var(--ico-width) + 4px);
  /* 81px */
  height: calc(var(--ico-height) + 5px);
  /* 72px */
  background-image: url(../img/ico/ico_4_1.png);
}

.feature--style-3 .feature__item__title {
  margin-top: calc(var(--spacing) * 2.5);
  /* 25px */
  margin-bottom: calc(var(--spacing) * 2.5);
  /* 25px */
  color: var(--white);
}

.feature--style-3 p {
  margin-top: calc(var(--spacing) * 2.5);
  /* 25px */
  margin-bottom: calc(var(--spacing) * 2.5);
  /* 25px */
}

.feature--style-3 p:first-child {
  margin-top: 0;
}

.feature--style-3 p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: var(--sm-width)) {}

@media screen and (min-width: var(--md-width)) {
  .section--feature {
    background: url(../img/bg_01.png) no-repeat center top calc(var(--bg-offset) * -1);
  }
}

@media screen and (min-width: var(--lg-width)) {
  .section--feature {
    padding-top: calc(var(--spacing) * 14);
    /* 140px */
  }

  .feature--style-2 .feature__item {
    margin-bottom: calc(var(--spacing) * 6);
    /* 60px */
  }

  .feature--style-2 .feature__item__ico {
    margin-bottom: 0;
  }
}

@media screen and (min-width: var(--xl-width)) {
  .section--feature>.section {
    margin-top: calc(var(--spacing) * 10);
    /* 100px */
  }
}

/* Estilos generales de la cuadrícula */
.grid {
  display: flex;
  flex-wrap: wrap;
}

/* Estilos para el contenedor exterior de la cuadrícula */
.grid .grid-outer {
  width: 33.3333%;
  display: flex;
  flex-wrap: wrap;
}

/* Ordenar los elementos de la cuadrícula */
.grid .grid-outer:nth-child(3n+2) .grid-item+.grid-item {
  order: -1;
}

/* Estilos para los encabezados de la cuadrícula */
.grid h2,
.grid h3 {
  font-size: 42px;
  margin-bottom: 24px;
  font-weight: 400;
}

.grid h2:last-child,
.grid h3:last-child {
  margin-bottom: 0;
}

/* Estilos para los elementos de la cuadrícula */
.grid .grid-item {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Estilos para las imágenes dentro de los elementos de la cuadrícula */
.grid .grid-item__image {
  width: 100%;
  padding-bottom: 75%;
  /* Relación de aspecto 4:3 */
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* Estilos para el texto de cobertura */
.grid .cover-text {
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.grid .cover-text h1 {
  color: white;
  font-size: 2em;
  margin: 0;
}

/* Animación al pasar el ratón */
.grid .grid-item__image:hover .cover-text {
  opacity: 1;
}

.grid .grid-item__image a:hover:after,
.grid .grid-item__image a:hover:before {
  opacity: 1;
}

/* Contenido de los elementos de la cuadrícula */
.grid .grid-item .grid-item__content {
  padding: 20px 63px;
}

/* Estilos para cuadrículas pequeñas */
.grid--small .grid-item {
  display: block;
  width: 25%;
  min-height: 1px;
}

.grid--small .grid-item .grid-item__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

/* Estilos responsivos */
@media (max-width: 1599px) {
  .grid:not(.grid--small) .grid-item {
    min-height: 33.3vw;
  }
}

@media (max-width: 1400px) {

  .grid h2,
  .grid h3 {
    font-size: 36px;
  }

  .grid .grid-item .grid-item__content {
    padding: 20px 33px;
  }
}

@media (max-width: 1024px) {
  .grid .grid-item .grid-item__content {
    padding: 20px;
  }

  .grid--small .grid-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .grid .grid-outer {
    width: 100%;
  }

  .grid .grid-outer .grid-item {
    width: 50%;
  }

  .grid .grid-outer:nth-child(3n+2) .grid-item+.grid-item {
    order: 2;
  }

  .grid .grid-item__image a:before {
    width: 92px;
    height: 92px;
  }
}

@media (max-width: 479px) {
  .grid--small .grid-item {
    width: 100%;
  }

  .grid .grid-outer .grid-item {
    width: 100%;
    min-height: 70vw;
  }
}

.section-contact {
  color: #fff;
  /* Sets text color to white */
}

.section-contact [class*=" col-"]:first-child .item,
.section-contact [class^=col-]:first-child .item {
  margin-left: auto;
  /* Automatically sets left margin for the first column item */
}

.section-contact .bg-1 {
  background-color: #4a8b71;
  /* Sets background color for elements with class .bg-1 */
}

.section-contact .bg-2 {
  background-color: #282828;
  /* Sets background color for elements with class .bg-2 */
}

.section-contact .item {
  position: relative;
  max-width: 510px;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-contact .item.map-container {
  margin-left: -15px !important;
  margin-right: -15px !important;
  padding: 0;
  max-width: none;
}

.section-contact .item__header {
  margin-bottom: 50px;
  /* Adds bottom margin to header within .item */
}

.section-contact .item__title {
  line-height: 1;
  color: inherit;
  /* Inherits color from parent */
}

.section-contact .item__subtitle {
  font-size: 1.6rem;
  color: #f0f0f0;
  /* Sets color for subtitle */
}

.section-contact .item .company-contacts address {
  margin-bottom: 45px;
  /* Adds bottom margin to addresses within .company-contacts */
}

.section-contact .item .copy {
  line-height: 1.2;
  font-size: 1.2rem;
  color: #a1cdbb;
  /* Sets color for copy text */
}

.section-contact .item a:not([class]) {
  color: inherit;
  text-decoration: underline;
  /* Makes links underline and inherit color */
}

.section-contact .item a:not([class]):focus,
.section-contact .item a:not([class]):hover {
  text-decoration: none;
  /* Removes underline on hover/focus for links */
}

#map {
  height: 450px;
  width: 100%;
}

.card {
  text-decoration: none;
  cursor: pointer;
  font-weight: normal;
  font-style: normal;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 0px;
  overflow: hidden;
  transition: all 0.2s ease-in 0s;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
  color: inherit !important;
  font-family: var(--font-primary);
  border-style: solid;
  border-width: 4px 0px 0px 0px;
}

.card_border_1 {
  border-color: #F5BD00;
}

.card_border_2 {
  border-color: #4EC2C2;
}

.card_border_3 {
  border-color: #80c300;
}

.card_border_4 {
  border-color: #f97671;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.card-body {
  padding: 20px;
}

.card-icon {
  width: 100px;
  /* Ajusta el tamaño según sea necesario */
  height: auto;
  /* Mantiene la proporción de la imagen */
  margin-bottom: 10px;
}

.card-text {
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
}


.list-group-item {
  background-color: #fff;
  border: 1px solid rgba(232, 232, 232, 0.7);
  border-radius: 20px;
  box-shadow: 0 2px 4px #00000014;
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 100%;
  margin-bottom: 10px;
  font-family: var(--font-primary) !important;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item {
  background-color: #fff;
  border: 1px solid rgba(232, 232, 232, 0.7);
  border-radius: 20px;
  box-shadow: 0 2px 4px #00000014;
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 100%;
  margin-bottom: 10px;
}

.badge {
  border-radius: 20px;
  font-size: 12px;
  line-height: 1;
  padding: 0.375rem 0.5625rem;
  font-weight: normal;
  color: #fff;
}

.bg-danger,
.settings-panel .color-tiles .tiles.danger {
  background-color: #425c2d !important;
}

.text-big {
  font-size: 36px;
  font-weight: 600;
  line-height: 38px;
  text-align: start;
  color: #434343;
  margin: auto;
  font-family: var(--font-primary);
}


.start-screen--style-1 {
  height: 100vh;
  min-height: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.start-screen--style-2 {
  height: auto;
  padding-top: 70px;
}

.start-screen--style-2 .slide figure {
  padding-top: 100%;
}

.start-screen--style-2 .slide figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.start-screen--style-2 .slide .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  max-width: 150px;
}

.span_text_center {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  max-width: 150px;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  font-family: var(--font-secodary);
  text-transform: uppercase;
  white-space: nowrap;
  color: #434343;
}

.start-screen--style-2 .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.html) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  -o-transition: transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  outline: 0;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  line-height: 1;
  font-size: 0;
  margin-top: 20px !important
}

.owl-theme .owl-dots .owl-dot span {
  background: #f1cf69;
  display: block;
  -webkit-backface-visibility: visible;
  width: 13px;
  height: 13px;
  -webkit-box-shadow: 0 0 0 0 #4a8b71 inset;
  box-shadow: 0 0 0 0 #4a8b71 inset;
  margin: 5px 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background .3s ease-in-out, opacity .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: background .3s ease-in-out, opacity .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  -o-transition: background .3s ease-in-out, box-shadow .3s ease-in-out, opacity .3s ease-in-out;
  transition: background .3s ease-in-out, box-shadow .3s ease-in-out, opacity .3s ease-in-out;
  transition: background .3s ease-in-out, box-shadow .3s ease-in-out, opacity .3s ease-in-out, -webkit-box-shadow .3s ease-in-out
}

[style="background-color: #f1cf69;"] .owl-theme .owl-dots .owl-dot span {
  background-color: #ceb568
}

.boxer-lock {
  overflow: hidden !important;
}

/* Estilos para pantallas medianas (hasta 750px) */
@media (max-width: 750px) {
  .start-screen--style-2 .slide figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Cubre el contenedor sin distorsionar la imagen */
  }

  .span_text_center {
    font-size: 1.8rem;
    top: 0;
    width: 80%;
    max-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    box-sizing: border-box;
    bottom: auto;
    /* Asegura que la posición inferior no se use */
  }
}

/* Estilos para pantallas pequeñas (hasta 450px) */
@media (max-width: 450px) {
  .start-screen--style-2 .slide figure img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    /* Cubre el contenedor sin distorsionar la imagen */
  }

  .span_text_center {
    font-size: 1.4rem;
    width: 90%;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    box-sizing: border-box;
    bottom: 100px;
    /* Ajusta la posición vertical según sea necesario */
  }
}


.spinner-border {
  display: none;
  width: 3rem;
  height: 3rem;
  border-width: .3em;
  margin-left: 10px;
}

.no-results {
  text-align: center;
  display: none;
  margin-top: 25px;
  background-color: #fff;
  padding: 2rem;
}


footer {
  position: relative;
  background: #1a1a1a;
  width: 100%;
  bottom: 0;
  left: 0;
}

footer::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100px;
  height: 1px;
  width: 100%;
  background: #AFAFB6;
}

footer .content {
  max-width: 1250px;
  margin: auto;
  padding: 30px 40px 40px 40px;
}

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

.content .top .logo-details {
  color: #fff;
  font-size: 30px;
}

.content .top .media-icons {
  display: flex;
}

.content .top .media-icons a {
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.top .media-icons a:nth-child(1) {
  background: #4267B2;
}

.top .media-icons a:nth-child(1):hover {
  color: #4267B2;
  background: #fff;
}

.top .media-icons a:nth-child(2) {
  background: #1DA1F2;
}

.top .media-icons a:nth-child(2):hover {
  color: #1DA1F2;
  background: #fff;
}

.top .media-icons a:nth-child(3) {
  background: #E1306C;
}

.top .media-icons a:nth-child(3):hover {
  color: #E1306C;
  background: #fff;
}

.top .media-icons a:nth-child(4) {
  background: #0077B5;
}

.top .media-icons a:nth-child(4):hover {
  color: #0077B5;
  background: #fff;
}

.top .media-icons a:nth-child(5) {
  background: #FF0000;
}

.top .media-icons a:nth-child(5):hover {
  color: #FF0000;
  background: #fff;
}

footer .content .link-boxes {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

footer .content .link-boxes .box {
  width: calc(100% / 5 - 10px);
}

.content .link-boxes .box .link_name {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}

.link-boxes .box .link_name::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 35px;
  background: #fff;
}

.content .link-boxes .box li {
  margin: 6px 0;
  list-style: none;
}

.content .link-boxes .box li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s ease
}

.content .link-boxes .box li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.content .link-boxes .input-box {
  margin-right: 55px;
}

.link-boxes .input-box input {
  height: 40px;
  width: calc(100% + 55px);
  outline: none;
  border: 2px solid #AFAFB6;
  background: #333333;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  margin-top: 5px;
}

.link-boxes .input-box input::placeholder {
  color: #AFAFB6;
  font-size: 16px;
}

.link-boxes .input-box input[type="button"] {
  background: #fff;
  color: #140B5C;
  border: none;
  font-size: 18px;
  font-weight: 500;
  margin: 4px 0;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s ease;
}

.input-box input[type="button"]:hover {
  opacity: 1;
}

footer .bottom-details {
  width: 100%;
  background: #333333;
}

footer .bottom-details .bottom_text {
  max-width: 1250px;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}

.bottom-details .bottom_text span,
.bottom-details .bottom_text a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.bottom-details .bottom_text a:hover {
  opacity: 1;
  text-decoration: underline;
}

.bottom-details .bottom_text a {
  margin-right: 10px;
}

@media (max-width: 900px) {
  footer .content .link-boxes {
    flex-wrap: wrap;
  }

  footer .content .link-boxes .input-box {
    width: 40%;
    margin-top: 10px;
  }
}

@media (max-width: 700px) {
  footer {
    position: relative;
  }

  .content .top .logo-details {
    font-size: 26px;
  }

  .content .top .media-icons a {
    height: 35px;
    width: 35px;
    font-size: 14px;
    line-height: 35px;
  }

  footer .content .link-boxes .box {
    width: calc(100% / 3 - 10px);
  }

  footer .content .link-boxes .input-box {
    width: 60%;
  }

  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a {
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  footer::before {
    top: 145px;
  }

  footer .content .top {
    flex-direction: column;
  }

  .content .top .media-icons {
    margin-top: 16px;
  }

  footer .content .link-boxes .box {
    width: calc(100% / 2 - 10px);
  }

  footer .content .link-boxes .input-box {
    width: 100%;
  }
}


.error_image {
  width: 100%;
  height: 300px;
  /* Ajusta esta altura según lo necesites */
  background-image: url('../images/icons/error404.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /* Ajusta la imagen para que se contenga dentro del contenedor */
}

.error_404 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  /* Hace que el contenedor principal ocupe toda la altura de la ventana */
  text-align: center;
  padding-top: 30vh;
}