    .capture{
      width: 100%;
      position: absolute;
      top: -2247px;
      left: 0px;
      animation: pcart  10s alternate infinite ease-in-out;
    }

    @keyframes pcart{
      0% { top: 0px;}
      100%{ top: -2247px;}
    }

   
    .capturecel01{
      width: 100%;
      position: absolute;
      top: -4060px;
      left: 4px;
      animation: pcart01  20s alternate infinite ease-in-out;
    }

    @keyframes pcart01{
      0% { top: 0px;}
      100%{ top: -4060px;}
    }

     

    .capturecel001{
      width: 100%;
      position: absolute;
      top: -3460px;
      left: 0px;
      animation: pcart001  20s alternate infinite ease-in-out;
    }

    @keyframes pcart001{
      0% { top: 0px;}
      100%{ top: -3460px;}
    }

    
    
    .contenedorlogo{
    width: 650px;
    height: 450px;
    }

    
      .cls-1{
    fill:transparent;
    stroke: 10;
    stroke: #cb0a39;
    }

    

    .cls-11{
    stroke-dasharray: 4960;
    stroke-dashoffset:0;
    animation: animate-clsuno 7s linear forwards infinite;
    }

    @keyframes animate-clsuno {
    0% {
        stroke-dashoffset:4960;
    }

    40% {
        stroke-dashoffset:0;
        fill:transparent;
    }


    60% {
        stroke-dashoffset:0;
        fill:#cb0a39;
    }

    80% {
        stroke-dashoffset:4960;
        fill:#cb0a39;;
    }
    
    100% {
        stroke-dashoffset:4960;
        fill:transparent;
    }
    }

    

    .divtwosmujer {
      width: 100%;
      height: 800px;
      position: relative;
      background-image: url(../img/Recursos-mujeres/Pantallas.jpg);
      background-size: cover;
      background-position: center center;
    }

    @media (max-width: 768px) {
        .contenedorlogo {
            width: 400px;
            height: 280px;
        }
    }

    @media (max-width: 600px) {
        .contenedorlogo {
            width: 300px;
            height: 210px;
        }

        .divtwosmujer {
          width: 100%;
          height: 360px;
          position: relative;
          background-image: url(../img/Recursos-mujeres/Pantallas-movil.jpg);
          background-size: cover;
          background-position: center center;
        }
    }