

.contenidoZigZag {
    display: block;
    width: 100%;
    margin-top: -30px;
    position: relative;
}

.contenidoZigZag section.seccion {
    display: flex;
    position: relative;
    margin-bottom: -35px;
}

.contenidoZigZag section.seccion:nth-child(odd) {
    display: flex;
    flex-direction: row-reverse;
}

.contenidoZigZag section.seccion .contenido {
    background: #FFF;
    z-index: 20;
    padding: 20px;
    max-width: 500px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    text-align: left;
    transition: all 0.3s linear;
    display: block;
}

.contenidoZigZag section.seccion:nth-child(odd) .contenido {
    left: 17%;
}

.contenidoZigZag section.seccion:nth-child(even) .contenido {
    left: 44%;
}


.contenidoZigZag section.seccion .contenido h3.h3Innobasque {
    font-family: 'Sua';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.01em;
    color: #1F1F1F;
    margin-top: 0px;
}



section.seccion.seccion .imagen {
    position:relative;
    width: 51%;
    height: 800px;
    left: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}


section.seccion.seccion.seccion:nth-child(even) .imagen {
    left: 0%;
}


.contenidoZigZag section.seccion .contenido .descripcionZigZag p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: #1F1F1F;
}

.contenidoZigZag section.seccion .contenido .descripcionZigZag ul li {
    font-size: 18px;
    line-height: 27px;
    color: #1F1F1F;
}

.contenidoZigZag section.seccion .contenido .descripcionZigZag a:after {
    content: "";
    position: absolute;
    right: 3px;
    width: 12px;
    background: #000 !important;
    height: 1px;
    bottom: 10px;
}

.contenidoZigZag section.seccion .contenido .descripcionZigZag a:before {
    content: "";
    position: absolute;
    right: 3px;
    width: 6px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    height: 6px;
    transform: translateY(0%) rotate(135deg);
    bottom: 7.4px;
}

.contenidoZigZag section.seccion .contenido .descripcionZigZag a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #000 !important;
    position: relative;
    padding-right: 40px;
    transition: all 0.3s ease-in-out;
}  

.contenidoZigZag section.seccion .contenido .descripcionZigZag a:hover {
    padding-right: 50px;
    transition: all 0.3s ease-in-out;
}  


.svg1 {
    animation: spin 15s linear infinite;
    position: absolute;
    top: 50px;
    max-width: 900px;
    left: -100%;
    z-index: -1;
  }
  
  .svg2 {
    animation: spin2 15s linear infinite;
    position: absolute;
    bottom: 50px;
    max-width: 900px;
    right: -100%;
    z-index: -2;
  }
  
  @media screen and (max-width: 1300px) {
    .svg1 {
        left: -70%;
        max-width: 800px;
      }
      .svg2 {
          right: -70%;
          max-width: 800px;
        }
  }

  @media screen and (max-width: 1000px) {
    .svg1 {
        left: -55%;
        max-width: 650px;
      }
      
      .svg2 {
        right: -55%;
        max-width: 650px;
      }
  }

  @media screen and (max-width: 800px) {
    .svg1 {
        left: -35%;
        max-width: 450px;
      }
      .svg2 {
          right: -35%;
          max-width: 450px;
        }
  }  

  @media only screen and (max-width: 782px) {
    section.seccion.seccion .imagen {
        height: 500px;
    }
    .contenidoZigZag section.seccion .contenido h3.h3Innobasque {
        font-size: 25px;
        line-height: 25px;
    }

    .loUltimo .contenidoTexto p {
        font-size: 18px;
        line-height: 24px;
    }

    .contenidoZigZag section.seccion .contenido .descripcionZigZag ul li {
        font-size: 18px;
        line-height: 24px;
        color: #1F1F1F;
    }

    .contenidoZigZag svg {
        display: none;
    }

    .contenidoZigZag section.seccion {
        margin-bottom: 70px;
    }
  }


  @media only screen and (max-width: 480px) {
        
    .contenidoZigZag section.seccion {
        display: block;
    }
    
    .contenidoZigZag section.seccion:nth-child(2n+1) {
        display: block;
    }
    
    section.seccion.seccion .imagen {
        height: 250px;
        width: 100%;
    }

    .contenidoZigZag section.seccion .contenido {
        top: 0%;
        transform: translateY(0%);
        position: relative;
    }
    
    .contenidoZigZag section.seccion:nth-child(odd) .contenido {
        left: 0%;
    }
    
    .contenidoZigZag section.seccion:nth-child(even) .contenido {
        left: 0%;
    }
    
    section.seccion.seccion.seccion:nth-child(even) .imagen {
        left: 0%;
    }

    .contenidoZigZag section.seccion .contenido h3.h3Innobasque {
        font-size: 28px;
        line-height: 30px;
    }
    .contenidoZigZag section.seccion .contenido .descripcionZigZag p {
        font-size: 16px;
        line-height: 22px;
    }

    .contenidoZigZag section.seccion .contenido .descripcionZigZag ul li {
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.05em;
        text-align: left;
        list-style: square !important;
        margin-bottom: 13px;
        color: #1F1F1F;
    }

  }

  @keyframes spin {
    0% { transform: translateX(50%) rotate(0deg); }
    100% { transform: translateX(50%) rotate(360deg); }
  }
  @keyframes spin2 {
    0% { transform: translateX(-50%) rotate(0deg); }
    100% { transform: translateX(-50%) rotate(360deg); }
  }


