/* SLIDER */
.bg-1 {
  background-color: #06bbd3;
}
.carousel-slide {
  max-height: 577.23px;
  float: right;
}
.carousel-cap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  z-index: 1;
  color: #fff;
  width: 50%;
  max-width: 600px;
  margin: auto;
  display: flex!important;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: flex-end;
  padding: 0 1rem;
  text-rendering: optimizeLegibility;
}
.title-icon {
  position: relative;
  left: -18%;
  margin-bottom: 1.5rem;
}
.carousel-cap h2 {
  font-size: 32.8px;
  line-height: 0.83;
  margin-bottom: 0;
}
.carousel-cap h2 span {
  font-weight: bold;
}
.carousel-cap h3 {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.carousel-cap p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.carousel-control-prev-icon {
  background-image: url('../sector-pesquero-en-numeros-assets/left.svg');
  transition: var(--transition);
}
.carousel-control-next-icon {
  background-image: url('../sector-pesquero-en-numeros-assets/right.svg');
  transition: var(--transition);
}
.slider .carousel-indicators li {
  background-color: #ffec00;
}

.badge-warning {
  background-color: #ffec00;
  color: #686868;
}

.toast {
  max-width: 750px;
  border: none;
  text-shadow: none;
}
.red-eye > div {
	max-width: 160px;
}
.red-eye > div > p {
  color: #FF6155;
}
@media all and (min-width: 1540px) {
  .carousel-cap h2 {
    font-size: 32.8px;
    line-height: 0.83;
    margin-bottom: 0;
    /* margin-bottom: 2rem; */
  }
  .carousel-cap h2 span {
    font-weight: bold;
  }
  .carousel-cap h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .carousel-cap p {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 1024px) and (orientation: landscape) {
  .slider {
    max-height: 100vh;
  }
  .carousel-slide {
    min-height: 100vh;
    max-height: 100vh;
  }
  .title-icon {
    margin-bottom: .5rem;
  }
  /* .carousel-cap h2 {
    font-size: 32.8px;
    line-height: 0.83;
    margin-bottom: 0;
  } */
  .carousel-cap h2 {
    font-size: 100%;

  }
  .carousel-cap h3 {
    font-size: 100%;
    /* font-size: 20px;
    line-height: 1.2;
    font-weight: bold; */
    margin-bottom: .5rem;
  }
  .carousel-cap p {
    font-size: 100%;
    /* font-size: 1rem; */
    margin-bottom: .5rem;
  }
}
@media all and (min-width: 1280px) {
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 26px;
    height: 50px;
  }
}

@media all and (min-width: 768px) and (max-width: 1441px) {
  .carousel-slide {
    min-height: 494px;
    max-width: initial;
  }
}
@media all and (max-width: 768px) {
  .carousel-slide {
    position: relative;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    height: auto;
 }
}
@media all and (max-width: 736px) and (orientation: portrait) {
  .carousel-cap {
    left: 0;
    width: 100%;
    max-width: 100%;
    background-color: #06bbd370;
  }
  .carousel-slide {
    min-height: 60vh;
    max-width: initial;
    overflow: hidden;
    float: left;
  }
  .title-icon {
    left: 0;
  }
  .carousel-indicators li {
    background-color: var(--primario);
  }
}
