@media (width < 576px){

  .contenedor{
    height: 80vh;
    min-height: 70vh;
    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{
    height: 80vh;
    min-height: 70vh;
    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{
    height: 80vh;
    min-height: 70vh;
    background: no-repeat center center scroll;
}
  


.pading{
    padding-top: 100px;
    padding-bottom: 1000px;
}

.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{
        height: 80vh;
        min-height: 70vh;
        background: no-repeat center center scroll;
    }
      


    .pading{
        padding-top: 100px;
        padding-bottom: 1000px;
    }

    .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{
        height: 80vh;
        min-height: 70vh;
        background: no-repeat center center scroll;
    }
      


    .pading{
        padding-top: 100px;
        padding-bottom: 1000px;
    }

    .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;
      }

      .icono-enlace {
        display: block; /* Hace que el enlace sea un bloque, ocupando todo el ancho disponible */
        text-decoration: none; /* Quita la decoración de subrayado del en */
      }

      .imgIcono{
        width: 100%; /* Hace que la imagen ocupe el 100% del ancho del contenedor */
  height: auto; /* Mantiene la proporción de la imagen al ajustar el ancho */
      }

}