
#section {
  width: 100%;
  height: auto;
  display: flex;
  min-width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}

#subSection {
  width: 90%;
  max-width: 1280px;
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
}

#subSection2 {
  width: 90%;
  max-width: 1280px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
}

#subSection2-1 {
  width: 90%;
  max-width: 1280px;
  border-top: 2px solid #e5e5e5;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.mySlides {
  display: none;
}
.mySlides2 {
  display: none;
}
img {
  vertical-align: middle;
}

/* Slideshow container */
/* .slideshow-container {
  max-width: 300px;
  position: relative;
  margin: auto;
} */

/*npx tailwindcss -i ./web/modules/custom/drupal_block/css/input.css -o ./web/modules/custom/drupal_block/css/output.css --watch
/* Next & previous buttons */
.prevSlider,
.nextSlider {
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50%;
  padding: 8px;
  top: 25%;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
  border: 0;
  box-sizing: border-box;
  background-color: #eb1c24;
}

.prevBanner,
.nextBanner {
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50%;
  padding: 8px;
  top: 25%;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  user-select: none;
  border: 0;
  box-sizing: border-box;
  background-color: #eb1c24;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}

/* On hover, add a black background color with a little bit see-through */
/* .prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
} */

/* Caption text */
/* .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
} */

/* Number text (1/3 etc) */
/* .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
} */

/* The dots/bullets/indicators */
/* .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
} */

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

#select-2 select {
  background-image: url("/sites/default/files/2022-07/flecha-roja.png"); /*aquí deberás escribir la ruta de la imagen que utilizarás como flecha del desplegable*/
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

#select-2 select::-ms-expand {
  display: none; /*Evita que se muestre la flecha por defecto en versiones de IE*/
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .home_slider{
    max-width: 1290px !important;
  }
 }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { 
  .home_slider{
    max-width: 1290px !important;
  }

 }