.main {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
li::marker {
  color: var(--amarillo);
}
.servicio-h1 {
  height: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 10% 1rem 1.5rem;
  padding-right: 10%;
  text-align: center;
}
.servicio-titulo-container {
  width: 50%;
  align-self: stretch;
  background-size: cover;
  clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0% 100%);
  background-position: center;
}
.article-servicio:nth-child(2) .servicio-titulo-container {
  background-image: url("../images/barco-1.webp");
}
.article-servicio:nth-child(3) .servicio-titulo-container {
  background-image: url("../images/serv-1.webp");
}
.article-servicio:nth-child(4) .servicio-titulo-container {
  background-image: url("../images/experiencia.webp");
}
.article-servicio:nth-child(5) .servicio-titulo-container {
  background-image: url("../images/serv-2.webp");
}
.article-servicio:nth-child(6) .servicio-titulo-container {
  background-image: url("../images/nosotros-img.webp");
}
.article-servicio {
  display: flex;
  justify-content: start;
  align-items: center;
  min-height: 330px;
}
.article-servicio + .article-servicio {
  margin-top: 9rem;
}
.article-servicio:nth-child(odd) {
  flex-direction: row-reverse;
}
.article-servicio:nth-child(odd) .servicio-titulo-container {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.article-servicio:nth-child(odd) .servicio-h1{
    padding: 1rem;
    padding-left: 10%;
}
.txt-servicio-container {
  text-align: left;
  width: 35%;
  margin: auto;
  padding: 2.5rem 1.5rem;
}
.mask-img {
  background-color: #1e4a71aa;
}
.flecha-main-s{
    position: absolute;
    height: 150%;
    z-index: -10;
    opacity: 0.2;
    inset: 0;
    width: 150%;
    pointer-events: none;
    margin: auto;
}
.footer{
    margin-top: 0;
}

@media (max-width:800px){
    .article-servicio{
        display: block;
        min-height: 230px;
    }
    .servicio-titulo-container{
        width: 100%;
    }
    .servicio-h1{
        min-height: 250px;
    }
    .article-servicio + .article-servicio{
        margin-top: 6rem;
    }
    .txt-servicio-container{
        width: 70%;
    }
    .txt-servicio-container ul{
        list-style: none;
        text-align: center;
    }
    .txt-servicio-container li + li{
        margin-top: 8px;
    }
    .header-servicios {
      height: max(50dvh,550px);
      background-size: 1150px;
      background-repeat: no-repeat;
      background-position: top;

    }
}
@media (max-width:500px){
    .txt-servicio-container{
        width: 100%;
        padding: 1rem;
    }
}