p {
  margin-bottom: 0;
}

/*==================SECCIÓN 1 - CAROUSEL=================*/
.secc1-bg {
  background-position: center;
  background-size: cover;
  height: 593px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.secc1-bg-1-img {
  background-image: url("../img/Home/slider1.jpg");
}
.secc1-bg-2-img {
  background-image: url("../img/Home/slider2.jpg");
}
.secc1-bg-3-img {
  background-image: url("../img/Home/slider3.jpg");
}
.secc1-bg-4-img {
  background-image: url("../img/Home/slider4.jpg");
}
.secc1-bg-5-img {
  background-image: url("../img/Home/slider5.jpg");
}
.secc1-bg-6-img {
  background-image: url("../img/Home/slider6.jpg");
}
.secc1_marca_agua {
  max-width: 300px;
  opacity: 0.6;
}
.secc1_flecha {
  position: absolute;
  bottom: 0;
}
/*----------*/
.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  --swiper-theme-color: #fe404d;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  --swiper-theme-color: #fe404d;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
/*==================SECCIÓN 2=================*/
.secc2 {
  margin-top: 80px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.secc2_texto {
  margin-top: 20px;
  color: #444444;
}
/*==================SECCIÓN 3=================*/
.secc3 {
  margin-top: 300px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: calc(100% - 50px);
}
.secc3_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33333%;
  height: auto;
}
.swipper-circular {
  margin-top: -10rem;
  width: 100%;
}
.secc3_img {
  border-radius: 50%;
  cursor: pointer;
  width: 25vw;
  max-width: 355px;
}
.swipper-circular .swiper-slide {
  display: flex;
  justify-content: center;
}
.item1 {
  background-color: #5f3232;
}
.item2 {
  background-color: #461f1f;
}
.item3 {
  background-color: #2c1717;
}
.secc3_div_textos {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.secc3_sub_titulo {
  line-height: 35px;
  color: white;
}
.secc3_texto {
  line-height: 18px;
  color: white;
}
.secc3_texto_flecha {
  color: white !important;
  text-decoration: none;

  display: flex;
  gap: 0.5rem;

  transition: all 0.15s ease-in-out;
}
.secc3_texto_flecha:hover {
  transform: scale(1.05);
}
/*==================SECCIÓN 4=================*/
.secc4 {
  margin-top: -80px;
  position: relative;
  z-index: 1;

  background-image: url("../img/Home/Rectangle37.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;

  display: flex;
  flex-direction: column;
  align-items: center;
}
.secc4 h1 {
  font-size: 3rem;
  color: #fff;
  text-shadow: 0px 1px 0px #000, 0px -1px 0px #000, 0.5px 0px 0px #000,
    -0.5px 0px 0px #000;
  font-weight: bold;
  padding-top: 7rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.home-download {
  padding: 3rem 1rem;
  background-color: #e6e6e6;
}
.home-download a {
  color: #000;
  text-decoration: none;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
}
/*==================RESPONSIVE=================*/
@media (min-width: 320px) {
  .secc1-bg {
    height: 350px;
  }
  /*-----------------*/
  .secc3 {
    max-width: 1620px;
    width: 95vw;
    flex-direction: column;
  }
  .item1,
  .item2 {
    margin-bottom: 200px;
  }
  /*-----------------*/
}

@media (min-width: 550px) {
  .secc1-bg {
    height: 450px;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  .secc1-bg {
    height: 500px;
  }
  /*-----------------*/
  .secc3 {
    width: calc(100% - 50px);
    flex-direction: row;
  }
  .item1,
  .item2 {
    margin-bottom: unset;
  }
  /*-----------------*/
}
@media (min-width: 1050px) {
  .secc3_sub_titulo {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-download a {
    font-size: 1.4rem;
  }
}

@media (min-width: 1440px) {
  .secc1-bg {
    height: 593px;
  }
}

@media (max-width: 992px) {
  .secc3_item {
    width: 100%;
  }
  .secc3_img {
    width: 80vw;
    max-width: 355px;
    min-width: 240px;
  }
  /*------*/
}

