/* CSS comun entre tabs */
#tabs-home-1,
#tabs-home-2 {
  overflow: hidden;
  position: relative;
}

.tabs-home__left__zone {
  width: 21%;
  height: 100%;
  display: flex;
}

.tabs-home__left__zone .tabs-home__list {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tabs-home__item {
  flex: 1;
  display: flex;
}

.tabs-home__item label {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabs-home__item label:hover {
  cursor: pointer;
}

.tabs-home__item input {
  display: none;
}

.tabs-home__content {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s ease-out;
  display: flex;
}

input:checked ~ .tabs-home__content {
  transition: transform 1s;
  opacity: 1;
  transition: 0.5s ease-out;
}
















/* CSS tab Ofertas/formacion/por que GAM */
#tabs-home-1 {
  height: 600px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.4), 1px 0 20px rgba(0, 0, 0, 0.4);
}

#tabs-home-1 .tabs-home__left__zone .tabs-home__list {
  border-right: 1px solid #acacac;
}

#tabs-home-1  .tabs-home__item:nth-child(2) {
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
}

#tabs-home-1 input:checked ~ label {
  font-weight: bold;
  border-left: solid 8px #d64541;
}

#tabs-home-1 .tabs-home__content {
  height: 100%;
  width: 80%;
  transform: translateY(-100%);
}

#tabs-home-1 input:checked ~ .tabs-home__content {
  transform: translateY(0%);
}

#tabs-home-1 .tabs-home__content__left {
  width: 50%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#tabs-home-1 .tabs-home__content__left .tabs-home__content__pretitle {
  color: #E40F23;
  font-weight: bold;
  text-transform: uppercase;
}

#tabs-home-1 .tabs-home__content__left .tabs-home__content__title {
  font-size: 2rem;
  font-weight: 400;
  margin-top: auto;
  padding-bottom: 20px;
}

#tabs-home-1 .tabs-home__content__left .tabs-home__content__description {
  padding-bottom: 20px;
}

#tabs-home-1 .tabs-home__content__left .tabs-home__btn__temporal {
  color: unset;
  text-decoration: none;
  border: 1px solid black;
  padding: 10px 30px;
  border-radius: 30px;
}

#tabs-home-1 .tabs-home__content__right {
  width: 50%;
}

@media (max-width: 768px) {
  #tabs-home-1 .tabs-home__left__zone {
    width: 100% !important;
    height: 20%;
    border-bottom: 1px solid #acacac;
  }
	
	.carousel-infinito__item{
		width: 90%;
	}
	
	.carousel-infinito .carousel-infinito__flecha__izq.img-filtro-blanco{
		margin-right: 10px;
	}
	
	.carousel-infinito__flechas{
	right:8%;
	}

  #tabs-home-1 .tabs-home__content {
    width: 100% !important;;
    height: 80%;
    transform: translateY(100%);
  }

  #tabs-home-1 input:checked ~ .tabs-home__content {
    transform: translateY(0%);
  }

  #tabs-home-1 .tabs-home__content__left {
    width: 100%;
    padding: 30px 60px;
  }

  #tabs-home-1 .tabs-home__content__right {
    display: none;
  }
}














/* CSS tab Inquieto/kirleo/genera */
#tabs-home-2 {
  height: 658px;
}

#tabs-home-2 .tabs-home__left__zone .tabs-home__list {
  height: calc(100% - 56px);
}

#tabs-home-2 .tabs-home__item label {
  position: relative;
  background: #F6F6F6;
  left: 60%;
  top: 56px;
  z-index: 10;
}

#tabs-home-2 input:checked ~ label {
  font-weight: bold;
}

#tabs-home-2 .tabs-home__content {
  width: 100%;
  height: calc(100% - 56px);
  bottom: 56px;
  pointer-events: none;
}

#tabs-home-2 input:checked ~ .tabs-home__content {
  pointer-events: all;
}

#tabs-home-2 .tabs-home__content__right {
  position: absolute;
  right: 3%;
  width: 65%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

#tabs-home-2 .tabs-home__content__right > .row {
  height: 100%;
  width: 100%;
}

#tabs-home-2  .tabs-home__content__right__img {
  display: flex;
  align-items: center;
  justify-content: center;
}

#tabs-home-2  .tabs-home__content__right__img img {
  max-height: 450px;
  max-width: 100%;
}

#tabs-home-2 .tabs-home__content__right__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#tabs-home-2 .tabs-home__content__right .tabs-home__content__pretitle {
  color: #E40F23;
  font-weight: bold;
  text-transform: uppercase;
}

#tabs-home-2 .tabs-home__content__right .tabs-home__content__title {
  font-size: 2rem;
  font-weight: 400;
}

#tabs-home-2 .tabs-home__content__right .tabs-home__content__subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 20px;
}

#tabs-home-2 .tabs-home__content__right .tabs-home__content__description {
  padding-bottom: 20px;
}

#tabs-home-2 .tabs-home__content__right .tabs-home__btn__temporal__dark {
  text-decoration: none;
  background-color: black;
  color: white !important;
  padding: 10px 30px;
  border-radius: 30px;
}

#tabs-home-2 .tabs-home__content__right .tabs-home__pagination {
  margin-top: auto;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#tabs-home-2 .tabs-home__content__right .tabs-home__pagination .tabs-home__flechas {
  width: 20%;
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  color: #747474;
}

#tabs-home-2 .tabs-home__content__right .tabs-home__pagination .tabs-home__flecha__der,
#tabs-home-2 .tabs-home__content__right .tabs-home__pagination .tabs-home__flecha__izq {
  cursor: pointer;
}

#tabs-home-2 .tabs-home__content__left {
  overflow: hidden;
  background-size: cover;
  background-position: bottom;
}

#tabs-home-2 .tabs-home__content__left__inquieto {
  background-image: url('/media/media-bd/imagenes/nuestras-marcas-inquieto-fondo-1440x658-1679908826.png');
}

#tabs-home-2 .tabs-home__content__left__kirleo {
  background-image: url('/media/media-bd/imagenes/nuestras-marcas-kirleo-fondo-1439x658-1679908825.png');
}

#tabs-home-2 .tabs-home__content__left__genera {
  background-image: url('/media/media-bd/imagenes/nuestras-marcas-genera-fondo-1440x658-1679908825.png');
}


@media (max-width: 1199px) {
  #tabs-home-2 {
    height: 550px;
  }

  #tabs-home-2 .tabs-home__item label {
    left: 40%;
  }

  #tabs-home-2 .tabs-home__content__right {
    width: 70%;
  }

  #tabs-home-2  .tabs-home__content__right__img img {
    max-height: 350px;
  }
}

@media (max-width: 991px) {
  #tabs-home-2 .tabs-home__left__zone {
    width: 100%;
    height: auto;
  }

  #tabs-home-2 .tabs-home__left__zone .tabs-home__list {
    flex-direction: row;
  }

  #tabs-home-2 .tabs-home__item label {
    left: 0;
    top: 0;
    padding: 10px;
  }

  #tabs-home-2 .tabs-home__content {
    height: auto;
    bottom: 0;
    top: 62px;
  }
  
  #tabs-home-2 .tabs-home__content__right {
    width: 100%;
    right: 0;
  }
}

@media (max-width: 767px) {
  #tabs-home-2 {
    height: 658px;
  }

  #tabs-home-2 .tabs-home__item label {
    height: 60px;
  }

  #tabs-home-2 .tabs-home__item label img {
    height: 100%;
  }

  #tabs-home-2 .tabs-home__content {
    top: 180px;
  }

  #tabs-home-2 .tabs-home__left__zone .tabs-home__list {
    flex-direction: column;
  }

  #tabs-home-2 .tabs-home__content__right .col-0 {
    display: none;
  }
}

@media (max-width: 575px) {
  #tabs-home-2 .tabs-home__content__right {
    padding: 30px 60px;
  }

  #tabs-home-2 .tabs-home__content__right .tabs-home__content__subtitle {
    padding: 0;
  }
}