  * {
      box-sizing: border-box;
    }

    html,
    body {
      margin: 0;
      padding: 0;
      background: transparent;
    }

    /* Cintillo */
    .contador-cintillo {
      width: 100%;
      height: 60px;

      display: flex;
      align-items: center;
      justify-content: center;

/*      background: transparent;*/
        background: #331b0d;

      color: #ffffff;
      font-family: 'Muli', sans-serif;
      text-align: center;
    }




    /* Contador */
    #contador {
      font-size: 25px;
        padding-left: 35%;
      font-weight: 600;
      color: #ffffff;

      text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);

      white-space: nowrap;
    }


/* ==========================================
       CONTENEDOR PRINCIPAL
       ========================================== */

    .cintillo {
      position: relative;
      width: 100%;
      height: 75px;
      display: flex;
      align-items: center;
      justify-content: center;
     background: #331b0d;
     overflow: hidden;
      font-family: 'Muli', sans-serif;
    }


    /* ==========================================
       IMÁGENES LATERALES
       ========================================== */

   .imagen {
    margin-top: 5px;
    padding-bottom: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    height: 65px;
    object-fit: cover;
    z-index: 1;
}


    /* Imagen izquierda */

    .imagen-izquierda {
      left: 15;
    }


    /* Imagen derecha */

    .imagen-derecha {
      right: 0;
    }


   


@media (max-width: 1600px) {

      .contador-cintillo {
        height: 45px;
      }

      #contador {
        font-size: 20px;
          padding-left: 35%;
      }

    }

@media (max-width: 1000px) {

      .contador-cintillo {
        height: 45px;
      }

      #contador {
        font-size: 18px;
      }

    }


@media (max-width: 800px) {

      .contador-cintillo {
        height: 45px;
      }

      #contador {
        font-size: 16px;
      }

    }


@media (max-width: 870px) {
    
      .imagen-izquierda {
      left: 3;
    }
 .imagen-derecha {
      right: 3;
    }


      .contador-cintillo {
        height: 45px;
      }

      #contador {
        font-size: 13px;
      }

    }


@media (max-width: 660px) {
    
    .imagen {
        position: absolute;
        padding-bottom: 5px;
        top: 50%;
        transform: translateY(-50%);
        width: 150px;
        height: 55px;
        object-fit: cover;
        z-index: 1;
    }

      .contador-cintillo {
        height: 45px;
      }

      #contador {
        font-size: 13px;
      }

    }


    /* Mobile */
    @media (max-width: 500px) {
        
        .imagen {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 80px;
        height: 30px;
        object-fit: cover;
        z-index: 1;
    }

      .contador-cintillo {
        height: 45px;
      }

      #contador {
          padding-left: 25%;
        font-size: 11px;
      }

    }

    @media (max-width: 400px) {
    #contador {
        padding-left: 25%;
        font-size: 11px;
        font-weight: bold;}
    }


 @media (max-width: 380px) {
    #contador {
        font-size: 9px;
     font-weight: bold;}
    }