@media (width < 576px){

  .contenedor{
    min-height: 90vh;
    background: no-repeat center center scroll;
}

.pading{
    padding-top: 20px;
}

.texto{
    color: #000000;
    background-color: #f3d235;
    font-weight: 100;
    font-size:large;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }

  .titulo{
    background-color: #000000;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 35px;    
  }

  .LetreroClientes{
    align-self: center;
  }

  .LetreroClientes p{
    color: #e8b923;
    font-weight: bold;
    font-weight: 700;
    font-size: x-large;
    /*margin-left: 50px;*/
    background-color: #000000;
    text-align: center;
  }
}
/*------------------------------------------------------------------------------------------------*/
@media (576px <= width < 768px){

  .contenedor{
    min-height: 90vh;
    background: no-repeat center center scroll;
}

.pading{
    padding-top: 20px;
}

.texto{
    color: #000000;
    background-color: #f3d235;
    font-weight: 100;
    font-size:large;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }

  .titulo{
    background-color: #000000;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 35px;    
  }

  .LetreroClientes{
    align-self: center;
  }

  .LetreroClientes p{
    color: #e8b923;
    font-weight: bold;
    font-weight: 700;
    font-size: x-large;
    /*margin-left: 50px;*/
    background-color: #000000;
    text-align: center;
  }
}
/*------------------------------------------------------------------------------------------------*/
@media (768px <= width < 992px){
  .contenedor{
    min-height: 90vh;
    background: no-repeat center center scroll;
}

.pading{
    padding-top: 100px;
}

.texto{
    color: #000000;
    background-color: #f3d235;
    font-weight: 100;
    font-size:large;
    width: 100%;
    font-weight: bold;
    text-align: center;
  }

  .titulo{
    background-color: #000000;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 35px;    
  }

  .LetreroClientes{
    align-self: center;
  }

  .LetreroClientes p{
    color: #e8b923;
    font-weight: bold;
    font-weight: 700;
    font-size: x-large;
    /*margin-left: 50px;*/
    background-color: #000000;
    text-align: center;
  }
}
/*------------------------------------------------------------------------------------------------*/
@media (992px <= width < 1200px){
    .contenedor{
        min-height: 90vh;
        background: no-repeat center center scroll;
    }

    .pading{
        padding-top: 100px;
    }

    .texto{
        color: #000000;
        background-color: #f3d235;
        font-weight: 100;
        font-size:large;
        width: 100%;
        font-weight: bold;
        text-align: center;
      }

      .titulo{
        background-color: #000000;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 35px;    
      }

      .LetreroClientes{
        align-self: center;
      }
    
      .LetreroClientes p{
        color: #e8b923;
        font-weight: bold;
        font-weight: 700;
        font-size: x-large;
        /*margin-left: 50px;*/
        background-color: #000000;
        text-align: center;
      }
}
/*------------------------------------------------------------------------------------------------*/
@media (width >= 1200px) {

    
    .contenedor{
        min-height: 90vh;
        background: no-repeat center center scroll;
    }
    .pading{
        padding-top: 100px;
    }

    .texto{
        color: #000000;
        background-color: #f3d235;
        font-weight: 100;
        font-size:large;
        width: 100%;
        font-weight: bold;
        text-align: center;
      }

      .titulo{
        background-color: #000000;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 35px;    
      }

      .LetreroClientes{
        align-self: center;
      }
    
      .LetreroClientes p{
        color: #e8b923;
        font-weight: bold;
        font-weight: 700;
        font-size: x-large;
        /*margin-left: 50px;*/
        background-color: #000000;
        text-align: center;
      }

}